/*

 *
 * Tailwind is loaded via CDN in the layout.
 * Add any custom styles here.
 */

/* Smooth transitions for Turbo page loads */
html { scroll-behavior: smooth; }

/* Monospace numbers in financial tables */
.font-mono { font-feature-settings: "tnum"; }

/* File input reset for logo upload */
input[type="file"]::file-selector-button {
  cursor: pointer;
}
