:root {
    /* Primary Color */
    --serverstyleprimarycolor: #F13270;
    --serverstylesecondarycolor: #ff82aa;
    --serverstylesecondarycolordesign: #f4ab06;

    /* Background Color */
    --serverstyleprimarybackground: #fafafa;
    --serverstylesecondarybackground: #d7dcdf;

    /* Text light Color */
    --serverstyletextprimarylightcolor: #202020;
    --serverstyletextsecondarylightcolor: #bfc9cf;

    /* Text Dark Color */
    --serverstyletextprimarydarkcolor: #fafafa;
    
    /* Border Color */
    --serverstyleborderprimarycolor: #d4dae3;
}