/* =====================================
   RESET
===================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
}


html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}


body {
    margin: 0;
    padding: 0;
}


img,
picture,
video,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}


a {
    text-decoration: none;
}


button,
input,
textarea,
select {
    font: inherit;
}
