@font-face{
  font-family: 'Sweet Sans Pro';
	font-weight: bold;
	font-style: normal;
  src:url(SweetSansProBold.otf) format("truetype"),url(SweetSansProBold.otf) format("truetype")
}
@font-face{
  font-family: 'Sweet Sans Pro';
	font-weight: normal;
  src:url(SweetSansProRegular.otf) format("truetype"),url(SweetSansProRegular.otf) format("truetype")
}
@font-face{
  font-family: 'Sweet Sans Pro';
	font-weight: lighter;
  src:url(SweetSansProLight.otf) format("truetype"),url(SweetSansProLight.otf) format("truetype")
}

.font-sweet-sans {
	font-family: 'Sweet Sans Pro';
}
