@font-face {
  font-family: "malithi"; /* Name you’ll use in CSS */
  src: url("fonts/malithi.woff2") format("woff2"),
       url("fonts/malithi.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "imanee";
  src: url("fonts/imanee.woff2") format("woff2"),
       url("fonts/imanee.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "basuru";
  src: url("fonts/basuru.woff2") format("woff2"),
       url("fonts/basuru.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
