/* Self-hosted Fonts — lokal eingebunden, keine Third-Party-Server (DSGVO).
   Google Fonts (Inter, Space Grotesk, Prompt — latin subset) + Adobe Typekit
   (Dharma Gothic E Bold Italic aus Kit zrl1pwx, Lizenz: Adobe Fonts / CC-Abo).
   Regenerieren: siehe scripts/README oder git log dieses Files. */

@font-face {
  font-family: 'dharma-gothic-e';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/dharma-gothic-e-700-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'dharma-gothic-c';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/dharma-gothic-c-300-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'dharma-gothic-e';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/dharma-gothic-e-400.woff2') format('woff2');
}

@font-face {
  font-family: 'dharma-gothic-e';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/dharma-gothic-e-400-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/inter-300-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/inter-400-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/inter-500-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/inter-600-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/inter-700-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('fonts/inter-800-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/space-grotesk-400-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/space-grotesk-500-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/space-grotesk-600-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/space-grotesk-700-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/prompt-400-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/prompt-500-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/prompt-600-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/prompt-600-italic-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/prompt-700-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('fonts/prompt-800-latin.woff2') format('woff2');
}
