/* Minimal styling for Kor4e Testimony Chat - variables for quick theming */
:root{
  --k4-bg:#fff;
  --k4-accent:#ff3366;
  --k4-text:#222;
}
/* keep selectors specific to reduce conflicts */
.k4-root { font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; }
