/* 
	FONTS CSS
- - - - - - - - - - - - - - - - - - - - - 

/* FONTS
- - - - - - - - - - - - - - - - - */
@font-face {
	font-family: 'SourceSansPro-Semibold';
	src: url('/assets/fonts/source-sans-pro/SourceSansPro-Semibold.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SourceSansPro-Bold';
	src: url('/assets/fonts/source-sans-pro/SourceSansPro-Bold.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SourceSansPro-Black';
	src: url('/assets/fonts/source-sans-pro/SourceSansPro-Black.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lato-Black';
	src: url('/assets/fonts/lato/Lato-Bla.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lato-Bold';
	src: url('/assets/fonts/lato/Lato-Bol.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lato-Regular';
	src: url('/assets/fonts/lato/Lato-Reg.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	color: #243645;
}
@font-face {
    font-family: 'yanone_kaffeesatzbold';
    src: url('/assets/fonts/gofobo/yanone_kaffeesatz_700-webfont.eot');
    src: url('/assets/fonts/gofobo/yanone_kaffeesatz_700-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/gofobo/yanone_kaffeesatz_700-webfont.woff') format('woff'),
         url('/assets/fonts/gofobo/yanone_kaffeesatz_700-webfont.ttf') format('truetype'),
         url('/assets/fonts/gofobo/yanone_kaffeesatz_700-webfont.svg#yanone_kaffeesatzbold') format('svg');
    font-weight: normal;
    font-style: normal;
}