:root {
  --font-ui: "Manrope", "Segoe UI", sans-serif;
  --font-display: "Fraunces", Georgia, serif;

  --bg-0: #f4efe6;
  --bg-1: #fffdf9;
  --bg-2: #f8f2e8;
  --surface: rgba(255, 255, 255, 0.72);
  --surface-strong: #ffffff;

  --text-1: #1f2a2e;
  --text-2: #556469;
  --line: #d9d2c2;

  --brand-1: #0f766e;
  --brand-2: #1f9a8a;
  --accent: #b45309;

  --ok: #2f855a;
  --warn: #b7791f;
  --danger: #c53030;

  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;

  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 22px;

  --shadow-soft: 0 10px 24px rgba(31, 42, 46, 0.08);
  --shadow-panel: 0 14px 32px rgba(20, 24, 28, 0.1);
}