/* Astro component styles + the CSS components they @apply (prose, etc.).
   Pure layer — no tools/layouts/button. Import a foundation first
   (base or utilities), or these @applies won't resolve. Astro class names may
   clash with common component names — opt in deliberately. */

@import './css/index.css';
@import './astro/index.css';
