/*@font-face {
    font-family: 'light';
    src: url('../font/MaxWeb-Light.eot');
    src: url('../font/MaxWeb-Light.eot?#iefix') format('embedded-opentype'),
         url('../font/MaxWeb-Light.woff') format('woff'),
         /*url('../font/MaxComp-Light.ttf') format('truetype'),*!/
        /* url('../font/MaxWeb-Light.svg#nexa_blackregular') format('svg');*!/
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'book';
    src: url('../font/MaxWeb-Book.eot');
    src: url('../font/MaxWeb-Book.eot?#iefix') format('embedded-opentype'),
         url('../font/MaxWeb-Book.woff') format('woff'),
       /*  url('../font/MaxComp-Book.ttf') format('truetype'),*!/
         /*url('../font/MaxWeb-Bold.svg#nexa_heavyregular') format('svg');*!/
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bold';
    src: url('../font/MaxWeb-Bold.eot');
    src: url('../font/MaxWeb-Bold.eot?#iefix') format('embedded-opentype'),
         url('../font/MaxWeb-Bold.woff') format('woff'),
         /*url('../font/MaxComp-Bold.ttf') format('truetype'),*!/
        /* url('../font/MaxWeb-Bold.svg#nexa_heavyregular') format('svg');*!/
    font-weight: normal;
    font-style: normal;

}*/




/* first for IE 4–8 */
@font-face {
  font-family: light;
  src: url("../fonts/MaxWeb-Light.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: light;
  src: url("../fonts/MaxWeb-Light.woff") format("woff");
}

/* first for IE 4–8 */
@font-face {
  font-family: book;
  src: url("../fonts/MaxWeb-Book.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: book;
  src: url("../fonts/MaxWeb-Book.woff") format("woff");
}

/* first for IE 4–8 */
@font-face {
  font-family: bold;
  src: url("../fonts/MaxWeb-Bold.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: bold;
  src: url("../fonts/MaxWeb-Bold.woff") format("woff");
}
