/* ============================================================
   Open Sans - lokal eingebunden (kein externer Anbieter)
   Nur die Schnitte, die im CSS tatsaechlich verwendet werden:
   300 (Light), 400 (Regular), 600 (SemiBold), 700 (Bold).
   font-weight:100 im uebrigen CSS faellt automatisch auf 300.
   Nur woff2/woff - eot/ttf/svg werden von keinem aktuellen
   Browser mehr benoetigt.
   ============================================================ */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'),
       url('../fonts/open-sans-v15-latin-300.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'),
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/open-sans-v15-latin-600.woff2') format('woff2'),
       url('../fonts/open-sans-v15-latin-600.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'),
       url('../fonts/open-sans-v15-latin-700.woff') format('woff');
}
