/* ============================================================
   Gambit - Web fonts (self-hosted)
   Roboto Mono (Apache-2.0) is the ONLY webfont. Reserved for chess
   data: clocks, evaluation scores, SAN/FEN notation. Tabular figures
   keep timers from jittering tick to tick. Everything else uses the
   native system sans stack (see tokens.css --font-sans) for speed.
   ============================================================ */

@font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/roboto-mono-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/roboto-mono-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/roboto-mono-700.woff2') format('woff2');
}
