/* LOCAL FONTS - No external requests */

/* Inter Variable - All weights in one file */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('Inter-Variable.woff2') format('woff2');
}

/* Outfit Variable - All weights in one file */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('Outfit-Variable.woff2') format('woff2');
}

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

/* Geist Variable - Optional */
@font-face {
    font-family: 'Geist';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('Geist-Variable.woff2') format('woff2');
}
