:root {
  --color-bg: #fbfbfd;
  --color-page: #fbfbfd;
  --color-surface: #ffffff;
  --color-sidebar: #07080d;
  --color-sidebar-2: #101217;
  --color-text: #171821;
  --color-heading: #090a11;
  --color-muted: #707380;
  --color-muted-2: #9a9ca8;
  --color-primary: #e6005c;
  --color-primary-2: #c70052;
  --color-primary-light: #fde9f2;
  --color-border: #e6e8ef;
  --color-border-2: #f0f0f4;
  --color-success: #19944d;
  --color-success-bg: #e9f7ed;
  --color-warning: #df7b1f;
  --color-warning-bg: #fff0dc;
  --color-danger: #df2338;
  --color-danger-bg: #ffe7ec;
  --color-info: #0d6fb8;
  --color-info-bg: #e8f3ff;
  --radius-xs: 8px;
  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --shadow-card: 0 10px 28px rgba(16, 20, 32, .045);
  --shadow-soft: 0 18px 48px rgba(16, 20, 32, .10);
  --sidebar-width: 264px;
  --font-base: "Segoe UI Variable", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
