/********************************/
/* Open Sans */
/********************************/
@font-face
{
	font-family: "Open Sans";
	src: url("/Ares/wares/public/fontes/OpenSans/OpenSans-Regular.ttf");
}
@font-face
{
	font-family: "Open Sans";
	src: url("/Ares/wares/public/fontes/OpenSans/OpenSans-Bold.ttf");
	font-weight: bold;
}
@font-face
{
	font-family: "Open Sans";
	src: url("/Ares/wares/public/fontes/OpenSans/OpenSans-Italic.ttf");
	font-style: italic;
}
@font-face
{
	font-family: "Open Sans";
	src: url("/Ares/wares/public/fontes/OpenSans/OpenSans-BoldItalic.ttf");
	font-weight: bold;
	font-style: italic;
}

/********************************/
/* Quicksand */
/********************************/
@font-face 
{
	font-family: "Quicksand";
	src: url("/Ares/wares/public/fontes/Quicksand/Quicksand-Regular.ttf");
}
@font-face 
{
	font-family: "Quicksand";
	src: url("/Ares/wares/public/fontes/Quicksand/Quicksand-Bold.ttf");
	font-weight: bold;
}
@font-face 
{
	font-family: "Quicksand Light";
	src: url("/Ares/wares/public/fontes/Quicksand/Quicksand-Light.ttf");
}
@font-face 
{
	font-family: "Quicksand Medium";
	src: url("/Ares/wares/public/fontes/Quicksand/Quicksand-Medium.ttf");
}
