/* Elegance IV — Web fonts
   No font files were supplied with the brand materials (only a logo image
   and a color spec). The logo's wordmark uses a wide-tracked geometric
   sans; nearest Google Fonts substitutes were chosen to match that feel
   for display type, paired with a quiet geometric sans for UI/body text.
   FLAGGED SUBSTITUTION — see readme.md "Typography" note. Ask the brand
   owner for the real typeface licenses/files if this should be exact. */

@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Jost:wght@300;400;500;600&display=swap');

:root {
  --font-display: 'Marcellus', 'Times New Roman', serif;
  --font-sans: 'Jost', 'Century Gothic', sans-serif;
}
