/* Webfonts */

@font-face {
	font-family: 'dinlight';
	src: url('../webfonts/DIN-Light.eot');
	src: url('../webfonts/DIN-Light.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/DIN-Light.woff') format('woff'),
		url('../webfonts/DIN-Light.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'dinregular';
	src: url('../webfonts/DIN-Regular.eot');
	src: url('../webfonts/DIN-Regular.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/DIN-Regular.woff') format('woff'),
		url('../webfonts/DIN-Regular.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'dinbold';
	src: url('../webfonts/DIN-Bold.eot');
	src: url('../webfonts/DIN-Bold.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/DIN-Bold.woff') format('woff'),
		url('../webfonts/DIN-Bold.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}


/* Icon Set */

@font-face {
  font-family: 'pm-icon';
  src:  url('../webfonts/pm-icon.eot?szcu5t');
  src:  url('../webfonts/pm-icon.eot?szcu5t#iefix') format('embedded-opentype'),
        url('../webfonts/pm-icon.ttf?szcu5t') format('truetype'),
        url('../webfonts/pm-icon.woff?szcu5t') format('woff'),
        url('../webfonts/pm-icon.svg?szcu5t#pm-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="pm-icon"], [class*=" pm-icon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'pm-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pm-iconlinkedin:before {
  content: "\e900";
}