/* Inter - Latin extended */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300 800;
    font-display: swap;
    src: url('./inter.woff2') format('woff2');
    unicode-range: U+0000-024F, U+0300-036F, U+0370-03FF, U+1E00-1EFF, U+2000-206F, U+2070-209F, U+20A0-20CF, U+2100-214F, U+2200-22FF, U+2C60-2C7F, U+A720-A7FF;
}

/* JetBrains Mono - Latin extended */
@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 500 700;
    font-display: swap;
    src: url('./jetbrains-mono.woff2') format('woff2');
    unicode-range: U+0000-024F, U+0300-036F, U+0370-03FF, U+1E00-1EFF, U+2000-206F, U+2070-209F, U+20A0-20CF, U+2100-214F, U+2200-22FF, U+2C60-2C7F, U+A720-A7FF;
}
