/* Custom utilities that complement Tailwind */

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}
