/* =============================================================================
   HAWAII ADVENTURE ATLAS / CUTIVE MONO TYPOGRAPHY OVERRIDE

   Load this stylesheet after the Atlas component styles. Cutive Mono becomes
   the shared body, label, control, and data-copy face through --font/--mono.
   The established display and metric faces remain assigned to their existing
   hierarchy variables.
   ============================================================================= */

@font-face{
  font-family:"Cutive Mono";
  src:url("../assets/atlas/fonts/CutiveMono.woff2") format("woff2");
  font-style:normal;
  font-weight:400;
  font-display:swap;
}

:root{
  --font:"Cutive Mono",ui-monospace,"SFMono-Regular",Menlo,Consolas,monospace;
  --mono:"Cutive Mono",ui-monospace,"SFMono-Regular",Menlo,Consolas,monospace;

  /* Preserve the Topographic Night display hierarchy and metric rhythm. */
  --font-display:"Clarity Marker",var(--font);
  --font-h2:"Gehrig2",var(--font);
  --font-h3:"Stargaze Typewriter",serif;
  --font-num:"Capture Bold",var(--font);
}
