/* ============================================================
   SyndewOS — Self-hosted Fonts
   
   Run assets/fonts/download-fonts.sh first to download .woff2 files.
   Then replace the Google Fonts <link> in your HTML with:
   <link rel="stylesheet" href="assets/fonts/local.css">
   ============================================================ */

/* Syne — Variable (covers 400–800) */
@font-face {
  font-family: 'Syne';
  src: url('Syne-VariableFont.woff2') format('woff2');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

/* DM Serif Display — Regular */
@font-face {
  font-family: 'DM Serif Display';
  src: url('DMSerifDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* DM Serif Display — Italic */
@font-face {
  font-family: 'DM Serif Display';
  src: url('DMSerifDisplay-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

/* Space Mono — Bold */
@font-face {
  font-family: 'Space Mono';
  src: url('SpaceMono-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
