@charset "utf-8";
/*Fonts*/
@font-face {
    font-family: 'MWPRegular';
    src: url('font-webfont.eot');
    src: url('font-webfont.eot?#iefix') format('embedded-opentype'),
         url('font-webfont.woff') format('woff'),
         url('font-webfont.ttf') format('truetype'),
         url('font-webfont.svg#MWPRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}