﻿a{
    text-decoration: none!important
}

.text-uppercase{
    text-transform: uppercase!important;
}

.tracking-wide{
    letter-spacing: 0.025em;
}

.heading-1 {
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
}

.heading-2 {
    font-size: 60px;
    line-height: 72px;
}

.text-5xl {
    font-size: 3rem; /* 48px */
    line-height: 1;
}

.text-4xl {
    font-size: 34px !important;
    line-height: 36px;
}

.heading-3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
}

.text-5xl {
    font-size: 3rem; /* 48px */
    line-height: 1;
}

.text-40px {
    font-size: 40px;
}

.text-3xl {
    font-size: 1.875rem; /* 30px */
    line-height: 2.25rem; /* 36px */
}

.heading-4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
}

.letter-spacing-2{
    letter-spacing: 2px;
}

.text-lm {
    font-size: 26px;
    line-height: 24px;
}

.text-l {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
}

.text-m {
    font-size: 20px;
    line-height: 24px;
}

.text-caption {
    font-size: 18px;
    line-height: 18px;
    /* letter-spacing:1px; */
}

.text-n {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px!important;
}

.text-sm {
    font-size: 0.875rem !important; /* 14px */
    line-height: 1.25rem; /* 20px */
}

.text-s {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
}

.text-10 {
    font-size: 10px;
}

.text-bold {
    font-weight: 700;
}

.text-semibold {
    font-weight: 600 !important;
}

.text-normal {
    font-weight: 400 !important;
}

.login-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 48px;
    color: rgba(0, 0, 0, 0.8);
}

.overflow-wrap-anywhere {
    overflow-wrap: anywhere;
}

.text-transform-none {
    text-transform: none !important;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-300{
    font-weight: 300!important;
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.leading-5 {
    line-height: 20px !important;
}

.leading-10 {
    line-height: 40px !important;
}

.leading-7 {
    line-height: 28px !important;
}

.rounded-2xl-md {
    border-radius: 20px !important;
}

@media (min-width: 992px) {
    .lg-heading-1 {
        font-size: 80px !important;
        line-height: 80px !important;
    }

    .lg-heading-2 {
        font-size: 60px !important;
        line-height: 72px !important;
    }

    .lg-text-5xl {
        font-size: 3rem !important; /* 48px */
        line-height: 1 !important;
    }

    .lg-text-4xl {
        font-size: 34px !important;
        line-height: 36px !important;
    }

    .lg-heading-3 {
        font-size: 30px !important;
        line-height: 30px !important;
    }

    .lg-text-40px {
        font-size: 40px !important;
        line-height: 3rem !important;
    }

    .lg-text-3xl {
        font-size: 1.875rem !important; /* 30px */
        line-height: 2.25rem !important; /* 36px */
    }

    .lg-heading-4 {
        font-size: 24px !important;
        line-height: 24px !important;
    }

    .lg-text-lm {
        font-size: 26px !important;
        line-height: 24px;
    }

    .lg-text-l {
        font-size: 24px !important;
        line-height: 24px;
    }

    .lg-text-m {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    .lg-text-caption {
        font-size: 18px !important;
        line-height: 18px;
        /* letter-spacing:1px; */
    }

    .lg-text-n {
        font-size: 16px !important;
        line-height: 24px!important;
    }

    .lg-fw-300{
        font-weight: 300!important;
    }

    .lg-fw-400 {
        font-weight: 400 !important
    }

    .lg-text-sm {
        font-size: 0.875rem !important; /* 14px */
        line-height: 1.25rem !important; /* 20px */
    }

    .lg-text-s {
        font-size: 12px !important;
        line-height: 12px;
    }

    .fw-lg-400 {
        font-weight: 400 !important;
    }
}
