/* Font faces for the standalone archetype pages. Mirrors what a real consumer
   (e.g. the website) declares for itself — the brand layers provide tokens +
   components, the consumer wires its own @font-face to the shipped woff2.
   Paths are relative to /brand/archetypes/ → ../fonts/. */
@font-face { font-family: 'Space Grotesk'; src: url('../fonts/space-grotesk.woff2') format('woff2'); font-weight: 400 700; font-display: swap; }
@font-face { font-family: 'Inter';         src: url('../fonts/inter.woff2')         format('woff2'); font-weight: 400 600; font-display: swap; }
@font-face { font-family: 'Manrope';       src: url('../fonts/manrope.woff2')       format('woff2'); font-weight: 400 800; font-display: swap; }
@font-face { font-family: 'JetBrains Mono'; src: url('../fonts/jetbrains-mono.woff2') format('woff2'); font-weight: 400 700; font-display: swap; }
