{
  "$description": "Brand: Reuters — light mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette reuters@1.0.0",
      "tr-orange": {
        "$value": "#FA6400",
        "$type": "color",
        "$description": "The signature Reuters orange — the wire-service identity color."
      },
      "tr-dark-orange": {
        "$value": "#DC4300",
        "$type": "color",
        "$description": "Pressed / active variant of Reuters orange."
      },
      "tr-light-orange": {
        "$value": "#FFA100",
        "$type": "color",
        "$description": "Lighter orange — quiet accent and graphic ramps."
      },
      "tr-dark-blue": {
        "$value": "#005DA2",
        "$type": "color",
        "$description": "Trusted-source link blue; the deep Reuters navy."
      },
      "tr-light-blue": {
        "$value": "#0099C4",
        "$type": "color",
        "$description": "Brighter link blue for hover and emphasis."
      },
      "tr-muted-blue": {
        "$value": "#4386B9",
        "$type": "color",
        "$description": "Calm secondary blue for muted contexts."
      },
      "tr-lighter-blue": {
        "$value": "#7FACCE",
        "$type": "color",
        "$description": "Light tint of muted blue — chart fills."
      },
      "tr-superlight-blue": {
        "$value": "#E5EEF5",
        "$type": "color",
        "$description": "Faint blue surface tint for inset panels."
      },
      "tr-dark-grey": {
        "$value": "#404040",
        "$type": "color",
        "$description": "Primary text — the body ink Reuters renders on white."
      },
      "tr-medium-grey": {
        "$value": "#666666",
        "$type": "color",
        "$description": "Secondary text; deck and byline weight."
      },
      "tr-light-grey": {
        "$value": "#AFAFAF",
        "$type": "color",
        "$description": "Tertiary meta text; quiet captions."
      },
      "tr-muted-grey": {
        "$value": "#D0D0D0",
        "$type": "color",
        "$description": "Divider and hairline rule weight."
      },
      "tr-hover-grey": {
        "$value": "#F8F8F8",
        "$type": "color",
        "$description": "Hover surface; alternating row tint."
      },
      "tr-light-muted-grey": {
        "$value": "#F4F4F4",
        "$type": "color",
        "$description": "Quiet inset surface."
      },
      "tr-ultra-light-grey": {
        "$value": "#FAFAFA",
        "$type": "color",
        "$description": "Lightest surface — quiet card background."
      },
      "tr-dark-red": {
        "$value": "#A00000",
        "$type": "color",
        "$description": "Deep red — breaking-news bridges and errors."
      },
      "tr-light-red": {
        "$value": "#DC0A0A",
        "$type": "color",
        "$description": "Brighter alert red."
      },
      "tr-dark-green": {
        "$value": "#387C2B",
        "$type": "color",
        "$description": "Confirmation / positive change green."
      },
      "tr-light-green": {
        "$value": "#77A22D",
        "$type": "color",
        "$description": "Brighter green for positive states."
      },
      "tr-dark-purple": {
        "$value": "#621F95",
        "$type": "color",
        "$description": "Editorial accent purple — opinion/analysis tags."
      },
      "tr-light-purple": {
        "$value": "#6E3AB7",
        "$type": "color",
        "$description": "Lighter purple — secondary editorial accent."
      },
      "black": {
        "$value": "#000000",
        "$type": "color",
        "$description": "Mark / wordmark fill."
      },
      "white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Page canvas — the bright Reuters background."
      }
    },
    "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.tr-ultra-light-grey}",
        "$type": "color",
        "$description": "surface role → Reuters Ultra Light Grey"
      },
      "surface-elevated": {
        "$value": "{color.swatches.white}",
        "$type": "color",
        "$description": "surface-elevated role → White"
      },
      "text-primary": {
        "$value": "{color.swatches.tr-dark-grey}",
        "$type": "color",
        "$description": "text-primary role → Reuters Dark Grey"
      },
      "text-secondary": {
        "$value": "{color.swatches.tr-medium-grey}",
        "$type": "color",
        "$description": "text-secondary role → Reuters Medium Grey"
      },
      "text-tertiary": {
        "$value": "{color.swatches.tr-light-grey}",
        "$type": "color",
        "$description": "text-tertiary role → Reuters Light Grey"
      },
      "primary": {
        "$value": "{color.swatches.tr-dark-blue}",
        "$type": "color",
        "$description": "primary role → Reuters Dark Blue"
      },
      "primary-hover": {
        "$value": "{color.swatches.tr-light-blue}",
        "$type": "color",
        "$description": "primary-hover role → Reuters Light Blue"
      },
      "accent": {
        "$value": "{color.swatches.tr-orange}",
        "$type": "color",
        "$description": "accent role → Reuters Orange"
      },
      "accent-hover": {
        "$value": "{color.swatches.tr-dark-orange}",
        "$type": "color",
        "$description": "accent-hover role → Reuters Dark Orange"
      },
      "warning": {
        "$value": "{color.swatches.tr-light-orange}",
        "$type": "color",
        "$description": "warning role → Reuters Light Orange"
      },
      "error": {
        "$value": "{color.swatches.tr-dark-red}",
        "$type": "color",
        "$description": "error role → Reuters Dark Red"
      },
      "success": {
        "$value": "{color.swatches.tr-dark-green}",
        "$type": "color",
        "$description": "success role → Reuters Dark Green"
      },
      "border": {
        "$value": "{color.swatches.tr-muted-grey}",
        "$type": "color",
        "$description": "border role → Reuters Muted Grey"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.tr-orange}",
          "$type": "color",
          "$description": "Brand role identity → Reuters Orange"
        },
        "on-identity": {
          "$value": "{color.swatches.white}",
          "$type": "color",
          "$description": "Brand role on-identity → White"
        },
        "primary": {
          "$value": "{color.swatches.tr-dark-blue}",
          "$type": "color",
          "$description": "Brand role primary → Reuters Dark Blue"
        },
        "primary-hover": {
          "$value": "{color.swatches.tr-light-blue}",
          "$type": "color",
          "$description": "Brand role primary-hover → Reuters Light Blue"
        },
        "accent": {
          "$value": "{color.swatches.tr-orange}",
          "$type": "color",
          "$description": "Brand role accent → Reuters Orange"
        },
        "accent-hover": {
          "$value": "{color.swatches.tr-dark-orange}",
          "$type": "color",
          "$description": "Brand role accent-hover → Reuters Dark Orange"
        },
        "mark": {
          "$value": "{color.swatches.tr-orange}",
          "$type": "color",
          "$description": "Brand role mark → Reuters Orange"
        },
        "success": {
          "$value": "{color.swatches.tr-dark-green}",
          "$type": "color",
          "$description": "Brand role success → Reuters Dark Green"
        },
        "warning": {
          "$value": "{color.swatches.tr-light-orange}",
          "$type": "color",
          "$description": "Brand role warning → Reuters Light Orange"
        },
        "error": {
          "$value": "{color.swatches.tr-dark-red}",
          "$type": "color",
          "$description": "Brand role error → Reuters Dark Red"
        },
        "text-primary-light": {
          "$value": "{color.swatches.tr-dark-grey}",
          "$type": "color",
          "$description": "Brand role text-primary-light → Reuters Dark Grey"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.white}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → White"
        },
        "background-light": {
          "$value": "{color.swatches.white}",
          "$type": "color",
          "$description": "Brand role background-light → White"
        },
        "background-dark": {
          "$value": "{color.swatches.tr-dark-grey}",
          "$type": "color",
          "$description": "Brand role background-dark → Reuters Dark Grey"
        },
        "surface-light": {
          "$value": "{color.swatches.tr-ultra-light-grey}",
          "$type": "color",
          "$description": "Brand role surface-light → Reuters Ultra Light Grey"
        },
        "surface-dark": {
          "$value": "{color.swatches.tr-medium-grey}",
          "$type": "color",
          "$description": "Brand role surface-dark → Reuters Medium Grey"
        },
        "text-secondary-light": {
          "$value": "{color.swatches.tr-medium-grey}",
          "$type": "color",
          "$description": "Brand role text-secondary-light → Reuters Medium Grey"
        },
        "text-tertiary-light": {
          "$value": "{color.swatches.tr-light-grey}",
          "$type": "color",
          "$description": "Brand role text-tertiary-light → Reuters Light Grey"
        },
        "border-light": {
          "$value": "{color.swatches.tr-muted-grey}",
          "$type": "color",
          "$description": "Brand role border-light → Reuters Muted Grey"
        }
      }
    }
  },
  "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"
      }
    },
    "serif": {
      "family": {
        "$value": [
          "PT Serif",
          "Charter",
          "Georgia",
          "Times New Roman",
          "serif"
        ],
        "$type": "fontFamily",
        "$description": "serif role → PT Serif (pt-serif@1.0.0)"
      },
      "weight": {
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$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"
      }
    }
  }
}
