/*
 * 10FINANCE – Schriftarten (lokal gehostet, Open Source)
 * 
 * Verwendete Fonts:
 * - Inter v20 (Fließtext) → kostenlose Helvetica-Alternative
 * - Hanken Grotesk v12 (Überschriften) → kostenlose Neue Haas Grotesk-Alternative
 *
 * Beide sind Open Source (SIL Open Font License) – keine Lizenzkosten.
 *
 * DOWNLOAD über: https://gwfh.mranftl.com/fonts
 * Lege die .woff2-Dateien in css/fonts/
 */


/* ===== INTER v20 – Fließtext (Helvetica-Ersatz) ===== */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/inter-v20-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/inter-v20-latin-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/inter-v20-latin-600.woff2') format('woff2');
}

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


/* ===== HANKEN GROTESK v12 – Überschriften (Neue Haas Grotesk-Ersatz) ===== */

@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/hanken-grotesk-v12-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/hanken-grotesk-v12-latin-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/hanken-grotesk-v12-latin-700.woff2') format('woff2');
}
