:root {
    --maincolor: #211951;
    --secondcolor: #836FFF;
    --redcolor: #D91656;
    --greencolor: #15F5BA;
    --textcolor: #ADBBCF;
    --lightcolor: #F3F5F7;
    --whitecolor: #FFFFFF;
    --easeoutcubic: cubic-bezier(.215, .61, .355, 1);
}

/*---------------------- Public Style ---------------------*/

body {
    background: var(--whitecolor);
    margin: 0;
    padding: 0;
    direction: rtl;
    text-align: right;
    overflow-x: hidden;
    scroll-behavior: smooth;
}