/* Holden Fonts */
@font-face {
    font-family: 'ZonaPro';
    src: url('../fonts/zonapro-bold-webfont.woff2') format('woff2'),
         url('../fonts/zonapro-bold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}
@font-face {
    font-family: 'ZonaPro';
    src: url('../fonts/zonapro-black-webfont.woff2') format('woff2'),
         url('../fonts/zonapro-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'ZonaPro';
    src: url('../fonts/zonapro-regular-webfont.woff2') format('woff2'),
         url('../fonts/zonapro-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'ZonaPro';
    src: url('../fonts/zonapro-regularitalic-webfont.woff2') format('woff2'),
         url('../fonts/zonapro-regularitalic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}