{
  "$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": {
      "gray-0": {
        "value": "#000000",
        "type": "color",
        "description": "WPDS gray0 — absolute black; mark fills."
      },
      "gray-20": {
        "value": "#111111",
        "type": "color",
        "description": "WPDS gray20 — primary text; the WaPo ink."
      },
      "gray-40": {
        "value": "#2A2A2A",
        "type": "color",
        "description": "WPDS gray40 — heading deck and body emphasis."
      },
      "gray-60": {
        "value": "#494949",
        "type": "color",
        "description": "WPDS gray60 — secondary text."
      },
      "gray-80": {
        "value": "#666666",
        "type": "color",
        "description": "WPDS gray80 — accessible quiet text on white."
      },
      "gray-100": {
        "value": "#737373",
        "type": "color",
        "description": "WPDS gray100 — meta text; tertiary surfaces."
      },
      "gray-200": {
        "value": "#AAAAAA",
        "type": "color",
        "description": "WPDS gray200 — divider weight."
      },
      "gray-300": {
        "value": "#D4D4D4",
        "type": "color",
        "description": "WPDS gray300 — border on light."
      },
      "gray-400": {
        "value": "#E9E9E9",
        "type": "color",
        "description": "WPDS gray400 — quiet surface tint."
      },
      "gray-500": {
        "value": "#F0F0F0",
        "type": "color",
        "description": "WPDS gray500 — alternating row tint."
      },
      "gray-600": {
        "value": "#F7F7F7",
        "type": "color",
        "description": "WPDS gray600 — subtle inset surface."
      },
      "gray-700": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "WPDS gray700 — white canvas."
      },
      "blue-40": {
        "value": "#0A3258",
        "type": "color",
        "description": "WPDS blue40 — deepest navy ink-blue."
      },
      "blue-60": {
        "value": "#0F4B84",
        "type": "color",
        "description": "WPDS blue60 — heading-blue and trusted-source link."
      },
      "blue-80": {
        "value": "#1366B3",
        "type": "color",
        "description": "WPDS blue80 — quiet primary on dark surfaces."
      },
      "blue-100": {
        "value": "#166DFC",
        "type": "color",
        "description": "WPDS blue100 — primary CTA blue."
      },
      "blue-200": {
        "value": "#5784C5",
        "type": "color",
        "description": "WPDS blue200 — calmer link on lighter contexts."
      },
      "red-60": {
        "value": "#8E1F1B",
        "type": "color",
        "description": "WPDS red60 — deep newsroom red."
      },
      "red-80": {
        "value": "#BE2C25",
        "type": "color",
        "description": "WPDS red80 — emphasis and breaking-news pulse."
      },
      "red-100": {
        "value": "#EA0017",
        "type": "color",
        "description": "WPDS red100 — masthead-bright breaking red."
      },
      "orange-80": {
        "value": "#D86100",
        "type": "color",
        "description": "WPDS orange80 — warning emphasis."
      },
      "green-80": {
        "value": "#499327",
        "type": "color",
        "description": "WPDS green80 — confirmation / positive change."
      },
      "gold-60": {
        "value": "#9E6105",
        "type": "color",
        "description": "WPDS gold60 — opinion/analysis category accent."
      }
    },
    "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.gray-700}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.gray-600}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.gray-700}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.gray-20}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.gray-60}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.gray-80}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.blue-100}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.blue-80}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.red-80}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.red-60}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.orange-80}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.red-100}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.green-80}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.gray-300}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.gray-20}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.gray-40}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.gray-60}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.gray-700}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.gray-400}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.gray-300}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.blue-200}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.blue-100}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.red-80}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.red-100}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.orange-80}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.red-100}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.green-80}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.gray-60}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.gray-700}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.gray-20}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.blue-100}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.blue-80}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.red-80}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.red-60}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.gray-0}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.green-80}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.orange-80}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.red-100}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.gray-20}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.gray-700}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.gray-700}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.gray-20}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.gray-600}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.gray-40}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.gray-60}",
        "type": "color"
      },
      "text-tertiary-light": {
        "value": "{global.color.gray-80}",
        "type": "color"
      },
      "border-light": {
        "value": "{global.color.gray-300}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "The Washington Post",
    "ref": "wapo@1.0.0",
    "paletteRef": "wapo@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
