/* ===========================
   Proxima Nova Font Faces
   =========================== */

/* Regular */
@font-face {
  font-family: "Proxima Nova";
  src: url("https://testing-5yc.pages.dev/font/Proxima%20Nova/proximanova_regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Light */
@font-face {
  font-family: "Proxima Nova";
  src: url("https://testing-5yc.pages.dev/font/Proxima%20Nova/proximanova_light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: "Proxima Nova";
  src: url("https://testing-5yc.pages.dev/font/Proxima%20Nova/proximanova_bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Extra Bold */
@font-face {
  font-family: "Proxima Nova";
  src: url("https://testing-5yc.pages.dev/font/Proxima%20Nova/proximanova_extrabold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Black */
@font-face {
  font-family: "Proxima Nova";
  src: url("https://testing-5yc.pages.dev/font/Proxima%20Nova/proximanova_black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Bold Italic */
@font-face {
  font-family: "Proxima Nova";
  src: url("https://testing-5yc.pages.dev/font/Proxima%20Nova/proximanova_boldit.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Black Italic */
@font-face {
  font-family: "Proxima Nova";
  src: url("https://testing-5yc.pages.dev/font/Proxima%20Nova/proximanova_blackit.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* Default body font */
body {
  font-family: "Proxima Nova", sans-serif;
  margin: 0;
  padding: 0;
}
