


:root {
  --black:  #000000;
  --red: #CB3733;
  --bodytext:  #000000;
  --lightgrey: rgb(160, 160, 160);
  --grey: #818181;
  --blue: #0082c8;
  --green: #3FA658;
}





@font-face {
  font-family: "HelveticaNeue-Light";
  src: url("fonts/HelvLight.woff") format("woff"),
    url("fonts/HelvLight.woff2") format("woff2"),
    url("fonts/HelvLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue-Condensed";
  src: url("fonts/HelveticaNeue-Condensed.woff") format("woff"),
    url("fonts/HelveticaNeue-Condensed.woff2") format("woff2"),
    url("fonts/HelveticaNeue-Condensed.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue-Lt-Condensed";
  src: url("fonts/Helvetica-LT-Std-Condensed.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}



@font-face {
  font-family: "HelveticaNeue-Condensed-Bold";
  src: url("fonts/HelveticaNeue-Condensed_Bold.woff") format("woff"),
    url("fonts/HelveticaNeue-Condensed_Bold.woff2") format("woff2"),
    url("fonts/HelveticaNeue-Condensed_Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue-Condensed_Black";
  src: url("fonts/HelveticaNeue-Condensed_Black.woff") format("woff"),
    url("fonts/HelveticaNeue-Condensed_Black.woff2") format("woff2"),
    url("fonts/HelveticaNeue-Condensed_Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

*
{
  font-family: "HelveticaNeue-Condensed", Helvetica, Arial, sans-serif;
}