#mdbook-help-container {
    display: none !important;
}

html {
    font-family: system-ui, sans-serif;
}

.light, .rust, html:not(.js) {
    --bg: #fbfaf7 !important;
    --fg: #1a1a1a !important;
    --sidebar-bg: #f1eee8 !important;
    --sidebar-fg: #1a1a1a !important;
    --sidebar-active: #a8761a !important;
    --sidebar-spacer: #e2ded6 !important;
    --links: #a8761a !important;
    --quote-bg: #f1eee8 !important;
    --quote-border: #e2ded6 !important;
    --table-border-color: #e2ded6 !important;
    --table-header-bg: #e2ded6 !important;
    --table-alternate-bg: #f5f2ec !important;
    --searchbar-bg: #f1eee8 !important;
    --search-mark-bg: #d9a02b !important;
    --theme-popup-bg: #fbfaf7 !important;
    --theme-hover: #f1eee8 !important;
}

.coal, .navy, .ayu {
    --bg: #161513 !important;
    --fg: #ece9e3 !important;
    --sidebar-bg: #1d1c19 !important;
    --sidebar-fg: #ece9e3 !important;
    --sidebar-non-existant: #a09a90 !important;
    --sidebar-active: #e0b559 !important;
    --sidebar-spacer: #33302b !important;
    --icons: #a09a90 !important;
    --icons-hover: #ece9e3 !important;
    --links: #e0b559 !important;
    --quote-bg: #1d1c19 !important;
    --quote-border: #33302b !important;
    --table-border-color: #33302b !important;
    --table-header-bg: #1d1c19 !important;
    --table-alternate-bg: #1a1917 !important;
    --searchbar-border-color: #33302b !important;
    --searchbar-bg: #1d1c19 !important;
    --searchbar-fg: #ece9e3 !important;
    --search-mark-bg: #e0b559 !important;
    --theme-popup-bg: #1d1c19 !important;
    --theme-popup-border: #33302b !important;
    --theme-hover: #33302b !important;
    --overlay-bg: rgba(22, 21, 19, 0.8) !important;
}
