body {
    font-family: 'Montserrat', sans-serif;
}
.enseigne_light {
    font-family: 'Pacifico', cursive;
    background-clip: text;
    background: linear-gradient(to right, #5f021f, rgb(3, 131, 140));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.enseigne_dark {
    font-family: 'Pacifico', cursive;
    background-clip: text;
    background: linear-gradient(to right, rgb(234 179 8), rgb(3, 131, 140));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.fredoka {
    font-family: 'Fredoka One', cursive;
}
