/*
Define font format
*/

.blackFont {
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	color: #333333;
}

.blackLightFont {
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	color: #575757;
}

.grayLightFont {
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	color: #00AADD;
}

.deepGrayFont {
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	color: #666666;
}

.whiteFont {
	font-family: "Open Sans", sans-serif;
	font-weight: 100;
	color: #fdfefe;
	letter-spacing: 0.5px;
}
