/* Self-hosted Google Fonts — geen <link>-tags, geen externe requests.
   Libre Caslon Text voor koppen, Source Sans 3 (variabel) voor de hoofdtekst. */

@font-face {
  font-family: 'Libre Caslon Text';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/libre-caslon-text/libre-caslon-text-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Libre Caslon Text';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/libre-caslon-text/libre-caslon-text-italic-latin.woff2') format('woff2');
}

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