@font-face {
    font-family: 'Ethnocentric';
    src: url('/assets/fonts/ethnocentric.woff2') format('woff2');
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('/assets/fonts/unbounded-cyrillic-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0400-04FF, U+0500-052F, U+2DE0-2DFF, U+A640-A69F;
}

@font-face {
    font-family: 'Unbounded';
    src: url('/assets/fonts/unbounded-cyrillic-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0400-04FF, U+0500-052F, U+2DE0-2DFF, U+A640-A69F;
}

@font-face {
    font-family: 'Unbounded';
    src: url('/assets/fonts/unbounded-latin-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F;
}

@font-face {
    font-family: 'Unbounded';
    src: url('/assets/fonts/unbounded-latin-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F;
}

:root {
    --font-display: 'Ethnocentric', 'Unbounded', sans-serif;
    --font-body: 'Ethnocentric', 'Unbounded', sans-serif;
}

html, body, button, input, textarea, select {
    font-family: var(--font-body);
}
