:root {
  --primary: #c9622c;
  --primary-dark: #a94f22;
  --primary-light: #f3ded2;
  --secondary: #2f4858;
  --background: #faf7f4;
  --surface: #ffffff;
  --text: #241f1b;
  --muted: #78716c;
  --border: #e7e1da;
  --success: #2f9e44;
  --success-bg: #eaf7ec;
  --warning: #d9931b;
  --warning-bg: #fdf3e0;
  --danger: #d33d3d;
  --danger-bg: #fbeaea;
  --info: #2f6fed;
  --info-bg: #eaf1fe;

  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;

  --shadow-sm: 0 1px 3px rgba(36, 31, 27, 0.08);
  --shadow-md: 0 6px 20px rgba(36, 31, 27, 0.10);
  --shadow-lg: 0 16px 40px rgba(36, 31, 27, 0.16);

  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --header-h: 60px;
  --sidebar-w: 240px;
}

[data-theme='dark'] {
  --background: #17140f;
  --surface: #221d18;
  --text: #f5efe8;
  --muted: #a89f94;
  --border: #352e26;
}
