/* ============================================================
   CHRONIMY FONT STACK — Self-Hosted
   ------------------------------------------------------------
   Three font families, all served from /fonts/
   Zero external CDN calls. Zero Google Fonts. Zero IP logging.

   Lexend         — body text, UI
   Lexend Deca    — display, headings
   JetBrains Mono — code, monospace blocks

   To install: download the .woff2 files listed in
   /fonts/DOWNLOAD_FONTS.md and place them here.
   ============================================================ */

/* ── LEXEND ── */
@font-face { font-family:'Lexend'; font-style:normal; font-weight:300; font-display:swap; src:url('lexend-latin-300.woff2') format('woff2'); }
@font-face { font-family:'Lexend'; font-style:normal; font-weight:400; font-display:swap; src:url('lexend-latin-regular.woff2') format('woff2'); }
@font-face { font-family:'Lexend'; font-style:normal; font-weight:500; font-display:swap; src:url('lexend-latin-500.woff2') format('woff2'); }
@font-face { font-family:'Lexend'; font-style:normal; font-weight:600; font-display:swap; src:url('lexend-latin-600.woff2') format('woff2'); }
@font-face { font-family:'Lexend'; font-style:normal; font-weight:700; font-display:swap; src:url('lexend-latin-700.woff2') format('woff2'); }
@font-face { font-family:'Lexend'; font-style:normal; font-weight:800; font-display:swap; src:url('lexend-latin-800.woff2') format('woff2'); }

/* ── LEXEND DECA ── */
@font-face { font-family:'Lexend Deca'; font-style:normal; font-weight:300; font-display:swap; src:url('lexend-deca-latin-300.woff2') format('woff2'); }
@font-face { font-family:'Lexend Deca'; font-style:normal; font-weight:400; font-display:swap; src:url('lexend-deca-latin-regular.woff2') format('woff2'); }
@font-face { font-family:'Lexend Deca'; font-style:normal; font-weight:500; font-display:swap; src:url('lexend-deca-latin-500.woff2') format('woff2'); }
@font-face { font-family:'Lexend Deca'; font-style:normal; font-weight:600; font-display:swap; src:url('lexend-deca-latin-600.woff2') format('woff2'); }
@font-face { font-family:'Lexend Deca'; font-style:normal; font-weight:700; font-display:swap; src:url('lexend-deca-latin-700.woff2') format('woff2'); }

/* ── JETBRAINS MONO ── */
@font-face { font-family:'JetBrains Mono'; font-style:normal; font-weight:400; font-display:swap; src:url('jetbrains-mono-latin-regular.woff2') format('woff2'); }
@font-face { font-family:'JetBrains Mono'; font-style:normal; font-weight:500; font-display:swap; src:url('jetbrains-mono-latin-500.woff2') format('woff2'); }
@font-face { font-family:'JetBrains Mono'; font-style:normal; font-weight:600; font-display:swap; src:url('jetbrains-mono-latin-600.woff2') format('woff2'); }
