:root {
    /* Primary Color */
    --serverstyleprimarycolor: #b5175e;
    --serverstyleprimarycolordark: #9a1450;
    --serverstylesecondarycolor: #f1cd66;
    --serverstylettertiarycolordesign: #b7cfdc;

    /* Background Color */
    --serverstyleprimarybackground: #fafafa;
    --serverstylesecondarybackground: #d7dcdf;

    /* Text light Color */
    --serverstyletextprimarylightcolor: #57595e;
    --serverstyletextsecondarylightcolor: #bfc9cf;

    /* Text Dark Color */
    --serverstyletextprimarydarkcolor: #fafafa;
    
    /* Border Color */
    --serverstyleborderprimarycolor: #d4dae3;
}