/* "Structured Mono" design — a bold, high-contrast, modern-studio look: a
   geometric grotesk display face paired with a clean grotesque body face.
   Fits agencies, studios and confident modern service brands without being
   tied to any one industry. One of 3 designs — see src/white-new/blueprint.js.

   Color and corner-radius are NOT this design's identity — both are
   independent axes any design can draw from (see templates/white-new/
   palettes.css and base.css's "Decoration system" block), so this file only
   ever carries the one thing that IS fixed per design: its font pairing. */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Inter:wght@400;500;600&display=swap');

:root {
  --font-display: 'Space Grotesk', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
