
        :root {
            --pc: #1D022F;
            --sc: #EC6711;
            --theme_color: #1D022F;
            --theme_type: dark;
            --pc-rgb: 29, 2, 47;
            --sc-rgb: 236, 103, 17;
            --pc-off: rgb(29, 2, 47 ,0.3);
            --sc-off: rgb(236, 103, 17 ,0.3);
            --sc-off-2: rgb(236, 103, 17 ,0.2);
            --sc-off-3: rgb(236, 103, 17 ,0.1);

        }
    