/* 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');
}

/* Material Symbols Outlined - Variable font (weight 100-700, optical size, fill, grade) */
/* Downloaded from Google Fonts for GDPR compliance - self-hosted to avoid sending user data to Google */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url('/fonts/material-symbols/material-symbols-outlined.woff2') format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
