/* JetBrains Mono Font Family - Local Files */

@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('./JetBrainsMono-Light.woff2') format('woff2'),
         url('./JetBrainsMono-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./JetBrainsMono-Regular.woff2') format('woff2'),
         url('./JetBrainsMono-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('./JetBrainsMono-Bold.woff2') format('woff2'),
         url('./JetBrainsMono-Bold.ttf') format('truetype');
}
