@supports (font: -apple-system-body) {
  html {
    font: -apple-system-body;
    font-size: 16px;
  }
}
  
body {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

div::-webkit-scrollbar {
  width: 11px;
}

div::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .2);
  border: 4px solid #fafafaf0;
  border-radius: 8px;
}