@font-face {
  font-family: 'PT Sans';
  font-weight: 400;
  font-style: normal;
  
  src: local('PT Sans'),
       local('PTSansRegular'),
       url('../fonts/PT-Sans-regular.woff') format('woff');
}

@font-face {
  font-family: 'PT Sans';
  font-weight: 700;
  font-style: normal;
  src: local('PT Sans Bold'),
       local('PTSans-Bold'),
       url('../fonts/PT-Sans-700.woff') format('woff');
}

