/**
 * Defines the fonts used in the theme.
 *
 * You can customize these values without rebuilding the compiled CSS. Copy this
 * file to your web root, so it sits next to index.php, and clear Drupal's
 * cache. Then, any changes you make in this file should be reflected right away.
 */

/* PP Formula — Bold (700) */
@font-face {
  font-family: 'PP Formula';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../assets/fonts/PPFormula-NarrowBold.woff2) format('woff2');
}

/* PP Formula — Black / Heavy (900) */
@font-face {
  font-family: 'PP Formula';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../assets/fonts/PPFormula-CondensedBlack.woff2) format('woff2');
}

/* PP Monument - Condensed (700) */
@font-face {
  font-family: 'PP Monument Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../assets/fonts/PPMonumentCondensed-Bold.woff2) format('woff2');
}

/* PP Monument - Condensed (800) */
@font-face {
  font-family: 'PP Monument Condensed Black';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../assets/fonts/PPMonumentCondensed-Black.woff2) format('woff2');
}

/* PP Neue Montreal — Regular (400) */
@font-face {
  font-family: 'PP Neue Montreal';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../assets/fonts/PPNeueMontreal-Regular.woff2) format('woff2');
}

/* PP Neue Montreal — Medium (500) */
@font-face {
  font-family: 'PP Neue Montreal';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../assets/fonts/PPNeueMontreal-Medium.woff2) format('woff2');
}

/* PP Neue Montreal — Bold (700) */
@font-face {
  font-family: 'PP Neue Montreal';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../assets/fonts/PPNeueMontreal-Bold.woff2) format('woff2');
}

/* IcoMoon Icons */
@font-face {
  font-family: 'IcomoonIcons';
  src: url(../assets/fonts/icomoon.woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
