@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap");

[x-cloak] {
  display: none !important;
}

.apexcharts-tooltip.apexcharts-theme-light {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  /* font-family: "IBM Plex Sans", sans-serif; */
}

.toast-close {
  display: none !important;
}

.active-item {
  background-color: var(--color-secondary) !important;
}

.card-section {
  scroll-margin-top: 100px;
}



/* 
button {
  border-radius: 0.25rem !important;
} */