/* General Sans – Webfont-Paket für Digital Health Austria
   Ablage: dieses CSS + die Fontdateien im selben Verzeichnis auf dem Webserver.
   Einbindung:  <link rel="stylesheet" href="…/generalsans.css">                 */

/* Familien, die der Sujet-Generator verwendet */
@font-face {
  font-family: 'GS-Reg';
  src: url('GeneralSans-Regular.woff') format('woff'),
       url('GeneralSans-Regular.otf') format('opentype');
  font-weight: 400; font-style: normal; font-display: block;
}
@font-face {
  font-family: 'GS-Med';
  src: url('GeneralSans-Medium.woff') format('woff'),
       url('GeneralSans-Medium.otf') format('opentype');
  font-weight: 500; font-style: normal; font-display: block;
}

/* Zusätzlich als normale Familie für sonstige Web-Verwendung */
@font-face {
  font-family: 'General Sans';
  src: url('GeneralSans-Regular.woff') format('woff'),
       url('GeneralSans-Regular.otf') format('opentype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('GeneralSans-Medium.woff') format('woff'),
       url('GeneralSans-Medium.otf') format('opentype');
  font-weight: 500; font-style: normal; font-display: swap;
}
