/* ===========================================================================
   Dina's Fine Arts — Fonts
   ---------------------------------------------------------------------------
   Plain Black (the reference display face) is proprietary and unavailable as a
   webfont. SUBSTITUTION: Bricolage Grotesque carries the warm, slightly
   hand-set, rounded-display character at 500/600 weight. Hanken Grotesk is the
   neutral-but-warm body/UI face (a calmer alternative to Inter).
   If Dina licenses a bespoke display face later, swap the --font-display var.
   =========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,500;12..96,600;12..96,700&family=Hanken+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --font-display: 'Bricolage Grotesque', 'Hanken Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-body: 'Hanken Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
