html {
    font-family: "Roboto Light", sans-serif;
    -webkit-tap-highlight-color: transparent;
    -ms-overflow-style: none; /* IE 10+ */
    scrollbar-width: none; /* Firefox */
    background-color: #ffffff;
    color: #111111;
    font-size: 14px;
    height: 100%;
    margin: 0;
}

body {
    margin: 0;
    position: relative;
    z-index: 0;
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

input:focus {
    outline: none;
}


/* global */
.main {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1800px) {
    body {
        margin-left: auto;
        margin-right: auto;
        max-width: 1800px;
    }
}
