/* Local font hosting placeholder.
   Download required woff2 files into assets/fonts/ and update the src URLs below.
   Recommended formats: woff2 (primary), woff (fallback).
*/

@font-face {
  font-family: 'InterVariable';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/Inter-Variable.woff2') format('woff2');
}

@font-face {
  font-family: 'DMSerifDisplay';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/DMSerifDisplay-Regular.woff2') format('woff2');
}

:root{
  --font-sans: InterVariable, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
  --font-serif: 'DMSerifDisplay', Georgia, 'Times New Roman', Times, serif;
}

body{font-family: var(--font-sans);}

h1,h2,h3,.font-serif{font-family:var(--font-serif);}