:root {
  --bg: #f6f1e7;
  --surface: #fffaf0;
  --surface-soft: #eee7dc;
  --surface-2: #e8eef4;
  --border: rgba(38, 35, 31, 0.18);
  --text-1: #181714;
  --text-2: #4f4a43;
  --text-3: #827a70;
  --accent: #255f93;
  --accent-2: #6c7d59;
  --bg-accent: transparent;
  --radius: 3px;
  --shadow: 0 14px 34px rgba(51, 45, 36, 0.11);
  --grad: linear-gradient(135deg, #255f93, #6c7d59);
}
