/*
@font-face {
	font-family: 'Gravity';
	src: url('Gravity-Regular.otf');
}
@font-face {
	font-family: 'Gravity-Light';
	src: url('Gravity-Light.otf');
}
@font-face {
	font-family: 'Gravity-Bold';
	src: url('Gravity-Bold.otf');
}
*/

@font-face {
	font-family: 'gravitybold';
	src: url('gravity-bold-webfont.woff2') format('woff2'),
		 url('gravity-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gravitylight';
	src: url('gravity-light-webfont.woff2') format('woff2'),
		 url('gravity-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gravityregular';
	src: url('gravity-regular-webfont.woff2') format('woff2'),
		 url('gravity-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}