/* ==========================================================================
   MARTREXO – Self-hosted Ubuntu (DSGVO-konform, kein Google-CDN)

   Erwartet folgende Dateien in  assets/fonts/  :
     ubuntu-300.woff2   (Light)
     ubuntu-400.woff2   (Regular)
     ubuntu-500.woff2   (Medium)
     ubuntu-700.woff2   (Bold)

   Download der Ubuntu-Schrift: https://fonts.google.com/specimen/Ubuntu
   → als woff2 konvertieren (z. B. via google-webfonts-helper) und ablegen.
   Siehe LIESMICH.txt, Schritt „Schrift".
   ========================================================================== */

@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../assets/fonts/ubuntu-300.woff2") format("woff2");
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/ubuntu-400.woff2") format("woff2");
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/ubuntu-500.woff2") format("woff2");
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/ubuntu-700.woff2") format("woff2");
}
