/* ==========================
   RESET MODERNE — YOUTH
   ========================== */

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

html{
  -webkit-text-size-adjust:100%;
  scroll-behavior:smooth;
}

body{
  margin:0;
  min-height:100vh;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}

img,video,canvas,svg{
  display:block;
  max-width:100%;
}

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

button{
  background:none;
  border:0;
  padding:0;
}

ul,ol{
  list-style:none;
  padding:0;
  margin:0;
}

h1,h2,h3,h4,h5,h6,p{
  margin:0;
  font-weight:inherit;
}

:focus-visible{
  outline:2px solid currentColor;
  outline-offset:2px;
}

::selection{
  background:rgba(255,142,121,.35);
}