* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body,
* {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#tv_chart_container {
  width: 100%;
  height: 100%;
  overscroll-behavior: contain;
  touch-action: none;
}
