/* Mulish — self-hosted, font-display:swap */
@font-face {
    font-display: swap;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    src: url('/wp-content/themes/indieserials/assets/fonts/mulish/mulish-v13-cyrillic_latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Mulish';
    font-style: italic;
    font-weight: 400;
    src: url('/wp-content/themes/indieserials/assets/fonts/mulish/mulish-v13-cyrillic_latin-italic.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    src: url('/wp-content/themes/indieserials/assets/fonts/mulish/mulish-v13-cyrillic_latin-700.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    src: url('/wp-content/themes/indieserials/assets/fonts/mulish/mulish-v13-cyrillic_latin-800.woff2') format('woff2');
}
:root {
    --fontFamily: "Mulish", sans-serif;
    --thin: 400;
    --normal: 400;
    --semiBold: 700;
    --bold: 800;
}
