/* Minimal reset - handled by custom styles in _app.tsx */
*, *::before, *::after {
  box-sizing: border-box;
}
