.font-48px {
    font-family: var(--font-one);
    font-style: normal;
    font-weight: 700;
    font-size: 3.0519rem;
}

.font-39px{
    font-family: var(--font-one);
    font-style: normal;
    font-weight: 600;
    font-size: 2.4413rem;
}

.font-31px{
    font-family: var(--font-one);
    font-style: normal;
    font-weight: 500;
    font-size: 1.9531rem;
}

.font-25px{
    font-family: var(--font-one);
    font-style: 400;
    font-weight: normal;
    font-size: 1.5625rem;
}

.font-20px{
    font-family: var(--font-two);
    font-style: normal;
    font-weight: 700;
    font-size: 1.25rem;
}

.font-16px {
    font-family: var(--font-two);
    font-style: normal;
    font-weight: 300;
    font-size: 1rem;
    line-height: 165%;
}

.font-13px {
    font-family: var(--font-two);
    font-style: normal;
    font-weight: 700;
    font-size: 0.8rem;
}

@media (max-width: 767.98px) {

    .font-48px {
        font-size: 26px;
    }

    .font-39px,
    .font-31px {
        font-size: 22px;
    }

    .font-25px,
    .font-20px {
        font-size: 18px;
    }

    .font-16px {
        font-size: 14px;
    }

}
