/* Minimal modern reset */
*, *::before, *::after { box-sizing: border-box; }
html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, figure, figcaption, blockquote { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
ul, ol { list-style: none; }
a { color: inherit; text-decoration: none; }
img, picture, video, canvas, svg { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; color: inherit; }
button { background: none; border: none; cursor: pointer; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
