@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'open_sansregular';
    src: url('../font/opensans-regular/opensans-regular.woff2') format('woff2'),
         url('../font/opensans-regular/opensans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansbold';
    src: url('../font/opensans-bold/opensans-bold.woff2') format('woff2'),
         url('../font/opensans-bold/opensans-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('../font/roboto-regular/roboto-regular.eot');
    src: url('../font/roboto-regular/roboto-regular.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-regular/roboto-regular.woff2') format('woff2'),
         url('../font/roboto-regular/roboto-regular.woff') format('woff'),
         url('../font/roboto-regular/roboto-regular.ttf') format('truetype'),
         url('../font/roboto-regular/roboto-regular.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}