:root {
  --color-primary: #0878b9;
  --color-primary-dark: #17275f;
  --color-secondary: #0b8997;
  --color-background: #f5f7fa;
  --color-surface: #ffffff;
  --color-text: #152033;
  --color-muted: #627083;
  --color-border: #d5dde7;
  --color-success: #237a57;
  --color-warning: #a66512;
  --color-danger: #b42332;
  --font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --space-xs: 0.375rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2.25rem;
  --radius-sm: 0.25rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --shadow-sm: 0 1px 3px rgb(15 31 55 / 0.08);
  --sidebar-width: 16.5rem;
}
