/* Font: Hermes Maia. Copyright Matthew Butterick (d/b/a MB Type) - www.mbtype.com */

/* Note: for backwards compat with current style we name this Hermes FB */
@font-face {
	font-family: "Hermes FB";
	font-weight: Normal;
	font-style: Normal;

	/* Hermes Regular equals Hermes Maia T4 */
	src: url("../font/hermes_maia_t4_regular.woff") format("woff");
}
	
@font-face {
	font-family: "Hermes FB Thin";
	font-weight: Normal;
	font-style: Normal;

	/* Hermes Thin equals Hermes Maia T2 */
	src: url("../font/hermes_maia_t2_regular.woff") format("woff");
}
	
@font-face {
	font-family: "Hermes FB";
	font-weight: Bold;
	font-style: Normal;
	
	/* Hermes Bold equals Hermes Maia T7 */
	src: url("../font/hermes_maia_t7_regular.woff") format("woff");

}