/* ===== Inter (body) ===== */

/* Upload to: /assets/fonts/inter/ */

@font-face {
  font-family: Inter;
  src: url("/assets/fonts/inter/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("/assets/fonts/inter/Inter-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("/assets/fonts/inter/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("/assets/fonts/inter/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* ===== Newsreader 36pt (headings) ===== */

/* Upload to: /assets/fonts/newsreader/
   Filenames shown use 36pt. */

@font-face {
  font-family: Newsreader;
  src: url("/assets/fonts/newsreader/Newsreader_36pt-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Newsreader;
  src: url("/assets/fonts/newsreader/Newsreader_36pt-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Newsreader;
  src: url("/assets/fonts/newsreader/Newsreader_36pt-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Newsreader;
  src: url("/assets/fonts/newsreader/Newsreader_36pt-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}


/* ===== Stacks ===== */
:root{
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", roboto, "Noto Sans",
               "Helvetica Neue", arial, sans-serif;
  --font-head: "Newsreader", georgia, "Times New Roman", times, serif;
}

/* Optional defaults (safe even if main.css also sets them) */
body { font-family: var(--font-body); }
h1,h2,h3 { font-family: var(--font-head); }
