/* VERY SMALL RESET */

*, *::after, *::before { box-sizing: border-box }
body, p, h1, h2, h3, h4, h5, h6, ul, ol { margin: 0 }
a { color: inherit }
a:visited { color: inherit }
address { font-style: normal; font-size: inherit }
:root.debug * { outline: 1px dashed greenyellow } 

/* FONTS */
body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1rem;
}

h1, h2 { font-size: 2rem }
h3, h4 { font-size: 1.5rem }
h5, h6 { font-size: 1rem }
