/* Slowmotion ADV — webfonts.
   ONE FAMILY: NEUE HAAS GROTESK, served by the studio's Adobe Fonts kit (nry3ynk).

   WHAT THE KIT ACTUALLY SHIPS TODAY — checked against the kit CSS:
     neue-haas-grotesk-display · 500 roman · 500 italic · 700 bold · 700 italic
   That is all. There is NO Text cut and NO Black in the kit, so:
   • --font-sans falls through to the DISPLAY family for body copy (see typography.css).
     Add "neue-haas-grotesk-text" to the kit and it picks up automatically — no code change.
   • A requested 800 resolves to the 700 Bold; a requested 400 resolves to the 500 Roman.
     Both are correct CSS font matching, not a bug. Don't chase 800/900 in this face.

   Local/self-hosted names are kept in the stacks after the kit name so designers with the
   desktop font installed, or a future assets/fonts/ self-host, get the same face.
   Archivo stays as the last-resort fallback if the kit fails to load. */
@import url("https://use.typekit.net/nry3ynk.css");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");
