.element {
    --bg: white;
    --fg: #1e1e1e;

    --sidebar-bg: #c8c8c9;
    --sidebar-fg: #1e1e1e;
    --sidebar-non-existant: #aaaaaa;
    --sidebar-active: #0dbd8b;
    --sidebar-spacer: #f4f4f4;

    --scrollbar: #8F8F8F;

    --icons: #747474;
    --icons-hover: #0dbd8b;

    --links: #0dbd8b;

    --inline-code-color: #301900;

    --theme-popup-bg: #white;
    --theme-popup-border: #cccccc;
    --theme-hover: #0dbd8b;

    --quote-bg: hsl(197, 37%, 96%);
    --quote-border: hsl(197, 37%, 91%);

    --table-border-color: hsl(0, 0%, 95%);
    --table-header-bg: hsl(0, 0%, 80%);
    --table-alternate-bg: hsl(0, 0%, 97%);

    --searchbar-border-color: #aaa;
    --searchbar-bg: #c8c8c9;
    --searchbar-fg: #1e1e1e;
    --searchbar-shadow-color: #aaa;
    --searchresults-header-fg: #666;
    --searchresults-border-color: #888;
    --searchresults-li-bg: #e4f2fe;
    --search-mark-bg: #a2cff5;

    --font: InterHosted, sans-serif;
}
