/**
 * General Sans — Web Font Faces (WOFF2 only)
 * © 2026 Indian Type Foundry · Designer: Frode Helland
 * Source: https://www.fontshare.com/fonts/general-sans
 *
 * Einbindung: <link rel="stylesheet" href="general-sans.css">
 * Verwendung im CSS: font-family: 'GeneralSans', sans-serif;
 * Gewichte: 300 / 400 / 500 / 600 / 700  (jeweils + italic)
 */

@font-face {
  font-family: 'GeneralSans';
  src: url('GeneralSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GeneralSans';
  src: url('GeneralSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GeneralSans';
  src: url('GeneralSans-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'GeneralSans';
  src: url('GeneralSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GeneralSans';
  src: url('GeneralSans-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'GeneralSans';
  src: url('GeneralSans-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GeneralSans';
  src: url('GeneralSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GeneralSans';
  src: url('GeneralSans-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Variable Font (optional, ein Datei für alle Gewichte 200–700) */
@font-face {
  font-family: 'GeneralSans Variable';
  src: url('GeneralSans-Variable.woff2') format('woff2-variations');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
