/* BASE FONT */

@font-face {
  font-family: 'MainFont';
  src: url('../assets/DINPro-Cond.otf');
  src: url('../assets/DINPro-Cond.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MainFont';
  src: url('../assets/DINPro-CondBold.otf');
  src: url('../assets/DINPro-CondBold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

html {
	line-height:1.5;
	font-family: 'MainFont';
	font-size: 16px;
}
input, select {
	font-family: 'MainFont';
	font-size: 16px;
}


/* ICONS */

@font-face {
  font-family: 'IconFont';
  src: url('../assets/FontAwesome.otf');
  src: url('../assets/FontAwesome.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.icon {
	font-family: 'IconFont';
}