/* Schriftart EBGaramond (Normal) */
@font-face {
    font-family: 'EB Garamond';
    src: url('../fonts/EBGaramond-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900; /* Du kannst hier die Gewichtung der Schriftarten anpassen */
    font-style: normal;
}

/* Open Sans (Normal) */
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-VariableFont.ttf') format('truetype');
    font-weight: 100 900; /* Hier definierst du das Gewicht der Schriftarten (von leicht bis fett) */
    font-style: normal;
}
