@font-face {
	font-family: 'DINProLight';
	src: url('./DINProLight.eot');
	src: local('DINProLight'), url('./DINProLight.woff') format('woff'), url('./DINProLight.ttf') format('truetype');

/* use this class to attach this font to any element i.e. <p class="fontDINpro">Text with this font applied</p> */
.fontDINpro {
	font-family: 'DINProLight' !important;
	color: #00ADBA;
}

@font-face {
    font-family: 'plumbcregular';
    src: url('plumbc-webfont.woff2') format('woff2'),
         url('plumbc-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'plumbcbold';
    src: url('plumbc-bold-webfont.woff2') format('woff2'),
         url('plumbc-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}