{
  "$themes": [
    {
      "id": "light",
      "name": "Light",
      "selectedTokenSets": {
        "global": "enabled",
        "role-light": "enabled",
        "brand": "enabled"
      }
    },
    {
      "id": "dark",
      "name": "Dark",
      "selectedTokenSets": {
        "global": "enabled",
        "role-dark": "enabled",
        "brand": "enabled"
      }
    }
  ],
  "global": {
    "color": {
      "uber-black": {
        "value": "#000000",
        "type": "color",
        "description": "Uber's primary brand color — the wordmark, mark, and dominant chrome on Uber surfaces."
      },
      "uber-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Primary canvas — the rider and marketing surfaces default to white space against Uber Black chrome."
      },
      "uber-gray-50": {
        "value": "#F6F6F6",
        "type": "color",
        "description": "Subtle elevated surface on white — hover states and quiet panels."
      },
      "uber-gray-100": {
        "value": "#EEEEEE",
        "type": "color",
        "description": "Card and divider surface on white canvas."
      },
      "uber-gray-200": {
        "value": "#E2E2E2",
        "type": "color",
        "description": "Border on white surfaces."
      },
      "uber-gray-300": {
        "value": "#CBCBCB",
        "type": "color",
        "description": "Disabled foreground; quiet stroke."
      },
      "uber-gray-500": {
        "value": "#757575",
        "type": "color",
        "description": "Tertiary text and icon color."
      },
      "uber-gray-700": {
        "value": "#3F3F3F",
        "type": "color",
        "description": "Secondary text on white; elevated surface in dark mode."
      },
      "uber-gray-900": {
        "value": "#1F1F1F",
        "type": "color",
        "description": "Surface in dark mode — sits just above Uber Black."
      },
      "uber-green": {
        "value": "#0E8345",
        "type": "color",
        "description": "Functional success — confirmation states on product surfaces."
      },
      "uber-red": {
        "value": "#E11900",
        "type": "color",
        "description": "Functional error / destructive — never used as a brand accent."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "mono": {
        "value": [
          "JetBrainsMono Nerd Font",
          "JetBrains Mono",
          "Fira Code",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.uber-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.uber-gray-50}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.uber-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.uber-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.uber-gray-700}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.uber-gray-500}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.uber-black}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.uber-gray-900}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.uber-black}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.uber-gray-900}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.uber-green}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.uber-red}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.uber-red}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.uber-gray-200}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.uber-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.uber-gray-900}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.uber-gray-700}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.uber-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.uber-gray-200}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.uber-gray-300}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.uber-white}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.uber-gray-50}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.uber-white}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.uber-gray-50}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.uber-green}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.uber-red}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.uber-red}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.uber-gray-700}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.uber-black}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.uber-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.uber-black}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.uber-gray-900}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.uber-black}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.uber-gray-900}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.uber-black}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.uber-green}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.uber-red}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.uber-red}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.uber-white}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.uber-black}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.uber-gray-50}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.uber-gray-900}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.uber-black}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.uber-white}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.uber-gray-700}",
        "type": "color"
      },
      "text-tertiary-light": {
        "value": "{global.color.uber-gray-500}",
        "type": "color"
      },
      "border-light": {
        "value": "{global.color.uber-gray-200}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Uber",
    "ref": "uber@1.0.0",
    "paletteRef": "uber@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
