:root{
 --accent:#1f5cff;
 --vip:gold;
}

body.light{
 background:#f4f4f4;
 color:#222;
}
body.light header{
 background:#fff;
 border-color:#1f5cff;
}
body.light footer{
 background:#fff;
}
body.light a{color:#333;}
body.light a:hover{color:#000;}
