/* LATIN */
@font-face {
    font-family: 'Chillax';
    src: url('Chillax-Regular.woff2') format('woff2'),
    url('Chillax-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF; /* латиница */
}

@font-face {
    font-family: 'Chillax';
    src: url('Chillax-Medium.woff2') format('woff2'),
    url('Chillax-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF;
}

/* CYRILLIC */
@font-face {
    font-family: 'Chillax';
    src: url('MontserratAlternates-Regular.woff2') format('woff2'),
    url('MontserratAlternates-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0400-04FF; /* кириллица */
}

@font-face {
    font-family: 'Chillax';
    src: url('MontserratAlternates-Medium.woff2') format('woff2'),
    url('MontserratAlternates-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0400-04FF;
}
