@font-face {
    font-family: 'Manrope';
    src: url("../fonts/Manrope.ttf");
}

body{
    font-family: 'Manrope';
}
/* Hide scrollbar for Chrome, Safari and Opera */
.sidebar-menu::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.sidebar-menu {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

#charts-block{
    max-width:1440px;
}
