:root {
  --bg: #f5f1eb;
  --surface: #ffffff;
  --surface-2: #faf8f5;
  --surface-3: #f1ece5;
  --ink: #211c18;
  --muted: #7b7168;
  --muted-2: #a49a91;
  --line: #e4dbd1;
  --line-strong: #d3c7bb;
  --sidebar: #181411;
  --sidebar-2: #241e1a;
  --sidebar-text: #d7ccc0;
  --communication: #e46e32;
  --communication-soft: #fff0e7;
  --loyalty: #2e8f73;
  --loyalty-soft: #e8f4ef;
  --survey: #6958df;
  --survey-soft: #f0edff;
  --danger: #c9554d;
  --danger-soft: #fae9e7;
  --warning: #c78a18;
  --warning-soft: #fff3d8;
  --success: #317b63;
  --success-soft: #e8f2ed;
  --blue: #527895;
  --blue-soft: #eaf1f6;
  --shadow-sm: 0 1px 1px rgba(35, 27, 21, .04), 0 6px 20px rgba(35, 27, 21, .04);
  --shadow-md: 0 10px 35px rgba(35, 27, 21, .10);
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --sidebar-w: 248px;
  --topbar-h: 104px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
