@font-face {
    font-family: 'Grundschrift';
    src: url('grundschrift-beta.ttf') format('truetype');
}

body {
    font-family: 'Grundschrift', Arial, sans-serif;
    font-size: 18px; /* Adjust as needed */
    line-height: 1.6; /* Adjust for line spacing */
    display: flex;
    flex-direction: column;
    padding-bottom: 60px; /* Add padding to the bottom to prevent overlap with footer */
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f9f9f9; /* Ensure the footer has a background color */
    text-align: center;
    font-size: 12px;
    color: #333;
}

.lesetext {
    font-family: 'Grundschrift', Arial, sans-serif;
    font-size: 20px; /* Example: Specific size for text in your app */
    line-height: 1.8; /* Example: Adjust for specific line spacing */
    margin-top: 20px; /* Add margin to the top */
    margin-bottom: 20px; /* Add margin to the bottom */
}

.syllable-red { color: red; }
.syllable-blue { color: blue; }
.word-black { color: black; }

span {
    text-decoration: none !important;
}

a {
    text-decoration: none;
}