:root {
  --brand-primary: #2563eb;
  --brand-highlight: #c9a227;
  --brand-contrast: #d4af37;
  --brand-accent: #d4af37;
  --brand-primary-50: #eef3fd;
  --brand-primary-100: #dce6fc;
  --brand-primary-200: #c2d3f9;
  --brand-primary-500: #225bd8;
  --brand-primary-600: #2563eb;
  --brand-primary-700: #1f53c5;
  --brand-primary-900: #18419b;
  --brand-highlight-50: #fbf8ee;
  --brand-highlight-100: #f6f0dc;
  --brand-highlight-200: #f0e5c3;
  --brand-highlight-500: #b99524;
  --brand-highlight-600: #c9a227;
  --brand-highlight-700: #a98821;
  --brand-highlight-900: #856b1a;
  --brand-surface-page: #f4f7fe;
  --brand-surface-page-alt: #f3e9c7;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #fbf7eb;
  --brand-surface-panel: #f7f1db;
  --brand-surface-panel-strong: #f5eccf;
  --brand-surface-muted: #fbfcff;
  --brand-surface-accent-soft: #faf6e9;
  --brand-surface-gradient-from: #f4f7fe;
  --brand-surface-gradient-via: #f3e9c7;
  --brand-surface-gradient-to: #fbf8f0;
  --brand-border: #cfddfb;
  --brand-border-strong: #b5caf8;
  --brand-text-primary: #0a1c42;
  --brand-text-secondary: #14357f;
  --brand-text-muted: #1a45a5;
  --brand-text-brand: #0a1c42;
  --brand-text-accent: #382d0b;
  --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: #ffffff;
  --brand-shell-icon: #382d0b;
  --brand-shell-shadow: #bed0f9;
  --brand-shell-shadow-strong: #9fbaf6;
}
