/* === Inter – Basis-Familie (lokal, keine Google-Fonts nötig) === */

/* 400 – Regular */
@font-face {
  font-family: 'Inter';
  src: url('/css/Inter_24pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* 400 – Italic */
@font-face {
  font-family: 'Inter';
  src: url('/css/Inter_24pt-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* 600 – SemiBold */
@font-face {
  font-family: 'Inter';
  src: url('/css/Inter_24pt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* 600 – SemiBold Italic */
@font-face {
  font-family: 'Inter';
  src: url('/css/Inter_24pt-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* 700 – Bold */
@font-face {
  font-family: 'Inter';
  src: url('/css/Inter_24pt-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* 700 – Bold Italic */
@font-face {
  font-family: 'Inter';
  src: url('/css/Inter_24pt-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* 800 – ExtraBold */
@font-face {
  font-family: 'Inter';
  src: url('/css/Inter_24pt-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* 800 – ExtraBold Italic */
@font-face {
  font-family: 'Inter';
  src: url('/css/Inter_24pt-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

/* globale Standardschrift */
body {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}
