/* @font-face {
	font-style: normal;
	font-weight: normal;	
	font-family: "Ubuntu-R";
	src: url("../fonts/Ubuntu-R.woff") format("woff"),
	   url("../fonts/Ubuntu-R.ttf") format("truetype"),
	   url("../fonts/Ubuntu-R.eot") format("embedded-opentype"),
	   url("../fonts/Ubuntu-R.svg") format("svg");
}
@font-face {
	font-style: normal;
	font-weight: bolder;		
	font-family: "Ubuntu-M";
	src: url("../fonts/Ubuntu-M.woff") format("woff"),
	   url("../fonts/Ubuntu-M.ttf") format("truetype"),
	   url("../fonts/Ubuntu-M.eot") format("embedded-opentype"),
	   url("../fonts/Ubuntu-M.svg") format("svg");
}
@font-face {
	font-style: normal;
	font-weight: bolder;	
	font-family: "HelveticaNeue";
	src: url("../fonts/helveticaneue-light.woff") format("woff"),
	   url("../fonts/helveticaneue-light.ttf") format("truetype"),
	   url("../fonts/helveticaneue-light.eot") format("embedded-opentype"),
	   url("../fonts/helveticaneue-light.svg") format("svg");
} 
@font-face {
	font-style: normal;
	font-weight: normal;		
	font-family: "BarlowSemiCondensed";
	src: url("../fonts/BarlowSemiCondensed-Medium.woff") format("woff"),
	   url("../fonts/BarlowSemiCondensed-Medium.ttf") format("truetype"),
	   url("../fonts/BarlowSemiCondensed-Medium.eot") format("embedded-opentype"),
	   url("../fonts/BarlowSemiCondensed-Medium.svg") format("svg");
}

.ff-UB__R{font-family: "Ubuntu-R";}
.ff-UB__M{font-family: "Ubuntu-M";}
.ff-HN{font-family: "HelveticaNeue"; -webkit-text-stroke: 0.1px; letter-spacing: 0.3px;}
.ff-BSC__M{font-family: "BarlowSemiCondensed";} */