/************************************************************************************
The fonts have been licenced from Rosetta Type Foundry: http://rosettatype.com/
Use and distribution is limited by the fonts EULA: http://rosettatype.com/license
Please, keep this notice included next to all @font-face rules which use the fonts.
*************************************************************************************/

@font-face {
	font-family: "Clone Rounded PE Web";
	src: url('../fonts/CloneRoundedPEWeb-Bd.woff2') format('woff2'), url('../fonts/CloneRoundedPEWeb-Bd.woff') format('woff');
	font-weight: 700; /* Bold */
	font-style: normal;
}

body {
	font-family: "Clone Rounded PE Web";
	font-size: 48px;
	font-weight: 700; /* Bold */
	font-style: normal;

	/* OpenType features: kerning, ligatures & contextual alternates */
	font-kerning: normal; /* CSS3 */
	-webkit-font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
	-moz-font-feature-settings: "kern=1", "liga=1", "calt=1";	/* Firefox 4.0 to 14.0 */
	-moz-font-feature-settings: "kern" 1, "liga" 1, "calt" 1;	/* Firefox 15.0 onwards */
	font-feature-settings: "kern" 1, "liga" 1, "calt" 1;

	/* Make rendering look more consistent across platforms */
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
}
