
/*////////////////////////////////////////
	Dino Light
////////////////////////////////////////*/

@font-face {
  font-family: 'Dino Light';
  font-style: normal;
  font-weight: 400;
  src: url(../resources/DINPro-Light.woff) format('woff');
}


/*////////////////////////////////////////
	Dino Bold
////////////////////////////////////////*/

@font-face {
  font-family: 'Dino Bold';
  font-style: normal;
  font-weight: 400;
  src: url(../resources/DINPro-Bold.woff) format('woff');
}

/*////////////////////////////////////////
	Ubuntu Regular
////////////////////////////////////////*/

@font-face {
  font-family: 'Ubuntu Regular';
  font-style: normal;
  font-weight: 400;
  src: url(../resources/Ubuntu-R.woff) format('woff');
}

/*////////////////////////////////////////
	Ubuntu Light
////////////////////////////////////////*/

@font-face {
  font-family: 'Ubuntu Light';
  font-style: normal;
  font-weight: 400;
  src: url(../resources/Ubuntu-L.woff) format('woff');
}