/* ------------------------------------------------*/
/* Font style Start */
/* ------------------------------------------------*/
@font-face {
  font-family: "HeirofLight";
  src: url("../fonts/HeirofLightBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HeirofLight";
  src: url("../fonts/HeirofLightRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ------------------------------------------------*/
/* Font style End */
/* ------------------------------------------------*/
