/*******************************
 Style Sheets
 - Webfonts
*******************************/

/* Regular */
@font-face {        
    font-family: EncodeSans; 
    src: url('../fonts/encodesans/EncodeSansNormal-400-Regular.ttf') format('truetype'),
        url('../fonts/encodesans/encodesansnormal-400-regular-webfont.woff2') format('woff2'), 
	url('../fonts/encodesans/encodesansnormal-400-regular-webfont.woff') format('woff');
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
}

@font-face {        
    font-family: EncodeSans; 
    src: url('../fonts/encodesans/EncodeSansNormal-800-ExtraBold.ttf') format('truetype'),
        url('../fonts/encodesans/encodesansnormal-800-extrabold-webfont.woff2') format('woff2'), 
	url('../fonts/encodesans/encodesansnormal-800-extrabold-webfont.woff') format('woff');
    font-stretch: normal;
    font-style: normal;
    font-weight: 800;	
}

@font-face {        
    font-family: EncodeSans; 
    src: url('../fonts/encodesans/EncodeSansNormal-200-ExtraLight.ttf') format('truetype'),
        url('../fonts/encodesans/encodesansnormal-200-extralight-webfont.woff2') format('woff2'), 
	url('../fonts/encodesans/encodesansnormal-200-extralight-webfont.woff') format('woff');
    font-stretch: normal;
    font-style: normal;
    font-weight: 100;
}

/* Condensed */
@font-face {
    font-family: EncodeSansNarrow; 
    src: url('../fonts/encodesans/EncodeSansCompressed-300-Light.ttf') format('truetype'), 
        url('../fonts/encodesans/encodesanscompressed-300-light-webfont.woff2') format('woff2'),
	url('../fonts/encodesans/encodesanscompressed-300-light-webfont.woff') format('woff');
    font-stretch: condensed;
    font-style: normal;
    font-weight: 400;	
}

@font-face {
    font-family: EncodeSansNarrow; 
    src: url('../fonts/encodesans/EncodeSansCompressed-400-Regular.ttf') format('truetype'),
        url('../fonts/encodesans/encodesanscompressed-400-regular-webfont.woff2') format('woff2'),
	url('../fonts/encodesans/encodesanscompressed-400-regular-webfont.woff') format('woff');
    font-stretch: condensed;
    font-style: normal;
    font-weight: 600;	
}

@font-face {
    font-family: EncodeSansNarrow; 
    src: url('../fonts/encodesans/EncodeSansCompressed-700-Bold.ttf') format('truetype'),
        url('../fonts/encodesans/encodesanscompressed-700-bold-webfont.woff2') format('woff2'),
	url('../fonts/encodesans/encodesanscompressed-700-bold-webfont.woff') format('woff');
    font-stretch: condensed;
    font-style: normal;
    font-weight: 800;	
} 

@font-face {
    font-family: EncodeSansNarrow; 
    src: url('../fonts/encodesans/EncodeSansCompressed-900-Black.ttf') format('truetype'), 
        url('../fonts/encodesans/encodesanscompressed-900-black-webfont.woff2') format('woff2'),
	url('../fonts/encodesans/encodesanscompressed-900-black-webfont.woff') format('woff');
    font-stretch: condensed;
    font-style: normal;
    font-weight: 900;	
} 

/* Gepunktete Schrift */
@font-face {
    font-family: Perfograma;
    src: url('../fonts/perfograma/perfograma.otf') format('opentype'),
	url('../fonts/perfograma/perfograma-webfont.woff2') format('woff2'),
	url('../fonts/perfograma/perfograma-webfont.woff') format('woff');
    font-stretch: normal;
    font-style: normal;
}

/* Glyphicons 
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}*/