:root {
  --bg: #f8f7f6;
  --bg-white: #ffffff;
  --text: #494648;
  --heading: #000000;
  --accent: #ff644f;
  --accent-hover: #e55745;
  --accent-deep: #cc4c3d;
  --success: #4caf50;
  --success-strong: #2e7d32;
  --highlight: #ffd4cc;
  --tint: #e6f9ee;
  --border: #e0e0e0;
  --shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  --shadow-hover: 0 4px 12px rgba(0, 0, 0, 0.12);
  --radius: 8px;
  --radius-lg: 12px;
  --sidebar-width: 240px;
  --font-display: 'Inter', 'DM Sans', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', 'Fira Code', monospace;
}
