/*
 * Kreactiva-specific overrides on top of the real Crafto Modern Business CSS
 * stack (vendors.min.css, icon.min.css, style.css, responsive.css,
 * modern-business.css). Loaded last, so it wins the cascade without needing
 * `!important` or renamed selectors — per the visual-parity rules, Crafto's
 * own classes/tokens are not renamed or purged.
 *
 * Keep this file small: anything that can be expressed by simply reusing
 * Crafto's existing classes/variables in markup belongs there, not here.
 */

/* Astro's dev toolbar and any framework-injected elements should never
   inherit the custom cursor styling meant for page content. */
astro-dev-toolbar {
  cursor: auto;
}
