/* title fonts */
@font-face {
  font-family: "Farro VN";
  src: url(https://www.idp.com/fonts/farro-vn/farro-bold-vn.woff2) format("woff2"),
    url(https://www.idp.com/fonts/farro-vn/farro-bold-vn.woff) format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
.font-heading,
h1.font-bold,
h2.font-bold,
h3.font-bold {
  font-family: "Farro VN", sans-serif;
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Farro VN", sans-serif;
  font-weight: 700;
}
.fastlane-wrap .content_section h3,
.fastlane-wrap .msg span {
  font-family: "Farro VN", sans-serif;
  font-weight: 700;
}
