/* Original */
:root {
    --body-background-color: #eaeaea;
    --default-text-color: #fff;

    --sidebar-background-color: #d8d8d8;
    --sidebar-text-color: black;
    
    --footer-background-color: #dbdbdb;
    --footer-text-color: #000000;

    --callout-border-color: #4D8C3F;
    --callout-header-text-color: #4b873e;

    /* Default button */
    --btn-txt-color: #fff;
    --btn-bg-color: #6AA842;
    --btn-border-color: #A2C037;
    /* Button hovers */
    --btn-bg-color-hover: #78bd4b;
    --btn-txt-color-hover: #e4e4e4;
    --btn-border-color-hover: #A2C037;
    /* Button active/focus */
    --btn-bg-color-active: #78bd4b;
    --btn-txt-color-active: #e4e4e4;
    --btn-border-color-active: #A2C037;
}