/* Raj Indo Chinese — developer overrides.
   The design system lives in the Blade layout + theme.blade.php (CSS variables).
   Add site-specific overrides here; they load after the inline base styles. */

/* Smooth focus ring for keyboard users only */
:focus:not(:focus-visible) { outline: none; }

/* Nicer text selection already themed via layout; extra print tidy-up */
@media print {
  .site-header, .site-footer, .cta, .hero-actions { display: none !important; }
  body { background: #fff; color: #000; }
}
