/* ============================================================
   NIGHT + DAY — Webfonts
   Four brand typefaces, each with one job. Never substitute.
   ============================================================ */

/* FBS Doms — heavy, condensed grotesque. The wordmark + headlines.
   Always caps, set tight, one weight. */
@font-face {
  font-family: "FBS Doms";
  src: url("../assets/fonts/FBSDoms-Regular.ttf") format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

/* Simon Mono — technical monospace. Subheads, numerals, eyebrow tags,
   nutritional / spec data. The system's connective tissue. */
@font-face {
  font-family: "Simon Mono";
  src: url("../assets/fonts/SimonMono-Regular.ttf") format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

/* Redondo Ave — the flavour script. Used ONLY for flavour names and
   the occasional human flourish. Never for UI or long copy. */
@font-face {
  font-family: "Redondo Ave";
  src: url("../assets/fonts/RedondoAve-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Redondo Ave";
  src: url("../assets/fonts/RedondoAve-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Aeonik — neutral grotesque. Body, pack copy, interface text. */
@font-face {
  font-family: "Aeonik";
  src: url("../assets/fonts/Aeonik-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
