.title-lg {
    font-size: 34px;
    color: var(--c-black);
    font-family: InterExtraBold;
}
@media (max-width: 575.98px) {
    .title-lg {
        font-size: 24px;
    }
}

.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-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;
}