.common-text-n {
    /* font-size: 17px; */
    font-size: 14px;
    /* line-height: 26px; */
    line-height: 20px;
}
.common-text-l {
    /* font-size: 21px; */
    font-size: 17px;
    /* line-height: 29px; */
    line-height: 23px;
}
.common-text-s {
    /* font-size: 14px; */
    font-size: 11px;
    /* line-height: 19px; */
    line-height: 15px;
}
.common-text-extra-s {
    /* font-size: 13px; */
    font-size: 11px;
    /* line-height: 18px; */
    line-height: 15px;
}
.common-text-xxs {
    /* font-size: 12px; */
    font-size: 10px;
    /* line-height: 16px; */
    line-height: 12px;
}
.title-text-s {
    /* font-size: 30px; */
    font-size: 24px;
    /* line-height: 45px; */
    line-height: 36px;
}
.title-text-n {
    /* font-size: 35px; */
    font-size: 28px;
    /* line-height: 45px; */
    line-height: 36px;
    text-shadow: 0px 0px 2px var(--black-blue);
}
.title-text-l {
    /* font-size: 50px; */
    font-size: 40px;
    /* line-height: 96px; */
    line-height: 76px;
}
.primary-text-color {
    color: var(--black);
}
.secondary-text-color {
    color: var(--white);
}
.active-text-color {
    color: var(--dark-blue);
}
.error-text-color {
    color: var(--red);
}
.blue-text-color {
    color: var(--light-blue);
}

.text-roman {
    font-family: AvenirRoman, sans-serif;
}

/*
@media screen and (max-width: 1279px) {
    .common-text-n {
        font-size: 17px;
        line-height: 26px;
    }
    .common-text-l {
        font-size: 21px;
        line-height: 29px;
    }
    .common-text-s {
        font-size: 14px;
        line-height: 19px;
    }
    .common-text-extra-s {
        font-size: 13px;
        line-height: 18px;
    }
    .common-text-xxs {
        font-size: 12px;
        line-height: 16px;
    }
    .title-text-s {
        font-size: 30px;
        line-height: 45px;
    }
    .title-text-n {
        font-size: 35px;
        line-height: 45px;
    }
    .title-text-l {
        font-size: 50px;
        line-height: 96px;
    }
}
*/