{
  "$description": "Brand: LinkedIn — light mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette linkedin@1.0.0",
      "linkedin-blue": {
        "$value": "#0A66C2",
        "$type": "color",
        "$description": "Signature mid-blue — the primary brand color introduced with the 2019 brand refresh. The in-bug wordmark, primary buttons, and the link color on linkedin.com all read in this blue.\n"
      },
      "linkedin-blue-dark": {
        "$value": "#004182",
        "$type": "color",
        "$description": "Darker blue for hover, pressed, and focus states on LinkedIn Blue — and the historical pre-2019 wordmark color region.\n"
      },
      "linkedin-blue-light": {
        "$value": "#378FE9",
        "$type": "color",
        "$description": "Lighter blue used for link affordances on dark surfaces and for hover hints on light surfaces.\n"
      },
      "linkedin-white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Canvas on light surfaces — the canonical LinkedIn product background."
      },
      "linkedin-near-white": {
        "$value": "#F4F2EE",
        "$type": "color",
        "$description": "Warm off-white background used on the LinkedIn feed and editorial pages."
      },
      "linkedin-black": {
        "$value": "#000000E6",
        "$type": "color",
        "$description": "Body and headline color — published as black at 90% opacity for use on white surfaces, balancing legibility with warmth.\n"
      },
      "linkedin-black-solid": {
        "$value": "#000000",
        "$type": "color",
        "$description": "Solid black — used in marketing and on the in-bug wordmark variants."
      },
      "linkedin-text-secondary": {
        "$value": "#00000099",
        "$type": "color",
        "$description": "Authored secondary text — black at 60% opacity for muted copy on white."
      },
      "linkedin-divider": {
        "$value": "#E0DFDC",
        "$type": "color",
        "$description": "Authored hairline divider tone on light canvas."
      },
      "linkedin-warm-orange": {
        "$value": "#E68523",
        "$type": "color",
        "$description": "Warm orange — used sparingly on LinkedIn marketing surfaces and illustration to signal warmth and humanity.\n"
      },
      "linkedin-green": {
        "$value": "#057642",
        "$type": "color",
        "$description": "Deep green — used in LinkedIn's product UI for \"open to work\" and positive status affordances.\n"
      },
      "linkedin-canvas-dark": {
        "$value": "#1B1F23",
        "$type": "color",
        "$description": "Authored dark-mode canvas for LinkedIn's product dark theme."
      },
      "linkedin-surface-dark": {
        "$value": "#2C3033",
        "$type": "color",
        "$description": "Authored elevated surface on dark mode."
      }
    },
    "roles": {
      "$description": "Semantic color roles (light mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.linkedin-white}",
        "$type": "color",
        "$description": "background role → LinkedIn White"
      },
      "surface": {
        "$value": "{color.swatches.linkedin-white}",
        "$type": "color",
        "$description": "surface role → LinkedIn White"
      },
      "surface-elevated": {
        "$value": "{color.swatches.linkedin-near-white}",
        "$type": "color",
        "$description": "surface-elevated role → LinkedIn Near-White"
      },
      "text-primary": {
        "$value": "{color.swatches.linkedin-black}",
        "$type": "color",
        "$description": "text-primary role → LinkedIn Black"
      },
      "text-secondary": {
        "$value": "{color.swatches.linkedin-text-secondary}",
        "$type": "color",
        "$description": "text-secondary role → LinkedIn Text Secondary"
      },
      "text-tertiary": {
        "$value": "{color.swatches.linkedin-text-secondary}",
        "$type": "color",
        "$description": "text-tertiary role → LinkedIn Text Secondary"
      },
      "primary": {
        "$value": "{color.swatches.linkedin-blue}",
        "$type": "color",
        "$description": "primary role → LinkedIn Blue"
      },
      "primary-hover": {
        "$value": "{color.swatches.linkedin-blue-dark}",
        "$type": "color",
        "$description": "primary-hover role → LinkedIn Blue Dark"
      },
      "accent": {
        "$value": "{color.swatches.linkedin-blue}",
        "$type": "color",
        "$description": "accent role → LinkedIn Blue"
      },
      "accent-hover": {
        "$value": "{color.swatches.linkedin-blue-dark}",
        "$type": "color",
        "$description": "accent-hover role → LinkedIn Blue Dark"
      },
      "warning": {
        "$value": "{color.swatches.linkedin-warm-orange}",
        "$type": "color",
        "$description": "warning role → LinkedIn Warm Orange"
      },
      "warning-hover": {
        "$value": "{color.swatches.linkedin-warm-orange}",
        "$type": "color",
        "$description": "warning-hover role → LinkedIn Warm Orange"
      },
      "error": {
        "$value": "{color.swatches.linkedin-warm-orange}",
        "$type": "color",
        "$description": "error role → LinkedIn Warm Orange"
      },
      "success": {
        "$value": "{color.swatches.linkedin-green}",
        "$type": "color",
        "$description": "success role → LinkedIn Green"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.linkedin-blue}",
          "$type": "color",
          "$description": "Brand role identity → LinkedIn Blue"
        },
        "on-identity": {
          "$value": "{color.swatches.linkedin-white}",
          "$type": "color",
          "$description": "Brand role on-identity → LinkedIn White"
        },
        "primary": {
          "$value": "{color.swatches.linkedin-blue}",
          "$type": "color",
          "$description": "Brand role primary → LinkedIn Blue"
        },
        "primary-hover": {
          "$value": "{color.swatches.linkedin-blue-dark}",
          "$type": "color",
          "$description": "Brand role primary-hover → LinkedIn Blue Dark"
        },
        "accent": {
          "$value": "{color.swatches.linkedin-blue}",
          "$type": "color",
          "$description": "Brand role accent → LinkedIn Blue"
        },
        "accent-hover": {
          "$value": "{color.swatches.linkedin-blue-dark}",
          "$type": "color",
          "$description": "Brand role accent-hover → LinkedIn Blue Dark"
        },
        "success": {
          "$value": "{color.swatches.linkedin-green}",
          "$type": "color",
          "$description": "Brand role success → LinkedIn Green"
        },
        "warning": {
          "$value": "{color.swatches.linkedin-warm-orange}",
          "$type": "color",
          "$description": "Brand role warning → LinkedIn Warm Orange"
        },
        "error": {
          "$value": "{color.swatches.linkedin-warm-orange}",
          "$type": "color",
          "$description": "Brand role error → LinkedIn Warm Orange"
        },
        "background-light": {
          "$value": "{color.swatches.linkedin-white}",
          "$type": "color",
          "$description": "Brand role background-light → LinkedIn White"
        },
        "background-dark": {
          "$value": "{color.swatches.linkedin-canvas-dark}",
          "$type": "color",
          "$description": "Brand role background-dark → LinkedIn Canvas Dark"
        },
        "surface-light": {
          "$value": "{color.swatches.linkedin-near-white}",
          "$type": "color",
          "$description": "Brand role surface-light → LinkedIn Near-White"
        },
        "surface-dark": {
          "$value": "{color.swatches.linkedin-surface-dark}",
          "$type": "color",
          "$description": "Brand role surface-dark → LinkedIn Surface Dark"
        },
        "text-primary-light": {
          "$value": "{color.swatches.linkedin-black}",
          "$type": "color",
          "$description": "Brand role text-primary-light → LinkedIn Black"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.linkedin-white}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → LinkedIn White"
        },
        "text-secondary-light": {
          "$value": "{color.swatches.linkedin-text-secondary}",
          "$type": "color",
          "$description": "Brand role text-secondary-light → LinkedIn Text Secondary"
        },
        "divider": {
          "$value": "{color.swatches.linkedin-divider}",
          "$type": "color",
          "$description": "Brand role divider → LinkedIn Divider"
        }
      }
    }
  },
  "font": {
    "$description": "Typography roles mapped to font atoms",
    "heading": {
      "family": {
        "$value": [
          "Source Sans 3",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "heading role → Source Sans 3 (source-sans-3@1.0.0)"
      },
      "weight": {
        "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": [
          "Source Sans 3",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "body role → Source Sans 3 (source-sans-3@1.0.0)"
      },
      "weight": {
        "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"
      }
    }
  }
}
