/*FONTS*/
@font-face {
    font-family: Roboto-Regular;
    src: url('../fonts/Roboto/Roboto-Regular.ttf');
}
@font-face {
    font-family: Roboto-Thin;
    src: url('../fonts/Roboto/Roboto-Thin.ttf');
}
@font-face {
    font-family: Roboto-Light;
    src: url('../fonts/Roboto/Roboto-Light.ttf');
}
@font-face {
    font-family: Roboto-LightItalic;
    src: url('../fonts/Roboto/Roboto-LightItalic.ttf');
}
@font-face {
    font-family: Roboto-Bold;
    src: url('../fonts/Roboto/Roboto-Bold.ttf');
}

@font-face {
    font-family: Oswald-Regular;
    src: url('../fonts/Oswald-Regular.ttf');
}

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?pjj0h7');
	src:url('../fonts/icomoon.eot?#iefixpjj0h7') format('embedded-opentype'),
		url('../fonts/icomoon.woff?pjj0h7') format('woff'),
		url('../fonts/icomoon.ttf?pjj0h7') format('truetype'),
		url('../fonts/icomoon.svg?pjj0h7#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

