* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    /* font-weight: 600; */
    font-style: normal;

    scroll-behavior: smooth;

    /* overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    -ms-overflow-style: none;

    &::-webkit-scrollbar {
        display: none;
    } */
}

/* bloque le défilement du document */
/* html.scroll-lock,
body.scroll-lock {
  overflow: hidden !important;  
} */