{
  "$description": "Brand: Wired — dark mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette wired@1.0.0",
      "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."
      }
    },
    "roles": {
      "$description": "Semantic color roles (dark mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.black}",
        "$type": "color",
        "$description": "background role → Black"
      },
      "surface": {
        "$value": "{color.swatches.espresso}",
        "$type": "color",
        "$description": "surface role → Espresso"
      },
      "surface-elevated": {
        "$value": "{color.swatches.espresso}",
        "$type": "color",
        "$description": "surface-elevated role → Espresso"
      },
      "text-primary": {
        "$value": "{color.swatches.cream}",
        "$type": "color",
        "$description": "text-primary role → Cream"
      },
      "text-secondary": {
        "$value": "{color.swatches.cream-pale}",
        "$type": "color",
        "$description": "text-secondary role → Cream Pale"
      },
      "text-tertiary": {
        "$value": "{color.swatches.gray-divider}",
        "$type": "color",
        "$description": "text-tertiary role → Gray Divider"
      },
      "primary": {
        "$value": "{color.swatches.signature-red}",
        "$type": "color",
        "$description": "primary role → Signature Red"
      },
      "primary-hover": {
        "$value": "{color.swatches.signature-red-bright}",
        "$type": "color",
        "$description": "primary-hover role → Signature Red Bright"
      },
      "accent": {
        "$value": "{color.swatches.kicker-yellow}",
        "$type": "color",
        "$description": "accent role → Kicker Yellow"
      },
      "accent-hover": {
        "$value": "{color.swatches.kicker-yellow-warm}",
        "$type": "color",
        "$description": "accent-hover role → Kicker Yellow Warm"
      },
      "warning": {
        "$value": "{color.swatches.amber}",
        "$type": "color",
        "$description": "warning role → Amber"
      },
      "error": {
        "$value": "{color.swatches.signature-red-bright}",
        "$type": "color",
        "$description": "error role → Signature Red Bright"
      },
      "border": {
        "$value": "{color.swatches.espresso}",
        "$type": "color",
        "$description": "border role → Espresso"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.cream}",
          "$type": "color",
          "$description": "Brand role identity → Cream"
        },
        "on-identity": {
          "$value": "{color.swatches.black}",
          "$type": "color",
          "$description": "Brand role on-identity → Black"
        },
        "primary": {
          "$value": "{color.swatches.signature-red}",
          "$type": "color",
          "$description": "Brand role primary → Signature Red"
        },
        "primary-hover": {
          "$value": "{color.swatches.signature-red-deep}",
          "$type": "color",
          "$description": "Brand role primary-hover → Signature Red Deep"
        },
        "accent": {
          "$value": "{color.swatches.kicker-yellow}",
          "$type": "color",
          "$description": "Brand role accent → Kicker Yellow"
        },
        "accent-hover": {
          "$value": "{color.swatches.amber}",
          "$type": "color",
          "$description": "Brand role accent-hover → Amber"
        },
        "mark": {
          "$value": "{color.swatches.signature-red}",
          "$type": "color",
          "$description": "Brand role mark → Signature Red"
        },
        "warning": {
          "$value": "{color.swatches.amber}",
          "$type": "color",
          "$description": "Brand role warning → Amber"
        },
        "error": {
          "$value": "{color.swatches.signature-red-deep}",
          "$type": "color",
          "$description": "Brand role error → Signature Red Deep"
        },
        "text-primary-light": {
          "$value": "{color.swatches.black}",
          "$type": "color",
          "$description": "Brand role text-primary-light → Black"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.cream}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → Cream"
        },
        "background-light": {
          "$value": "{color.swatches.cream}",
          "$type": "color",
          "$description": "Brand role background-light → Cream"
        },
        "background-dark": {
          "$value": "{color.swatches.black}",
          "$type": "color",
          "$description": "Brand role background-dark → Black"
        },
        "surface-light": {
          "$value": "{color.swatches.cream-light}",
          "$type": "color",
          "$description": "Brand role surface-light → Cream Light"
        },
        "surface-dark": {
          "$value": "{color.swatches.espresso}",
          "$type": "color",
          "$description": "Brand role surface-dark → Espresso"
        },
        "text-secondary-light": {
          "$value": "{color.swatches.espresso}",
          "$type": "color",
          "$description": "Brand role text-secondary-light → Espresso"
        },
        "text-tertiary-light": {
          "$value": "{color.swatches.gray-divider}",
          "$type": "color",
          "$description": "Brand role text-tertiary-light → Gray Divider"
        },
        "border-light": {
          "$value": "{color.swatches.gray-divider}",
          "$type": "color",
          "$description": "Brand role border-light → Gray Divider"
        }
      }
    }
  },
  "font": {
    "$description": "Typography roles mapped to font atoms",
    "heading": {
      "family": {
        "$value": [
          "Playfair Display",
          "Iowan Old Style",
          "Apple Garamond",
          "Baskerville",
          "Times New Roman",
          "serif"
        ],
        "$type": "fontFamily",
        "$description": "heading role → Playfair Display (playfair-display@1.0.0)"
      },
      "weight": {
        "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": [
          "PT Serif",
          "Charter",
          "Georgia",
          "Times New Roman",
          "serif"
        ],
        "$type": "fontFamily",
        "$description": "body role → PT Serif (pt-serif@1.0.0)"
      },
      "weight": {
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "sans": {
      "family": {
        "$value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "sans 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"
      }
    }
  }
}
