_reset.scss
@use "../abstracts" as *;
@layer reset {
*, *::before, *::after { box-sizing: border-box; }
body, h1, h2, h3, h4, h5, h6, p, figure, dl, dd { margin: 0; }
ul:where([class]), ol:where([class]) { margin: 0; padding: 0; list-style: none; }
img, picture, svg { display: block; max-width: 100%; height: auto; }
button, input, optgroup, select, textarea { font: inherit; }
html { scroll-behavior: smooth; }
// overwrite default styles from the browser a { color: inherit; }
}