@font-face {
    font-family: 'Karla';
    src: url('Karla-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap; /* Empfohlen für besseres Laden */

}

@font-face {
  font-family: 'Inter';
  src: url('Karla-Italic-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap; /* Empfohlen für besseres Laden */
}
