/* Use Inter everywhere */
html, body {
  font-family: 'Inter', sans-serif;
}

/* Hide scrollbar (as you had it) */
::-webkit-scrollbar {
  display: none;
}

/* Optional: smooth scroll for anchor links */
html {
  scroll-behavior: smooth;
}
