:root {
  --brand-primary: #0e2239;
  --brand-highlight: #1fb6a6;
  --brand-contrast: #f5a524;
  --brand-accent: #f5a524;
  --brand-primary-50: #ecedef;
  --brand-primary-100: #d8dcdf;
  --brand-primary-200: #bcc1c8;
  --brand-primary-500: #0d1f34;
  --brand-primary-600: #0e2239;
  --brand-primary-700: #0c1d30;
  --brand-primary-900: #091626;
  --brand-highlight-50: #edf9f8;
  --brand-highlight-100: #dbf3f1;
  --brand-highlight-200: #c0ebe6;
  --brand-highlight-500: #1da799;
  --brand-highlight-600: #1fb6a6;
  --brand-highlight-700: #1a998b;
  --brand-highlight-900: #14786e;
  --brand-surface-page: #f3f4f5;
  --brand-surface-page-alt: #fce6c2;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #fef6e9;
  --brand-surface-panel: #fdefd8;
  --brand-surface-panel-strong: #fde9ca;
  --brand-surface-muted: #fafbfb;
  --brand-surface-accent-soft: #e9f8f6;
  --brand-surface-gradient-from: #f3f4f5;
  --brand-surface-gradient-via: #fce6c2;
  --brand-surface-gradient-to: #effaf9;
  --brand-border: #caced3;
  --brand-border-strong: #adb4bc;
  --brand-text-primary: #060e18;
  --brand-text-secondary: #081422;
  --brand-text-muted: #6b7280;
  --brand-text-brand: #060e18;
  --brand-text-accent: #09332e;
  --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: "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: #111827;
  --brand-shell-dock-text: #f5a524;
  --brand-shell-icon: #09332e;
  --brand-shell-shadow: #b7bdc4;
  --brand-shell-shadow-strong: #959ea8;
}
