body {
    font-family: 'Inter', sans-serif;
    background-color: #000000;
}

/* Custom Minimalist Webkit Scrollbar System Theme Configuration Elements */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    background: #000000; 
}
::-webkit-scrollbar-thumb {
    background: #111111; 
    border-radius: 3px;
    border: 1px solid #1a1a1a;
}
::-webkit-scrollbar-thumb:hover {
    background: #222222; 
}

/* Base Calendar Element Cell Overrides Animation Classes */
.calendar-cell-node {
    transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
