@import '../_variables';

// monospace font
@font-face {
    font-display: swap;
    font-family: 'redhat-mono';
    font-style: normal;
    font-weight: 300 700;
    src: url($msk--font-path + 'redhat-mono.ttf') format('truetype');
}
