/*
 * Fonts CSS file
 **/

@font-face {
    font-family: 'GLSWebLight';
    src: url('../fonts/GLS_IrmaWeb-Light.eot');
    src: url('../fonts/GLS_IrmaWeb-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GLS_IrmaWeb-Light.woff') format('woff'),
         url('../fonts/GLS_IrmaWeb-Light.ttf') format('truetype');
         url('../fonts/GLS_IrmaWeb-Light.svg#GLSWebLight') format('svg');
}
@font-face {
    font-family: 'GLSWebBold';
    src: url('../fonts/GLS_IrmaWeb-SemiBold.eot');
    src: url('../fonts/GLS_IrmaWeb-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GLS_IrmaWeb-SemiBold.woff') format('woff'),
         url('../fonts/GLS_IrmaWeb-SemiBold.ttf') format('truetype');
         url('../fonts/GLS_IrmaWeb-SemiBold.svg#GLSWebBold') format('svg');
}