

/* PT Serif font */
@font-face {
    font-family: 'PT Serif';
    src: url("PTSerif-Regular-ecc6f88b8251c0f47a374b673dec87cf.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'PT Serif';
    src: url("PTSerif-Bold-7a2ad9d342846e6eae9685e94fec524f.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'PT Serif';
    src: url("PTSerif-Italic-3599709f470828ca2f87c4f5195c859c.ttf") format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'PT Serif';
    src: url("PTSerif-BoldItalic-aade09c3f7e63719040493119c0a4e67.ttf") format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
  }
  