/* GENERATED by tools/sync-shared.mjs — edit /shared/reset.css instead. */
/* Shared reset — source of truth lives in /shared. Do not edit the synced copies. */

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body,
h1, h2, h3, h4, h5, h6,
p, figure, blockquote, dl, dd { margin: 0; }

ul[role="list"], ol[role="list"] { list-style: none; margin: 0; padding: 0; }

body {
  min-height: 100vh;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, button, input, label { line-height: 1.2; }

h1, h2, h3, h4 { text-wrap: balance; }
p, li { text-wrap: pretty; }

a:not([class]) { text-decoration-skip-ink: auto; }

img, picture, svg, video { max-width: 100%; display: block; }

input, button, textarea, select { font: inherit; color: inherit; }

:target { scroll-margin-block: 5ex; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
