/*
USAGE:

	Regular:			font-family: "SweetSans";	font-weight: normal; 	font-style: normal;
	Regular Italic:		font-family: "SweetSans";	font-weight: normal;	font-style: italic;

	Light:				font-family: "SweetSans";	font-weight: 100;	font-style: normal;
	Light Italic:		font-family: "SweetSans";	font-weight: 100;	font-style: italic;

	Medium:   			font-family: "SweetSans";	font-weight: bold; 		font-style: normal;
	Medium Italic:		font-family: "SweetSans";	font-weight: bold; 		font-style: italic;

	Bold:				font-family: "SweetSans";	font-weight: 900;	font-style: normal;
	Bold Italic:		font-family: "SweetSans";	font-weight: 900;	font-style: italic;

*/

/**************** Sweet Sans LIGHT ****************/
@font-face {
    font-family: "SweetSans";
    font-weight: 100;
    font-style: normal;
    src: url("SweetSansPro-Light.eot");
}


/**************** Sweet Sans LIGHT ITALIC ****************/
@font-face {
    font-family: "SweetSans";
    font-weight: 100;
    font-style: italic;
    src: url("SweetSansPro-LightItalic.eot");
}



/**************** Sweet Sans REGULAR ****************/
@font-face {
    font-family: "SweetSans";
    font-weight: normal;
    font-style: normal;
    src: url("SweetSansPro-Regular.eot");
}


/**************** Sweet Sans REGULAR ITALIC ****************/
@font-face {
    font-family: "SweetSans";
    font-weight: normal;
    font-style: italic;
    src: url("SweetSansPro-Italic.eot");
}



/**************** Sweet Sans MEDIUM ****************/
@font-face {
    font-family: "SweetSans";
    font-weight: bold;
    font-style: normal;
    src: url("SweetSansPro-Medium.eot");
}



/**************** Sweet Sans MEDIUM ITALIC ****************/
@font-face {
    font-family: "SweetSans";
    font-weight: bold;
    font-style: italic;
    src: url("SweetSansPro-MediumItalic.eot");
}

/**************** Sweet Sans BOLD ****************/
@font-face {
    font-family: "SweetSans";
    font-weight: 900;
    font-style: normal;
    src: url("SweetSansPro-Bold.eot");
}

/**************** Sweet Sans BOLD ITALIC ****************/
@font-face {
    font-family: "SweetSans";
    font-weight: 900;
    font-style: italic;
    src: url("SweetSansPro-BoldItalic.eot");
}