/* ============================================================
   3DVizPro — shared design tokens (single source of truth)
   Palette, typography, easing. Loaded before every stylesheet.
   ============================================================ */
:root {
  --bg: #f6f1e9;
  --bg-soft: #ece2d3;
  --panel: #ffffff;
  --panel-soft: rgba(255, 255, 255, 0.82);
  --ink: #26211d;
  --ink-2: #544b43;
  --muted: #75695f;
  --line: rgba(38, 33, 29, 0.14);
  --accent: #2d2621;
  --accent-soft: #cbb8a4;
  --sand: #c0b1a3;
  --dark: #2f3237;
  --shadow: 0 24px 60px rgba(36, 28, 20, 0.12);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Manrope', system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
