[x-cloak] { display: none !important; }

body {
    font-family: 'Inter', sans-serif;
}

.code-font {
    font-family: 'Fira Code', monospace;
}

.dashboard-nav-link {
    display: block;
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 13px;
    color: #6B7280;
    transition: color 0.15s ease, background-color 0.15s ease;
}

.dashboard-nav-link:hover {
    background: #ffffff;
    color: #111827;
}

.dashboard-nav-link-active {
    background: #ffffff;
    color: #000000;
    font-weight: 600;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #E4E4E7;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: #D4D4D8;
}
