{
  "$description": "Brand: Vercel — light mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette vercel@1.0.0",
      "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."
      }
    },
    "roles": {
      "$description": "Semantic color roles (light mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.light-bg-200}",
        "$type": "color",
        "$description": "background role → Light Background 200"
      },
      "surface": {
        "$value": "{color.swatches.light-bg-100}",
        "$type": "color",
        "$description": "surface role → Light Background 100"
      },
      "surface-elevated": {
        "$value": "{color.swatches.light-bg-100}",
        "$type": "color",
        "$description": "surface-elevated role → Light Background 100"
      },
      "text-primary": {
        "$value": "{color.swatches.light-gray-1000}",
        "$type": "color",
        "$description": "text-primary role → Light Gray 1000"
      },
      "text-secondary": {
        "$value": "{color.swatches.light-gray-600}",
        "$type": "color",
        "$description": "text-secondary role → Light Gray 600"
      },
      "text-tertiary": {
        "$value": "{color.swatches.dark-gray-600}",
        "$type": "color",
        "$description": "text-tertiary role → Dark Gray 600"
      },
      "primary": {
        "$value": "{color.swatches.vercel-black}",
        "$type": "color",
        "$description": "primary role → Vercel Black"
      },
      "primary-hover": {
        "$value": "{color.swatches.light-gray-1000}",
        "$type": "color",
        "$description": "primary-hover role → Light Gray 1000"
      },
      "accent": {
        "$value": "{color.swatches.vercel-blue}",
        "$type": "color",
        "$description": "accent role → Vercel Blue"
      },
      "accent-hover": {
        "$value": "{color.swatches.vercel-blue-bright}",
        "$type": "color",
        "$description": "accent-hover role → Vercel Blue Bright"
      },
      "warning": {
        "$value": "{color.swatches.vercel-amber}",
        "$type": "color",
        "$description": "warning role → Vercel Amber"
      },
      "warning-hover": {
        "$value": "{color.swatches.vercel-amber}",
        "$type": "color",
        "$description": "warning-hover role → Vercel Amber"
      },
      "error": {
        "$value": "{color.swatches.vercel-red}",
        "$type": "color",
        "$description": "error role → Vercel Red"
      },
      "success": {
        "$value": "{color.swatches.vercel-green}",
        "$type": "color",
        "$description": "success role → Vercel Green"
      },
      "border": {
        "$value": "{color.swatches.light-gray-200}",
        "$type": "color",
        "$description": "border role → Light Gray 200"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.vercel-black}",
          "$type": "color",
          "$description": "Brand role identity → Vercel Black"
        },
        "on-identity": {
          "$value": "{color.swatches.vercel-white}",
          "$type": "color",
          "$description": "Brand role on-identity → Vercel White"
        },
        "primary": {
          "$value": "{color.swatches.vercel-black}",
          "$type": "color",
          "$description": "Brand role primary → Vercel Black"
        },
        "primary-hover": {
          "$value": "{color.swatches.dark-gray-1000}",
          "$type": "color",
          "$description": "Brand role primary-hover → Dark Gray 1000"
        },
        "accent": {
          "$value": "{color.swatches.vercel-blue}",
          "$type": "color",
          "$description": "Brand role accent → Vercel Blue"
        },
        "accent-hover": {
          "$value": "{color.swatches.vercel-blue-bright}",
          "$type": "color",
          "$description": "Brand role accent-hover → Vercel Blue Bright"
        },
        "success": {
          "$value": "{color.swatches.vercel-green}",
          "$type": "color",
          "$description": "Brand role success → Vercel Green"
        },
        "warning": {
          "$value": "{color.swatches.vercel-amber}",
          "$type": "color",
          "$description": "Brand role warning → Vercel Amber"
        },
        "error": {
          "$value": "{color.swatches.vercel-red}",
          "$type": "color",
          "$description": "Brand role error → Vercel Red"
        },
        "text-primary-light": {
          "$value": "{color.swatches.light-gray-1000}",
          "$type": "color",
          "$description": "Brand role text-primary-light → Light Gray 1000"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.dark-gray-1000}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → Dark Gray 1000"
        },
        "background-light": {
          "$value": "{color.swatches.light-bg-200}",
          "$type": "color",
          "$description": "Brand role background-light → Light Background 200"
        },
        "background-dark": {
          "$value": "{color.swatches.dark-bg-100}",
          "$type": "color",
          "$description": "Brand role background-dark → Dark Background 100"
        },
        "surface-light": {
          "$value": "{color.swatches.light-bg-100}",
          "$type": "color",
          "$description": "Brand role surface-light → Light Background 100"
        },
        "surface-dark": {
          "$value": "{color.swatches.dark-gray-100}",
          "$type": "color",
          "$description": "Brand role surface-dark → Dark Gray 100"
        }
      }
    }
  },
  "font": {
    "$description": "Typography roles mapped to font atoms",
    "heading": {
      "family": {
        "$value": [
          "Geist",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Helvetica",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "heading role → Geist Sans (geist@1.0.0)"
      },
      "weight": {
        "100": {
          "$value": 100,
          "$type": "fontWeight"
        },
        "200": {
          "$value": 200,
          "$type": "fontWeight"
        },
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "800": {
          "$value": 800,
          "$type": "fontWeight"
        },
        "900": {
          "$value": 900,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "body": {
      "family": {
        "$value": [
          "Geist",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Helvetica",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "body role → Geist Sans (geist@1.0.0)"
      },
      "weight": {
        "100": {
          "$value": 100,
          "$type": "fontWeight"
        },
        "200": {
          "$value": 200,
          "$type": "fontWeight"
        },
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "800": {
          "$value": 800,
          "$type": "fontWeight"
        },
        "900": {
          "$value": 900,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "mono": {
      "family": {
        "$value": [
          "Geist Mono",
          "SFMono-Regular",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "Courier New",
          "monospace"
        ],
        "$type": "fontFamily",
        "$description": "mono role → Geist Mono (geist-mono@1.0.0)"
      },
      "weight": {
        "100": {
          "$value": 100,
          "$type": "fontWeight"
        },
        "200": {
          "$value": 200,
          "$type": "fontWeight"
        },
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "800": {
          "$value": 800,
          "$type": "fontWeight"
        },
        "900": {
          "$value": 900,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    }
  }
}
