/* ============================================================
   LOKALE FONTE — niclasaarestrup.dk
   ------------------------------------------------------------
   Selvhostede udgaver af Playfair Display og Source Serif 4.
   Erstatter <link> til fonts.googleapis.com, så der IKKE
   sendes data (IP-adresse) til Google — og dermed intet
   cookie-/samtykkekrav for fonte.

   Læg denne fil + mappen /fonts/ på serveren.
   Se VEJLEDNING-fonte.txt for hvordan du henter font-filerne.
   ============================================================ */

/* ---------- Playfair Display ---------- */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/playfair-display-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('fonts/playfair-display-900.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/playfair-display-700italic.woff2') format('woff2');
}

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