/* Modified to combine weights and styles under fewer font-family names. Heavy and light need their own family names as the theme UI only offers normal and bold font weights. */



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

}




@font-face {
    font-family: 'greycliff_cf';
    src: url('../woff2/greycliffcf-regularoblique-webfont.woff2') format('woff2'),
         url('../woff/greycliffcf-regularoblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style:  italic;

}




@font-face {
    font-family: 'greycliff_cf';
    src: url('../woff2/greycliffcf-demibold-webfont.woff2') format('woff2'),
         url('../woff/greycliffcf-demibold-webfont.woff') format('woff');
    font-weight: bold;
    font-style:  normal;

}




@font-face {
    font-family: 'greycliff_cf';
    src: url('../woff2/greycliffcf-demiboldoblique-webfont.woff2') format('woff2'),
         url('../woff/greycliffcf-demiboldoblique-webfont.woff') format('woff');
    font-weight: bold;
    font-style:  italic;

}



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

}




@font-face {
    font-family: 'greycliff_cf_light';
    src: url('../woff2/greycliffcf-lightoblique-webfont.woff2') format('woff2'),
         url('../woff/greycliffcf-lightoblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style:  italic;

}




@font-face {
    font-family: 'greycliff_cf_heavy';
    src: url('../woff2/greycliffcf-heavy-webfont.woff2') format('woff2'),
         url('../woff/greycliffcf-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style:  normal;

}




@font-face {
    font-family: 'greycliff_cf_heavy';
    src: url('../woff2/greycliffcf-heavyoblique-webfont.woff2') format('woff2'),
         url('../woff/greycliffcf-heavyoblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style:  italic;

}
