/**
 * Selbst gehostete Fonts (DSGVO: kein Request an Google Fonts CDN).
 *
 * Dateien vor Go-Live hier ablegen: assets/fonts/
 *   archivo-expanded-700.woff2 / -800.woff2
 *   inter-400.woff2 / -500.woff2 / -600.woff2
 *   jetbrains-mono-400.woff2 / -500.woff2
 *
 * Bezugsquellen (SIL Open Font License, kostenfrei):
 *   Archivo:        https://fonts.google.com/specimen/Archivo (Expanded-Achse)
 *   Inter:           https://fonts.google.com/specimen/Inter
 *   JetBrains Mono:  https://www.jetbrains.com/lp/mono/
 */

@font-face {
  font-family: "Archivo Expanded";
  src: url("../fonts/archivo-expanded-700.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Archivo Expanded";
  src: url("../fonts/archivo-expanded-800.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-400.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-500.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-600.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "JetBrains Mono";
  src: url("../fonts/jetbrains-mono-400.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "JetBrains Mono";
  src: url("../fonts/jetbrains-mono-500.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
