@font-face {
    font-family: 'JannaLT';
    src: url('../fonts/font.TTF') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JannaLT';
    src: url('../fonts/font.TTF') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Apply the font to all elements */
* {
    font-family: 'JannaLT', sans-serif;
}
