@font-face {
    font-family: 'DIN Next LT Pro';
    src: url('dinnextltpro-regular-webfont.woff2') format('woff2'),
        url('dinnextltpro-regular-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
    font-family: 'DIN Next LT Pro';
    src: url('dinnextltpro-medium-webfont.woff2') format('woff2'),
        url('dinnextltpro-medium-webfont.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
    font-family: 'DIN Next LT Pro';
    src: url('dinnextltpro-bold-webfont.woff2') format('woff2'),
        url('dinnextltpro-bold-webfont.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}