/* PT Serif - Regular */
@font-face {
  font-display: swap;
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-serif/PTSerif-Regular.ttf') format('truetype');
}

/* PT Serif - Italic */
@font-face {
  font-display: swap;
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/pt-serif/PTSerif-Italic.ttf') format('truetype');
}

/* PT Serif - Bold */
@font-face {
  font-display: swap;
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/pt-serif/PTSerif-Bold.ttf') format('truetype');
}

/* PT Serif - Bold Italic */
@font-face {
  font-display: swap;
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/pt-serif/PTSerif-BoldItalic.ttf') format('truetype');
}
