/* Satoshi - Originaldateien von Fontshare, nur woff2.
   Die Zuordnung stammt aus den OS/2-Metadaten der Dateien selbst
   (usWeightClass), nicht aus der Dateireihenfolge:
     Regular = 400, Medium = 500, Bold = 700, Black = 900.
   Italics und Light sind nicht eingebunden - werden im Projekt
   nirgends verwendet. */

@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

/* Medium deckt 500 UND 600 ab: font-semibold wird im Projekt 8x
   verwendet, aber Satoshi hat keinen 600er Schnitt. Ohne diese
   Range wuerde der Browser selbst waehlen (oder synthetisch
   faetten) - so bekommt semibold definiert Medium. */
@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/Satoshi-Black.woff2') format('woff2');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
