/* Schriftarten-Definitionen */

/* Inter für Überschriften */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Inter Regular'), local('Inter-Regular'),
       url('/fonts/inter/Inter-Regular.woff2') format('woff2'),
       url('/fonts/inter/Inter-Regular.woff') format('woff');
}

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

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

/* Source Sans Pro für Fließtext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('/fonts/source-sans-pro/SourceSans3-Regular.otf.woff2') format('woff2'),
       url('/fonts/source-sans-pro/SourceSans3-Regular.otf.woff') format('woff');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'),
       url('/fonts/source-sans-pro/SourceSans3-It.otf.woff2') format('woff2'),
       url('/fonts/source-sans-pro/SourceSans3-It.otf.woff') format('woff');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
       url('/fonts/source-sans-pro/SourceSans3-Semibold.otf.woff2') format('woff2'),
       url('/fonts/source-sans-pro/SourceSans3-Semibold.otf.woff') format('woff');
}

/* JetBrains Mono für Code */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('JetBrains Mono Regular'), local('JetBrainsMono-Regular'),
       url('/fonts/jetbrains-mono/JetBrainsMono-Regular.woff2') format('woff2');
}
