/* ============================================================
   YUTHI Brand-Schrift: Gordita
   Wiederverwendbares Font-Loading für alle Seiten ohne styles.css
   ============================================================ */

@font-face {
  font-family: "Gordita";
  src: url("fonts/Gordita-Light.otf") format("opentype");
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("fonts/Gordita-LightItalic.otf") format("opentype");
  font-weight: 300; font-style: italic; font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("fonts/Gordita-Regular.otf") format("opentype");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("fonts/Gordita-RegularItalic.otf") format("opentype");
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("fonts/Gordita-Medium.otf") format("opentype");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("fonts/Gordita-MediumItalic.otf") format("opentype");
  font-weight: 500; font-style: italic; font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("fonts/Gordita-Bold.otf") format("opentype");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("fonts/Gordita-BoldItalic.otf") format("opentype");
  font-weight: 700; font-style: italic; font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("fonts/Gordita-Black.otf") format("opentype");
  font-weight: 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("fonts/Gordita-BlackItalic.otf") format("opentype");
  font-weight: 900; font-style: italic; font-display: swap;
}
