{
  "$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": {
      "vercel-black": {
        "value": "#000000",
        "type": "color",
        "description": "Pure black — the canvas of the marketing site."
      },
      "vercel-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Pure white — the foreground of the marketing site."
      },
      "dark-bg-100": {
        "value": "#0A0A0A",
        "type": "color",
        "description": "ds-background-100 (hsl 0,0%,4%) — page canvas in dark mode."
      },
      "dark-bg-200": {
        "value": "#000000",
        "type": "color",
        "description": "ds-background-200 — deeper canvas / under-page."
      },
      "dark-gray-100": {
        "value": "#1A1A1A",
        "type": "color",
        "description": "ds-gray-100 — subtle surface tint."
      },
      "dark-gray-200": {
        "value": "#1F1F1F",
        "type": "color",
        "description": "ds-gray-200."
      },
      "dark-gray-300": {
        "value": "#292929",
        "type": "color",
        "description": "ds-gray-300."
      },
      "dark-gray-400": {
        "value": "#2E2E2E",
        "type": "color",
        "description": "ds-gray-400."
      },
      "dark-gray-500": {
        "value": "#454545",
        "type": "color",
        "description": "ds-gray-500 — borders."
      },
      "dark-gray-600": {
        "value": "#878787",
        "type": "color",
        "description": "ds-gray-600."
      },
      "dark-gray-700": {
        "value": "#8F8F8F",
        "type": "color",
        "description": "ds-gray-700."
      },
      "dark-gray-800": {
        "value": "#7D7D7D",
        "type": "color",
        "description": "ds-gray-800."
      },
      "dark-gray-900": {
        "value": "#A1A1A1",
        "type": "color",
        "description": "ds-gray-900 — muted text."
      },
      "dark-gray-1000": {
        "value": "#EDEDED",
        "type": "color",
        "description": "ds-gray-1000 — primary text in dark mode."
      },
      "light-bg-100": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Page canvas in light mode."
      },
      "light-bg-200": {
        "value": "#FAFAFA",
        "type": "color",
        "description": "Subtle layered surface."
      },
      "light-gray-200": {
        "value": "#EAEAEA",
        "type": "color",
        "description": "Hairline border."
      },
      "light-gray-600": {
        "value": "#666666",
        "type": "color",
        "description": "Secondary text."
      },
      "light-gray-1000": {
        "value": "#171717",
        "type": "color",
        "description": "Primary text in light mode (rgb 23,23,23 — body color on vercel.com)."
      },
      "vercel-blue": {
        "value": "#0070F3",
        "type": "color",
        "description": "ds-blue-600 — the classic Vercel link / accent blue."
      },
      "vercel-blue-bright": {
        "value": "#52A8FF",
        "type": "color",
        "description": "ds-blue-900 — bright link blue used on dark surfaces."
      },
      "vercel-red": {
        "value": "#FF6166",
        "type": "color",
        "description": "ds-red-900 — error / destructive."
      },
      "vercel-amber": {
        "value": "#F2A60D",
        "type": "color",
        "description": "ds-amber-900 — warning."
      },
      "vercel-green": {
        "value": "#62C073",
        "type": "color",
        "description": "ds-green-900 — success."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Geist",
        "type": "fontFamilies",
        "description": "geist@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Geist",
        "type": "fontFamilies",
        "description": "geist@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "Geist Mono",
        "type": "fontFamilies",
        "description": "geist-mono@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Geist",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Helvetica",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Geist",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Helvetica",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "mono": {
        "value": [
          "Geist Mono",
          "SFMono-Regular",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "Courier New",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.light-bg-200}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.light-bg-100}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.light-bg-100}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.light-gray-1000}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.light-gray-600}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.dark-gray-600}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.vercel-black}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.light-gray-1000}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.vercel-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.vercel-blue-bright}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.vercel-amber}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.vercel-amber}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.vercel-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.vercel-green}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.light-gray-200}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.dark-bg-100}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.dark-gray-100}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.dark-gray-200}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.dark-gray-1000}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.dark-gray-900}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.dark-gray-700}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.vercel-white}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.dark-gray-1000}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.vercel-blue-bright}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.vercel-blue}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.vercel-amber}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.vercel-amber}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.vercel-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.vercel-green}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.dark-gray-500}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.vercel-black}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.vercel-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.vercel-black}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.dark-gray-1000}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.vercel-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.vercel-blue-bright}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.vercel-green}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.vercel-amber}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.vercel-red}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.light-gray-1000}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.dark-gray-1000}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.light-bg-200}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.dark-bg-100}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.light-bg-100}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.dark-gray-100}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Vercel",
    "ref": "vercel@1.0.0",
    "paletteRef": "vercel@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
