/* Minimal overrides. Tailwind CDN handles most styling. */

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

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

/* Smooth scroll anchor offset for sticky header */
[id] {
  scroll-margin-top: 5rem;
}
