html {
    font-size: 62.5%;
}
body {
    font-size: 1.6rem;
    box-sizing: border-box;
}
html, body {
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Outfit', serif;
    background-color: #fff;
    color: #000;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}


/* ##################################  R E S P O N S I V E  ############################################ */
@media (max-width: 992px) {
}

@media (max-width: 768px) {
}