



@font-face {
	font-family: "light";
	src: url("../fonts/MyriadPro-Light.otf");
}
@font-face {
	font-family: "bold";
	src: url("../fonts/MyriadPro-Bold.otf");
}
@font-face {
	font-family: "demi";
	src: url("../fonts/MyriadPro-Semibold.otf");
}

@font-face {
	font-family: "regular";
	src: url("../fonts/MyriadPro-Regular.otf");
}

@font-face {
	font-family: "cond";
	src: url("../fonts/MyriadPro-Cond.otf");
}



html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "light";
}

body {
	background-color: #ffffff;
}