{
  "themeName": "BarCraft",
  "mode": "light",
  "brandSource": "industry-default",
  "palette": {
    "primary": "#185cd2",
    "primaryDark": "#193D73",
    "primaryLight": "#D9E6F7",
    "secondary": "#5B6472",
    "accent": "#C18F2B",
    "background": "#F7F9FC",
    "surface": "#FFFFFF",
    "surfaceMuted": "#EEF3F8",
    "border": "#D5DDE8",
    "textPrimary": "#102033",
    "textSecondary": "#526070",
    "textInverse": "#FFFFFF",
    "neutral": {
      "50": "#F7F9FC",
      "100": "#EEF3F8",
      "200": "#DDE5EE",
      "300": "#C8D4E2",
      "400": "#9EADBF",
      "500": "#738399",
      "600": "#5B6472",
      "700": "#404956",
      "800": "#26303D",
      "900": "#102033"
    }
  },
  "semantic": {
    "success": "#1F7A3F",
    "successBackground": "#DDF3E6",
    "warning": "#B7791F",
    "warningBackground": "#FEF1D6",
    "danger": "#C53030",
    "dangerBackground": "#FDE2E2",
    "info": "#2B6CB0",
    "infoBackground": "#DCEBFA"
  },
  "usage": {
    "appBackground": "#F7F9FC",
    "sidebarBackground": "#0b1a33",
    "sidebarText": "#FFFFFF",
    "sidebarActiveBackground": "#185cd2",
    "sidebarActiveText": "#FFFFFF",
    "headerBackground": "#FFFFFF",
    "headerText": "#102033",
    "cardBackground": "#FFFFFF",
    "primaryButtonBackground": "#185cd2",
    "primaryButtonText": "#FFFFFF",
    "secondaryButtonBackground": "#EEF3F8",
    "secondaryButtonText": "#102033",
    "linkColor": "#0b1a33",
    "tableHeaderBackground": "#EEF3F8",
    "tableRowAltBackground": "#F7F9FC",
    "focusRing": "#7AA7E8"
  },
  "darkMode": {
    "appBackground": "#0F1720",
    "surface": "#1B2734",
    "surfaceMuted": "#243244",
    "border": "#314355",
    "textPrimary": "#F4F7FB",
    "textSecondary": "#B2C0D0",
    "primary": "#6FA0E8",
    "accent": "#E2B14A",
    "sidebarBackground": "#0A1220",
    "sidebarText": "#E8EEF6"
  },
  "typography": {
    "fontFamilyBase": "Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif",
    "fontFamilyHeading": "Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif",
    "fontFamilyMono": "JetBrains Mono, Menlo, Consolas, monospace",
    "tone": "modern-professional"
  },
  "branding": {
    "applicationDisplayName": "School Ledger",
    "tagline": "Streamlined school finance and operations",
    "logoPlaceholder": true,
    "faviconPlaceholder": true
  },
  "accessibility": {
    "targetContrast": "WCAG AA",
    "notes": "Use dark text on light surfaces and white text on primary/dark surfaces."
  }
}