:root {
  --brand-primary: #32414b;
  --brand-highlight: #b8c9ca;
  --brand-contrast: #7889a0;
  --brand-accent: #7889a0;
  --brand-primary-50: #eff0f1;
  --brand-primary-100: #dee1e2;
  --brand-primary-200: #c6cacd;
  --brand-primary-500: #2e3c45;
  --brand-primary-600: #32414b;
  --brand-primary-700: #2a373f;
  --brand-primary-900: #212b31;
  --brand-highlight-50: #f9fbfb;
  --brand-highlight-100: #f4f6f7;
  --brand-highlight-200: #ebf0f0;
  --brand-highlight-500: #a9b9ba;
  --brand-highlight-600: #b8c9ca;
  --brand-highlight-700: #9ba9aa;
  --brand-highlight-900: #798585;
  --brand-surface-page: #f5f6f6;
  --brand-surface-page-alt: #f2f3f6;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #f2f3f6;
  --brand-surface-panel: #e7eaee;
  --brand-surface-panel-strong: #dfe3e8;
  --brand-surface-muted: #fbfbfb;
  --brand-surface-accent-soft: #eef2f2;
  --brand-surface-gradient-from: #f5f6f6;
  --brand-surface-gradient-via: #f2f3f6;
  --brand-surface-gradient-to: #eff3f3;
  --brand-border: #d2d5d7;
  --brand-border-strong: #b9bec2;
  --brand-text-primary: #0e1215;
  --brand-text-secondary: #1b2329;
  --brand-text-muted: #232e35;
  --brand-text-brand: #0e1215;
  --brand-text-accent: #343839;
  --brand-text-on-primary: #ffffff;
  --brand-text-on-highlight: #111827;
  --brand-text-on-contrast: #111827;
  --brand-semantic-success: #16a34a;
  --brand-semantic-warning: #d97706;
  --brand-semantic-danger: #dc2626;
  --brand-font-heading: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Nunito;
  --brand-font-body-name: Nunito;
  --brand-radius-sm: 0.25rem;
  --brand-radius-md: 0.5rem;
  --brand-radius-lg: 0.75rem;
  --brand-radius-full: 9999px;
  --brand-shadow-sm: 0 1px 2px 0 rgba(0,0,0,0.05);
  --brand-shadow-md: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
  --brand-shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
  --brand-border-weight: 1px;
  --brand-shell-button-text: #ffffff;
  --brand-shell-accent-button-text: #111827;
  --brand-shell-dock-text: #ffffff;
  --brand-shell-icon: #343839;
  --brand-shell-shadow: #c2c6c9;
  --brand-shell-shadow-strong: #a5abb0;
}
