:root {
  --font-size: calc(14px + .25vw);
  --text-color: rgb(255, 255, 255);
}

@font-face {
  font-family: "Nunito Extra Bold";
  src: url("../../Fonts/Nunito-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Semi Bold";
  src: url("../../Fonts/Nunito-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
h1 {
  font-family: "Nunito Extra Bold", Arial, sans-serif;
  color: var(--text-color);
}

p, a, .vbox-title, .vbox-num, li, ul {
  font-family: "Nunito Semi Bold", Arial, sans-serif;
  font-size: var(--font-size);
}

/*# sourceMappingURL=Text.css.map */
