:root { /* Equinox White */
    --bg:   #000;
        --bg-img: url("/gallery/assets/background01.png");
        --bg-filter: grayscale(100%);
        --header-filter: grayscale(100%);
    --text: #181818;
    --text-shadow: none;
        --txt-shadow: none;

    --link:               #313131;
    --link-shadow:        none;
    --link-hover:         #818181;
    --link-hover-shadow:  none;

        --bolded:           #000000;          
        --italicized:       #827C7C;
        --strikethrough:    #535353;

        --selection-bg:     #cccccc;
        --selection-text:   none;

    /*=======================/* CONTAINER */
    --container-bg:     #ececec;
    --container-text:   #141414;
    --container-border: #141414;
        --gradient-01: none;
        --gradient-02: none;

    --hr-line:  #000;
    --hr-flair: #000;

    --box-01-text:       #ffffff;
    --box-01-shadow:     none;
    --box-01-bg:         #141414;

        --fun-01:    #000;
        --fun-02:    #000;
        --sub-yes:   #000;
        --sub-no:    #000;

    /*=======================/* Config */
    --config-bg:        #cfcfcf;
    --config-text:      #000;
    --config-border:    #000;

    /*=======================/* Gallery */  
    --transp-bg: url('/gallery/assets/transpwhite.png');
    --transp-toggle: #000;
    --gallery-title: var(--text);
    --gallery-title-bg: #ececece7;
        --tag-text: #131313;
        --tag-bg: none;
        --tag-hover: var(--link);
        --tag-shadow: var(--link-shadow);    
}