.cursor-pointer {
    cursor: pointer;
}

.las {
    font-size: 1rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-5xl {
    font-size: 3rem;
    line-height: 1;
}
.text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}
.text-7xl {
    font-size: 4.5rem;
    line-height: 1;
}
.text-8xl {
    font-size: 6rem;
    line-height: 1;
}
.text-9xl {
    font-size: 8rem;
    line-height: 1;
}

.bg-emerald-50 {
    background-color: #f0f6f4;
}
.bg-emerald-100 {
    background-color: #d4f0f0;
}
.bg-emerald-200 {
    background-color: #a1e6dd;
}
.bg-emerald-300 {
    background-color: #66ccb8;
}
.bg-emerald-400 {
    background-color: #29ad8c;
}
.bg-emerald-500 {
    background-color: #1d9264;
}
.bg-emerald-600 {
    background-color: #1a7b4c;
}
.bg-emerald-700 {
    background-color: #185e3d;
}
.bg-emerald-800 {
    background-color: #12412e;
}
.bg-emerald-900 {
    background-color: #0d2823;
}

.text-emerald-50 {
    color: #f0f6f4;
}
.text-emerald-100 {
    color: #d4f0f0;
}
.text-emerald-200 {
    color: #a1e6dd;
}
.text-emerald-300 {
    color: #66ccb8;
}
.text-emerald-400 {
    color: #29ad8c;
}
.text-emerald-500 {
    color: #1d9264;
}
.text-emerald-600 {
    color: #1a7b4c;
}
.text-emerald-700 {
    color: #185e3d;
}
.text-emerald-800 {
    color: #12412e;
}
.text-emerald-900 {
    color: #0d2823;
}

.bg-cerise-50 {
    background-color: #fdfcfb;
}
.bg-cerise-100 {
    background-color: #fcf0ed;
}
.bg-cerise-200 {
    background-color: #f8cedb;
}
.bg-cerise-300 {
    background-color: #f0a0b8;
}
.bg-cerise-400 {
    background-color: #ed6f8f;
}
.bg-cerise-500 {
    background-color: #e24b6e;
}
.bg-cerise-600 {
    background-color: #cd314e;
}
.bg-cerise-700 {
    background-color: #a62539;
}
.bg-cerise-800 {
    background-color: #791a25;
}
.bg-cerise-900 {
    background-color: #4a1014;
}

.text-cerise-50 {
    color: #fdfcfb;
}
.text-cerise-100 {
    color: #fcf0ed;
}
.text-cerise-200 {
    color: #f8cedb;
}
.text-cerise-300 {
    color: #f0a0b8;
}
.text-cerise-400 {
    color: #ed6f8f;
}
.text-cerise-500 {
    color: #e24b6e;
}
.text-cerise-600 {
    color: #cd314e;
}
.text-cerise-700 {
    color: #a62539;
}
.text-cerise-800 {
    color: #791a25;
}
.text-cerise-900 {
    color: #4a1014;
}

.btn-outline-primary {
    color: #008caf;
    border-color: #008caf;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #008caf;
    border-color: #008caf;
}
