{
  "$description": "Brand: Lyft — dark mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette lyft@1.0.0",
      "lyft-pink": {
        "$value": "#FF00BF",
        "$type": "color",
        "$description": "Lyft's signature brand magenta — the wordmark, mark, and primary CTA color."
      },
      "lyft-pink-pressed": {
        "$value": "#D6009E",
        "$type": "color",
        "$description": "Pressed / hover variant of Lyft Pink for interactive states."
      },
      "lyft-pink-legacy": {
        "$value": "#EA0B8C",
        "$type": "color",
        "$description": "Pre-2019 Lyft magenta — retained for historical references and continuity."
      },
      "lyft-ink": {
        "$value": "#11111F",
        "$type": "color",
        "$description": "Deep near-black ink — primary text on light surfaces; canvas in dark mode."
      },
      "lyft-charcoal": {
        "$value": "#2C2C36",
        "$type": "color",
        "$description": "Elevated dark surface; secondary ink on light."
      },
      "lyft-graphite": {
        "$value": "#6E6E78",
        "$type": "color",
        "$description": "Tertiary text and icon color."
      },
      "lyft-mist": {
        "$value": "#E4E4E8",
        "$type": "color",
        "$description": "Border and quiet divider on light canvas."
      },
      "lyft-fog": {
        "$value": "#F4F4F6",
        "$type": "color",
        "$description": "Subtle elevated surface on white."
      },
      "lyft-white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Primary canvas — Lyft consumer surfaces default to white."
      },
      "lyft-success": {
        "$value": "#0E8C5A",
        "$type": "color",
        "$description": "Functional success — trip confirmation, completion states."
      },
      "lyft-warning": {
        "$value": "#F2A93B",
        "$type": "color",
        "$description": "Functional warning — surge, advisory states."
      }
    },
    "roles": {
      "$description": "Semantic color roles (dark mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.lyft-ink}",
        "$type": "color",
        "$description": "background role → Lyft Ink"
      },
      "surface": {
        "$value": "{color.swatches.lyft-charcoal}",
        "$type": "color",
        "$description": "surface role → Lyft Charcoal"
      },
      "surface-elevated": {
        "$value": "{color.swatches.lyft-graphite}",
        "$type": "color",
        "$description": "surface-elevated role → Lyft Graphite"
      },
      "text-primary": {
        "$value": "{color.swatches.lyft-white}",
        "$type": "color",
        "$description": "text-primary role → Lyft White"
      },
      "text-secondary": {
        "$value": "{color.swatches.lyft-mist}",
        "$type": "color",
        "$description": "text-secondary role → Lyft Mist"
      },
      "text-tertiary": {
        "$value": "{color.swatches.lyft-graphite}",
        "$type": "color",
        "$description": "text-tertiary role → Lyft Graphite"
      },
      "primary": {
        "$value": "{color.swatches.lyft-pink}",
        "$type": "color",
        "$description": "primary role → Lyft Pink"
      },
      "primary-hover": {
        "$value": "{color.swatches.lyft-pink-pressed}",
        "$type": "color",
        "$description": "primary-hover role → Lyft Pink Pressed"
      },
      "accent": {
        "$value": "{color.swatches.lyft-pink}",
        "$type": "color",
        "$description": "accent role → Lyft Pink"
      },
      "accent-hover": {
        "$value": "{color.swatches.lyft-pink-pressed}",
        "$type": "color",
        "$description": "accent-hover role → Lyft Pink Pressed"
      },
      "success": {
        "$value": "{color.swatches.lyft-success}",
        "$type": "color",
        "$description": "success role → Lyft Success"
      },
      "warning": {
        "$value": "{color.swatches.lyft-warning}",
        "$type": "color",
        "$description": "warning role → Lyft Warning"
      },
      "error": {
        "$value": "{color.swatches.lyft-pink-pressed}",
        "$type": "color",
        "$description": "error role → Lyft Pink Pressed"
      },
      "border": {
        "$value": "{color.swatches.lyft-charcoal}",
        "$type": "color",
        "$description": "border role → Lyft Charcoal"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.lyft-pink}",
          "$type": "color",
          "$description": "Brand role identity → Lyft Pink"
        },
        "on-identity": {
          "$value": "{color.swatches.lyft-white}",
          "$type": "color",
          "$description": "Brand role on-identity → Lyft White"
        },
        "primary": {
          "$value": "{color.swatches.lyft-pink}",
          "$type": "color",
          "$description": "Brand role primary → Lyft Pink"
        },
        "primary-hover": {
          "$value": "{color.swatches.lyft-pink-pressed}",
          "$type": "color",
          "$description": "Brand role primary-hover → Lyft Pink Pressed"
        },
        "accent": {
          "$value": "{color.swatches.lyft-pink}",
          "$type": "color",
          "$description": "Brand role accent → Lyft Pink"
        },
        "accent-hover": {
          "$value": "{color.swatches.lyft-pink-pressed}",
          "$type": "color",
          "$description": "Brand role accent-hover → Lyft Pink Pressed"
        },
        "mark": {
          "$value": "{color.swatches.lyft-pink}",
          "$type": "color",
          "$description": "Brand role mark → Lyft Pink"
        },
        "success": {
          "$value": "{color.swatches.lyft-success}",
          "$type": "color",
          "$description": "Brand role success → Lyft Success"
        },
        "warning": {
          "$value": "{color.swatches.lyft-warning}",
          "$type": "color",
          "$description": "Brand role warning → Lyft Warning"
        },
        "error": {
          "$value": "{color.swatches.lyft-pink-pressed}",
          "$type": "color",
          "$description": "Brand role error → Lyft Pink Pressed"
        },
        "background-light": {
          "$value": "{color.swatches.lyft-white}",
          "$type": "color",
          "$description": "Brand role background-light → Lyft White"
        },
        "background-dark": {
          "$value": "{color.swatches.lyft-ink}",
          "$type": "color",
          "$description": "Brand role background-dark → Lyft Ink"
        },
        "surface-light": {
          "$value": "{color.swatches.lyft-fog}",
          "$type": "color",
          "$description": "Brand role surface-light → Lyft Fog"
        },
        "surface-dark": {
          "$value": "{color.swatches.lyft-charcoal}",
          "$type": "color",
          "$description": "Brand role surface-dark → Lyft Charcoal"
        },
        "text-primary-light": {
          "$value": "{color.swatches.lyft-ink}",
          "$type": "color",
          "$description": "Brand role text-primary-light → Lyft Ink"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.lyft-white}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → Lyft White"
        },
        "text-secondary-light": {
          "$value": "{color.swatches.lyft-charcoal}",
          "$type": "color",
          "$description": "Brand role text-secondary-light → Lyft Charcoal"
        },
        "text-tertiary-light": {
          "$value": "{color.swatches.lyft-graphite}",
          "$type": "color",
          "$description": "Brand role text-tertiary-light → Lyft Graphite"
        },
        "border-light": {
          "$value": "{color.swatches.lyft-mist}",
          "$type": "color",
          "$description": "Brand role border-light → Lyft Mist"
        }
      }
    }
  },
  "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"
      }
    }
  }
}
