@tailwind base;
@tailwind components;
@tailwind utilities;

html,
body {
  scroll-behavior: smooth;
  font-family: 'Inter', sans-serif;
  background-color: #1a1a1a; /* Dark background */
  color: #eff1ef; /* Neutral-light for text */
}

article,
div,
section {
  scroll-margin-top: 50px;
}
