/* ============================================================
   PALETTE: sage
   The full color token set consumed by global.css.
   Swap palettes by changing the @palette marker at the top of
   global.css to another file in this folder (e.g. @palette ocean).
   ============================================================ */
:root{
  /* Primary (CTA) */
  --sage:#1a1a1a;
  --sage-deep:#000000;
  --on-acid:#ffffff;

  /* Secondary accent */
  --blue:#8B9FA0;
  --blue-deep:#4f615b;

  /* Tertiary / warm */
  --tan:#DCCFBA;

  /* Text */
  --text:#373737;
  --muted:#6f6f6f;
  --muted-2:#a3a3a0;

  /* Backgrounds */
  --bg:#fbfaf6;
  --pale:#e7edec;
  --cream:#ECEAE4;

  /* Borders */
  --line:#e3e0d7;
  --line-2:#d6dcda;

  /* Footer */
  --footer-bg:#313131;
  --footer-text:#ffffff;
  --footer-text-2:#cccccc;
  --footer-text-3:#999999;
  --footer-line:#555555;
}
