/* Source Sans 3 und Caladea, vom eigenen Server.
   Kein Google-CDN: Das Werkzeug kommt ohne Drittanbieter aus.
   Beide Schriften stehen unter der SIL Open Font License 1.1. */

@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/assets/fonts/source-sans-3-latin-200.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/source-sans-3-latin-400.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/source-sans-3-latin-600.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/source-sans-3-latin-700.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/assets/fonts/source-sans-3-latin-900.woff2") format("woff2");
}

/* Caladea steht ausschließlich kursiv, als Akzent. */
@font-face {
  font-family: Caladea;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/caladea-latin-400italic.woff2") format("woff2");
}
