/* JMORE - STYLES 0.6
Developer: t.me/moretheme
Screen resolution: 460, 768, 1440, 1920
----------------------------------------------- */

body {
    --bg: #fff;
    --color1: #283cdc;
    --color2: #1345ae;
    --color3: #f7f7f7;
    --color4: #f2f2f2;
    --color5: #cbcbcb;
    --light: rgb(255 255 255 / 10%);
    --two-light: rgb(255 255 255 / 20%);
    --text-color: #fff;
    --text-color1: #000;
}
body.theme-dark {
    --bg: #16151a;
    --color1: #283cdc;
    --color2: #1345ae;
    --color3: #454250;
    --color4: #35333d;
    --color5: #201f26;
    --light: rgb(255 255 255 / 10%);
    --two-light: rgb(255 255 255 / 20%);
    --text-color: #000;
    --text-color1: #fff;
}
