/**
 * Fonts for new Venngage design pages
 **/
@font-face {
  font-family: "Inter";
  src: url("../woff2/inter-400.woff2") format("woff2");
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../woff2/inter-500.woff2") format("woff2");
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../woff2/inter-700.woff2") format("woff2");
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url("../woff2/cairo-400.woff2") format("woff2"),
    url("../cairo-400.html") format("woff");
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  font-display: swap;
}
