/**
 * Euroques brand tokens -- source: .claude/clients/euroques/brand-tokens.json
 * Auto-generated 2026-05-25. DO NOT edit manually.
 * All values must match brand-tokens.json verbatim.
 */

:root {
  /* Palette */
  --color-primary:        #C73E1D;
  --color-primary-light:  #D86040;
  --color-primary-dark:   #A32E10;
  --color-secondary:      #4A6B40;
  --color-accent:         #AC8226;
  --color-background:     #FAF5EC;
  --color-surface:        #F0E8D8;
  --color-text:           #2A2A2A;
  --color-text-muted:     #6B6960;
  --color-success:              #10B981;
  --color-success-accessible:   #067A55;
  --color-warning:              #F59E0B;
  --color-error:                #EF4444;
  --color-surface-dark:         #1C1410;

  /* Backward-compat aliases used by variables.css and layout */
  --color-background-alt:     #F0E8D8;
  --color-foreground:         #2A2A2A;
  --color-foreground-muted:   #6B6960;

  /* Typography */
  --font-heading:    Playfair Display, Georgia, serif;
  --font-body:       Inter, system-ui, sans-serif;
  --font-size-base:  16px;

  /* Borders */
  --radius-base: 0.5rem;
  --radius-lg:   1rem;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);

  /* Transitions */
  --transition-fast: 150ms ease;
  --transition-base: 200ms ease;
  --transition-slow: 300ms ease;
}
