/* wp-content/themes/eddy-theme/css/reset.css */

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

body { margin: 0; }

:where(h1,h2,h3,h4,h5,h6) { margin: 0; }

:where(a:any-link:not([class])) { color: inherit; }




