<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'PT Serif';
  src: url(./PTSerif-BoldItalic.woff2) format('woff2'),
    url(./PTSerif-BoldItalic.woff) format('woff');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'PT Serif';
  src: url(./PTSerif-Bold.woff2) format('woff2'), url(./PTSerif-Bold.woff) format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'PT Serif';
  src: url(./PTSerif-Regular.woff2) format('woff2'), url(./PTSerif-Regular.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PT Serif';
  src: url(./PTSerif-Italic.woff2) format('woff2'), url(./PTSerif-Italic.woff) format('woff');
  font-weight: normal;
  font-style: italic;
}@font-face {
                      font-family: 'Qanelas-Soft';
                      font-weight: 400;
                      font-style: normal;                      
                      src: local('Qanelas-Soft Regular'),                           
                           url('../fonts/qanelas-soft-400.ttf') format('truetype');
                    }
@font-face {
                      font-family: 'IowanOldSt-BT';
                      font-weight: 400;
                      font-style: normal;                      
                      src: local('IowanOldSt-BT Regular'),                           
                           url('../fonts/iowanoldst-bt-400.ttf') format('truetype');
                    }
</pre></body></html>