@font-face {
	font-family: MyriadPro;
	src: url(/fonts/MyriadPro-Regular.otf) format("opentype");
	font-weight: none;
}

@font-face {
	font-family: MyriadPro;
	src: url("/fonts/MyriadPro-Bold.otf") format("opentype");
	font-weight: bold;
}

@font-face {
	font-family: Segoe;
	src: url(/fonts/Segoe-UI.ttf) format("truetype");
	font-weight: none;
}

@font-face {
	font-family: Segoe;
	src: url(/fonts/Segoe-UI-Bold.ttf) format("truetype");
	font-weight: bold;
}

@font-face {
	font-family: Segoe;
	src: url(/fonts/Segoe-UI-Italic.ttf) format("truetype");
	font-style: italic;
}

@font-face {
	font-family: Segoe;
	src: url(/fonts/Segoe-UI-Bold-Italic.ttf) format("truetype");
	font-style: italic;
	font-weight: bold;
}