/* Self-hosted Google Fonts for GDPR compliance */
/* These fonts were downloaded from Google Fonts and are served from our own server */
/* to avoid sending user data (IP addresses) to Google's servers. */

/* Source Sans 3 - Variable font (weight 200-900) */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url('/fonts/source-sans-3/source-sans-3-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url('/fonts/source-sans-3/source-sans-3-italic.woff2') format('woff2');
}

/* Source Serif 4 - Variable font (weight 200-900, optical size 8-60) */
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url('/fonts/source-serif-4/source-serif-4-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Source Serif 4';
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url('/fonts/source-serif-4/source-serif-4-italic.woff2') format('woff2');
}
