
/* Globals */
:root {
    --red: None;
    --orange: None;
    --yellow: None;
    --green: None;
    --teal: None;
    --cyan: None;
    --salsa-red: None;
    --giants-club: None;
    --white-smoke: None;
    --space-cadet: None;
    --congruent: None;
    --white: None;
    --gray: None;
    --gray-dark: None;
    --primary: None;
    --secondary: None;
    --success: None;
    --info: None;
    --warning: None;
    --danger: None;
    --light: None;
    --dark: None;
    --breakpoint-xs: 0;
    --breakpoint-sm: 600px;
    --breakpoint-md: 900px;
    --breakpoint-lg: 1200px;
    --breakpoint-xl: 1640px;
    --sidebar-width: 300px;
    --page-padding: 15px;
    --content-max-width: 750px;
    --menu-bar-height: 56px;
    }

/* Themes */
.custom-theme {
    --bg: #f8f8f8;
    --fg: #333333;
    --sidebar-bg: #f8f8f8;
    --sidebar-fg: #333333;
    --sidebar-non-existant: #aaaaaa;
    --sidebar-active: #009fe3;
    --sidebar-spacer: #f4f4f4;
    --icons: #747474;
    --icons-hover: #f03a47;
    --links: #009fe3;
    --inline-code-color: #301900;
    --theme-popup-bg: #fafafa;
    --theme-popup-border: #cccccc;
    --theme-hover: #e6e6e6;
    --quote-bg: #f1f6f9;
    --quote-border: #e0ecf1;
    --table-border-color: #f2f2f2;
    --table-header-bg: #f2f2f2;
    --table-alternate-bg: #f2f2f2;
    --searchbar-border-color: #919699;
    --searchbar-bg: #fafafa;
    --searchbar-fg: #000000;
    --searchbar-shadow-color: #aaaaaa;
    --searchresults-header-fg: #666666;
    --searchresults-border-color: #888888;
    --searchresults-li-bg: #e4f2fe;
    --search-mark-bg: #40bcd8;
    }
