@font-face {
  /* font-family: "Battambang"; */
  /* src: url("../fonts/Battambang-Regular.ttf") format("truetype"); */
  font-family: 'Google Sans';
  src: url('../fonts/GoogleSans-Regular.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("../fonts/Inter_18pt-Regular.ttf") format("truetype");
}
* {
  font-family: "Inter 18pt", "Google Sans", sans-serif;
  user-select: unset;
}
#serviceChart {
  font-family:  "Google Sans", "Inter 18pt", sans-serif !important;
}
