/* ==========================================================================
   main.css — Global base styles
   Monarca Parking Lot Services
   Loaded first. Holds document-level resets and base behavior only.
   Tailwind utility classes (via CDN) provide the rest of the styling.
   ========================================================================== */

/* Smooth in-page anchor scrolling (preserved from original inline <style>). */
html {
  scroll-behavior: smooth;
}

/* Alpine.js cloak: hide elements that have x-cloak until Alpine initializes,
   preventing a flash of un-hydrated content. (preserved from original) */
[x-cloak] {
  display: none !important;
}

/* Base body color/background are applied via Tailwind utility classes on the
   <body> element (font-sans text-asphalt bg-white). Documented here for clarity. */
