@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900; /* Definiert das Gewicht von 100 bis 900 */
  font-style: normal;  /* Normaler Schriftschnitt */
}

@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900; /* Definiert das Gewicht von 100 bis 900 */
  font-style: italic;  /* Kursiver Schriftschnitt */
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 14pt;
}