/* ==========================================================================
   VESTRA — Hausschrift Inter
   --------------------------------------------------------------------------
   Inter 4.1, SIL Open Font License 1.1 (assets/fonts/LICENSE-Inter-OFL.txt).
   Alle Schnitte werden lokal aus assets/fonts/ ausgeliefert — kein Abruf von
   Google Fonts oder anderen Drittanbietern (DSGVO). Der Browser lädt nur die
   Schnitte, die auf der jeweiligen Seite tatsächlich verwendet werden.
   ========================================================================== */

/* --- 300 Light: große Überschriften ------------------------------------- */
@font-face{
  font-family:"Inter";
  src:url("fonts/Inter-Light.woff2") format("woff2");
  font-weight:300; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Inter";
  src:url("fonts/Inter-LightItalic.woff2") format("woff2");
  font-weight:300; font-style:italic; font-display:swap;
}
/* --- 400 Regular: Fließtext --------------------------------------------- */
@font-face{
  font-family:"Inter";
  src:url("fonts/Inter-Regular.woff2") format("woff2");
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Inter";
  src:url("fonts/Inter-Italic.woff2") format("woff2");
  font-weight:400; font-style:italic; font-display:swap;
}
/* --- 500 Medium: Buttons, Labels ---------------------------------------- */
@font-face{
  font-family:"Inter";
  src:url("fonts/Inter-Medium.woff2") format("woff2");
  font-weight:500; font-style:normal; font-display:swap;
}
/* --- 600 SemiBold: Zwischenüberschriften, strong ------------------------ */
@font-face{
  font-family:"Inter";
  src:url("fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight:600; font-style:normal; font-display:swap;
}
