.theme-chiraag {
  --hc-color-brand-900: #351458;
  --hc-color-brand-700: #5d357a;
  --hc-color-brand-600: #806596;
  --hc-color-brand-100: #f3eef6;
  --hc-color-accent-600: #e63c8b;
  --hc-color-accent-700: #bc2162;
  --hc-color-border: #eadce6;
  --hc-color-surface-soft: #fff8fb;
  --hc-color-text-muted: #777;
  --hc-color-surface: #faf7f5;
  --hc-color-text: #4b4b4b;
}

body.theme-chiraag {
  transition: background .3s ease, color .3s ease;
}

[hidden] {
  display: none !important;
}
