@import url(http://fonts.googleapis.com/css?family=Signika+Negative:300,400,700);
@font-face {
    font-family: 'MisoBold';
    src: url('../fonts/miso-bold-webfont.eot');
    src: url('../fonts/miso-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/miso-bold-webfont.woff') format('woff'),
         url('../fonts/miso-bold-webfont.ttf') format('truetype'),
         url('../fonts/miso-bold-webfont.svg#MisoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*================================================
    UP:		FONT-IMPORT (GOOGLE & LOCAL)
    DOWN :	FONTCLASSES
================================================*/
.fontMiso{
	font-family: 'MisoBold',sans-serif;
}
.fontBebasNeue{
	font-family: 'BebasNeueRegular',sans-serif;
}
.fontSignikaNegative{
	font-family: 'Signika Negative',sans-serif;
}
.fontLucidaSans{
	font-family: 'Lucida Sans',sans-serif;
}
