/* SpyOnWeb — Local Font Faces */

/* Satoshi (Display) — 4 weights */
@font-face {
    font-family: 'Satoshi';
    src: url('/assets/fonts/satoshi-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('/assets/fonts/satoshi-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('/assets/fonts/satoshi-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('/assets/fonts/satoshi-900.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Instrument Sans (Body) — variable weight */
@font-face {
    font-family: 'Instrument Sans';
    src: url('/assets/fonts/instrument-sans-var.woff2') format('woff2');
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}

/* Literata (Prose) — variable weight, normal + italic */
@font-face {
    font-family: 'Literata';
    src: url('/assets/fonts/literata-var.woff2') format('woff2');
    font-weight: 400 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Literata';
    src: url('/assets/fonts/literata-italic-var.woff2') format('woff2');
    font-weight: 400 600;
    font-style: italic;
    font-display: swap;
}

/* JetBrains Mono (Data/Code) — variable weight */
@font-face {
    font-family: 'JetBrains Mono';
    src: url('/assets/fonts/jetbrains-mono-var.woff2') format('woff2');
    font-weight: 400 600;
    font-style: normal;
    font-display: swap;
}
