/* NORMAL */

@font-face{
	font-family: 'Roboto Light';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Light'), url('../fonts/roboto-light-webfont.woff') format('woff');
}


@font-face{
	font-family: 'Roboto Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Medium'), url('../fonts/roboto-medium-webfont.woff') format('woff');
}

@font-face{
	font-family: 'Roboto Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Bold'), url('../fonts/roboto-bold-webfont.woff') format('woff');
}

@font-face{
	font-family: 'Roboto Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Regular'), url('../fonts/roboto-regular-webfont.woff') format('woff');
}

/* UNIQUE */

@font-face{
	font-family: 'Spicy Rice';
	font-style: normal;
	font-weight: normal;
	src: local('Spicy Rice'), url('../fonts/spicyrice-regular-webfont.woff') format('woff');
}