/* Minimal reset */
*,*::before,*::after{ box-sizing:border-box; }
*{ margin:0; padding:0; }
html,body{ height:100%; }
body{ -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility; }
img,video,svg,iframe{ display:block; max-width:100%; }
a{ color:inherit; text-decoration:none; }
button{ font:inherit; color:inherit; background:none; border:0; cursor:pointer; }
ol,ul{ list-style:none; }
h1,h2,h3,h4,h5,h6{ font-weight:inherit; font-size:inherit; }
input,button,textarea,select{ font:inherit; }
:focus-visible{ outline:2px solid var(--accent); outline-offset:3px; border-radius:2px; }
