/****************************************/
/****************************************/
/** Irrigation Australia **/
/*
 * 
 *  Author: CAUSEIS PTY LTD
 * 
 *  Version: 1 -   
 *
 *
 *  Document contains changes to Fonts
 *
 *
*/
/****************************************/
/****************************************/
@font-face {
    font-family: 'Acumin Pro';
    src: url('/App_Themes/IA-Fonts/acumin-pro-regular.otf');
    src: url('/App_Themes/IA-Fonts/acumin-pro-regular.otf') format('opentype');
    font-weight: 400;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Acumin Pro Condensed';
    src: url('/App_Themes/IA-Fonts/acumin-pro-condensed-medium.otf');
    src: url('/App_Themes/IA-Fonts/acumin-pro-condensed-medium.otf') format('opentype');
    font-weight: 400;
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('/App_Themes/IA-Fonts/acumin-pro-semibold.otf');
    src: url('/App_Themes/IA-Fonts/acumin-pro-semibold.otf') format('opentype');
    font-weight: 600;
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Acumin Pro Condensed';
    src: url('/App_Themes/IA-Fonts/acumin-pro-condensed-semibold.otf');
    src: url('/App_Themes/IA-Fonts/acumin-pro-condensed-semibold.otf') format('opentype');
    font-weight: 600;
    font-weight: bold;
    font-style: italic;
}

