@import "tailwindcss";

/* Google Fonts class */
.inter-font {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* Common Styles */
.primary-bg{
  background-color: #15803D;
}
.primary-text{
  color: #15803D;
}


/* Active Toogle Design */
.toggle-active{
  background-color: #15803D;
  color: white !important;
  font-weight: bold;
}