
        :root {
            --pc: #0079b0;
            --sc: #026707;
            --theme_color: #0079b0;
            --theme_type: dark;
            --pc-rgb: 0, 121, 176;
            --sc-rgb: 2, 103, 7;
            --pc-off: rgb(0, 121, 176 ,0.3);
            --sc-off: rgb(2, 103, 7 ,0.3);
            --sc-off-2: rgb(2, 103, 7 ,0.2);
            --sc-off-3: rgb(2, 103, 7 ,0.1);

        }
    