/* GenosGFG – Hausschrift der Volksbanken Raiffeisenbanken.
   Dateien nach public/assets/fonts/ kopieren; Dateinamen bei Bedarf anpassen. */
@font-face {
  font-family: "GenosGFG";
  src: url("../fonts/GenosGFG-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GenosGFG";
  src: url("../fonts/GenosGFG-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "GenosGFG";
  src: url("../fonts/GenosGFG-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GenosGFG";
  src: url("../fonts/GenosGFG-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "GenosGFG Condensed";
  src: url("../fonts/GenosGFG-Condensed.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
