/*
USAGE:

	Regular:			font-family: "GothicStd";	font-weight: normal; 	font-style: normal;
	Regular Italic:		font-family: "GothicStd";	font-weight: normal;	font-style: italic;

	Light:				font-family: "GothicStd";	font-weight: 100;	font-style: normal;
	Light Italic:		font-family: "GothicStd";	font-weight: 100;	font-style: italic;

	Medium:   			font-family: "GothicStd";	font-weight: bold; 		font-style: normal;
	Medium Italic:		font-family: "GothicStd";	font-weight: bold; 		font-style: italic;

	Bold:				font-family: "GothicStd";	font-weight: 900;	font-style: normal;
	Bold Italic:		font-family: "GothicStd";	font-weight: 900;	font-style: italic;

*/

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

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

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

/**************** GothicStd LIGHT ITALIC ****************/
@font-face {
    font-family: "GothicStd";
    font-weight: 100;
    font-style: italic;
    src: url("ITCAvantGardeStd-XLtObl.otf") format("opentype"),
    	url("ITCAvantGardeStd-XLtObl.woff") format("woff"),
    	url("ITCAvantGardeStd-XLtObl.woff2") format("woff2"),
    	url("ITCAvantGardeStd-XLtObl.ttf") format("ttf");
}

/**************** GothicStd MEDIUM ****************/
@font-face {
    font-family: "GothicStd";
    font-weight: bold;
    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");
}

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

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

/**************** GothicStd BOLD ITALIC ****************/
@font-face {
    font-family: "GothicStd";
    font-weight: 900;
    font-style: italic; 
    src: url("ITCAvantGardeStd-BoldObl.otf") format("opentype"),
    	url("ITCAvantGardeStd-BoldObl.woff") format("woff"),
    	url("ITCAvantGardeStd-BoldObl.woff2") format("woff2"),
    	url("ITCAvantGardeStd-BoldObl.ttf") format("ttf");
}