/* Proxima Nova — self-hosted woff2 */

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

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

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

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