@CHARSET "utf-8";

@font-face {
    font-family: 'PT_Sans_Bold';
    src: url('../fonts/PT_Sans_Bold/PT_Sans_Bold.eot');
    src: url('../fonts/PT_Sans_Bold/PT_Sans_Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PT_Sans_Bold/PT_Sans_Bold.woff2') format('woff2'),
         url('../fonts/PT_Sans_Bold/PT_Sans_Bold.woff') format('woff'),
         url('../fonts/PT_Sans_Bold/PT_Sans_Bold.ttf') format('truetype'),
         url('../fonts/PT_Sans_Bold/PT_Sans_Bold.svg#pt_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PT_Sans_Regular';
    src: url('../fonts/PT_Sans_Regular/PT_Sans_Regular.eot');
    src: url('../fonts/PT_Sans_Regular/PT_Sans_Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PT_Sans_Regular/PT_Sans_Regular.woff2') format('woff2'),
         url('../fonts/PT_Sans_Regular/PT_Sans_Regular.woff') format('woff'),
         url('../fonts/PT_Sans_Regular/PT_Sans_Regular.ttf') format('truetype'),
         url('../fonts/PT_Sans_Regular/PT_Sans_Regular.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}