@font-face {
    font-family: "Titre";
    src: url("../fonts/MozaicItalic-ExtraBold.otf") format("opentype");
}

:root {
    --titre: Titre;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}