@font-face { 
	font-family: 'Ubuntu Condensed'; 
	font-style: normal; 
	font-weight: 400; 
	src: local('Ubuntu Condensed'), local('UbuntuCondensed-Regular'), url('../fonts/UbuntuCondensed.woff') format('woff');
}

@font-face { 
	font-family: 'Open Sans'; 
	font-style: normal; 
	font-weight: 700; 
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans.woff') format('woff');
}

@font-face { 
	font-family: 'Open Sans Condensed'; 
	font-style: normal; 
	font-weight: 300; 
	src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url('../fonts/OpenSansCondensed.woff') format('woff');
}

@font-face {
  	font-family: 'Oswald';
  	font-style: normal;
  	font-weight: 300;
  	src: local('Oswald Light'), local('Oswald-Light'), url('../fonts/Oswald.woff') format('woff');
}

@font-face {
  	font-family: 'Covered By Your Grace';
  	font-style: normal;
  	font-weight: 400;
  	src: local('Covered By Your Grace'), local('CoveredByYourGrace'), url('../fonts/CoveredByYourGrace.woff') format('woff');
}

@font-face {
  	font-family: 'Lato';
  	font-style: normal;
  	font-weight: 300;
  	src: local('Lato Light'), local('Lato-Light'), url('../fonts/Lato300.woff') format('woff');
}