/*
* ===========================================
* FONTS CSS
* ===========================================
*/

/*
* -------------------------------------------
* Loading webfonts
* -------------------------------------------
*/

@font-face {
    font-family: 'ABCProphet Medium';
    src: url('ABCProphet-Medium.woff2') format('woff2'),
         url('ABCProphet-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ABCProphet Medium Italic';
    src: url('ABCProphet-MediumItalic.woff2') format('woff2'),
         url('ABCProphet-MediumItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ABCProphet ExtraBold Italic';
    src: url('ABCProphet-ExtraboldItalic.woff2') format('woff2'),
         url('ABCProphet-ExtraboldItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

