/* STUDIE house typeface: FF Unit (kommerziell) — Ersatz: Fira Sans / Fira Mono.
   DSGVO: Fonts werden SELBST GEHOSTET (kein Google-Fonts-CDN, vgl. LG München
   Az. 3 O 17493/20). WOFF2-Dateien liegen unter ../fonts/. */

@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../../fonts/fira-sans-v18-latin_latin-ext-300.woff2") format("woff2");
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/fira-sans-v18-latin_latin-ext-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../fonts/fira-sans-v18-latin_latin-ext-500.woff2") format("woff2");
}
@font-face {
  font-family: "Fira Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/fira-mono-v16-latin_latin-ext-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Fira Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../fonts/fira-mono-v16-latin_latin-ext-500.woff2") format("woff2");
}
