:root {
  --bg: #E8F0EC;
  --bg-alt: #F4F8F2;
  --surface: #FFFFFF;
  --surface-deep: #1F3531;
  --text: #1F3531;
  --text-2: #44574F;
  --text-mute: #6E8076;
  --border: #C9D6CC;
  --accent: oklch(45% 0.12 145);
  --accent-2: oklch(68% 0.09 145);
  --accent-soft: oklch(92% 0.04 145);
  --accent-on-dark: oklch(82% 0.10 145);
  --primary: var(--accent);
  --wa-green: #25D366;
  --wa-text: #ffffff;

  --ff-display: 'Playfair Display', Georgia, serif;
  --ff-body: 'Inter', system-ui, -apple-system, sans-serif;
  --ff-ui: 'Inter', system-ui, -apple-system, sans-serif;

  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 14px;
  --r-xl: 22px;

  --header-h: 72px;
  --header-h-mobile: 64px;

  --z-header: 1100;
  --z-menu: 1000;
  --z-modal: 1200;

  --container: 1240px;

  --shadow-riso: 5px 5px 0 var(--accent);
  --shadow-riso-hover: 7px 7px 0 var(--accent);

  --t-fast: .18s ease;
  --t-med: .35s cubic-bezier(.2,.7,.2,1);
}

@media (prefers-reduced-motion: reduce) {
  :root { --t-fast: 0s; --t-med: 0s; }
}
