@font-face {
  font-family: HelmetRegular;
  src: url(fonts/Helmet-Regular.ttf);
}
.font-helmet{
	font-family: HelmetRegular;
}

@font-face {
  font-family: MAXWELLBOLD;
  src: url(fonts/MAXWELL-BOLD.ttf);
}

.font-lblmaxbold{
	font-family: MAXWELLBOLD;
}

@font-face {
  font-family: MAXWELLREGULAR;
  src: url(fonts/MAXWELL-REGULAR.ttf);
}
.font-lblmaxreg{
	font-family: MAXWELLREGULAR;
}

@font-face {
  font-family: aristalight;
  src: url(fonts/z-arista.light.ttf);
}
.font-lblmaxlight{
	font-family: aristalight !important;
}
