/* Self-hosted latin subsets (variable fonts, weight range 400-700) */
@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url("/assets/fonts/newsreader-latin.woff2?v=4") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/assets/fonts/sourcesans3-latin.woff2?v=4") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Newsreader Fallback";
  src: local("Georgia"), local("Times New Roman");
  size-adjust: 104%;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
}

:root {
  --primary: #087A5B;
  --primary-ink: #065844;
  --accent: #E28222;
  --accent-ink: #5c3108;
  --background: #F2FAF6;
  --surface: #FFFFFF;
  --surface-2: #DCF3E8;
  --ink: #12322B;
  --muted: #3d5c54;
  --border: #BFE2D4;
  --rule: #8fc9b4;
  --danger: #8b2e2e;
  --focus: #065844;
  --header-h: 68px;
  --ticker-h: 34px;
  --sticky-cta: 72px;
  --radius: 4px;
  --shadow: 0 10px 28px rgba(18, 50, 43, 0.08);
  --font-display: "Newsreader", "Newsreader Fallback", Georgia, "Times New Roman", serif;
  --font-body: "Source Sans 3", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --measure: 68ch;
}