:root { /* Reverie, Main */
    --bg:   #000;
        --bg-img: url("/gallery/assets/background01.png");
        --bg-filter: none;
        --header-filter: none;
    --text: #e2e2e2;
    --text-shadow: #585858;
        --txt-shadow: 1rem;

    --link:               #21ff58;
    --link-shadow:        #139e36;
    --link-hover:         #9a9dff;
    --link-hover-shadow:  #696fff;

        --bolded:           #6D72FC;          
        --italicized:       #827C7C;
        --strikethrough:    #535353;

        --selection-bg:     #2e2eff;
        --selection-text:   #ffffff;

    /*=======================/* CONTAINER */
    --container-bg:     #08080827;
    --container-text:   #e2e2e2;
    --container-border: #2e2eff80;
        --gradient-01: rgba(54, 41, 102, 0.247);
        --gradient-02: rgba(0, 0, 0, 0.336);

    --hr-line:  #38396196;
    --hr-flair: #2e2eff;

    --box-01-text:       #6D72FC;
    --box-01-shadow:     #240769;
    --box-01-bg:         #191730;

        --fun-01:    lime;
        --fun-02:    cyan;
        --sub-yes:   lime;
        --sub-no:    orange;

    /*=======================/* Config */
    --config-bg:        #2e2e69;
    --config-text:      #d9d9ff;
    --config-border:    #45457a;

    /*=======================/* Gallery */  
    --transp-bg: url('/gallery/assets/transpblack.png');
}