:root {
    --theme-color: #0038FF;
    --theme-color-secondary: #FFD43C;
    --theme-color-background: #F8F8F8;

    --theme-text-color: rgba(0, 0, 0, 0.8);
    --theme-font-family: 'BentonSans', sans-serif;
    --theme-font-family-header: 'BentonSansHeader', sans-serif;

    --theme-color-background-code: rgba(166, 166, 166, 0.2); /* #A6A6A6 with 20% opacity */
    --footer-content-width: 110%;

    --theme-border: 1px solid var(--theme-color-background-code); /* Add a top border */

    --docsifytabs-border-color: var(--theme-color-background-code);
    --docsifytabs-tab-highlight-color: var(--theme-color-secondary);
}
