@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Gunjala+Gondi:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background-color: #0f7c21f6;
  background-image: url("https://www.transparenttextures.com/patterns/black-paper.png");
  background-repeat: repeat;
  background-size: auto;
  color: #fff;
  font-family: "Noto Sans Gunjala Gondi", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: medium;
}

html,
body {
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
