﻿
@font-face {
    font-family: 'DINRegular';
    src: url('dinweb.eot');
    src: url('dinweb.eot?#iefix') format('embedded-opentype'),
url('dinweb.woff') format('woff'),
url('din-regular-webfont.ttf') format('truetype'),
url('din-regular-webfont.svg#DINRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINBold';
    src: url('dinweb-bold.eot');
    src: url('dinweb-bold.eot?#iefix') format('embedded-opentype'),
url('dinweb-bold.woff') format('woff'),
url('din-bold-webfont.ttf') format('truetype'),
url('din-bold-webfont.svg#DINRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
	@font-face {
	  font-family: 'Material Icons';
	  font-style: normal;
	  font-weight: 400;
	  src: url(materialicons.woff2) format('woff2');
	}
	.material-icons {
	  font-family: 'Material Icons';
	  font-weight: normal;
	  font-style: normal;
	  font-size: 30px;
	  line-height: 1;
	  letter-spacing: normal;
	  text-transform: none;
	  display: inline-block;
	  white-space: nowrap;
	  word-wrap: normal;
	  direction: ltr;
	  -moz-font-feature-settings: 'liga';
	  -moz-osx-font-smoothing: grayscale;
	}
