/* ============================================
   WEB FONTS
   ============================================ */

@font-face {
  font-family: 'Founders Grotesk Condensed';
  src: url('../fonts/FoundersGroteskCondensed-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Pitch Sans';
  src: url('../fonts/PitchSans-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Signifier Italic';
  src: url('../fonts/Signifier-RegularItalic.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
