/* This file is part of our website’s “external API” – some other external
 * pages have its URL hardcoded and use it to load the font.
 */

/**
 * @license
 * MyFonts Webfont Build ID 4265500, 2021-12-22T17:46:27-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: ProximaNova-Regular by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/regular/
 *
 * Webfont: ProximaNova-RegularIt by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/regular-it/
 *
 * Webfont: ProximaNova-Semibold by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/semibold/
 *
 * Webfont: ProximaNova-SemiboldIt by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/semibold-it/
 *
 * Webfont: ProximaNova-Light by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/light/
 *
 * Webfont: ProximaNova-LightIt by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/light-it/
 *
 * Webfont: ProximaNova-Bold by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/bold/
 *
 * Webfont: ProximaNova-BoldIt by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/bold-it/
 *
 * Webfont: ProximaNova-Extrabld by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/extrabld/
 *
 * Webfont: ProximaNova-ExtrabldIt by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/extrabld-it/
 *
 *
 * Webfonts copyright: Copyright (c) Mark Simonson, 2005. All rights reserved.
 *
 * © 2021 MyFonts Inc
*/

/* Pageview counter (specific for this set of fonts) */
@import url("//hello.myfonts.net/count/411867");
/* */

@font-face {
  font-family: "ProximaNova";
  src: url('ProximaNovaRegular.woff2') format('woff2'), url('ProximaNovaRegular.woff') format('woff');
  font-weight: 400; /* regular */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova";
  src: url('ProximaNovaRegularIt.woff2') format('woff2'), url('ProximaNovaRegularIt.woff') format('woff');
  font-weight: 400; /* regular */
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova";
  src: url('ProximaNovaSemibold.woff2') format('woff2'), url('ProximaNovaSemibold.woff') format('woff');
  font-weight: 600; /* semi-bold */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova";
  src: url('ProximaNovaSemiboldIt.woff2') format('woff2'), url('ProximaNovaSemiboldIt.woff') format('woff');
  font-weight: 600; /* semi-bold */
  font-style: italic;
  font-display: swap;
}


@font-face {
  font-family: "ProximaNova";
  src: url('ProximaNovaLight.woff2') format('woff2'), url('ProximaNovaLight.woff') format('woff');
  font-weight: 300; /* light */
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url('ProximaNovaLightIt.woff2') format('woff2'), url('ProximaNovaLightIt.woff') format('woff');
  font-weight: 300; /* light */
  font-style: italic;
}

@font-face {
  font-family: "ProximaNova";
  src: url('ProximaNovaBold.woff2') format('woff2'), url('ProximaNovaBold.woff') format('woff');
  font-weight: 700; /* bold */
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url('ProximaNovaBoldIt.woff2') format('woff2'), url('ProximaNovaBoldIt.woff') format('woff');
  font-weight: 700; /* bold */
  font-style: italic;
}

@font-face {
  font-family: "ProximaNova";
  src: url('ProximaNovaExtrabld.woff2') format('woff2'), url('ProximaNovaExtrabld.woff') format('woff');
  font-weight: 800; /* extra-bold */
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url('ProximaNovaExtrabldIt.woff2') format('woff2'), url('ProximaNovaExtrabldIt.woff') format('woff');
  font-weight: 800; /* extra-bold */
  font-style: italic;
}
