/**
 * JetBrains Mono Font
 * 
 * License: SIL Open Font License 1.1
 * https://www.jetbrains.com/lp/mono/
 * 
 * This CSS loads the font from local WOFF2 files.
 * Font files need to be downloaded and placed in this directory.
 */

@font-face {
    font-family: 'JetBrains Mono';
    src: url('JetBrainsMono-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JetBrains Mono';
    src: url('JetBrainsMono-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
