/* @font-face {
  font-family: "MyFont";
  src: url("./font/mycustomfont.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
} */
.subHeading {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.logo2 {
  font-family: "Kavivanar", cursive;
  font-weight: 900;
  font-style: normal;
}
.logo {
  font-family: "Yeseva One", serif;
  font-weight: 900;
  font-style: normal;
}

.red {
  color: #bb0001;
}
.gold {
  color: #d4af37;
}

body {
  /* font-family: "MyFont", sans-serif; */
  font-family: "Yeseva One", serif;
}
