@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

body {
    font-family: "Plus Jakarta Sans", sans-serif;
}

.t-brown-16 {
    font-size: 16px;
    font-weight: 500;
    color: var(--brown);
}

.t-brown-36 {
    font-size: 36px;
    font-weight: 700;
    color: var(--brown);
}

.t-brown-80 {
    font-size: 80px;
    font-weight: 700;
    color: var(--brown);
}

.t-green-60 {
    font-size: 60px;
    font-weight: 700;
    color: var(--green);
}

.t-green-16 {
    font-size: 16px;
    font-weight: 500;
    color: var(--green);
}

.t-green-36 {
    font-size: 36px;
    font-weight: 700;
    color: var(--green);
}

.t-blue-16 {
    font-size: 16px;
    font-weight: 500;
    color: var(--blue);
}

.t-blue-24 {
    font-size: 24px;
    font-weight: 400;
    color: var(--blue);
}

.t-blue-24-2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--blue);
}

.t-blue-80 {
    font-size: 80px;
    font-weight: 700;
    color: var(--blue);
}

.t-white-80 {
    font-size: 80px;
    font-weight: 700;
    color: #ffffff;
}

.t-blue-16-2 {
    font-size: 16px;
    font-weight: 600;
    color: var(--blue);
}

.t-whiteblue-16 {
    font-size: 16px;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: -0.32px;
    opacity: 0.5;
    line-height: 36px;
}

.t-whiteblue-18 {
    font-size: 18px;
    font-weight: 400;
    color: #A0B3D8;
}

.t-blue-36 {
    font-size: 36px;
    font-weight: 700;
    color: var(--blue);
}

.t-blue-30 {
    font-size: 30px;
    font-weight: 700;
    color: var(--blue);
}

.t-blue-50 {
    font-size: 50px;
    font-weight: 700;
    color: var(--blue);
}

.t-blue-60 {
    font-size: 60px;
    font-weight: 700;
    color: var(--blue);
}

.t-orange-16 {
    font-size: 16px;
    font-weight: 500;
    color: var(--orange);
}

.t-orange-10 {
    font-size: 10px;
    font-weight: 300;
    color: var(--orange);
}

.t-orange-80 {
    font-size: 80px;
    font-weight: 700;
    color: var(--orange);
}

.t-orange-60 {
    font-size: 60px;
    font-weight: 700;
    color: var(--orange);
}

.t-orange-36 {
    font-size: 36px;
    font-weight: 700;
    color: var(--orange);
}


.t-white-72 {
    font-size: 72px;
    font-weight: 700;
    color: #ffffff;
}

.t-white-24 {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
}

.t-white-20 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.t-white-16 {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.t-white-36 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
}

.t-black-24 {
    font-size: 24px;
    font-weight: 500;
    color: #121212;
}

.t-gray-16 {
    font-size: 16px;
    font-weight: 300;
    color: #A7A7A7;
}