@font-face {
    font-family: 'Berliner';
    src: url('fonts/BerlinerGroteskRegular.ttf');
}
@font-face {
    font-family: 'BerlinerLight';
    src: url('fonts/BerlinerGroteskLightRegular.otf');
}
.berliner {
    font-family: 'Berliner';
}
.berlinerLight {
    font-family: 'BerlinerLight';
}


.textStroke {
    -webkit-text-stroke: 0.2rem #1f496e;
}
@media screen and (max-width: 600px) {
    .textStroke {
        -webkit-text-stroke: 0.1rem #1f496e;
    }
}



/* Pour afficher bg en premier (voir le js) */
html {
    height: 100%;
    background-image: url('imgs/fondTile.webp'); 
    background-size: contain;
    background-position: center;
    background-attachment: fixed;
}
/* body {
    margin: 0;
    display: none; 
} */