/* App styles — Tailwind utility classes handle all base styles via base.html.twig */

/* Offset hash navigation, smooth-scroll targets, and Turbo scroll restoration
   so the sticky header (h-16 = 4rem) doesn't cover the destination on pages
   like event.html.twig that pair a fixed header with a sticky secondary nav. */
html {
    scroll-padding-top: 4rem;
}
