/* DATEI: signalkompass/dashboard/static/css/fonts.css
   BESCHREIBUNG:
     Lokale Font-Faces fuer die Dashboard- und Landingpage-Oberflaechen.
     Verhindert externe Google-Fonts-Abrufe beim Seitenaufruf. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/static/fonts/inter/Inter-400.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/static/fonts/inter/Inter-500.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/static/fonts/inter/Inter-600.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/static/fonts/inter/Inter-700.ttf') format('truetype');
}

/* Handschrift-Zweitschrift für Marke + Strategie-Headline im Aktienampel-Skin.
   Handlee (OFL, statisch, ein Schnitt 400) ist eine persönliche, leichte Print-Handschrift und
   wird ausschließlich über das skin-spezifische --font-display-Token aktiviert. */
@font-face {
  font-family: 'Handlee';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/static/fonts/hand/Handlee.ttf') format('truetype');
}
