/* Gotham */
 @font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/gotham-book.woff2') format('woff2');
    }
    
 @font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/gotham-medium.woff2') format('woff2');
    }
            
@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/gotham-bold.woff2') format('woff2');
    }

.display-font-regular {font-family: 'Gotham'; font-weight: 400 !important;}
.display-font-medium {font-family: 'Gotham'; font-weight: 500 !important;}
.display-font-bold {font-family: 'Gotham'; font-weight: 700 !important;}


/* Minion Pro */
 @font-face {
    font-family: 'Minion Pro Regular';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/MinionPro-Regular.woff') format('woff');
    }
    
 @font-face {
    font-family: 'Minion Pro Italic';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/MinionPro-It.woff') format('woff');
    }
            
@font-face {
    font-family: 'Minion Pro Bold';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/MinionPro-Bold.woff') format('woff');
    }
        
@font-face {
    font-family: 'Minion Pro Bold Italic';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/MinionPro-BoldIt.woff') format('woff');
    }
    
.copy-font-regular {font-family: 'Minion Pro Regular'; font-weight: 400 !important;}
.copy-font-bold {font-family: 'Minion Pro Bold'; font-weight: 700 !important;}