@font-face { 
    font-family:'DINRegular';
	src: local('DINRegular');
    src: url('din-regular.eot');
    src: url('din-regular.eot?#iefix') format('embedded-opentype'),
         url('din-regular.woff2') format('woff2'),
         url('din-regular.woff') format('woff'),
         url('din-regular.ttf') format('truetype'),
         url('din-regular.svg#DINRegular') format('svg');
    font-weight:400;
    font-style:normal;
	font-display:swap;
}