/* Vivo Type — official brand typeface (4 weights specified; Light/Regular/Bold provided) */

@font-face {
  font-family: "Vivo Type";
  src: url("../assets/fonts/VivoType-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Vivo Type";
  src: url("../assets/fonts/VivoType-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Medium weight is specified in the brand manual but the binary was not
   supplied. Regular is used as the synthetic stand-in at 500. */
@font-face {
  font-family: "Vivo Type";
  src: url("../assets/fonts/VivoType-Regular.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Vivo Type";
  src: url("../assets/fonts/VivoType-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
