﻿.fs-12 {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.fs-14 {
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important;
}

.fs-16 {
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}

.fs-18 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.fs-20 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.fs-22 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.fs-24 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.fs-26 {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.03em;
}

.fs-28 {
    font-style: normal;
    font-size: 28px;
    font-weight: 400;
    line-height: 44px;
}

.fs-30 {
    font-style: normal;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.03em;
}

.fs-36 {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.02em;
}

.fs-40 {
    font-style: normal;
    font-size: 40px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.03em;
}

.fs-44 {
    font-size: 44px;
    font-weight: 700;
    line-height: 48.4px;
    letter-spacing: -0.03em;
}

.fw-600 {
    font-weight: 600 !important;
}

.text-black {
    color: #23242A;
}

.text-tertiary {
    color: #535862 !important;
}

.text-white {
    color: #F5F5F6 !important;
}

.text-secondary {
    color: #414651 !important;
}

.text-bold {
    font-weight: bold !important;
}

.text-normal {
    font-weight: 400 !important;
}

.text-danger {
    color: #55160C !important;
}

.text-primary {
    color: #101828 !important;
}

.text-quaternary {
    color: #667085 !important;
}

.text-purple {
    color: #6941C6 !important;
}

.text-blue {
    color: #0A67EB !important;
}

.text-yellow {
    color: #F5C32F !important;
}
.text-green {
    color: #079455 !important;
}
.text-red {
    color: #D92D20 !important;
}
.link {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    text-decoration: underline !important;
    color: #4E5BA6 !important;
}

.text-danger {
    color: #D92D20 !important;
}