@font-face {
  font-family: "Nexa Text";
  font-style: normal;
  font-weight: 200;
  src: url("./nexa-text-light.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Nexa Text";
  font-style: normal;
  font-weight: 300;
  src: url("./nexa-text-book.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Nexa Text";
  font-style: normal;
  font-weight: 400;
  src: url("./nexa-text-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Nexa Text";
  font-style: normal;
  font-weight: 700;
  src: url("./nexa-text-bold.woff2") format("woff2");
  font-display: swap;
}

html, body {
  font-family: "Nexa Text", sans-serif;
  font-display: "swap";
}