﻿.fs-12 {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.fs-14 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.fs-16 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height:24px;
}
.fs-18 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.fs-20 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    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: 700;
    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: 400;
    line-height: 38px;
}
.fs-36 {
    font-size: 36px;
    font-weight: 500;
    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-60 {
    font-style: normal;
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -0.02em;
}
.fs-44 {
    font-size: 44px;
    font-weight: 700;
    line-height: 48.4px;
    letter-spacing: -0.03em;
}
.fs-48 {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: normal;
}
.fs-72{
    font-size:72px;
    font-weight:400;
    line-height:90px;
}
.fw-600{
    font-weight:600 !important;
}
.text-black {
    color: #1F2228 !important;
}
.text-tertiary {
    color: #747B87 !important;
}
.text-white {
    color: #F5F5F6 !important;
}

.text-secondary {
    color: #494D55 !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: #7929FE !important;
}
.text-blue {
    color: #0A67EB !important;
}
.text-yellow {
    color: #F5C32F !important;
}
.text-orange-accent {
    color: #FFCD40 !important;
}
.styled-text {
    font-size: 72px;
    font-weight: 700;
    line-height:90px;
    color: #FAFAFA;    
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
    letter-spacing:-0.02em;
}
.styled-text-green {
    font-size: 38.48px;
    font-weight: 600;
    line-height: 51.31px;
    letter-spacing: -0.8017656207084656px;
    color: #008F6B;
    letter-spacing: -0.8px;
}
.styled-text-orange {
    font-size: 38.48px;
    font-weight: 600;
    line-height: 51.31px;
    letter-spacing: -0.8017656207084656px;
    color: #FF9026;
    letter-spacing:-0.8px;
}
.link {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    text-decoration: underline !important;
    color: #4E5BA6 !important;
}
.no-wrap {
    display: flex;
    white-space: nowrap;
}