/* Minimal modern reset (the theme's own reset.css is no longer reachable on the live site) */
*, *::before, *::after { box-sizing: border-box; }
html, body, h1, h2, h3, h4, p, figure, blockquote, dl, dd, ul, ol { margin: 0; padding: 0; }
ul[class], ol[class] { list-style: none; }
img, picture { max-width: 100%; display: block; }
body { min-height: 100vh; text-rendering: optimizeSpeed; line-height: 1.5; }
