:root {
  --hc-bg: #0b0d10;
  --hc-bg-soft: #12171c;
  --hc-panel: #171c22;
  --hc-panel-2: #101419;
  --hc-line: rgba(255, 255, 255, 0.08);
  --hc-line-strong: rgba(121, 243, 203, 0.24);
  --hc-text: #f3f6f7;
  --hc-muted: #a3adb6;
  --hc-muted-2: #76818b;
  --hc-brand: #79f3cb;
  --hc-brand-2: #bcecdf;
  --hc-danger: #ff7878;
  --hc-warning: #f6c56f;
  --hc-success: #79f3cb;
  --hc-radius: 18px;
  --hc-shadow: 0 24px 72px rgba(0, 0, 0, 0.28);
  --hc-sidebar: 248px;
}
