:root {
    /* Colors */
    --sunDefault: #ff8800;
    --sunDark: #363b3f;
    --sunWhite: #ffffff;
    --sunLightGrey: #cccccc;
    --sunLightGrey2: #eeeeee;
    --sunDarkGrey: #aaaaaa;
    --sunDarkGrey2: #555555;
    --sunLightShadow: #ececec;
    --sunError: red;

    /* Border */
    --sunBorderRadius: 4px;

    /* Alerts */
    --sunAlertBtnColor: #363b3f;
    --sunAlertBtnConfimBackgroundColor: unset;
    --sunAlertBtnCancelBackgroundColor: unset;
    --sunAlertBtnBorderRadius: 4px;
}