:root {
  --body-text: #4A4A4A;
  --orange-light: #ff8659;
  --orange: #e75a26;
  --orange-dark: #da3b00;
  --blue-light: #66a4cc;
  --blue: #005d99;
  --blue-dark: #0066a7;
  --grey-light: #dedede;
  --grey:  #d6d6d6;
  --grey-dark: #B1B2B5;
}

