:root {
  --color-brand--orange: #c84e17;
  --color-brand--purple: #efc4dd;
  --color-brand--green: #d1e2a9;
  --color-brand--yellow: #fcc874;
  --color-brand--lilac: #a5a4ce;
  --color-brand--light-blue: #99c6ea;
  --color-brand--lemon: #fcf27e;
  --color-brand--light-orange: #ec9440;
  --color-brand--light-yellow: #fffbca;

  --color-text--navy: rgb(0, 25, 50);
  --color-border: rgba(0, 25, 50, 1);
  --color-bg: rgba(255, 250, 240, 1);
  --color-bg--dark: #fff7e8;
  --color-btn--hover: #66887b;

  --letter-spacing--large: 0.2rem;
}
