html {
    scroll-behavior: smooth;
}

body {
    /* BACKGROUND COLOR: BODY */
    /* background-color: var(--bg-body); */
}

a {
    text-decoration: none;
}