// Frontend config — endpoints + constants
window.RAWJ_CONFIG = {
  // Backend Worker URL — same Worker that runs the Telegram bot
  API_BASE: "https://adspend-bot.moodyads.workers.dev",
  // Telegram bot username for "Connect Telegram alerts" deep link
  BOT_USERNAME: "madyonyaa_bot",
  // Default lang
  DEFAULT_LANG: "ar",
  // Default theme/dir
  DEFAULT_THEME: "light",
  DEFAULT_DIR: "rtl",
};
