{
  "$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": {
      "black": {
        "value": "#000000",
        "type": "color",
        "description": "Primary ink — the Wired absolute black."
      },
      "espresso": {
        "value": "#2B1000",
        "type": "color",
        "description": "Warm dark brown — body emphasis and feature surface."
      },
      "cream": {
        "value": "#FAF8F1",
        "type": "color",
        "description": "Newsprint-like cream canvas — the Wired paper tone."
      },
      "cream-light": {
        "value": "#FEFCF5",
        "type": "color",
        "description": "Lighter cream — quiet inset surface."
      },
      "cream-pale": {
        "value": "#F9F7EF",
        "type": "color",
        "description": "Pale cream — alternate background."
      },
      "white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Bright white — high-contrast canvas alternate."
      },
      "gray-divider": {
        "value": "#E5E5E5",
        "type": "color",
        "description": "Quiet rule weight."
      },
      "signature-red": {
        "value": "#EB0000",
        "type": "color",
        "description": "The Wired masthead red — the brand's identity color."
      },
      "signature-red-deep": {
        "value": "#D00000",
        "type": "color",
        "description": "Deeper red — pressed and editorial emphasis."
      },
      "signature-red-bright": {
        "value": "#FF3030",
        "type": "color",
        "description": "Brighter red for live-update pulses and accents."
      },
      "red-faint": {
        "value": "#FFB0B0",
        "type": "color",
        "description": "Pale red surface tint."
      },
      "kicker-yellow": {
        "value": "#FDC11C",
        "type": "color",
        "description": "Section-tag yellow — the kicker accent."
      },
      "kicker-yellow-warm": {
        "value": "#FFC035",
        "type": "color",
        "description": "Warmer yellow variant; quiet kicker."
      },
      "amber": {
        "value": "#FFA922",
        "type": "color",
        "description": "Amber accent — feature highlights."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Playfair Display",
        "type": "fontFamilies",
        "description": "playfair-display@1.0.0 · serif"
      },
      "body": {
        "value": "PT Serif",
        "type": "fontFamilies",
        "description": "pt-serif@1.0.0 · serif"
      },
      "sans": {
        "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": [
          "Playfair Display",
          "Iowan Old Style",
          "Apple Garamond",
          "Baskerville",
          "Times New Roman",
          "serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "PT Serif",
          "Charter",
          "Georgia",
          "Times New Roman",
          "serif"
        ],
        "type": "fontFamilies"
      },
      "sans": {
        "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.cream}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.cream-light}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.espresso}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.gray-divider}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.signature-red}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.signature-red-deep}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.kicker-yellow}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.amber}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.amber}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.signature-red-deep}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.gray-divider}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.espresso}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.espresso}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.cream}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.cream-pale}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.gray-divider}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.signature-red}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.signature-red-bright}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.kicker-yellow}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.kicker-yellow-warm}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.amber}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.signature-red-bright}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.espresso}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.cream}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.signature-red}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.signature-red-deep}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.kicker-yellow}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.amber}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.signature-red}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.amber}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.signature-red-deep}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.cream}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.cream}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.cream-light}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.espresso}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.espresso}",
        "type": "color"
      },
      "text-tertiary-light": {
        "value": "{global.color.gray-divider}",
        "type": "color"
      },
      "border-light": {
        "value": "{global.color.gray-divider}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Wired",
    "ref": "wired@1.0.0",
    "paletteRef": "wired@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
