@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: 'Muli-Regular';
    src: url('../font/Muli-Regular/Muli-Regular.eot');
    src: url('../font/Muli-Regular/Muli-Regular.woff') format('woff'),
         url('../font/Muli-Regular/Muli-Regular.ttf') format('truetype'),
         url('../font/Muli-Regular/Muli-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}