:root {
  --bg-primary: #0F1117;
  --bg-secondary: #1A1D2E;
  --bg-tertiary: #252840;
  --bg-input: #1E2235;

  --blue-primary: #3B6CB5;
  --blue-light: #5A8FD4;
  --blue-dark: #2D5494;

  --red-accent: #EF4135;
  --green-accent: #22C55E;
  --yellow-accent: #F59E0B;
  --orange-accent: #F97316;

  --text-primary: #F1F5F9;
  --text-secondary: #94A3B8;
  --text-disabled: #475569;

  --border-color: #2D3148;
  --border-focus: #3B6CB5;

  /* Brand colors (matching the unicorn logo) */
  --brand-gold: #FFD966;       /* vivid gold for "Ma" */
  --brand-gold-deep: #F5C842;  /* deeper gold (used in hover/accents) */
  --brand-cream: #FFF4D6;      /* light cream for "Licorne" */

  --font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  --max-width: 1100px;
}
