@font-face {
  font-family: 'FuturaPT';
  src: url(../fonts/FuturaPT-Demi.ttf);
}

@font-face {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Gotham Pro'), url('../fonts/GothamPro.woff') format('woff');
}
@font-face {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Gotham Pro'), url('../fonts/GothamPro-Black.woff') format('woff');
}
@font-face {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Gotham Pro'), url('../fonts/GothamPro-Light.woff') format('woff');
}
@font-face {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Gotham Pro'), url('../fonts/GothamPro-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Gotham Pro'), url('../fonts/GothamPro-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Gotham Pro Medium';
    font-style: italic;
    font-weight: 500;
    src: local('Gotham Pro Medium'), url('../fonts/GothamPro-MediumItalic.woff') format('woff');
}