﻿body{
    --btnBgColor:#00B0F0;
    --btnTextColor:#fff;
    --themeColor:#00B0F0;
    --themeColorDark:#0090c5;
    --themeColorLight:#33c0f3;
    --themeColorRgb:0,176,240;
    --themeBgGray:#f5f5f5;
    --fontRegular: var(--font-sans, system-ui, sans-serif);
}
