/*
  Lokale Webfonts für Vertrauenslicht

  Lege die folgenden WOFF2-Dateien in den Ordner /fonts:

  inter-400.woff2
  inter-500.woff2
  inter-600.woff2
  libre-caslon-display-400.woff2

  Danach werden keine Schriftdateien von Google-Servern geladen.
*/

@font-face {
  font-family: "Inter";
  src: url("fonts/inter-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/inter-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/inter-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

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