/* ============================================
   QORATE STUDIO - Custom Fonts (@font-face)
   ============================================ */

/*@font-face {*/
/*    font-family: 'Agatho';*/
/*    src: url('../fonts/Agatho-Regular.otf') format('opentype');*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Agatho';*/
/*    src: url('../fonts/Agatho-Medium.otf') format('opentype');*/
/*    font-weight: 500;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Agatho';*/
/*    src: url('../fonts/Agatho-Bold.otf') format('opentype');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'MyriadPro';*/
/*    src: url('../fonts/MyriadPro-Regular.otf') format('opentype');*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'agathoregular';*/
/*    src: url('../fonts/agatho_regular-webfont.woff2') format('woff2'),*/
/*         url('../fonts/agatho_regular-webfont.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/

/*}*/


@font-face {
    font-family: 'agathoregular';
    src: url('../fonts/agatho_regular-webfont.woff2') format('woff2'),
         url('../fonts/agatho_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal; 

}

@font-face {
    font-family: 'agathomedium';
    src: url('../fonts/agatho__medium-webfont.woff2') format('woff2'),
         url('../fonts/agatho__medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'agathobold';
    src: url('../fonts/agatho__bold-webfont.woff2') format('woff2'),
         url('../fonts/agatho__bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




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

}