:root {
  --headerHeight: 67.6px;
  --boxShadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

  /*colors*/
  --blue: #5b97d2;
  --red: #ff6464;
  --green: #7fc767;
  --primaryBackgroundColor: #fff;
  --secondaryBackgroundColor: #f0f0f0;
  --transparentBackgroundColor: rgba(0, 0, 0, 0.3);
  --grey: #ccc;
  --darkGrey: #999;
}