:root {
    --bodyBgColorDefault: #ffffff;
    --bodyBgColorCustom: #e7e7e7;
    --headerBgColor: #ffffff;
    --footerBgColor: #ffffff;
    --cardBgColor: white;
    --searchBtnBgColor: #ffffff;
    --borderColor: #cbcbcb;
    --borderTopColor: #000000;
    --boxShadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.1);
    --textColor: black;
    --linkColor: #000000;
    --linkHoverColor: #0c8059;
    --linkDangerColor: red;
    --btnBgColor: #000000;
    --btnHoverColor: #0c8059;
    --btnTextColor: #ffffff;
    --toolbar-control-height: 28px;
}
