/* Lokal gehostete Webfonts (datenschutzkonform, kein Google-Server-Request).
   Ersetzt die frühere Einbindung von //fonts.googleapis.com.
   Hinweis: "Source Sans Pro" wird vom direkten Nachfolger "Source Sans 3" bedient. */

/* ---------- Playfair Display ---------- */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/google/playfair-display-v40-latin-regular.woff2") format("woff2"),
       url("../fonts/google/playfair-display-v40-latin-regular.woff") format("woff");
}
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/google/playfair-display-v40-latin-italic.woff2") format("woff2"),
       url("../fonts/google/playfair-display-v40-latin-italic.woff") format("woff");
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/google/playfair-display-v40-latin-700.woff2") format("woff2"),
       url("../fonts/google/playfair-display-v40-latin-700.woff") format("woff");
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/google/playfair-display-v40-latin-900.woff2") format("woff2"),
       url("../fonts/google/playfair-display-v40-latin-900.woff") format("woff");
}

/* ---------- Source Sans Pro (via Source Sans 3) ---------- */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/google/source-sans-3-v19-latin-regular.woff2") format("woff2"),
       url("../fonts/google/source-sans-3-v19-latin-regular.woff") format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/google/source-sans-3-v19-latin-700.woff2") format("woff2"),
       url("../fonts/google/source-sans-3-v19-latin-700.woff") format("woff");
}

/* ---------- Yrsa ---------- */
@font-face {
  font-family: "Yrsa";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/google/yrsa-v25-latin-300.woff2") format("woff2"),
       url("../fonts/google/yrsa-v25-latin-300.woff") format("woff");
}
@font-face {
  font-family: "Yrsa";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/google/yrsa-v25-latin-regular.woff2") format("woff2"),
       url("../fonts/google/yrsa-v25-latin-regular.woff") format("woff");
}
@font-face {
  font-family: "Yrsa";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/google/yrsa-v25-latin-700.woff2") format("woff2"),
       url("../fonts/google/yrsa-v25-latin-700.woff") format("woff");
}

/* ---------- Merriweather ---------- */
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/google/merriweather-v33-latin-300.woff2") format("woff2"),
       url("../fonts/google/merriweather-v33-latin-300.woff") format("woff");
}
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/google/merriweather-v33-latin-regular.woff2") format("woff2"),
       url("../fonts/google/merriweather-v33-latin-regular.woff") format("woff");
}
