:root {
  --brand-primary: #0f4c81;
  --brand-highlight: #00a6a6;
  --brand-contrast: #1a1a2e;
  --brand-accent: #1a1a2e;
  --brand-primary-50: #ecf1f5;
  --brand-primary-100: #d9e2eb;
  --brand-primary-200: #bccddc;
  --brand-primary-500: #0e4677;
  --brand-primary-600: #0f4c81;
  --brand-primary-700: #0d406c;
  --brand-primary-900: #0a3255;
  --brand-highlight-50: #ebf8f8;
  --brand-highlight-100: #d6f1f1;
  --brand-highlight-200: #b8e6e6;
  --brand-highlight-500: #009999;
  --brand-highlight-600: #00a6a6;
  --brand-highlight-700: #008b8b;
  --brand-highlight-900: #006e6e;
  --brand-surface-page: #f3f6f9;
  --brand-surface-page-alt: #e8e8ea;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e8e8ea;
  --brand-surface-panel: #d6d6d9;
  --brand-surface-panel-strong: #c8c8cd;
  --brand-surface-muted: #fafbfc;
  --brand-surface-accent-soft: #e6f6f6;
  --brand-surface-gradient-from: #f3f6f9;
  --brand-surface-gradient-via: #e8e8ea;
  --brand-surface-gradient-to: #edf9f9;
  --brand-border: #cad8e3;
  --brand-border-strong: #adc2d4;
  --brand-text-primary: #041524;
  --brand-text-secondary: #082946;
  --brand-text-muted: #0b355a;
  --brand-text-brand: #041524;
  --brand-text-accent: #002e2e;
  --brand-text-on-primary: #ffffff;
  --brand-text-on-highlight: #1a1a2e;
  --brand-text-on-contrast: #00a6a6;
  --brand-semantic-success: #16a34a;
  --brand-semantic-warning: #d97706;
  --brand-semantic-danger: #dc2626;
  --brand-font-heading: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Inter;
  --brand-font-body-name: Inter;
  --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: #1a1a2e;
  --brand-shell-dock-text: #ffffff;
  --brand-shell-icon: #002e2e;
  --brand-shell-shadow: #b7c9d9;
  --brand-shell-shadow-strong: #95b0c8;
}
