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

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

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

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