/* Lokale Schriftbereitstellung ohne externe Requests.
   Es werden zuerst lokal installierte Schriften genutzt. Falls diese auf dem Endgerät
   nicht vorhanden sind, greifen die Fallbacks aus assets/style.css. */
@font-face {
  font-family: 'Exo 2';
  src: local('Exo 2'), local('Exo2'), local('Inter'), local('Segoe UI Semibold'), local('Arial');
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans 3';
  src: local('Source Sans 3'), local('Source Sans Pro'), local('Segoe UI'), local('Arial');
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}
