/**
 * Site master stylesheet — loaded on every marketing page (via FrontController).
 * Page-specific CSS in /front/css/*.css still loads from each HTML file; use this for shared overrides.
 */

:root {
  --site-shell-max: 100%;
}

html.site-laravel {
  scroll-behavior: smooth;
}

/* Safe area for fixed UI on notched devices */
body {
  padding-bottom: env(safe-area-inset-bottom, 0);
}
