@font-face {
    font-family: 'Gotham-Bold';
    src: url('fonts/Gotham-Bold.eot');
    src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Gotham-Bold.woff') format('woff'),
    url('fonts/Gotham-Bold.ttf') format('truetype'),
    url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('fonts/Gotham-Medium.eot');
    src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/Gotham-Medium.woff') format('woff'),
    url('fonts/Gotham-Medium.ttf') format('truetype'),
    url('fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*
@font-face {
    font-family: 'Gotham-Book';
    src: url('fonts/GothamBook.eot');
    src: url('fonts/GothamBook.eot?#iefix') format('embedded-opentype'),
    url('fonts/GothamBook.woff') format('woff'),
    url('fonts/GothamBook.ttf') format('truetype'),
    url('fonts/GothamBook.svg#GothamBookRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

@font-face {
    font-family: 'esporaoiconsregular';
    src: url('fonts/EsporaoIcons-Regular.eot');
    src: url('fonts/EsporaoIcons-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/EsporaoIcons-Regular.woff2') format('woff2'),
    url('fonts/EsporaoIcons-Regular.woff') format('woff'),
    url('fonts/EsporaoIcons-Regular.ttf') format('truetype'),
    url('fonts/EsporaoIcons-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}




[data-icon]:before {
    font-family: "esporaoiconsregular";
    content: attr(data-icon);
    speak: none;
    font-style:normal;
    text-transform: none;
}