/*
 * Global application styles.
 *
 * Keep feature-specific CSS in dedicated assets. Feature CSS can still be loaded
 * globally when that keeps the Turbo shell simple and stable.
 */

/* Smooth scroll for anchor links */
html {
  scroll-behavior: smooth;
}
