:root{
  --chalk:#F3F1EA;
  --chalk-dim:#cdd3cd;
  --piste:#cf3b21;
  --piste-dim:rgba(229, 72, 44, 0.301);
  --amber:#8d5706;
  --amber-dim:rgba(240, 167, 58, 0.5);
  --sage:#435739;
  --sage-dim:hsla(100, 25%, 54%, 0.5);
  --line:#2C3236;

  --blue:#284fbb;
  --green:#cffe61;
  --bege: #fcfcf7;
  --white: #ffffff;
  --black: #000000;
  --blue-dark:#201f31;
  --grey: #cdd3cd;
}