:root  > * {
    --md-primary-fg-color: #734DFF;
    --md-accent-fg-color: #8366ea;
}

html {
    scrollbar-gutter: stable; /* Patch for scrollbars shifting the layout */
}

::-webkit-scrollbar {
    width: 10px;
}

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

::-webkit-scrollbar-thumb {
    background: var(--md-accent-fg-color);
    border-radius: 6px;

    border: 3px solid transparent;
    background-clip: content-box;
}

.md-typeset ul li {
    margin-bottom: .15em
}

.md-grid {
    max-width: 1620px;
}

.grid.cards>ul>li:hover {
    border: .05rem solid var(--md-default-fg-color--lightest) !important;
    box-shadow: none;
}