:root, ::backdrop {
    /*--primary-color: #f2f2f2;
    --secondary-color: #0b0b0b;
    --tertiary-color: #D8D8D8;*/
    /* colors with alpha */
    /* --white-0-8: rgb(255, 255, 255, 0.8);
    --primary-color-0-8: rgb(242, 242, 242, 0.8);
    --secondary-color-0-5: rgb(11, 11, 11, 0.5);
    --secondary-color-0-1: rgb(11, 11, 11, 0.1);
    --secondary-color-0-05: rgb(11, 11, 11, 0.05);
    --secondary-color-0-016: rgb(11, 11, 11, 0.016); */

    /* clearance colors */
    /* --clearance-color-1: #009F6B;
    --clearance-color-2: #0087BD;
    --clearance-color-3: #FFD300;
    --clearance-color-4: #FF6D00;
    --clearance-color-5: #C40233; */

    /* status */
    /* --administrator-color: #606060;
    --current-clearance-color: #009F6B;
    --success-color: #14c23a;
    --error-color: #c21414;
    --suspended-color: #0087BD;

    --add-color: #009F6B;
    --remove-color: #C40233;
    --suspend-color: #0087BD;
    --promote-color: #009F6B;
    --demote-color: #C40233; */

    --primary-color: #1c1c1c;
    /* --secondary-color: #1c7978a1; */
    --secondary-color: #2a4242a1;
    --tertiary-color: #232323;
    /* colors with alpha */
    --white-0-8: rgb(255, 255, 255, 0.8);
    --primary-color-0-8: rgb(242, 242, 242, 0.8);
    --secondary-color-0-5: rgb(11, 11, 11, 0.5);
    --secondary-color-0-1: rgb(11, 11, 11, 0.1);
    --secondary-color-0-05: rgb(11, 11, 11, 0.05);
    --secondary-color-0-016: rgb(11, 11, 11, 0.016);

    /* clearance colors */
    /* --clearance-color-1: #009f6aab;
    --clearance-color-2: #0087bdab;
    --clearance-color-3: #ffd500b0;
    --clearance-color-4: #ff6f009e;
    --clearance-color-5: #c402329e; */

    --clearance-color-1: #84b2b3;
    --clearance-color-2: #5c8d8d;
    --clearance-color-3: #417070;
    --clearance-color-4: #2c5050;
    --clearance-color-5: #1e3a3a;


    /* status */
    --administrator-color: #606060;
    --current-clearance-color: #009F6B;
    --success-color: #14c23a;
    --error-color: #c21414;
    --suspended-color: #0087BD;

    --add-color: #009F6B;
    --remove-color: #C40233;
    --suspend-color: #0087BD;
    --promote-color: #009F6B;
    --demote-color: #C40233;
}