
@font-face {
    font-family: 'GothamPro';
    src: url('fonts/GothamPro-Light.woff2') format('woff2'),
    url('fonts/GothamPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'GothamPro';
    src: url('fonts/GothamPro-LightItalic.woff2') format('woff2'),
    url('fonts/GothamPro-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'GothamPro';
    src: url('fonts/GothamPro.woff2') format('woff2'),
    url('fonts/GothamPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GothamPro';
    src: url('fonts/GothamPro-Italic.woff2') format('woff2'),
    url('fonts/GothamPro-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'GothamPro';
    src: url('fonts/GothamPro-Medium.woff2') format('woff2'),
    url('fonts/GothamPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'GothamPro';
    src: url('fonts/GothamPro-MediumItalic.woff2') format('woff2'),
    url('fonts/GothamPro-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'GothamPro';
    src: url('fonts/GothamPro-Bold.woff2') format('woff2'),
    url('fonts/GothamPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'GothamPro';
    src: url('fonts/GothamPro-BoldItalic.woff2') format('woff2'),
    url('fonts/GothamPro-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'GothamPro';
    src: url('fonts/GothamPro-Black.woff2') format('woff2'),
    url('fonts/GothamPro-Black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'GothamPro';
    src: url('fonts/GothamPro-BlackItalic.woff2') format('woff2'),
    url('fonts/GothamPro-BlackItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}
body {
    font-family: GothamPro, Open Sans,Arial,sans-serif;
    font-weight: normal;
}
h1, h2, h3 {
    font-family: GothamPro, Open Sans,Arial,sans-serif;
}