/* Global stylesheet served from /index.css for both dev and production */

/* Background tone for reduced eye strain */
body {
  background-color: #f8fafc;
  scroll-behavior: smooth;
}

/* Utility: hide scrollbars (used in tables and tickers) */
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Prevent tap highlights on mobile for a cleaner feel */
* {
  -webkit-tap-highlight-color: transparent;
}

/* Gold ticker animation removed; using static Tailwind line under header */
