/* ==========================================================================
   AdCrew — Webfonts
   --------------------------------------------------------------------------
   The AdCrew brand runs licensed typefaces (display: "Copernicus" / Tiempos
   Headline; body: "StyreneB"). Those are not public webfonts. The documented
   open-source substitutes are loaded here:
     - Display serif  →  Cormorant Garamond   (Tiempos / Copernicus substitute)
     - Body sans      →  Inter                (StyreneB substitute)
     - Mono / code    →  JetBrains Mono
   Swap the @import for a self-hosted @font-face block once the licensed
   binaries are available; the family variables in typography.css are the only
   thing consumers reference.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap');
