<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
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");
}</pre></body></html>