﻿body,
html {
    width: 100%;
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
    cursor: default;
    padding: 0;
}

* {
    font-weight: 500;
}

::-webkit-scrollbar {
    width: 0; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #15a8f5;
}
