@font-face {
    font-family: 'GothamLight';
    font-style: normal;
    src: url(Gotham-Light.otf);
}
@font-face {
    font-family: 'GothamMedium';
    font-style: normal;
    src: url(Gotham-Medium.otf);
}
@font-face {
    font-family: 'GothamBlack';
    font-style: normal;
    src: url(Gotham-Black.otf);
}
@font-face {
    font-family: 'GothamBook';
    font-style: normal;
    src: url(Gotham-Book.otf);
}
@font-face {
    font-family: 'GothamBold';
    font-style: normal;
    src: url(Gotham-Bold.otf);
}
@font-face {
    font-family: 'GothamThin';
    font-style: normal;
    src: url(Gotham-Thin.otf);
}
@font-face {
    font-family: 'GothamUltra';
    font-style: normal;
    src: url(Gotham-Ultra.otf);
}
@font-face {
    font-family: 'GothamSSmLight';
    font-style: normal;
    src: url(GothamSSm-Light.otf);
}
@font-face {
    font-family: 'GothamSSmMedium';
    font-style: normal;
    src: url(GothamSSm-Medium.otf);
}
@font-face {
    font-family: 'GothamSSmBlack';
    font-style: normal;
    src: url(GothamSSm-Black.otf);
}
@font-face {
    font-family: 'GothamSSmBook';
    font-style: normal;
    src: url(GothamSSm-Book.otf), url('GothamSSm-Book.woff') format('woff');
}

/* The following is the style sheet used by PFSWeb:
@font-face{
    font-family:gothamlight;
    font-style:normal;
    src:url(../fonts/GothamSSm-Light.woff)
}
@font-face{
    font-family:gothammedium;
    font-style:normal;
    src:url(../fonts/GothamSSm-Medium.woff)
}
@font-face{
    font-family:gothamblack;
    font-style:normal;
    src:url(../fonts/GothamSSm-Black.woff)
}
@font-face{
    font-family:gothambook;
    font-style:normal;
    src:url(../fonts/GothamSSm-Book.woff)
}
*/