@charset "UTF-8";
/* CSS Document */

/* ----  Fonts  ---- */
/* ---------------------------------------------------------------------------------------------------------- */
/* |**| body */
body {
		font:62.5%/127% 'eaSegona-Regular', Helvetica, Arial, sans-serif;
		/* El 62.5% iguala 1em a 10px. Així... 1em = 10px / 1.2em = 12px /1.4em = 14px / etc. */
}

/* |**| Tipus pel web */
@font-face {	
	font-family:'eaPrimera-Regular';
	font-style:normal;
	font-weight:200;
	src:url('../fonts/AmaticSC-Regular.ttf') format('truetype');
}

@font-face {
	font-family:'eaPrimera-Bold';
	font-style:normal;
	font-weight:500;
	src:url('../fonts/AmaticSC-Bold.ttf') format('truetype');
}

@font-face {
	font-family:'Segona-Light';
	font-style:normal;
	font-weight:300;
	src:url('../fonts/HelveticaNeue-Light.otf') format('opentype');
}

@font-face {
	font-family:'eaSegona-Regular';
	font-style:normal;
	font-weight:300;
	src:url('../fonts/Lora-Regular.ttf') format('truetype');
}

@font-face {
	font-family:'eaSegona-Bold';
	font-style:normal;
	font-weight:600;
	src:url('../fonts/Lora-Bold.ttf') format('truetype');
}

/* ---------------------------------------------------------------------------------------------------------- */

/*@font-face {
	font-family:'Primera-Light';
	font-style:normal;
	font-weight:300;
	src:url('../fonts/ClaireHandLight.otf') format('opentype');
}

@font-face {
	font-family:'Primera-Regular';
	font-style:normal;
	font-weight:400;
	src:url('../fonts/ClaireHandRegular.otf') format('opentype');
}

/*@font-face {
	font-family:'Segona-UltraThin';
	font-style:normal;
	font-weight:100;
	src:url('../fonts/HelveticaNeueUltraThin.ttf') format('truetype');
}

@font-face {
	font-family:'Segona-Thin';
	font-style:normal;
	font-weight:200;
	src:url('../fonts/HelveticaNeue-Thin.otf') format('opentype');
}

@font-face {
	font-family:'Segona-Light';
	font-style:normal;
	font-weight:300;
	src:url('../fonts/HelveticaNeue-Light.otf') format('opentype');
}


@font-face {
	font-family:'Segona-Regular';
	font-style:normal;
	font-weight:400;
	src:url('../fonts/HelveticaNeue-Regular.otf') format('opentype');
}

@font-face {
	font-family:'Segona-Medium';
	font-style:normal;
	font-weight:500;
	src:url('../fonts/HelveticaNeue-Medium.otf') format('opentype');
}*/


