@font-face {
    font-family: "PT Sans";
    font-style: normal;
    font-weight: 500;
    src: local('PT Sans'),
         local('PT-Sans'),
         local('PT_Sans'),
         url("PT_Sans-Web-Regular.eot?#iefix") format("embedded-opentype"),
         url("PT_Sans.woff") format("woff"),
         url('PT_Sans-Web-Regular.ttf') format('truetype'),
         url('PT_Sans.svg#PTSans-Regular') format('svg');
}

@font-face {
    font-family: "PT Sans";
    font-style: normal;
    font-weight: 700;
    src: local('PT Sans Bold'),
         local('PT-Sans-Bold'),
         local('PT_Sans_Bold'),
         local(PT Sans, Bold'),
         url("PT_Sans-Web-Bold.eot?#iefix") format("embedded-opentype"),
         url("PT_Sans_Bold.woff") format("woff"),
         url('PT_Sans-Web-Bold.ttf') format('truetype'),
         url('PT_Sans_Bold.svg#PTSans-Bold') format('svg');
}

