@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500&display=swap');

html {
  font-size: 100%;
   scroll-behavior: smooth;
}

.dash-graph {
    min-width: 500px; 
    overflow-x: auto;
}

/* currently ems cause chrome bug misinterpreting rems on body element
body {
  font-size: 1.15em;
  font-family: sans-serif;
  line-height: 1.6;
  font-weight: 400;
  color: #666666;
  -ms-overflow-style: none;
}
*/

::-webkit-scrollbar{
    height: 10px;
	width: 10px;
}

::-webkit-scrollbar-track-piece{
	background-color: #FFF;
}

::-webkit-scrollbar-thumb{
	background-color: #CBCBCB;
	outline: 2px solid #FFF;
	outline-offset: -2px;
	border: .1px solid #B7B7B7;
}

::-webkit-scrollbar-thumb:hover{
	background-color: #909090;
}

img[alt$="-fullwidth"]{
  width:  100%;
  display: block;
}


.mantine-Title-root {
    margin-top: 5px;
    margin-bottom: 2px;
    font-family: 'Inter', sans-serif;
}

.mantine-Tabs-panel {
    margin-top: 5px;
}
