/**
 * Horizyn AI - Shared Styles
 * Custom styles shared across all pages
 */

/* Custom smooth scroll */
html {
  scroll-behavior: smooth;
}

/* Hide scrollbar for clean UI */
::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
