/* ============================================================
   Lux Light — Webfonts
   Three typefaces, each with a clear role:
   · Cormorant Garamond — display headings & titles (light 300)
   · Hanken Grotesk     — body, forms, UI
   · DM Mono            — eyebrows, labels, lux readouts, spec chips
   Files are self-hosted woff2 (latin subset, variable where noted).
   ============================================================ */

/* ---- Cormorant Garamond (variable 300–600) ---- */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("../assets/fonts/cormorant-garamond.woff2") format("woff2");
}

/* ---- Hanken Grotesk (variable 300–700) ---- */
@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../assets/fonts/hanken-grotesk.woff2") format("woff2");
}

/* ---- DM Mono ---- */
@font-face {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/dm-mono-400.woff2") format("woff2");
}
@font-face {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/dm-mono-500.woff2") format("woff2");
}
