@layer reset, structure, theme, type-accents, backgrounds, fx, glass, overrides;

@layer reset {
  *, *::before, *::after { box-sizing: border-box; }
  * { margin: 0; }
  html { -webkit-text-size-adjust: 100%; overscroll-behavior: none; }
  body { min-block-size: 100svh; line-height: 1.5; -webkit-font-smoothing: antialiased; }
  img, picture, svg, video { display: block; max-inline-size: 100%; block-size: auto; }
  input, button, textarea, select { font: inherit; color: inherit; }
  button { background: none; border: 0; cursor: pointer; }
  h1, h2, h3, h4 { line-height: 1.1; text-wrap: balance; }
  p { text-wrap: pretty; }
  ul, ol { list-style: none; padding: 0; }
}
