/*
 * Base overrides — bypasses @tailwindcss/postcss pipeline.
 *
 * The PostCSS plugin strips overflow-x from all CSS it processes
 * (both inside and outside @layer blocks). Static files in public/
 * are served as-is by Next.js without PostCSS processing.
 */
html,
body {
  overflow-x: hidden;
}
