/* Minimal, opinionated reset */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
ul, ol { list-style: none; margin: 0; padding: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; border: none; background: none; cursor: pointer; color: inherit; }
img, video, iframe { max-width: 100%; display: block; border: 0; }
h1, h2, h3, h4, p { margin: 0; }
input, textarea { font: inherit; }
::selection { background: var(--red); color: var(--cream); }
.svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
