/**
 * Inter Font - Local Variable Font
 * Single file with all weights 100-900
 * Optimized with font-display: swap (minimales FOUT, aber Font lädt immer!)
 * Size-adjust for consistent metrics with fallback fonts
 */

/* Inter Variable Font (All weights 100-900) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  size-adjust: 100%;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
  src: url('InterVariable.woff2') format('woff2');
}

/* Inter Variable Font - Italic */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  size-adjust: 100%;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
  src: url('InterVariable-Italic.woff2') format('woff2');
}
