:root {
  --c-primary: #c9963a;
  --c-primary-strong: #8f6620;
  --c-primary-soft: #f4d68c;
  --c-accent: #e07b1f;
  --c-grey: #82858a;
  --c-grey-light: #c2c4c6;
  --c-grey-pale: #f1f0ed;
  --c-surface: #ffffff;
  --c-ink: #171209;
  --c-ink-muted: #5f5a52;
  --c-header-bg: #0f0c09;
  --c-header-text: #ece7dd;
  --c-ok: #2fbf71;
  --c-danger: #d64f4f;
}
