﻿body{
    --btnBgColor:#37474f;
    --btnTextColor:#fff;
    --themeColor:#37474f;
    --themeColorDark:#2c393f;
    --themeColorLight:#546e7a;
    --themeBgGray:#f5f5f5;
    --fontRegular: var(--font-sans, 'Noto Sans SC', sans-serif);
}