/*
 * 00-fonts.css
 * Self-hosted Inter font faces for divi-sales-child (godindev.com)
 * Static woff2 files sourced from Inter v4.1 (rsms/inter), "web" folder: Regular (400),
 * Bold (700), Light (300), and Light Italic (300 italic).
 * Loaded before 00-tokens.css so --gdi-font-* references resolve to a font that's already
 * registered with the browser.
 */

@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Newsreader — self-hosted separately from the Inter faces above, and
   deliberately not part of --gdi-font-heading/--gdi-font-body. Reserved
   for --gdi-font-accent: expressive one-off moments (the header tagline
   now, possibly a future pull-quote/testimonial), never body copy or
   headings. Italic weight 400 only, extracted from the "latin" subset of
   fonts.googleapis.com/css2?family=Newsreader:ital@1&display=swap (v26). */
@font-face {
  font-family: 'Newsreader';
  src: url('fonts/Newsreader-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
