{
  "$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": {
      "pinterest-red": {
        "value": "#E60023",
        "type": "color",
        "description": "Signature red — the primary brand color. The Pinterest \"P\" mark, the wordmark, and the \"Save\" pin CTA all render in this hue. Verified hex from Pinterest's brand guidelines and corroborated by the simple-icons brand database citing pinterest.com.\n"
      },
      "pinterest-red-dark": {
        "value": "#AD081B",
        "type": "color",
        "description": "Authored darker red for hover, pressed, and active states on the primary CTA."
      },
      "pinterest-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Canonical light canvas — the Pinterest product surface."
      },
      "pinterest-near-white": {
        "value": "#F9F9F9",
        "type": "color",
        "description": "Authored panel surface on light mode — pin-card backgrounds."
      },
      "pinterest-text-primary": {
        "value": "#111111",
        "type": "color",
        "description": "Authored body text and headline color on light backgrounds."
      },
      "pinterest-text-secondary": {
        "value": "#5F5F5F",
        "type": "color",
        "description": "Authored secondary text on light backgrounds."
      },
      "pinterest-text-tertiary": {
        "value": "#767676",
        "type": "color",
        "description": "Authored tertiary / muted text on light backgrounds."
      },
      "pinterest-divider-light": {
        "value": "#EFEFEF",
        "type": "color",
        "description": "Authored hairline divider on the light canvas."
      },
      "pinterest-canvas-dark": {
        "value": "#111111",
        "type": "color",
        "description": "Authored dark-mode canvas for Pinterest's product dark theme."
      },
      "pinterest-surface-dark": {
        "value": "#1F1F1F",
        "type": "color",
        "description": "Authored elevated surface on the dark canvas."
      },
      "pinterest-surface-elevated-dark": {
        "value": "#2A2A2A",
        "type": "color",
        "description": "Authored deepest-elevated surface on dark mode."
      },
      "pinterest-text-on-dark": {
        "value": "#E9E9E9",
        "type": "color",
        "description": "Primary text on the dark canvas."
      },
      "pinterest-text-secondary-dark": {
        "value": "#B0B0B0",
        "type": "color",
        "description": "Authored secondary text on the dark canvas."
      },
      "pinterest-green": {
        "value": "#0FA573",
        "type": "color",
        "description": "Authored success accent for status affordances."
      },
      "pinterest-yellow": {
        "value": "#E8B021",
        "type": "color",
        "description": "Authored warning / highlight accent."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Pinterest Sans",
        "type": "fontFamilies",
        "description": "pinterest-sans@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Pinterest Sans",
        "type": "fontFamilies",
        "description": "pinterest-sans@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Pinterest Sans",
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Pinterest Sans",
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "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.pinterest-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.pinterest-near-white}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.pinterest-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.pinterest-text-primary}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.pinterest-text-secondary}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.pinterest-text-tertiary}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.pinterest-red}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.pinterest-red-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.pinterest-red}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.pinterest-red-dark}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.pinterest-yellow}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.pinterest-yellow}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.pinterest-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.pinterest-green}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.pinterest-canvas-dark}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.pinterest-surface-dark}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.pinterest-surface-elevated-dark}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.pinterest-text-on-dark}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.pinterest-text-secondary-dark}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.pinterest-text-secondary-dark}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.pinterest-red}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.pinterest-red-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.pinterest-red}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.pinterest-red-dark}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.pinterest-yellow}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.pinterest-yellow}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.pinterest-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.pinterest-green}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.pinterest-red}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.pinterest-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.pinterest-red}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.pinterest-red-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.pinterest-red}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.pinterest-red-dark}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.pinterest-green}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.pinterest-yellow}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.pinterest-red}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.pinterest-white}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.pinterest-canvas-dark}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.pinterest-near-white}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.pinterest-surface-dark}",
        "type": "color"
      },
      "surface-elevated-dark": {
        "value": "{global.color.pinterest-surface-elevated-dark}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.pinterest-text-primary}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.pinterest-text-on-dark}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.pinterest-text-secondary}",
        "type": "color"
      },
      "text-secondary-dark": {
        "value": "{global.color.pinterest-text-secondary-dark}",
        "type": "color"
      },
      "divider": {
        "value": "{global.color.pinterest-divider-light}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Pinterest",
    "ref": "pinterest@1.0.0",
    "paletteRef": "pinterest@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
