@import '../_variables';

// https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_fonts/Variable_fonts_guide
@font-face {
    font-display: swap;
    font-family: 'msk-sans';
    font-weight: 1 1000;
    font-style: normal;
    src: url($msk--font-path + 'msk-sans.woff2')
            format('woff2 supports variations'),
        url($msk--font-path + 'msk-sans.woff2') format('woff2-variations');
}
