@font-face {
  font-family: "Akshar";
  src: url("../fonts/Akshar-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Akshar Medium */ 
@font-face {
  font-family: "Akshar";
  src: url("../fonts/Akshar-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/* Akshar SemiBold */
@font-face {
  font-family: "Akshar";
  src: url("../fonts/Akshar-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

/* Akshar Bold */
@font-face {
  font-family: "Akshar";
  src: url("../fonts/Akshar-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}



/* Roboto Regular */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Roboto Bold */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Shrikhand';
  src: url('../fonts/Shrikhand-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
