
/*****
	Font: helvetica
*****/

/* Light */

@font-face {
  font-family: 'helvetica';
  src: url('../fonts/helvetica-light.ttf');
  font-weight: 300;
  font-style: normal;
}

/* Regular */

@font-face {
  font-family: 'helvetica';
  src: url('../fonts/helvetica-regular.ttf');
  font-weight: 400;
  font-style: normal;
}

/* Bold */

@font-face {
  font-family: 'helvetica';
  src: url('../fonts/helvetica-bold.ttf');
  font-weight: 700;
  font-style: normal;
}
