{
  "$description": "Brand: Sony — light mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette sony@1.0.0",
      "black": {
        "$value": "#000000",
        "$type": "color",
        "$description": "The Sony wordmark color. The brand has no chromatic primary — the identity is pure black on white.\n"
      },
      "white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Default page canvas; reverse wordmark fill on dark."
      },
      "gray-50": {
        "$value": "#EFEFEF",
        "$type": "color",
        "$description": "Light page surface tint."
      },
      "gray-100": {
        "$value": "#DADADA",
        "$type": "color",
        "$description": "Quiet rule / border on the white canvas."
      },
      "gray-200": {
        "$value": "#BFBFBF",
        "$type": "color",
        "$description": "Mid-light gray; disabled borders."
      },
      "gray-400": {
        "$value": "#898991",
        "$type": "color",
        "$description": "Mid-gray for inactive controls."
      },
      "gray-500": {
        "$value": "#767676",
        "$type": "color",
        "$description": "Tertiary text on the white canvas."
      },
      "gray-600": {
        "$value": "#656565",
        "$type": "color",
        "$description": "Secondary body text."
      },
      "gray-700": {
        "$value": "#363636",
        "$type": "color",
        "$description": "Elevated dark surface."
      },
      "gray-800": {
        "$value": "#262626",
        "$type": "color",
        "$description": "Dark surface; primary text on white."
      },
      "gray-900": {
        "$value": "#1F2024",
        "$type": "color",
        "$description": "Near-black canvas in dark-mode surfaces."
      },
      "action-blue": {
        "$value": "#186FA4",
        "$type": "color",
        "$description": "Primary link / action blue on the corporate template. Used inside paragraph text on the 2021 top template.\n"
      },
      "link-blue": {
        "$value": "#2D61BF",
        "$type": "color",
        "$description": "Inline link variant on the navigation chrome."
      },
      "focus-blue": {
        "$value": "#5E9DF4",
        "$type": "color",
        "$description": "Focus-ring / hover-affordance blue."
      },
      "accent-teal": {
        "$value": "#007263",
        "$type": "color",
        "$description": "Desaturated teal — category accent on dark surfaces."
      },
      "accent-purple": {
        "$value": "#5B2C6E",
        "$type": "color",
        "$description": "Desaturated purple — category accent."
      },
      "accent-magenta": {
        "$value": "#B62D76",
        "$type": "color",
        "$description": "Desaturated magenta — category accent."
      },
      "accent-orange": {
        "$value": "#BC5B00",
        "$type": "color",
        "$description": "Burnt orange — category accent."
      },
      "accent-olive": {
        "$value": "#577515",
        "$type": "color",
        "$description": "Desaturated olive — category accent."
      },
      "accent-rust": {
        "$value": "#B83744",
        "$type": "color",
        "$description": "Desaturated rust red — category accent."
      }
    },
    "roles": {
      "$description": "Semantic color roles (light mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.white}",
        "$type": "color",
        "$description": "background role → White"
      },
      "surface": {
        "$value": "{color.swatches.gray-50}",
        "$type": "color",
        "$description": "surface role → Gray 50"
      },
      "surface-elevated": {
        "$value": "{color.swatches.white}",
        "$type": "color",
        "$description": "surface-elevated role → White"
      },
      "text-primary": {
        "$value": "{color.swatches.gray-800}",
        "$type": "color",
        "$description": "text-primary role → Gray 800"
      },
      "text-secondary": {
        "$value": "{color.swatches.gray-600}",
        "$type": "color",
        "$description": "text-secondary role → Gray 600"
      },
      "text-tertiary": {
        "$value": "{color.swatches.gray-500}",
        "$type": "color",
        "$description": "text-tertiary role → Gray 500"
      },
      "primary": {
        "$value": "{color.swatches.black}",
        "$type": "color",
        "$description": "primary role → Black"
      },
      "primary-hover": {
        "$value": "{color.swatches.gray-800}",
        "$type": "color",
        "$description": "primary-hover role → Gray 800"
      },
      "accent": {
        "$value": "{color.swatches.action-blue}",
        "$type": "color",
        "$description": "accent role → Action Blue"
      },
      "accent-hover": {
        "$value": "{color.swatches.link-blue}",
        "$type": "color",
        "$description": "accent-hover role → Link Blue"
      },
      "border": {
        "$value": "{color.swatches.gray-100}",
        "$type": "color",
        "$description": "border role → Gray 100"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.white}",
          "$type": "color",
          "$description": "Brand role identity → White"
        },
        "on-identity": {
          "$value": "{color.swatches.black}",
          "$type": "color",
          "$description": "Brand role on-identity → Black"
        },
        "primary": {
          "$value": "{color.swatches.black}",
          "$type": "color",
          "$description": "Brand role primary → Black"
        },
        "primary-hover": {
          "$value": "{color.swatches.gray-800}",
          "$type": "color",
          "$description": "Brand role primary-hover → Gray 800"
        },
        "accent": {
          "$value": "{color.swatches.action-blue}",
          "$type": "color",
          "$description": "Brand role accent → Action Blue"
        },
        "accent-hover": {
          "$value": "{color.swatches.link-blue}",
          "$type": "color",
          "$description": "Brand role accent-hover → Link Blue"
        },
        "mark": {
          "$value": "{color.swatches.black}",
          "$type": "color",
          "$description": "Brand role mark → Black"
        },
        "background-light": {
          "$value": "{color.swatches.white}",
          "$type": "color",
          "$description": "Brand role background-light → White"
        },
        "background-dark": {
          "$value": "{color.swatches.gray-900}",
          "$type": "color",
          "$description": "Brand role background-dark → Gray 900"
        },
        "surface-light": {
          "$value": "{color.swatches.gray-50}",
          "$type": "color",
          "$description": "Brand role surface-light → Gray 50"
        },
        "surface-dark": {
          "$value": "{color.swatches.gray-700}",
          "$type": "color",
          "$description": "Brand role surface-dark → Gray 700"
        },
        "text-primary-light": {
          "$value": "{color.swatches.gray-800}",
          "$type": "color",
          "$description": "Brand role text-primary-light → Gray 800"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.white}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → White"
        },
        "text-secondary-light": {
          "$value": "{color.swatches.gray-600}",
          "$type": "color",
          "$description": "Brand role text-secondary-light → Gray 600"
        },
        "text-tertiary-light": {
          "$value": "{color.swatches.gray-500}",
          "$type": "color",
          "$description": "Brand role text-tertiary-light → Gray 500"
        },
        "border-light": {
          "$value": "{color.swatches.gray-100}",
          "$type": "color",
          "$description": "Brand role border-light → Gray 100"
        }
      }
    }
  },
  "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"
      }
    }
  }
}
