/* =============================================================================
   Design tokens – jlanquetin.goodloss.fr
   Fond chaud, bleu encre, accents dorés discrets
   ============================================================================= */
:root {
  /* Couleurs de base */
  --color-bg: #f7f4ef;
  --color-surface: #f0ebe3;
  --color-surface-elevated: #ffffff;
  --color-surface-warm: #ebe6dc;

  --color-primary: #152a40;
  --color-primary-soft: #1e3a5c;
  --color-primary-muted: #2d4a66;

  --color-secondary: #a68b4a;
  --color-secondary-soft: #c4a85c33;

  --color-text: #1a1f26;
  --color-muted: #4a5560;
  --color-muted-light: #6b7280;

  --color-border: #e0d9ce;
  --color-border-strong: #c9bfb0;

  /* États */
  --color-focus: #152a40;
  --color-error-bg: #fef2f2;
  --color-error-border: #b91c1c;
  --color-error-text: #7f1d1d;

  /* Ombre & forme */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --shadow-soft: 0 2px 16px rgba(21, 42, 64, 0.06);
  --shadow-card: 0 4px 24px rgba(21, 42, 64, 0.08);
  --shadow-floating: 0 8px 32px rgba(21, 42, 64, 0.1);

  --container-width: 72rem;
  --header-blur: 12px;

  /* Typo (complété par --font-sans / --font-serif dans jlanquetin.css) */
  --leading-tight: 1.2;
  --leading-body: 1.65;
}
