/* Webfonts. SUBSTITUTION FLAG: no font files were supplied with the brief.
   These are the nearest Google Fonts matches for the intended voice
   (quiet editorial serif + neutral geometric sans). All three carry full
   Hawaiian diacritics: macrons (ā ē ī ō ū) and the ʻokina (U+02BB).
   Swap the @font-face src to licensed binaries in assets/fonts/ when available. */
/* @import REMOVED for verzobid.com: this pulled Cormorant Garamond, EB Garamond and Jost
   from fonts.googleapis.com. Those are the Malama design system's faces; the VerzoBid
   landing page uses Manrope and Space Grotesk only (self-hosted in /fonts), and never
   references these three, so the request was a cross-origin round trip for nothing.
   The --font-* variables below still resolve, via their local fallback stacks. */

:root {
  --font-display: "Cormorant Garamond", "Hiragino Mincho ProN", "Times New Roman", serif;
  --font-body: "EB Garamond", "Hiragino Mincho ProN", Georgia, serif;
  --font-meta: "Jost", "Hiragino Kaku Gothic ProN", system-ui, sans-serif;
  /* Japanese brush lettering (Fudemoji) is supplied as scanned artwork, never as a webfont.
     See assets/README.md and the CalligraphyMark component. */
  --font-brush: var(--font-display);
}
