@import url("./bundle.css");

body {
  margin: 0;
  font-family: "Inter", "Noto Sans Bengali", "Noto Sans", "Hind Siliguri", sans-serif;
  background: #fff;
}

a {
  text-decoration: none;
}

.min-h-screen {
  min-height: 100vh;
}

.icon-placeholder {
  width: 1.25rem;
  display: inline-flex;
  justify-content: center;
}
