/** PT Sans Bold */

@font-face {
    font-family: 'pt_sansbold';
    src: url('fonts/PTSans-Bold-webfont.eot');
    src: url('fonts/PTSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTSans-Bold-webfont.woff') format('woff'),
         url('fonts/PTSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/PTSans-Bold-webfont.svg#pt_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/** PT Sans Regular */
@font-face {
    font-family: 'pt_sansregular';
    src: url('fonts/PTSans-Regular-webfont.eot');
    src: url('fonts/PTSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTSans-Regular-webfont.woff') format('woff'),
         url('fonts/PTSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/PTSans-Regular-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
