/* ==========================================================================
   Exigo Elements — Webfonts
   Proxima Nova (Mark Simonson). One family name, mapped by weight/style so the
   browser never synthesizes faux-bold/italic. Only the weights actually used
   across the product are shipped. Missing weights fall back to the nearest.
   ========================================================================== */

@font-face {
  font-family: "proxima-nova";
  src: url("../assets/fonts/proxima-nova/ProximaNova-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "proxima-nova";
  src: url("../assets/fonts/proxima-nova/ProximaNova-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "proxima-nova";
  src: url("../assets/fonts/proxima-nova/ProximaNova-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: block;
}

/* Proxima Nova "Semibold" carries the product's 500 AND 600 weights. */
@font-face {
  font-family: "proxima-nova";
  src: url("../assets/fonts/proxima-nova/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 500 600;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "proxima-nova";
  src: url("../assets/fonts/proxima-nova/ProximaNova-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "proxima-nova";
  src: url("../assets/fonts/proxima-nova/ProximaNova-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "proxima-nova";
  src: url("../assets/fonts/proxima-nova/ProximaNova-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
