/* Local font faces - replaces Typekit loader */
@font-face {
  font-family: 'Archivo Black';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/archivoblack.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'proxima-nova';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/proxima-nova-n4.woff2) format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'proxima-nova';
  font-style: normal;
  font-weight: 500;
  src: url(/assets/fonts/proxima-nova-n5.woff2) format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'proxima-nova';
  font-style: normal;
  font-weight: 700;
  src: url(/assets/fonts/proxima-nova-n7.woff2) format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'proxima-nova';
  font-style: italic;
  font-weight: 400;
  src: url(/assets/fonts/proxima-nova-i4.woff2) format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'proxima-nova';
  font-style: italic;
  font-weight: 500;
  src: url(/assets/fonts/proxima-nova-i5.woff2) format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'proxima-nova';
  font-style: italic;
  font-weight: 700;
  src: url(/assets/fonts/proxima-nova-i7.woff2) format('woff2');
  font-display: swap;
}
