*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html {
  hanging-punctuation: first last;
  text-size-adjust: 100%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
body {
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background: var(--color-bg);
  color: var(--color-text);
}
h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd { margin: 0; }
ul[class], ol[class], ul[role="list"], ol[role="list"], ul, ol { list-style: none; margin: 0; padding: 0; }
a { text-decoration: none; color: inherit; }
img, picture, video, canvas, svg { display: block; max-width: 100%; height: auto; }
table { border-collapse: collapse; border-spacing: 0; }
body { font-size: 1.6rem; font-weight: 400; font-style: normal; }
:root { font-size: 62.5%; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
