@font-face {
  font-family: 'Inter';
  src: url('assets/inter.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: white;
  font-family: 'Inter', sans-serif;
}

#kotak-grafik {
  height: 20rem;
}