/*========== RESET ==========*/

*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}

html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;}

body{
min-height:100vh;
text-rendering:optimizeLegibility;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}

img,picture,video,canvas,svg{
display:block;
max-width:100%;
}

input,button,textarea,select{
font:inherit;
color:inherit;
background:none;
border:0;
outline:0;
}

button{cursor:pointer;}

a{
color:inherit;
text-decoration:none;
}

ul,ol{list-style:none;}

table{
border-collapse:collapse;
border-spacing:0;
}

h1,h2,h3,h4,h5,h6{
font:inherit;
font-weight:inherit;
}

p{overflow-wrap:break-word;}

::selection{background:rgba(0,0,0,.12);}

::-webkit-scrollbar{width:10px;}
::-webkit-scrollbar-track{background:transparent;}
::-webkit-scrollbar-thumb{background:rgba(0,0,0,.25);border-radius:999px;}
::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.45);}