/* ============================================================
   THE SOURCE — WEBFONTS
   Brand fonts: "Area Normal" (commercial) + "Montserrat Black".
   Montserrat is self-hosted (exact brand font).
   Area Normal is SUBSTITUTED with Hanken Grotesk — closest free
   neutral grotesque match. Replace with licensed Area Normal files
   when available (see readme.md › Caveats).
   ============================================================ */

/* Montserrat — variable (used for commanding ALL-CAPS display) */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../assets/fonts/Montserrat-var.woff2") format("woff2");
}

/* Hanken Grotesk — variable (Area Normal substitute: headings + body) */
@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../assets/fonts/HankenGrotesk-var.woff2") format("woff2");
}
