/* Familie-basis v1. Semantische kleuren; productaccenten mogen gericht afwijken. */
:root {
  --color-ink: #243d32;
  --color-muted: #526257;
  --color-canvas: #f7f5ee;
  --color-surface: #ffffff;
  --color-action: #244a3b;
  --color-action-hover: #19392c;
  --color-accent: #a03e1b;
  --color-tint: #eaf0e6;
  --color-line: #d4dbce;
  --color-control-border: #778574;
  --color-focus: #a03e1b;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: Georgia, serif;
  --radius-control: 9px;
  --radius-panel: 16px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --target-size: 48px;
}
