/**
 * Pluto Sans for the Enfold typography controls.
 * Enfold uses the family name "pluto-sans-custom" in its generated CSS.
 */

@font-face {
  font-family: "pluto-sans-custom";
  src: url("../fonts/plutosans-light-webfont.woff2") format("woff2"),
       url("../fonts/plutosans-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "pluto-sans-custom";
  src: url("../fonts/plutosans-bold-webfont.woff2") format("woff2"),
       url("../fonts/plutosans-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
