body[data-theme='light'] {
    --colors-text: whitesmoke;
    --colors-primary: #5622b8;
    --colors-btn-bg: whitesmoke;
    --colors-background1: #835cec;
    --colors-background2: #d461f7;
    --colors-background3: #cf5652;
}

body[data-theme='dark'] {
    --colors-text: #fcfcfc;
    --colors-primary: #e99f00;
    --colors-btn-bg: #262626;
    --colors-background1: #23193d;
    --colors-background2: #2b1e4d;
    --colors-background3: #5b4986;
}

body[data-theme='cz'] {
    --colors-text: #f8f8f8;
    --colors-primary: #e41c2e;
    --colors-btn-bg: #e9e9e9;
    --colors-background1: #3b3fcc;
    --colors-background2: #3b3fcc;
    --colors-background3: #a5a7d3;
}

body[data-theme='fun'] {
    --colors-text: #1a1a1a;
    --colors-primary: #008ce9;
    --colors-btn-bg: #e9e9e9;
    --colors-background1: #dbde5d;
    --colors-background2: #e3b95c;
    --colors-background3: #2cf3a0;
}
