@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  /* unterstützt alles zwischen Thin (100) und Black (900) */
  font-display: swap;
  src: url("/static/fonts/Inter/Inter-VariableFont_opsz,wght.0a77e23a8fdb.ttf") format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("/static/fonts/Inter/Inter-Italic-VariableFont_opsz,wght.6dce17792107.ttf") format('truetype');
}
@font-face {
  font-family: 'Arial Condensed Bold Regular';
  font-style: normal;
  font-display: swap;
  src: url("/static/fonts/Arial_Condensed/Arial_Condensed_Bold_Regular.eb16e75f336c.ttf") format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-display: swap;
  src: url("/static/fonts/Roboto_Condensed/RobotoCondensed-VariableFont_wght.53ef0e497dfe.ttf") format('truetype');
}
/* Inter Standard */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, /* macOS / iOS */ 'Segoe UI', /* Windows */ Roboto, /* Android */ 'Helvetica Neue', Arial, sans-serif;
  /* Generische Fallbacks */
  font-weight: 400;
  /* normal */
  font-style: normal;
}
/* Bold / Semi-Bold / Extra-Bold */
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  /* Bold */
}
/* Extra-Bold / Black */
.extra-bold,
.black {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 900;
  /* Black */
}
/* Condensed Variante */
.condensed {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  font-stretch: condensed;
  /* Falls vom Browser unterstützt */
}
/*# sourceMappingURL=fonts.css.2bfec26c5151.map */