@charset "UTF-8";

/* CSS REFERENTE AS FONTES */

/* GOTHAM BOOK */
@font-face {
    font-family: Gotham-Book;
    src: url(../fontes/Gotham-Book.otf);
}

@font-face {
    font-family: Gotham-Book;
    src: url('../fontes/Gotham-Book.woff');
}

@font-face {
    font-family: Gotham-Book;
    src: url('../fontes/Gotham-Book.eot');
}

@font-face {
    font-family: Gotham-Book;
    src: url('../fontes/Gotham-Book.ttf');
}

@font-face {
    font-family: "Gotham-Medium";
    src: url("../fontes/Gotham-Medium.otf");
}

@font-face {
    font-family: "Gotham-Medium";
    src: url("../fontes/Gotham-Medium.woff");
}

@font-face {
    font-family: "Gotham-MediumIta";
    src: url("../fontes/Gotham-MediumIta.otf");
}
/*
@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fontes/Gotham-Bold.eot');
}*/
/*
@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fontes/Gotham-Bold.ttf');
}
*/
@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fontes/Gotham-Bold.woff');
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fontes/Gotham-Bold.otf');
}/**/

@font-face {
    font-family: 'Gotham-Light';
    src: url('../fontes/Gotham-Light.eot');
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('../fontes/Gotham-Light.otf');
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('../fontes/Gotham-Light.woff');
}
/* FIM GOTHAM BOOK */


/* DIN */
@font-face {
    font-family: Din-Medium-Regular;
    src: url(../fontes/DIN%20Medium.ttf);
}

@font-face {
    font-family: Din-Medium-Regular;
    src: url(../fontes/din-regular.woff);
}
/* FIM DIN */

/* FIM DO CSS REERENTE AS FONTES */