﻿/* Font Family */
.ff-LibreFranklin {
    font-family: 'Libre Franklin', sans-serif;
}

/* Font Size */
.text-90 {
    font-size: 5rem;
}

.text-80 {
    font-size: 4.44444rem;
}

.text-60 {
    font-size: 3.33333rem;
}

.text-46 {
    font-size: 2.55556rem;
}

.text-40 {
    font-size: 2.22222rem;
    line-height: 2.77778rem;
}

.text-36 {
    font-size: 2rem;
}

.text-30 {
    font-size: 1.66667rem;
}

.text-24 {
    font-size: 1.33333rem;
}

.text-22 {
    font-size: 1.22222rem;
}

.text-20 {
    font-size: 1.11111rem;
}

.text-18 {
    font-size: 1rem;
}

.text-16 {
    font-size: 0.88889rem;
}

.text-15 {
    font-size: 0.83333rem;
}

.text-14 {
    font-size: 0.77778rem;
}

.text-13 {
    font-size: 0.72222rem;
}

.text-12 {
    font-size: 0.66667rem;
}

.text-11 {
    font-size: 0.61111rem;
}

.text-10 {
    font-size: 0.55556rem;
}

.text-0 {
    font-size: 0;
}

/* Font Weight */
.font-weight-600 {
    font-weight: 600;
}

.font-weight-500 {
    font-weight: 500;
}

/* Color */
.text-trolley-grey {
    color: #7a7b7b;
}

.bg-trolley-grey {
    background-color: #7a7b7b;
}

.text-sea-green {
    color: #32ba6e;
}

.bg-sea-green {
    background-color: #32ba6e;
}

.text-alice-blue {
    color: #eef9fc;
}

.bg-alice-blue {
    background-color: #eef9fc;
}

.text-teal-blue {
    color: #305877;
}

.bg-teal-blue {
    background-color: #305877;
}

.text-almond {
    color: #e5dfd4;
}

.bg-almond {
    background-color: #e5dfd4;
}

.text-wild-blue-yonder {
    color: #9bafbe;
}

.bg-wild-blue-yonder {
    background-color: #9bafbe;
}

.text-pastel-gray {
    color: #d1cbc0;
}

.bg-pastel-gray {
    background-color: #d1cbc0;
}

.text-linen {
    color: #f2ede3;
}

.bg-linen {
    background-color: #f2ede3;
}


.text-black {
    color: #000;
}
