:root {
    --fs-tiny: 14px;
    --fs-small: 16px;
    --fs-normal: 17px;
    --fs-medium: 20px;
    --fs-large: 20px;

    --fs-small-title: 22px;

    --fs-medium-title: 26px;
    --fs-medium-subtitle: 20px;

    --fs-large-title: 30px;
    --fs-large-subtitle: 18px;

    --fs-huge-title: 55px;
    --fs-huge-subtitle: 24px;
}

@media screen and (max-width: 768px) {
    :root {
        --fs-tiny: 12px;
        --fs-small: 14px;
        --fs-normal: 16px;
        --fs-medium: 18px;
        --fs-large: 18px;

        --fs-small-title: 19px;

        --fs-medium-title: 20px;
        --fs-medium-subtitle: 16px;

        --fs-large-title: 24px;
        --fs-large-subtitle: 16px;

        --fs-huge-title: 40px;
        --fs-huge-subtitle: 21px;
    }
}
