@charset "UTF-8";
/* CSS Document */

	@font-face {
		font-family: "Apercu";
		src: url("Apercu-Light.woff") format("woff");
		font-weight: 100;
		font-style: normal;
	}

	@font-face {
		font-family: "Apercu";
		src: url("Apercu-Light-Italic.woff") format("woff");
		font-weight: 100;
		font-style: italic;
	}

	@font-face {
		font-family: "Apercu";
		src: url("Apercu-Regular.woff") format("woff");
		font-weight: 200;
		font-style: normal;
	}
	
	@font-face {
		font-family: "Apercu";
		src: url("Apercu-Italic.woff") format("woff");
		font-weight: 200;
		font-style: italic;
	}

	@font-face {
		font-family: "Apercu";
		src: url("Apercu-Medium.woff") format("woff");
		font-weight: 300;
		font-style: normal;
	}

	@font-face {
		font-family: "Apercu";
		src: url("Apercu-Medium-Italic.woff") format("woff");
		font-weight: 300;
		font-style: italic;
	}

	@font-face {
		font-family: "Apercu";
		src: url("Apercu-Bold.woff") format("woff");
		font-weight: 400;
		font-style: normal;
	}

	@font-face {
		font-family: "Apercu";
		src: url("Apercu-Bold-Italic.woff") format("woff");
		font-weight: 400;
		font-style: italic;
	}
