/* Montserrat */
@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Lato */
/*@font-face {*/
/*    font-family: 'Lato';*/
/*    src: url('/fonts/Lato-Regular.ttf') format('truetype');*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/
/*@font-face {*/
/*    font-family: 'Lato';*/
/*    src: url('/fonts/Lato-Bold.ttf') format('truetype');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/* Nunito */
@font-face {
    font-family: 'Nunito';
    src: url('/fonts/Nunito-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nunito';
    src: url('/fonts/Nunito-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Raleway (Variable) */
/*@font-face {*/
/*    font-family: 'Raleway';*/
/*    src: url('/fonts/Raleway-VariableFont_wght.ttf') format('truetype');*/
/*    font-weight: 100 900;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/* Merriweather */
/*@font-face {*/
/*    font-family: 'Merriweather';*/
/*    src: url('/fonts/Merriweather_24pt-Regular.ttf') format('truetype');*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/
/*@font-face {*/
/*    font-family: 'Merriweather';*/
/*    src: url('/fonts/Merriweather_24pt-Bold.ttf') format('truetype');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/



/* ————————————————————————————————————————— */

/* Переключаемые переменные */
:root {
    /* по умолчанию: Montserrat + Lato */
    --font-heading: 'Montserrat', sans-serif;
    --font-body:    'Nunito',      sans-serif;
}
/* Переключаемые переменные */


/* Утилиты для контейнеров и элементов */
/* Утилиты для  */
.font-heading { font-family: var(--font-heading); }
.font-body    { font-family: var(--font-body); }
