.title-lg {
    font-size: 34px;
    color: var(--c-black);
    font-family: InterExtraBold;
}

.text-md {
    font-size: 14px;
    color: var(--c-black);
    font-family: InterRegular;
}

.text-md-bold, .text-md-bold:hover {
    font-size: 14px;
    color: var(--c-black);
    font-family: InterBold;
}

.text-lg {
    font-size: 24px;
    color: var(--c-black);
    font-family: InterBold;
}

.title-lg-fixed {
    font-size: 34px;
    color: var(--c-black);
    font-family: InterBold;
}

.fs-12 {
    font-size: 12px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-22 {
    font-size: 22px !important;
}
.fs-24 {
    font-size: 24px !important;
}
.fs-36 {
    font-size: 36px !important;
}
.fs-34 {
    font-size: 34px !important;
}
.fs-60 {
    font-size: 60px !important;
}

.text-bold {
    font-family: InterBold !important;
}

.font-regular, .font-regular input {
    font-family: InterRegular !important;
}

.font-regular::-webkit-input-placeholder, .font-regular input::-webkit-input-placeholder {
    font-family: InterRegular !important;
}

.font-placeholder-regular::-webkit-input-placeholder, .font-placeholder-regular input::-webkit-input-placeholder {
    font-family: InterRegular !important;
}

.font-medium {
    font-family: InterMedium !important;
}

.font-semibold {
    font-family: InterSemiBold !important;
}

.font-bold {
    font-family: InterBold !important;
}

.font-extrabold {
    font-family: InterExtraBold !important;
}

/* FONT WEIGHT */
.fw-100 {
    font-weight: 100 !important;
}
.fw-200 {
    font-weight: 200 !important;
}
.fw-300 {
    font-weight: 300 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-800 {
    font-weight: 800 !important;
}
.fw-900 {
    font-weight: 900 !important;
}

/* FONT Montserrat */
.ff-montserrat {
    font-family: 'Montserrat' !important;
}

@media (max-width: 575.98px) {
    .title-lg {
        font-size: 24px;
    }
    .fs-md-12 {
        font-size: 12px !important;
    }
    .fs-md-14 {
        font-size: 14px !important;
    }
    .fs-md-16 {
        font-size: 16px !important;
    }
    .fs-md-18 {
        font-size: 18px !important;
    }
    .fs-md-20 {
        font-size: 20px !important;
    }
    .fs-md-22 {
        font-size: 22px !important;
    }
    .fs-md-24 {
        font-size: 24px !important;
    }
    .fs-md-36 {
        font-size: 36px !important;
    }
    .fs-md-34 {
        font-size: 34px !important;
    }
    .fs-md-60 {
        font-size: 60px !important;
    }
}

.lt-n1 {
    letter-spacing: -0.1px !important;
}