{
  "$description": "Brand: Rivian — light mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette rivian@1.0.0",
      "rivian-blue": {
        "$value": "#004B87",
        "$type": "color",
        "$description": "Rivian's signature corporate navy-teal — the wordmark and corporate chrome."
      },
      "rivian-blue-deep": {
        "$value": "#003560",
        "$type": "color",
        "$description": "Pressed / hover variant of Rivian Blue for interactive states."
      },
      "rivian-lemon": {
        "$value": "#FCE300",
        "$type": "color",
        "$description": "Adventure-line accent — used historically on R1T launch livery, signage, and high-priority highlights."
      },
      "rivian-black": {
        "$value": "#000000",
        "$type": "color",
        "$description": "Canonical canvas — rivian.com hero modules and the brand's identity surface default to true black."
      },
      "rivian-near-black": {
        "$value": "#0B0B0C",
        "$type": "color",
        "$description": "Surface color just above true black — used for the dark product chrome."
      },
      "rivian-charcoal": {
        "$value": "#1A1A1C",
        "$type": "color",
        "$description": "Elevated surface — card and modal backgrounds on the dark canvas."
      },
      "rivian-graphite": {
        "$value": "#33333A",
        "$type": "color",
        "$description": "Border on dark surfaces; secondary surface on light."
      },
      "rivian-stone": {
        "$value": "#7A7A82",
        "$type": "color",
        "$description": "Tertiary text and icon color on the dark canvas."
      },
      "rivian-fog": {
        "$value": "#D9D9DC",
        "$type": "color",
        "$description": "Light surface neutral; secondary text on dark."
      },
      "rivian-white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Primary text on the dark canvas; canvas color for light-mode marketing surfaces."
      },
      "rivian-success": {
        "$value": "#1F8A4C",
        "$type": "color",
        "$description": "Functional success — charge complete, system OK."
      },
      "rivian-error": {
        "$value": "#C0392B",
        "$type": "color",
        "$description": "Functional error — destructive / unavailable."
      }
    },
    "roles": {
      "$description": "Semantic color roles (light mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.rivian-white}",
        "$type": "color",
        "$description": "background role → Rivian White"
      },
      "surface": {
        "$value": "{color.swatches.rivian-fog}",
        "$type": "color",
        "$description": "surface role → Rivian Fog"
      },
      "surface-elevated": {
        "$value": "{color.swatches.rivian-white}",
        "$type": "color",
        "$description": "surface-elevated role → Rivian White"
      },
      "text-primary": {
        "$value": "{color.swatches.rivian-black}",
        "$type": "color",
        "$description": "text-primary role → Rivian Black"
      },
      "text-secondary": {
        "$value": "{color.swatches.rivian-charcoal}",
        "$type": "color",
        "$description": "text-secondary role → Rivian Charcoal"
      },
      "text-tertiary": {
        "$value": "{color.swatches.rivian-stone}",
        "$type": "color",
        "$description": "text-tertiary role → Rivian Stone"
      },
      "primary": {
        "$value": "{color.swatches.rivian-blue}",
        "$type": "color",
        "$description": "primary role → Rivian Blue"
      },
      "primary-hover": {
        "$value": "{color.swatches.rivian-blue-deep}",
        "$type": "color",
        "$description": "primary-hover role → Rivian Blue Deep"
      },
      "accent": {
        "$value": "{color.swatches.rivian-lemon}",
        "$type": "color",
        "$description": "accent role → Rivian Lemon"
      },
      "accent-hover": {
        "$value": "{color.swatches.rivian-lemon}",
        "$type": "color",
        "$description": "accent-hover role → Rivian Lemon"
      },
      "success": {
        "$value": "{color.swatches.rivian-success}",
        "$type": "color",
        "$description": "success role → Rivian Success"
      },
      "warning": {
        "$value": "{color.swatches.rivian-lemon}",
        "$type": "color",
        "$description": "warning role → Rivian Lemon"
      },
      "error": {
        "$value": "{color.swatches.rivian-error}",
        "$type": "color",
        "$description": "error role → Rivian Error"
      },
      "border": {
        "$value": "{color.swatches.rivian-fog}",
        "$type": "color",
        "$description": "border role → Rivian Fog"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.rivian-black}",
          "$type": "color",
          "$description": "Brand role identity → Rivian Black"
        },
        "on-identity": {
          "$value": "{color.swatches.rivian-white}",
          "$type": "color",
          "$description": "Brand role on-identity → Rivian White"
        },
        "background": {
          "$value": "{color.swatches.rivian-black}",
          "$type": "color",
          "$description": "Brand role background → Rivian Black"
        },
        "surface": {
          "$value": "{color.swatches.rivian-near-black}",
          "$type": "color",
          "$description": "Brand role surface → Rivian Near-Black"
        },
        "surface-elevated": {
          "$value": "{color.swatches.rivian-charcoal}",
          "$type": "color",
          "$description": "Brand role surface-elevated → Rivian Charcoal"
        },
        "text-primary": {
          "$value": "{color.swatches.rivian-white}",
          "$type": "color",
          "$description": "Brand role text-primary → Rivian White"
        },
        "text-secondary": {
          "$value": "{color.swatches.rivian-fog}",
          "$type": "color",
          "$description": "Brand role text-secondary → Rivian Fog"
        },
        "text-tertiary": {
          "$value": "{color.swatches.rivian-stone}",
          "$type": "color",
          "$description": "Brand role text-tertiary → Rivian Stone"
        },
        "primary": {
          "$value": "{color.swatches.rivian-blue}",
          "$type": "color",
          "$description": "Brand role primary → Rivian Blue"
        },
        "primary-hover": {
          "$value": "{color.swatches.rivian-blue-deep}",
          "$type": "color",
          "$description": "Brand role primary-hover → Rivian Blue Deep"
        },
        "accent": {
          "$value": "{color.swatches.rivian-lemon}",
          "$type": "color",
          "$description": "Brand role accent → Rivian Lemon"
        },
        "accent-hover": {
          "$value": "{color.swatches.rivian-lemon}",
          "$type": "color",
          "$description": "Brand role accent-hover → Rivian Lemon"
        },
        "mark": {
          "$value": "{color.swatches.rivian-blue}",
          "$type": "color",
          "$description": "Brand role mark → Rivian Blue"
        },
        "success": {
          "$value": "{color.swatches.rivian-success}",
          "$type": "color",
          "$description": "Brand role success → Rivian Success"
        },
        "warning": {
          "$value": "{color.swatches.rivian-lemon}",
          "$type": "color",
          "$description": "Brand role warning → Rivian Lemon"
        },
        "error": {
          "$value": "{color.swatches.rivian-error}",
          "$type": "color",
          "$description": "Brand role error → Rivian Error"
        },
        "background-light": {
          "$value": "{color.swatches.rivian-white}",
          "$type": "color",
          "$description": "Brand role background-light → Rivian White"
        },
        "background-dark": {
          "$value": "{color.swatches.rivian-black}",
          "$type": "color",
          "$description": "Brand role background-dark → Rivian Black"
        },
        "surface-light": {
          "$value": "{color.swatches.rivian-fog}",
          "$type": "color",
          "$description": "Brand role surface-light → Rivian Fog"
        },
        "surface-dark": {
          "$value": "{color.swatches.rivian-near-black}",
          "$type": "color",
          "$description": "Brand role surface-dark → Rivian Near-Black"
        },
        "text-primary-light": {
          "$value": "{color.swatches.rivian-black}",
          "$type": "color",
          "$description": "Brand role text-primary-light → Rivian Black"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.rivian-white}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → Rivian White"
        },
        "text-secondary-light": {
          "$value": "{color.swatches.rivian-charcoal}",
          "$type": "color",
          "$description": "Brand role text-secondary-light → Rivian Charcoal"
        },
        "text-tertiary-light": {
          "$value": "{color.swatches.rivian-stone}",
          "$type": "color",
          "$description": "Brand role text-tertiary-light → Rivian Stone"
        },
        "border-light": {
          "$value": "{color.swatches.rivian-fog}",
          "$type": "color",
          "$description": "Brand role border-light → Rivian Fog"
        }
      }
    }
  },
  "font": {
    "$description": "Typography roles mapped to font atoms",
    "heading": {
      "family": {
        "$value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "heading role → Inter (inter@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": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "body role → Inter (inter@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": [
          "JetBrainsMono Nerd Font",
          "JetBrains Mono",
          "Fira Code",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "$type": "fontFamily",
        "$description": "mono role → JetBrainsMono Nerd Font (jetbrainsmono-nerdfont@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"
        },
        "$description": "Available font weights"
      }
    }
  }
}
