/* === INTER - Nur kritische Schriftschnitte === */
/* Light für feine Texte */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(inter-300.ttf) format('truetype');
  font-display: swap;
}
/* Regular - Haupttext (KRITISCH) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(inter-400.ttf) format('truetype');
  font-display: swap;
}
/* Medium für Subheadlines */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(inter-500.ttf) format('truetype');
  font-display: swap;
}
/* Bold - Überschriften (KRITISCH) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url(inter-700.ttf) format('truetype');
  font-display: swap;
}
/* === JETBRAINS MONO - Nur Regular (Terminal/Code) === */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  src: url(jetbrains-400.ttf) format('truetype');
  font-display: swap;
}
