/*
USAGE:

	Medium:   			font-family: "GothicStd";	font-weight: 500; 		font-style: normal;

*/

/**************** GothicStd MEDIUM ****************/
@font-face {
    font-family: "GothicStd";
    font-weight: 500;
    font-style: normal;
    src: url("ITCAvantGardeStd-Md.otf") format("opentype"),
    	url("ITCAvantGardeStd-Md.woff") format("woff"),
    	url("ITCAvantGardeStd-Md.woff2") format("woff2"),
    	url("ITCAvantGardeStd-Md.ttf") format("ttf");
}