@import "tailwindcss";

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.manrope {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.dark3 {
  color: #777777;
}
.dark4 {
  color: #f4f4f4;
}
.btm-nav {
  padding: 8px 8px 8px 12px;
  border-radius: 10px;
  transition: all 0.2s ease;
}

.btm-nav:hover {
  background: linear-gradient(to right, #ff000037, #ff883800);
  color: black;
  font-weight: 600;
}
