/* Global base styles: keep minimal (reset + tokens only). */

:root {
  color-scheme: light;
}

html, body {
  margin: 0;
  padding: 0;
}

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

img, svg, video, canvas {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}

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