/* Custom Local Web-Font Faces */

/* REGULAR */
@font-face {
    font-family: 'webfont_regular';
    src: url('webfont-regular.woff2') format('woff2'),
         url('webfont-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* ITALIC */
@font-face {
    font-family: 'webfont_italic';
    src: url('webfont-italic.woff2') format('woff2'),
         url('webfont-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* BOLD */
@font-face {
    font-family: 'webfont_bold';
    src: url('webfont-bold.woff2') format('woff2'),
         url('webfont-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* BOLD ITALIC */
@font-face {
    font-family: 'webfont_bold_italic';
    src: url('webfont-bold.woff2') format('woff2'),
         url('webfont-bold.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

/* BLACK */
@font-face {
    font-family: 'webfont_black';
    src: url('webfont-bold.woff2') format('woff2'),
         url('webfont-bold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/* BLACK ITALIC */
@font-face {
    font-family: 'webfont_black_italic';
    src: url('webfont-bold.woff2') format('woff2'),
         url('webfont-bold.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

/* LIGHT */
@font-face {
    font-family: 'webfont_light';
    src: url('webfont-light.woff2') format('woff2'),
         url('webfont-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* LIGHT ITALIC */
@font-face {
    font-family: 'webfont_light_italic';
    src: url('webfont-light.woff2') format('woff2'),
         url('webfont-light.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

/* CUSTOM */
@font-face {
    font-family: 'webfont_custom';
    src: url('webfont-custom.woff2') format('woff2'),
         url('webfont-custom.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}