
@font-face {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/PT_Serif/PTSerif-Regular.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'PT Serif';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/PT_Serif/PTSerif-Italic.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/PT_Serif/PTSerif-Bold.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'PT Serif';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/PT_Serif/PTSerif-BoldItalic.ttf') format('truetype');
  }
  
  

.pt-serif {
    font-family: 'PT Serif', sans-serif;
                                                  
  }