/*base styles end*/
/*font embedding begin*/
@font-face {
    font-family: 'nexa';
    src: url('nexa_bold.eot');
    src: url('nexa_bold.eot?#iefix') format('embedded-opentype'),
         url('nexa_bold.woff') format('woff'),
         url('nexa_bold.ttf') format('truetype'),
         url('nexa_bold.svg#nexa_boldregular') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'nexa';
    src: url('nexa_light.eot');
    src: url('nexa_light.eot?#iefix') format('embedded-opentype'),
         url('nexa_light.woff') format('woff'),
         url('nexa_light.ttf') format('truetype'),
         url('nexa_light.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
