/* ==========================================================================
   fonts.css — Hunter Huon Valley
   Self-hosted variable font. No runtime request to Google Fonts (faster and
   cleaner for privacy). Source downloaded from the official Google Fonts repo
   (google/fonts, ofl/montserrat/Montserrat[wght].ttf), the wght axis clipped
   to the 300-700 range the design actually uses, then subset to latin +
   typographic punctuation. See DECISIONS.md for the run.

   Montserrat is the single family sitewide (headings, body, nav, buttons,
   labels), superseding the Fraunces + Inter Tight pairing. Never a second.
   ========================================================================== */

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-latin.woff2") format("woff2");
  font-weight: 300 700;         /* variable wght range, clipped at build time */
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
