body,html{
scroll-behavior: smooth !important;
padding: 0;
margin: 0;
}
body{
font-family: sans-serif !important;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
scrollbar-width: thin;
scrollbar-color: var(--thumbBG) var(--scrollbarBG);
scroll-behavior: smooth !important;
margin: 0 !important;
padding: 0 !important;
color:#000000;
font-size:12px !important;
}
*::-webkit-scrollbar {
width: 3px !important;
height: 3px !important;
}
*::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 10px;
border-radius: 10px;
}
*::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: rgba(255, 255, 255, 0.3);
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
*::-webkit-scrollbar-thumb:window-inactive {
background: rgba(255, 255, 255, 0.3);
}
.font-size-12{
font-size:12px !important;
}
.text-justify  { text-align: justify !important; }
