* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Averta Std CY", sans-serif;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

html {
    position: relative;
    font-size: 1vw;
    scrollbar-gutter: stable;
}

@media (max-width: 639.98px) {
    html {
        font-size: calc(1600 / 375 * 1vw);
    }
}

@media (min-width: 1600px) {
    html {
        font-size: 1vw;
    }
}

html::-webkit-scrollbar {
    width: 0.5rem;
}

body.hidden__scrollbar {
    overflow: hidden;
}

body[data-scroll-locked] {
    overflow: hidden !important;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section {
    position: relative;
}

a {
    display: block;
    text-decoration: none;
}

button {
    cursor: pointer;
    display: flex;
    border: none;
}

:root {}