{
  "$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": {
      "ink-black": {
        "value": "#121212",
        "type": "color",
        "description": "Primary body text; the deep ink of a newspaper print page."
      },
      "ink-medium": {
        "value": "#363636",
        "type": "color",
        "description": "Secondary text; deck and byline weight."
      },
      "ink-light": {
        "value": "#5A5A5A",
        "type": "color",
        "description": "Tertiary text; meta, timestamps, kicker labels."
      },
      "gray-light": {
        "value": "#727272",
        "type": "color",
        "description": "Quiet meta text; disabled captions."
      },
      "gray-rule": {
        "value": "#979797",
        "type": "color",
        "description": "Hairline rule between stories; column dividers."
      },
      "gray-border": {
        "value": "#C7C7C7",
        "type": "color",
        "description": "Heavier border; card outlines."
      },
      "gray-divider": {
        "value": "#DFDFDF",
        "type": "color",
        "description": "Section divider; quiet block boundary."
      },
      "gray-tint": {
        "value": "#EBEBEB",
        "type": "color",
        "description": "Pull-quote background; chip surface."
      },
      "gray-surface": {
        "value": "#F7F7F7",
        "type": "color",
        "description": "Alternating row tint; subtle inset surface."
      },
      "paper": {
        "value": "#F8F8F8",
        "type": "color",
        "description": "Newsprint-like off-white; quiet section canvas."
      },
      "white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Primary page canvas; the bright digital sheet."
      },
      "reading-blue": {
        "value": "#346EB7",
        "type": "color",
        "description": "In-copy link color; the desaturated NYT blue."
      },
      "reading-blue-hover": {
        "value": "#2B8AD8",
        "type": "color",
        "description": "Brighter blue for link hover and interactive emphasis."
      },
      "masthead-red": {
        "value": "#D0021B",
        "type": "color",
        "description": "Breaking-news red; masthead-bridge accent."
      },
      "masthead-red-bright": {
        "value": "#F4564A",
        "type": "color",
        "description": "Brighter red used in live-update pulses and tags."
      }
    },
    "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.white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.paper}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.ink-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.ink-medium}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.ink-light}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.reading-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.reading-blue-hover}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.masthead-red}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.masthead-red-bright}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.masthead-red}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.gray-divider}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.ink-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.ink-medium}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.ink-light}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.gray-divider}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.gray-border}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.reading-blue-hover}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.reading-blue}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.masthead-red-bright}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.masthead-red}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.masthead-red-bright}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.ink-light}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.ink-black}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.reading-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.reading-blue-hover}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.masthead-red}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.masthead-red-bright}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.ink-black}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.masthead-red}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.ink-black}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.ink-black}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.paper}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.ink-medium}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.ink-medium}",
        "type": "color"
      },
      "text-tertiary-light": {
        "value": "{global.color.ink-light}",
        "type": "color"
      },
      "border-light": {
        "value": "{global.color.gray-divider}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "The New York Times",
    "ref": "nyt@1.0.0",
    "paletteRef": "nyt@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
