@tailwind base;
@tailwind components;
@tailwind utilities;

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

[id] {
  scroll-margin-top: 5.5rem;
}

/* Zero decorative neon, crisp contrast */
body {
  background-color: #090B10;
  color: #CBD5E1;
}

/* Micro-transitions */
button, a {
  transition: all 0.15s cubic-bezier(0.16, 1, 0.3, 1);
}

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