/* Enkee — Webfonts
   DM Serif Display: provided by the brand (uploads), used for the "enkee" wordmark and
   editorial display headlines/pull-quotes — matches the logo's serif letterforms exactly.
   DM Sans: NOT provided by the brand. No body/UI typeface was supplied or found on the
   live site copy we could access, so this is a deliberate pairing choice (same type
   foundry & era as DM Serif Display, neutral geometric grotesque) — flagged in readme.md
   under Visual Foundations > Typography. Swap freely if real UI font files arrive. */

@font-face {
  font-family: 'DM Serif Display';
  src: url('../assets/fonts/DMSerifDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Serif Display';
  src: url('../assets/fonts/DMSerifDisplay-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap');

:root {
  --font-display: 'DM Serif Display', 'Georgia', serif;
  --font-body: 'DM Sans', 'Helvetica Neue', Arial, sans-serif;
}
