/* Elevayte — Editorial Auction House typography
   Fraunces (display, variable with `wonk` + soft optical for editorial flourish)
   Hanken Grotesk (body — neo-grotesque, more editorial character than Inter)
   JetBrains Mono (metadata, codes)
   Loaded via Google Fonts CDN; consider self-hosting for production. */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght,SOFT,WONK@0,9..144,100..900,30..100,0..1;1,9..144,100..900,30..100,0..1&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');

/* Apply Fraunces with editorial settings wherever display font is used.
   The `wonk` axis adds distinctive ink-trapping on certain letterforms (g, k, R).
   The `SOFT` axis softens the bracketed serifs — auction-catalog warmth. */
.font-display,
h1, h2, h3, .domain-title, .featured-name, .display {
  font-family: 'Fraunces', 'Cormorant Garamond', Georgia, serif;
  font-optical-sizing: auto;
  font-variation-settings: 'opsz' 144, 'SOFT' 100, 'WONK' 1;
}
