{
  "$description": "Brand: The New York Times (nyt@1.0.0)",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette nyt@1.0.0",
      "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."
      }
    }
  },
  "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"
      }
    }
  },
  "$extensions": {
    "com.brand-atoms.rules": [
      {
        "type": "contrastRatio",
        "target": "text-primary",
        "severity": "error",
        "rationale": "Ink Black (#121212) on White (#FFFFFF) gives ~18:1 — well past AAA. The NYT's long-form reading posture and the density of body type on a typical article page justify the AAA enhanced contrast target rather than the AA floor.\n",
        "against": "background",
        "minRatio": 7,
        "standard": "WCAG-AAA"
      },
      {
        "type": "colorChoice",
        "target": "roles.colors.accent",
        "severity": "error",
        "rationale": "The masthead red (#D0021B) is reserved for breaking-news bridges, live-update kickers, and the legacy masthead bridge. Substituting reading-blue (the in-copy link color) for the accent role would conflate the link-affordance meaning with the breaking-news meaning.\n",
        "allowed": [
          "masthead-red",
          "masthead-red-bright"
        ],
        "forbidden": [
          "reading-blue",
          "reading-blue-hover"
        ]
      },
      {
        "type": "contextRestriction",
        "target": "roles.colors.accent",
        "severity": "error",
        "rationale": "Masthead Red carries semantic weight in NYT's editorial grammar — it signals urgency and live coverage. Using it as a default CTA or in-copy link color would dilute that meaning and conflict with the editorial taxonomy.\n",
        "allowedContexts": [
          "breaking-news",
          "live-update",
          "editorial-kicker",
          "masthead"
        ],
        "forbiddenContexts": [
          "default-link",
          "body-emphasis",
          "cta"
        ]
      },
      {
        "type": "fontPairing",
        "target": "typography.display",
        "severity": "error",
        "rationale": "NYT pairs the Cheltenham display serif with Imperial for body prose at a clear size step. The display-to-prose hierarchy is part of how the page reads as a newspaper — a 1.5× minimum ratio preserves that hierarchy when open-source substitutes (Playfair Display / PT Serif) stand in for the proprietary primaries.\n",
        "requires": "prose",
        "minSizeRatio": 1.5
      },
      {
        "type": "forbiddenTreatment",
        "target": "logo",
        "severity": "error",
        "rationale": "The NYT Old English masthead is a near-sacred mark. Any recoloring, rotation, gradient, or skew would conflict with the brand's authority and is forbidden by the NYT brand standards reflected in every published rendering.\n",
        "treatments": [
          "stretched",
          "rotated",
          "recolored",
          "drop-shadow",
          "gradient-fill",
          "on-busy-photo",
          "cropped"
        ]
      },
      {
        "type": "accessibilityRequirement",
        "target": "*",
        "severity": "warning",
        "rationale": "WCAG 2.1 Success Criterion 1.4.6 (Contrast Enhanced) — Level AAA. NYT's body type is dense; readers spend long sessions on article pages. The AAA contrast target serves that reading posture better than the AA floor.\n",
        "standard": "WCAG-AAA",
        "criterion": "1.4.6"
      },
      {
        "type": "enumMembership",
        "target": "typography.prose.fontStyle",
        "severity": "warning",
        "rationale": "Imperial (and the PT Serif substitute) ships true italics cut as a separate face. Synthetic oblique skews are forbidden — they degrade legibility of the body face and conflict with the typographic discipline that defines the NYT reading experience.\n",
        "allowed": [
          "normal",
          "italic"
        ],
        "forbidden": [
          "oblique"
        ]
      },
      {
        "type": "compositionConstraint",
        "target": "roles.colors.primary",
        "severity": "recommendation",
        "rationale": "Reading Blue (#346EB7) reads cleanest on the paper canvas or against ink. Placing it adjacent to the masthead red introduces an editorial-color collision — the page loses its hierarchy because two competing accent signals fight for attention.\n",
        "pairsWith": [
          "white",
          "paper",
          "ink-black"
        ],
        "doesNotPairWith": [
          "masthead-red",
          "masthead-red-bright"
        ]
      }
    ],
    "com.brand-atoms.assets": [],
    "com.brand-atoms.provenance": {
      "source": "https://www.nytimes.com/",
      "license": "Proprietary — All Rights Reserved",
      "attribution": "The New York Times Company — visual identity captured from the deployed HTML and inline CSS on nytimes.com. The New York Times, its masthead, and the Cheltenham / Imperial / Franklin typefaces are property of The New York Times Company.\n",
      "importedDate": "2026-05-19",
      "notes": "Derived from live site CSS at https://www.nytimes.com/ on 2026-05-19; no public brand guide located. The proprietary NYT type family (nyt-cheltenham, nyt-imperial, nyt-franklin) is declared in @font-face on the live site but is not publicly distributed. Open-source substitutes are referenced here — playfair-display@1 for the display serif, pt-serif@1 for body prose, and inter@1 for the sans role.\n"
    },
    "com.brand-atoms.references": {
      "palette": "nyt@1.0.0",
      "fonts": {
        "heading": "playfair-display@1.0.0",
        "body": "pt-serif@1.0.0",
        "sans": "inter@1.0.0",
        "mono": "jetbrainsmono-nerdfont@1.0.0"
      }
    }
  }
}
