/* Webfonts.
   Brand fonts are Degular Bold (display) and Andes Light (body) — both commercial.
   Substituted with the nearest Google Fonts matches until licensed files are supplied:
     Degular  -> Hanken Grotesk  (geometric humanist sans, same low-contrast adult feel)
     Andes    -> Mulish          (minimalist geometric sans, elegant light weights)
   Replace these @import lines + the --font-* tokens in typography.css when real files arrive. */
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600;700;800&family=Mulish:wght@300;400;500;600;700&display=swap");
