
    @import url("/css/light.css?3244824415") screen and (prefers-color-scheme: light);
    @import url("/css/dark.css?3244824415") screen and (prefers-color-scheme: dark);
    @media (prefers-color-scheme: light) {
        :root {
    --theme-primary-rgb: 253,116,108;
    --theme-secondary-rgb: 255,144,104;

    --theme-bg-page-rgb: 255,255,255;
    --theme-bg-primary-rgb: 255,255,255;
    --theme-bg-secondary-rgb: 34,34,34;

            --theme-community-logo-url: url(https://i.postimg.cc/N0qrCnsT/Concept2-1-removebg-preview.png);
                --theme-bg-image-url: url(https://i.postimg.cc/8C7xNhNw/download-1.jpg);
    }
    }
    @media (prefers-color-scheme: dark) {
        :root {
    --theme-primary-rgb: 39,44,48;
    --theme-secondary-rgb: 108,117,125;

    --theme-bg-page-rgb: 34,34,34;
    --theme-bg-primary-rgb: 52,58,64;
    --theme-bg-secondary-rgb: 33,37,41;

            --theme-community-logo-url: url(https://i.postimg.cc/N0qrCnsT/Concept2-1-removebg-preview.png);
                --theme-bg-image-url: url(https://i.postimg.cc/Lsq6KHR6/download-1.jpg);
    }
    }


    :root {
        --theme-gradient: rgba(var(--theme-primary-rgb), var(--theme-opacity));
    }







