:root {
  --color-primary: #c8622e;
  --color-primary-dark: #a84e24;
  --color-primary-tint: #fff4ee;
  --color-primary-border: #f0d4c2;

  --color-bg: #ffffff;
  --color-sidebar: #f5f2ee;
  --color-group: #f0ebe3;

  --border-subtle: #e4dfd7;

  --text-1: #1c1a18;
  --text-2: #6e6458;
  --text-3: #9e9488;

  --color-success: #5a9a6a;
  --color-warning: #c8922e;
  --color-danger: #c84e2e;

  --radius: 6px;
}
