@font-face {
    font-family: 'PT Sans Bold';
    src: url('../fonts/ptsans_bold.eot');
    src: url('../fonts/ptsans_bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ptsans_bold.woff2') format('woff2'),
         url('../fonts/ptsans_bold.woff') format('woff'),
         url('../fonts/ptsans_bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

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

}

@font-face {
    font-family: 'PT Sans Bold Italic';
    src: url('../fonts/ptsans-bolditalic.eot');
    src: url('../fonts/ptsans-bolditalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ptsans-bolditalic.woff2') format('woff2'),
    url('../fonts/ptsans-bolditalic.woff') format('woff'),
    url('../fonts/ptsans-bolditalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}