/* =====================================================================
   HIDDEN — SELF-HOSTED FONTS
   Headings: Attila Sans Classic (licensed). Body: Helvetica Neue (system
   face, not self-hosted; the token stack falls back to Helvetica/Arial).
   Serif: Fraunces is loaded from Google Fonts in the document head for now
   (the brief permits Google or self-hosting); swap to @font-face here later.
   ---------------------------------------------------------------------
   NOTE: only the Regular (400) weight of Attila Sans Classic is available.
   Medium-weight heading roles (--w-medium) currently render Regular until
   the Medium file is supplied; drop AttilaSansClassic-Medium.woff2 in and
   add a second @font-face at font-weight:500.
   ===================================================================== */

@font-face{
  font-family:"Attila Sans Classic";
  src:url("../fonts/AttilaSansClassic-Regular.woff2") format("woff2");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
