body {
  margin: 0;
  overflow: hidden;
}

.chart-container {
  position: fixed;
  width: 80%;
  height: 10vh;
  top: 25%;
  left: 0%;
  transform: translate(0%, 0%);
  z-index: 0;
}

#chart {
  background-color: rgba(164, 165, 158, 0.6);
  pointer-events: none;
}

@font-face {
  font-family: 'Poppins';
  src: url('src/Assets/Fonts/poppins-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Poppins Regular'), local('Poppins-Regular'),
    url('src/Assets/Fonts/poppins-v12-latin-regular.eot?#iefix')
      format('embedded-opentype'),
    /* IE6-IE8 */ url('src/Assets/Fonts/poppins-v12-latin-regular.woff2')
      format('woff2'),
    /* Super Modern Browsers */
      url('src/Assets/Fonts/poppins-v12-latin-regular.woff') format('woff'),
    /* Modern Browsers */ url('src/Assets/Fonts/poppins-v12-latin-regular.ttf')
      format('truetype'),
    /* Safari, Android, iOS */
      url('src/Assets/Fonts/poppins-v12-latin-regular.svg#Poppins')
      format('svg'); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ShopeeDisplay';
  src: url('src/Assets/Fonts/ShopeeDisplay-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ShopeeDisplay';
  src: url('src/Assets/Fonts/ShopeeDisplay-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'ShopeeDisplay';
  src: url('src/Assets/Fonts/ShopeeDisplay-Medium.ttf') format('truetype');
  font-weight: bolder;
  font-style: normal;
}

@font-face {
  font-family: 'ShopeeDisplay';
  src: url('src/Assets/Fonts/ShopeeDisplay-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'ShopeeDisplay';
  src: url('src/Assets/Fonts/ShopeeDisplay-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'ShopeeDisplay';
  src: url('src/Assets/Fonts/ShopeeDisplay-Light.ttf') format('truetype');
  font-weight: lighter;
  font-style: normal;
}
