@font-face {
  font-family: 'LatoThin'; 
  /* Der exakte Dateiname inklusive .ttf */
  src: url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'LatoLight'; 
  /* Falls die 300er auch eine .ttf ist, pass den Namen hier ggf. an */
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* Lokale Einbindung der Meisterschrift für das gesamte Netzwerk */
@font-face {
    font-family: 'Great Vibes Local';
    src: url('../fonts/GreatVibes-Regular.ttf') format('truetype'); /* Pfad ggf. anpassen, falls CSS im Unterordner liegt */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
