/* Lokal ausgelieferte Schriften — kein Google-Fonts-Aufruf, damit beim
   Seitenaufruf keine IP-Adresse an Dritte geht. */

@font-face {
  font-family: 'Syne';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('syne-variable.woff2') format('woff2-variations');
}

@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('dmmono-400.woff2') format('woff2');
}

@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('dmmono-500.woff2') format('woff2');
}
