{
  "$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": {
      "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."
      }
    },
    "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.rivian-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.rivian-fog}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.rivian-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.rivian-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.rivian-charcoal}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.rivian-stone}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.rivian-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.rivian-blue-deep}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.rivian-lemon}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.rivian-lemon}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.rivian-success}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.rivian-lemon}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.rivian-error}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.rivian-fog}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.rivian-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.rivian-near-black}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.rivian-charcoal}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.rivian-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.rivian-fog}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.rivian-stone}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.rivian-lemon}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.rivian-lemon}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.rivian-lemon}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.rivian-lemon}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.rivian-success}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.rivian-lemon}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.rivian-error}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.rivian-graphite}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.rivian-black}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.rivian-white}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.rivian-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.rivian-near-black}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.rivian-charcoal}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.rivian-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.rivian-fog}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.rivian-stone}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.rivian-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.rivian-blue-deep}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.rivian-lemon}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.rivian-lemon}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.rivian-blue}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.rivian-success}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.rivian-lemon}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.rivian-error}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.rivian-white}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.rivian-black}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.rivian-fog}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.rivian-near-black}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.rivian-black}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.rivian-white}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.rivian-charcoal}",
        "type": "color"
      },
      "text-tertiary-light": {
        "value": "{global.color.rivian-stone}",
        "type": "color"
      },
      "border-light": {
        "value": "{global.color.rivian-fog}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Rivian",
    "ref": "rivian@1.0.0",
    "paletteRef": "rivian@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
