@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cookie';
    src: url('fonts/Cookie-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Füge weitere Stile hinzu, falls benötigt */