@font-face {
  font-family: 'Mekzantine';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url('/fonts/Mekzantine-Regular.woff2') format('woff2'),
    url('/fonts/Mekzantine-Regular.woff') format('woff');
}

@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/PTSansNarrow-400.ttf') format('truetype');
}

@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/PTSansNarrow-700.ttf') format('truetype');
}

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

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

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