/* Reset CSS from _reset.scss */
*,*::before,*::after{ box-sizing:border-box; }
body,h1,h2,h3,h4,p,figure{ margin:0; }
img,picture{ max-width:100%; display:block; }
ul[role="list"],ol[role="list"]{ list-style:none; padding:0; margin:0; }
a{ color:inherit; text-decoration:none; }
button,input,select,textarea{ font:inherit; }
html{ color-scheme: light dark; }
