/*
 * Web Fonts for ABM
 *
 */
 
 @font-face {
    font-family: 'ApexNew-Bold';
    src: url('ApexNew-Bold.eot');
    src: url('ApexNew-Bold.eot?#iefix') format('embedded-opentype'),
         url('ApexNew-Bold.woff') format('woff'),
         url('ApexNew-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

 @font-face {
    font-family: 'ApexNew-Book';
    src: url('ApexNew-Book.eot');
    src: url('ApexNew-Book.eot?#iefix') format('embedded-opentype'),
         url('ApexNew-Book.woff') format('woff'),
         url('ApexNew-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

 @font-face {
    font-family: 'ApexNew-Light';
    src: url('ApexNew-Light.eot');
    src: url('ApexNew-Light.eot?#iefix') format('embedded-opentype'),
         url('ApexNew-Light.woff') format('woff'),
         url('ApexNew-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

 @font-face {
    font-family: 'ApexNew-Medium';
    src: url('ApexNew-Medium.eot');
    src: url('ApexNew-Medium.eot?#iefix') format('embedded-opentype'),
         url('ApexNew-Medium.woff') format('woff'),
         url('ApexNew-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

 @font-face {
    font-family: 'ApexNew-Thin';
    src: url('ApexNew-Thin.eot');
    src: url('ApexNew-Thin.eot?#iefix') format('embedded-opentype'),
         url('ApexNew-Thin.woff') format('woff'),
         url('ApexNew-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


