{
  "$themes": [
    {
      "id": "light",
      "name": "Light",
      "selectedTokenSets": {
        "global": "enabled",
        "role-light": "enabled",
        "brand": "enabled"
      }
    },
    {
      "id": "dark",
      "name": "Dark",
      "selectedTokenSets": {
        "global": "enabled",
        "role-dark": "enabled",
        "brand": "enabled"
      }
    }
  ],
  "global": {
    "color": {
      "postbox": {
        "value": "#B80000",
        "type": "color",
        "description": "BBC signature red — the brand's primary identity color."
      },
      "postbox-30": {
        "value": "#EAB3B3",
        "type": "color",
        "description": "Light tint of postbox — quiet emphasis backgrounds."
      },
      "black": {
        "value": "#000000",
        "type": "color",
        "description": "BBC blocks logo black; the primary text on white."
      },
      "ebon": {
        "value": "#222222",
        "type": "color",
        "description": "Body text on light surfaces."
      },
      "midnight-black": {
        "value": "#121212",
        "type": "color",
        "description": "Dark-mode canvas; the deep BBC night surface."
      },
      "white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Page canvas — bright BBC background."
      },
      "ghost": {
        "value": "#FDFDFD",
        "type": "color",
        "description": "Faintly warm off-white — large-area canvas alternative."
      },
      "chalk": {
        "value": "#ECEAE7",
        "type": "color",
        "description": "Warm neutral background — the BBC paper tone."
      },
      "oat-light": {
        "value": "#F5F3F1",
        "type": "color",
        "description": "Lighter warm-paper tone for elevated surfaces."
      },
      "lunar": {
        "value": "#F2F2F2",
        "type": "color",
        "description": "Cool quiet surface; alternate page tint."
      },
      "lunar-light": {
        "value": "#F8F8F8",
        "type": "color",
        "description": "Lightest cool surface — quiet inset."
      },
      "grey-3": {
        "value": "#E6E8EA",
        "type": "color",
        "description": "Hairline divider; quiet card border."
      },
      "grey-4": {
        "value": "#B0B2B4",
        "type": "color",
        "description": "Disabled / decorative border weight."
      },
      "grey-5": {
        "value": "#8A8C8E",
        "type": "color",
        "description": "Quiet meta text on light surface."
      },
      "grey-6": {
        "value": "#545658",
        "type": "color",
        "description": "Secondary body text."
      },
      "grey-7": {
        "value": "#3A3C3E",
        "type": "color",
        "description": "Dark surface; secondary text on dark."
      },
      "service-neutral": {
        "value": "#0071F1",
        "type": "color",
        "description": "Service-neutral link blue."
      },
      "service-neutral-dark": {
        "value": "#0051AD",
        "type": "color",
        "description": "Pressed / active variant of service-neutral."
      },
      "live-core": {
        "value": "#009E9E",
        "type": "color",
        "description": "BBC LIVE teal — live-coverage status color."
      },
      "live-light": {
        "value": "#00CCC7",
        "type": "color",
        "description": "Brighter LIVE teal for dark surfaces."
      },
      "sport-yellow": {
        "value": "#FFD230",
        "type": "color",
        "description": "BBC Sport accent yellow."
      },
      "error-core": {
        "value": "#E51854",
        "type": "color",
        "description": "Error / failure state color (Simorgh standard)."
      },
      "success-core": {
        "value": "#148A00",
        "type": "color",
        "description": "Confirmation / success state."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "mono": {
        "value": [
          "JetBrainsMono Nerd Font",
          "JetBrains Mono",
          "Fira Code",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.chalk}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.ebon}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.grey-6}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.grey-5}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.postbox}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.service-neutral-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.postbox}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.service-neutral}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.sport-yellow}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.error-core}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.success-core}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.grey-3}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.midnight-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.grey-7}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.grey-6}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.grey-3}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.grey-4}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.postbox}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.postbox-30}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.postbox}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.live-light}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.sport-yellow}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.error-core}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.success-core}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.grey-6}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.postbox}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.postbox}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.service-neutral-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.postbox}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.live-core}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.postbox}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.success-core}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.sport-yellow}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.error-core}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.ebon}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.midnight-black}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.chalk}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.grey-7}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.grey-6}",
        "type": "color"
      },
      "text-tertiary-light": {
        "value": "{global.color.grey-5}",
        "type": "color"
      },
      "border-light": {
        "value": "{global.color.grey-3}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "BBC",
    "ref": "bbc@1.0.0",
    "paletteRef": "bbc@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
