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

/* Nunito */
@font-face {
  font-family: 'Nunito';
  src: url('/assets/fonts/nunito/Nunito-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src: url('/assets/fonts/nunito/Nunito-600.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src: url('/assets/fonts/nunito/Nunito-700.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src: url('/assets/fonts/nunito/Nunito-800.woff2') format('woff2');
  font-weight: 800;
  font-display: swap;
}

/* Patrick Hand */
@font-face {
  font-family: 'Patrick Hand';
  src: url('/assets/fonts/patrick-hand/PatrickHand-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}