

:root {
  --c-oat: #f7f1e4;
  --c-oat-deep: #efe7d5;
  --c-linen: #fffcf6;
  --c-white: #ffffff;

  --c-ink: #052e16;
  --c-bark: #57503f;

  --c-forest: #1d4632;
  --c-forest-deep: #14311f;
  --c-forest-mid: #23543a;
  --c-moss: #2e6b4a;

  --c-ember: #a8430b;
  --c-ember-deep: #8f3908;
  --c-amber: #f2b767;

  --c-cream: #eae4d4;
  --c-cream-mute: #d2ccba;

  --c-line: #ddd2ba;
  --c-line-dark: #2e5a41;

  --c-glow: rgba(168, 67, 11, 0.22);
  --c-glow-strong: rgba(168, 67, 11, 0.34);
  --c-shade: rgba(22, 40, 28, 0.1);
  --c-shade-soft: rgba(22, 40, 28, 0.06);
}
