*, *::before, *::after { box-sizing: border-box; }
html { color-scheme: light; -webkit-text-size-adjust: 100%; }
body, h1, h2, h3, h4, p, ul, ol, dl, dd, figure { margin: 0; }
body { min-height: 100vh; }
ul, ol { padding: 0; list-style: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
textarea { resize: vertical; }
table { width: 100%; border-collapse: collapse; }
[hidden] { display: none !important; }
