/* =========================
   PT Sans
   ========================= */

/* Regular */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('pt-sans-v18-latin-regular.woff2') format('woff2');
}

/* Italic */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('pt-sans-v18-latin-italic.woff2') format('woff2');
}

/* Bold */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('pt-sans-v18-latin-700.woff2') format('woff2');
}

/* Bold Italic */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('pt-sans-v18-latin-700italic.woff2') format('woff2');
}


/* =========================
   Barlow Semi Condensed
   ========================= */

/* Regular */
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('barlow-semi-condensed-v16-latin-regular.woff2') format('woff2');
}

/* Bold */
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('barlow-semi-condensed-v16-latin-700.woff2') format('woff2');
}