/* Charte commune — valeurs partagées par toutes les pages. */
:root {
  --ink: #082d46;
  --blue: #12335d;
  --teal: #047f89;
  --yellow: #ffdb42;
  --coral: #ee6e52;
  --pale: #e8f7fd;
  --warm: #fff4c1;
  --muted: #506478;
  --line: #dbe5eb;
  --paper: #fff;
  --success: #24783d;
  --success-bg: #e9f7ed;
  --retry: #a75222;
  --retry-bg: #fff1e8;
  --font-body: 'Nunito Sans', Arial, sans-serif;
  --font-title: 'Fraunces', Georgia, serif;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --space-16: 64px;
  --radius-control: 10px;
  --radius: 16px;
  --radius-panel: 24px;
  --title-page: clamp(2.25rem, 4.2vw, 3.5rem);
  --title-section: clamp(1.65rem, 2.8vw, 2.4rem);
  --title-card: clamp(1.125rem, 1.65vw, 1.4rem);
  --text-body: 1.0625rem;
  --text-small: .875rem;
  --measure: 68ch;
  --page-width: 1240px;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
