/* @font-face */

/*************** FONT-FACE FORMATIERUNG- INFO ******************/

/*Jede Fontfamilie benötigt neben dieser Fontliste noch jeweils 
eine CSS-Class in einer der CSS-Dateien der Website, zB in global.css

Beispiel:
.lato-hairline {font-family: lato-hairline; letter-spacing: normal;}
*/

/*************** LATO - REGULAR ******************/

@font-face {
	font-family: 'lato-hairline';
	src: url(../00-fonts/lato-hairline-webfont.woff2) format('woff2'),
		 url(../00-fonts/lato-hairline-webfont.woff) format('woff'),
		 url(../00-fonts/lato-hairline-webfont.ttf) format('truetype');
		font-weight: normal;
		font-style: normal;
}

@font-face {
	font-family: 'lato-light';
	src: url(../00-fonts/lato-light-webfont.woff2) format('woff2'),
		 url(../00-fonts/lato-light-webfont.woff) format('woff'),
		 url(../00-fonts/lato-light-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato-regular';
    src: url(../00-fonts/lato-regular-webfont.woff2) format('woff2'),
         url(../00-fonts/lato-regular-webfont.woff) format('woff'),
		 url(../00-fonts/lato-regular-webfont.ttf) format('truetype');
		font-weight: normal;
		font-style: normal;
}

@font-face {
    font-family: 'lato-bold';
    src: url(../00-fonts/lato-bold-webfont.woff2) format('woff2'),
         url(../00-fonts/lato-bold-webfont.woff) format('woff'),
		 url(../00-fonts/lato-bold-webfont.ttf) format('truetype');
		font-weight: normal;
		font-style: normal;
}

@font-face {
    font-family: 'lato-black';
    src: url(../00-fonts/lato-black-webfont.woff2) format('woff2'),
         url(../00-fonts/lato-black-webfont.woff) format('woff'),
		 url(../00-fonts/lato-black-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*******LATO-ITALIC *******************/

@font-face {
    font-family: 'lato-hairlineitalic';
    src: url(../00-fonts/lato-hairlineitalic-webfont.woff2) format('woff2'),
         url(../00-fonts/lato-hairlineitalic-webfont.woff) format('woff'),
		 url(../00-fonts/lato-hairlineitalic-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato-lightitalic';
    src: url(../00-fonts/lato-lightitalic-webfont.woff2) format('woff2'),
         url(../00-fonts/lato-lightitalic-webfont.woff) format('woff'),
		 url(../00-fonts/lato-lightitalic-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato-italic';
    src: url(../00-fonts/lato-italic-webfont.woff2) format('woff2'),
         url(../00-fonts/lato-italic-webfont.woff) format('woff'),
		 url(../00-fonts/lato-italic-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'lato-bolditalic';
    src: url(../00-fonts/lato-bolditalic-webfont.woff2) format('woff2'),
         url(../00-fonts/lato-bolditalic-webfont.woff) format('woff'),
		 url(../00-fonts/lato-bolditalic-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato-blackitalic';
    src: url(../00-fonts/lato-blackitalic-webfont.woff2) format('woff2'),
         url(../00-fonts/lato-blackitalic-webfont.woff) format('woff'),
		 url(../00-fonts/lato-blackitalic-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}



/*************** MICROMA ******************/

@font-face {
	font-family: 'michroma';
	src: url(../00-fonts/michroma-webfont.woff2) format('woff2'),
		 url(../00-fonts/michroma-webfont.woff) format('woff'),
		 url(../00-fonts/michroma-webfont.ttf) format('truetype');
		font-weight: normal;
		font-style: normal;
}

/*************** ROBOTO ******************/

@font-face {
    font-family: 'roboto-black';
    src: url(../00-fonts/roboto-black-webfont.woff2) format('woff2'),
		 url(../00-fonts/roboto-black-webfont.woff) format('woff'),
         url(../00-fonts/roboto-black-webfont.ttf) format('truetype');
		font-weight: normal;
		font-style: normal;
}

@font-face {
    font-family: 'roboto-black-italic';
 	src: url(../00-fonts/roboto-blackitalic-webfont.woff2) format('woff2'),
		 url(../00-fonts/roboto-blackitalic-webfont.woff) format('woff'),
         url(../00-fonts/roboto-blackitalic-webfont.ttf) format('truetype');
		font-weight: normal;
		font-style: normal;
}

@font-face {
    font-family: 'roboto-bold';
	src: url(../00-fonts/roboto-bold-webfont.woff2) format('woff2'),
		 url(../00-fonts/roboto-bold-webfont.woff) format('woff'),
         url(../00-fonts/roboto-bold-webfont.ttf) format('truetype');
		font-weight: normal;
		font-style: normal;
}

@font-face {
    font-family: 'roboto-bold-italic';
	src: url(../00-fonts/roboto-bolditalic-webfont.woff2) format('woff2'),
		 url(../00-fonts/roboto-bolditalic-webfont.woff) format('woff'),
         url(../00-fonts/roboto-bolditalic-webfont.ttf) format('truetype');
		font-weight: normal;
		font-style: normal;
}

@font-face {
    font-family: 'roboto-italic';
	src: url(../00-fonts/roboto-italic-webfont.woff2) format('woff2'),
		 url(../00-fonts/roboto-italic-webfont.woff) format('woff'),
         url(../00-fonts/roboto-italic-webfont.ttf) format('truetype');
		font-weight: normal;
		font-style: normal;
}


@font-face {
    font-family: 'roboto-light-italic';
	src: url(../00-fonts/roboto-lightitalic-webfont.woff2) format('woff2'),
		 url(../00-fonts/roboto-lightitalic-webfont.woff) format('woff'),
         url(../00-fonts/roboto-lightitalic-webfont.ttf) format('truetype');
		font-weight: normal;
		font-style: normal;
}

@font-face {
    font-family: 'robot-medium';
	src: url(../00-fonts/roboto-medium-webfont.woff2) format('woff2'),
		 url(../00-fonts/roboto-medium-webfont.woff) format('woff'),
         url(../00-fonts/roboto-medium-webfont.ttf) format('truetype');
		font-weight: normal;
		font-style: normal;
}

@font-face {
    font-family: 'roboto-medium-italic';
	src: url(../00-fonts/roboto-mediumitalic-webfont.woff2) format('woff2'),
		 url(../00-fonts/roboto-mediumitalic-webfont.woff) format('woff'),
         url(../00-fonts/roboto-mediumitalic-webfont.ttf) format('truetype');
		font-weight: normal;
		font-style: normal;
}

@font-face {
    font-family: 'roboto-regular';
	src: url(../00-fonts/roboto-regular-webfont.woff2) format('woff2'),
		 url(../00-fonts/roboto-regular-webfont.woff) format('woff'),
         url(../00-fonts/roboto-regular-webfont.ttf) format('truetype');
		font-weight: normal;
		font-style: normal;
}

@font-face {
    font-family: 'roboto-light';
	src: url(../00-fonts/roboto-light-webfont.woff2) format('woff2'),
		 url(../00-fonts/roboto-light-webfont.woff) format('woff'),
         url(../00-fonts/roboto-light-webfont.ttf) format('truetype');
		font-weight: normal;
		font-style: normal;
}

@font-face {
    font-family: 'roboto-thin';
	src: url(../00-fonts/roboto-thin-webfont.woff2) format('woff2'),
		 url(../00-fonts/roboto-thin-webfont.woff) format('woff'),
         url(../00-fonts/roboto-thin-webfont.ttf) format('truetype');
		font-weight: normal;
		font-style: normal;
}

@font-face {
    font-family: 'roboto-thin-italic';
	src: url(../00-fonts/roboto-thinitalic-webfont.woff2) format('woff2'),
		 url(../00-fonts/roboto-thinitalic-webfont.woff) format('woff'),
         url(../00-fonts/roboto-thinitalic-webfont.ttf) format('truetype');
		font-weight: normal;
		font-style: normal;
}