/* Open Sans Variable Font, lokal eingebettet (Apache/OFL).
   Eine Datei deckt alle Gewichte 300–800 und Breiten 75–125 % ab —
   font-weight 500 löst über Interpolation auf, klassischer Fallback wäre 400. */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300 800;
  font-stretch: 75% 125%;
  font-display: swap;
  src: url("../fonts/OpenSans-Variable.ttf") format("truetype-variations"),
       url("../fonts/OpenSans-Variable.ttf") format("truetype");
}
