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

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

@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-bold-extrawebfont.woff') format('woff');
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;	
} 


/* 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');
}*/