:root {
  --bg-base: #fdfdfc;
  --bg-canvas: #f7f5f3;
  --bg-surface: #efebe7;
  --bg-elevated: #e3ddd8;
  --bg-overlay: #231d1acc;

  --text-primary: #023838;
  --text-secondary: #4a3f39;
  --text-muted: #4a3f39;

  --brand-blue: hsl(24 85% 48%);
  --brand-blue-hover: hsl(24 85% 42%);
  --brand-blue-soft: hsl(24 85% 48% / 0.14);

  --border-subtle: #d6d1cd;
  --border-strong: #c6beb8;

  --state-success: #2f8f53;
  --state-warning: #6d3210;
  --state-error: #c2483a;
  --state-info: #6d3210;

  --gradient-hero: linear-gradient(135deg, #f3eee9 0%, #ece5df 55%, #e3d8cf 100%);

  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-pill: 999px;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;

  --container-max: 1200px;

  --font-sans: "Plus Jakarta Sans", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --font-display: "Kilimanjaro Sans", "Plus Jakarta Sans", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;

  --shadow-sm: 0 1px 2px rgb(0 0 0 / 0.05);
  --shadow-md: 0 8px 20px rgb(35 29 26 / 0.08);
}
