:root {
    --default_border_radius: 0.4rem;
    --default_shadow: 0 0 0.2rem rgba(0, 0, 0, 0.3);
    --shadow_lung: 0 0 0.3rem rgba(190, 190, 190, 0.4);
    --default_transition: all 0.4s ease;

    --zi_modal: 300;
    --zi_dropdown: 400;
    --zi_notification: 1000;
}

html, body {
    position: relative;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    max-width: 100vw;
    font-size: 16px;
    font-family: "Roboto";
}

body {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

a {
    text-decoration: none;
}

*{
    box-sizing: border-box;
}

@media (max-width: 768px) {
    html {
        font-size: 14px;
    }
}
