body {
    font-family: 'Noto Sans';
    /* background-color: #181a1b;*/ 
    background-color: #181a1b;
    /*background-color: #68a4a4;
    color: rgb(148, 163, 184);*/
    color: rgb(255, 255, 255);
}

.header {
    background-color: rgba(16, 16, 16, 0.75);
    backdrop-filter: blur(1px);
}

.disable-select {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.disable-drag {
    pointer-events: none;
}

.cormorant-garamond {
    font-weight: 900;
    font-family: 'Cormorant Garamond';
}

.sidebar::-webkit-scrollbar {
    display: none;
}
.sidebar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sidebar_toggle {
    appearance: none;
    cursor: pointer;
    z-index: 0;
}

.card:hover {
    cursor: pointer;
}

.tag {
    background-color: rgba(16, 16, 16, 0.5);
}

.grabber {
    color: rgba(255, 255, 255, 0.25);
    cursor: grab;
}
.grabber:hover {
    color: rgba(255, 255, 255, 0.5);
}
.grabber:active {
    cursor: grabbing;
}
