/* ------------------------------------------------*/
/* 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;
}

.material-symbols-rounded {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 200, "opsz" 200;
}

/* ------------------------------------------------*/
/* Font style End */
/* ------------------------------------------------*/
