/* Kustomer brand tokens - added by theming pass 2026-07-14 */
/* Note: CSS custom properties (--name: value) are stripped by this panel's
   backend sanitizer, so brand colors are applied directly below instead. */

/* Keep body copy on-brand even on pages without a font picker */
body {
  font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
}

/* Safe, additive: tint generic content links with the brand accent (Periwinkle) */
a {
  color: #778cf8;
}