{
  "$description": "Brand: Bluesky — light mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette bluesky@1.0.0",
      "bluesky-blue": {
        "$value": "#0085FF",
        "$type": "color",
        "$description": "Signature sky-blue — the primary brand color. The Bluesky butterfly mark, the wordmark, and primary CTAs on bsky.app all render in this hue. Verified hex via the simple-icons brand database citing bsky.app.\n"
      },
      "bluesky-blue-dark": {
        "$value": "#0068C9",
        "$type": "color",
        "$description": "Authored darker blue for hover, pressed, and active states on the primary CTA."
      },
      "bluesky-blue-light": {
        "$value": "#4FA9FF",
        "$type": "color",
        "$description": "Authored lighter blue for link affordances on the dark canvas."
      },
      "bluesky-white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Canonical light canvas — bsky.app's light theme surface."
      },
      "bluesky-near-white": {
        "$value": "#F1F3F5",
        "$type": "color",
        "$description": "Authored panel surface on light mode."
      },
      "bluesky-text-primary": {
        "$value": "#0B0F14",
        "$type": "color",
        "$description": "Authored body text and headline color on light backgrounds."
      },
      "bluesky-text-secondary": {
        "$value": "#42576C",
        "$type": "color",
        "$description": "Authored secondary text on light backgrounds."
      },
      "bluesky-text-tertiary": {
        "$value": "#788EA4",
        "$type": "color",
        "$description": "Authored tertiary / muted text on light backgrounds."
      },
      "bluesky-divider-light": {
        "$value": "#D4DBE2",
        "$type": "color",
        "$description": "Authored hairline divider on light canvas."
      },
      "bluesky-canvas-dark": {
        "$value": "#0B0F14",
        "$type": "color",
        "$description": "Authored dark canvas matching bsky.app's dark theme — a deep near-black with a cool blue undertone.\n"
      },
      "bluesky-surface-dark": {
        "$value": "#161E27",
        "$type": "color",
        "$description": "Authored elevated surface on the dark canvas."
      },
      "bluesky-surface-elevated-dark": {
        "$value": "#1E2936",
        "$type": "color",
        "$description": "Authored deepest-elevated surface on dark mode — modals, popovers."
      },
      "bluesky-text-on-dark": {
        "$value": "#F1F3F5",
        "$type": "color",
        "$description": "Primary text on the dark canvas."
      },
      "bluesky-text-secondary-dark": {
        "$value": "#A5B6C8",
        "$type": "color",
        "$description": "Authored secondary text on the dark canvas."
      },
      "bluesky-divider-dark": {
        "$value": "#2C3A4A",
        "$type": "color",
        "$description": "Authored hairline divider on the dark canvas."
      },
      "bluesky-green": {
        "$value": "#1A7F37",
        "$type": "color",
        "$description": "Authored success accent for status affordances."
      },
      "bluesky-yellow": {
        "$value": "#D9A026",
        "$type": "color",
        "$description": "Authored warning accent."
      },
      "bluesky-red": {
        "$value": "#E5484D",
        "$type": "color",
        "$description": "Authored error / destructive accent."
      }
    },
    "roles": {
      "$description": "Semantic color roles (light mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.bluesky-white}",
        "$type": "color",
        "$description": "background role → Bluesky White"
      },
      "surface": {
        "$value": "{color.swatches.bluesky-near-white}",
        "$type": "color",
        "$description": "surface role → Bluesky Near-White"
      },
      "surface-elevated": {
        "$value": "{color.swatches.bluesky-white}",
        "$type": "color",
        "$description": "surface-elevated role → Bluesky White"
      },
      "text-primary": {
        "$value": "{color.swatches.bluesky-text-primary}",
        "$type": "color",
        "$description": "text-primary role → Bluesky Text Primary"
      },
      "text-secondary": {
        "$value": "{color.swatches.bluesky-text-secondary}",
        "$type": "color",
        "$description": "text-secondary role → Bluesky Text Secondary"
      },
      "text-tertiary": {
        "$value": "{color.swatches.bluesky-text-tertiary}",
        "$type": "color",
        "$description": "text-tertiary role → Bluesky Text Tertiary"
      },
      "primary": {
        "$value": "{color.swatches.bluesky-blue}",
        "$type": "color",
        "$description": "primary role → Bluesky Blue"
      },
      "primary-hover": {
        "$value": "{color.swatches.bluesky-blue-dark}",
        "$type": "color",
        "$description": "primary-hover role → Bluesky Blue Dark"
      },
      "accent": {
        "$value": "{color.swatches.bluesky-blue}",
        "$type": "color",
        "$description": "accent role → Bluesky Blue"
      },
      "accent-hover": {
        "$value": "{color.swatches.bluesky-blue-dark}",
        "$type": "color",
        "$description": "accent-hover role → Bluesky Blue Dark"
      },
      "warning": {
        "$value": "{color.swatches.bluesky-yellow}",
        "$type": "color",
        "$description": "warning role → Bluesky Yellow"
      },
      "warning-hover": {
        "$value": "{color.swatches.bluesky-yellow}",
        "$type": "color",
        "$description": "warning-hover role → Bluesky Yellow"
      },
      "error": {
        "$value": "{color.swatches.bluesky-red}",
        "$type": "color",
        "$description": "error role → Bluesky Red"
      },
      "success": {
        "$value": "{color.swatches.bluesky-green}",
        "$type": "color",
        "$description": "success role → Bluesky Green"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.bluesky-blue}",
          "$type": "color",
          "$description": "Brand role identity → Bluesky Blue"
        },
        "on-identity": {
          "$value": "{color.swatches.bluesky-white}",
          "$type": "color",
          "$description": "Brand role on-identity → Bluesky White"
        },
        "primary": {
          "$value": "{color.swatches.bluesky-blue}",
          "$type": "color",
          "$description": "Brand role primary → Bluesky Blue"
        },
        "primary-hover": {
          "$value": "{color.swatches.bluesky-blue-dark}",
          "$type": "color",
          "$description": "Brand role primary-hover → Bluesky Blue Dark"
        },
        "accent": {
          "$value": "{color.swatches.bluesky-blue}",
          "$type": "color",
          "$description": "Brand role accent → Bluesky Blue"
        },
        "accent-hover": {
          "$value": "{color.swatches.bluesky-blue-dark}",
          "$type": "color",
          "$description": "Brand role accent-hover → Bluesky Blue Dark"
        },
        "success": {
          "$value": "{color.swatches.bluesky-green}",
          "$type": "color",
          "$description": "Brand role success → Bluesky Green"
        },
        "warning": {
          "$value": "{color.swatches.bluesky-yellow}",
          "$type": "color",
          "$description": "Brand role warning → Bluesky Yellow"
        },
        "error": {
          "$value": "{color.swatches.bluesky-red}",
          "$type": "color",
          "$description": "Brand role error → Bluesky Red"
        },
        "background-light": {
          "$value": "{color.swatches.bluesky-white}",
          "$type": "color",
          "$description": "Brand role background-light → Bluesky White"
        },
        "background-dark": {
          "$value": "{color.swatches.bluesky-canvas-dark}",
          "$type": "color",
          "$description": "Brand role background-dark → Bluesky Canvas Dark"
        },
        "surface-light": {
          "$value": "{color.swatches.bluesky-near-white}",
          "$type": "color",
          "$description": "Brand role surface-light → Bluesky Near-White"
        },
        "surface-dark": {
          "$value": "{color.swatches.bluesky-surface-dark}",
          "$type": "color",
          "$description": "Brand role surface-dark → Bluesky Surface Dark"
        },
        "surface-elevated-dark": {
          "$value": "{color.swatches.bluesky-surface-elevated-dark}",
          "$type": "color",
          "$description": "Brand role surface-elevated-dark → Bluesky Surface Elevated Dark"
        },
        "text-primary-light": {
          "$value": "{color.swatches.bluesky-text-primary}",
          "$type": "color",
          "$description": "Brand role text-primary-light → Bluesky Text Primary"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.bluesky-text-on-dark}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → Bluesky Text on Dark"
        },
        "text-secondary-light": {
          "$value": "{color.swatches.bluesky-text-secondary}",
          "$type": "color",
          "$description": "Brand role text-secondary-light → Bluesky Text Secondary"
        },
        "text-secondary-dark": {
          "$value": "{color.swatches.bluesky-text-secondary-dark}",
          "$type": "color",
          "$description": "Brand role text-secondary-dark → Bluesky Text Secondary on Dark"
        },
        "divider-light": {
          "$value": "{color.swatches.bluesky-divider-light}",
          "$type": "color",
          "$description": "Brand role divider-light → Bluesky Divider Light"
        },
        "divider-dark": {
          "$value": "{color.swatches.bluesky-divider-dark}",
          "$type": "color",
          "$description": "Brand role divider-dark → Bluesky Divider Dark"
        }
      }
    }
  },
  "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"
      }
    }
  }
}
