/*@font-face {
    font-family: 'Calibri';
    src: url('Calibri-LightItalic.eot');
    src: local('Calibri Light Italic'), local('Calibri-LightItalic'),
        url('Calibri-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('Calibri-LightItalic.woff2') format('woff2'),
        url('Calibri-LightItalic.woff') format('woff'),
        url('Calibri-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}*/

/*
@font-face {
    font-family: 'Calibri';
    src: url('Calibri-Italic.eot');
    src: local('Calibri Italic'), local('Calibri-Italic'),
        url('Calibri-Italic.eot?#iefix') format('embedded-opentype'),
        url('Calibri-Italic.woff2') format('woff2'),
        url('Calibri-Italic.woff') format('woff'),
        url('Calibri-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
*/

@font-face {
    font-family: 'Gotham';
    src: url('gotham_light.otf');
    src: local('Gotham Light'), local('Gotham-Light'),
        url('gotham_light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('gotham_bold.otf');
    src: local('Gotham Bold'), local('Gotham-Bold'),
        url('gotham_bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('gotham_book.otf');
    src: local('Gotham'),
        url('gotham_book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('gotham_bolditalic.otf');
    src: local('Gotham Bold Italic'), local('Gotham-BoldItalic'),
        url('gotham_bolditalic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

