/* ============================================================
   Gnomon Tax — Desert Shadow 1.0
   Webfonts. Loaded from the Fontsource / jsDelivr CDN.

   TWO families, and that is the whole system:
     DM Serif Display 400  — names and titles ONLY
     Schibsted Grotesk     — everything that is read

   RECONSTRUCTED 2026-09-07. BRAND_CANON §4 and MIGRATION state that
   this file and typography.css "carry over as-is" from Shadow 1.x,
   but the Shadow originals were not in the Desert Shadow handoff and
   exist nowhere on disk. This file is rebuilt from the canon's written
   spec. If the Shadow masters resurface, diff before replacing.
   ============================================================ */

/* --- DM Serif Display — names and titles only ---------------
   400 is the only weight that exists and the only one sanctioned.
   Never bold, never italic. The italic face is deliberately NOT
   declared here so that a stray <em> cannot synthesise into it. */
@font-face {
  font-family: "DM Serif Display";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/dm-serif-display@latest/latin-400-normal.woff2") format("woff2");
}

/* --- Schibsted Grotesk — everything read --------------------
   One variable file covers 400 body, 600 labels, 700 figures. */
@font-face {
  font-family: "Schibsted Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/schibsted-grotesk:vf@latest/latin-wght-normal.woff2") format("woff2-variations");
}

/* No italic face is declared for either family. Desert Shadow uses no
   italics (BRAND_CANON §1, voice). No accent serif: Instrument Serif
   was a Gnomon Planning device and is retired. No monospace: JetBrains
   Mono and --font-mono were removed in Shadow and must not return.
   Newsreader was proposed in the handoff and NOT adopted. */
