@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: normal;
  src: local('PT Serif'), local('PTSerif-Regular'), url(./../fonts/ptserif-regular-webfont.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: bold;
  src: local('PT Serif Bold'), local('PTSerif-Bold'), url(./../fonts/ptserif-bold-webfont.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: normal;
  src: local('PT Serif Italic'), local('PTSerif-Italic'), url(./../fonts/ptserif-italic-webfont.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: bold;
  src: local('PT Serif Bold Italic'), local('PTSerif-BoldItalic'), url(./../fonts/ptserif-bolditalic-webfont.woff) format('woff');
  font-display: swap;
}