:root { /* Cher Gray */
    --bg:   #000;
        --bg-img: url("/gallery/assets/background01.png");
        --bg-filter: hue-rotate(-90deg);
        --header-filter: grayscale(100%);
    --text: #d1d1d1;
    --text-shadow: #ffffff38;
        --txt-shadow: none;

    --link:               #a18146;
    --link-shadow:        none;
    --link-hover:         #ffffff;
    --link-hover-shadow:  #ffffff38;

        --bolded:           #f0b66c;          
        --italicized:       #adadad;
        --strikethrough:    #535353;

        --selection-bg:     #75757571;
        --selection-text:   none;

    /*=======================/* CONTAINER */
    --container-bg:     #1e1e20;
    --container-text:   #e4e4e4;
    --container-border: #111111;
        --gradient-01: none;
        --gradient-02: none;

    --hr-line:  rgba(184, 184, 184, 0.294);
    --hr-flair: #a18146;

    --box-01-text:       #ffffff;
    --box-01-shadow:     #ffffff38;
    --box-01-bg:         #363636;    

        --fun-01:    rgb(255, 216, 132);
        --fun-02:    rgb(132, 181, 255);
        --sub-yes:   #25ff49;
        --sub-no:    #2558ff;  

    /*=======================/* Config */
    --config-bg:        #aaaaaa;
    --config-text:      #000;
    --config-border:    #313131;

    /*=======================/* Gallery */  
    --transp-bg: url('/gallery/assets/transpgray.png');
    --gallery-title: var(--text);
    --gallery-title-bg: none;
        --tag-text: #c0c0c0;
        --tag-bg: #383838ef;
        --tag-hover: #caa051;
        --tag-shadow: var(--link-shadow);    
}