/* Regular */
@font-face {
  font-family: "Vivo Type";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/vivo-type-regular.woff2") format("woff2");
}

/* Light */
@font-face {
  font-family: "Vivo Type";
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/vivo-type-light.woff2") format("woff2");
}

/* Bold */
@font-face {
  font-family: "Vivo Type";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/vivo-type-bold.woff2") format("woff2");
}
