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

:root {
  font-family: 'DM Sans', 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
  margin: 0;
}

/* to fix legend text alignment */
.apexcharts-legend-series {
  display: flex !important;
  width: 100%;
}
