/* =========================================================================
   Full Circle Care — self-hosted fonts
   Latin-subset variable woff2, pulled from Google Fonts (OFL). CDN stays off
   (privacy/HIPAA-adjacent; project record §11). Enqueued via functions.php.
   Axes exposed: Newsreader/DM Sans carry opsz + wght; consuming CSS drives
   optical sizing via font-optical-sizing / font-variation-settings.
   ========================================================================= */

/* Newsreader — display / headings / italic emphasis (opsz 6–72, wght 300–600) */
@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("newsreader-roman-var.woff2") format("woff2");
}
@font-face {
  font-family: "Newsreader";
  font-style: italic;
  font-weight: 300 600;
  font-display: swap;
  src: url("newsreader-italic-var.woff2") format("woff2");
}

/* DM Sans — body / nav / buttons (opsz 9–40, wght 300–600) */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("dmsans-var.woff2") format("woff2");
}

/* JetBrains Mono — eyebrows / labels / stats (wght 400–500) */
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url("jetbrainsmono-var.woff2") format("woff2");
}
