@font-face
{
    font-family:        "Gotham";
    font-style:         normal;
    font-weight:        normal;
    src:                url(Gotham-Book.otf);
}

@font-face
{
    font-family:        "Gotham";
    font-style:         italic;
    font-weight:        normal;
    src:                url(Gotham-BookIta.otf);
}

@font-face
{
    font-family:        "Gotham";
    font-style:         normal;
    font-weight:        bold;
    src:                url(Gotham-Bold.otf);
}

@font-face
{
    font-family:        "Gotham";
    font-style:         italic;
    font-weight:        bold;
    src:                url(Gotham-BoldIta.otf);
}

@font-face
{
    font-family:        "Gotham Medium";
    font-style:         normal;
    font-weight:        normal;
    src:                url(Gotham-Medium.otf);
}

@font-face
{
    font-family:        "Gotham Medium";
    font-style:         italic;
    font-weight:        normal;
    src:                url(Gotham-MediumIta.otf);
}