/* ============================================================
   resamp — Font faces / fonts.css  (Design-B)
   Self-hosted (GDPR-safe, no third-party CDN calls).
   ------------------------------------------------------------
   Montserrat (variable, weight axis 100–900) is used for both
   headings (Medium / 500) and body text (Light / 300).
   One variable file covers every weight → smallest payload.
   ============================================================ */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/montserrat.woff2") format("woff2");
}
