{
  "$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": {
      "shopify-green": {
        "value": "#008060",
        "type": "color",
        "description": "Current corporate primary green — the modernized Shopify brand color on shopify.com primary CTAs and marketing."
      },
      "shopify-green-heritage": {
        "value": "#95BF47",
        "type": "color",
        "description": "Heritage Shopify leaf-green — the original shopping-bag mark fill color, retained on the public mark."
      },
      "shopify-green-wordmark": {
        "value": "#7AB55C",
        "type": "color",
        "description": "Mid-green historically used on the Shopify wordmark text in the dual-tone heritage logo."
      },
      "shopify-green-deep": {
        "value": "#004C3F",
        "type": "color",
        "description": "Deep green used for hover/pressed states on the primary corporate green and for emphasis on text."
      },
      "shopify-ink": {
        "value": "#1A1A1A",
        "type": "color",
        "description": "Near-black used for body copy and the wordmark on light surfaces."
      },
      "shopify-graphite": {
        "value": "#303030",
        "type": "color",
        "description": "Authored elevated surface on the dark mode; matches Polaris gray-15."
      },
      "shopify-canvas-dark": {
        "value": "#1A1A1A",
        "type": "color",
        "description": "Dark-mode canvas; matches Polaris gray-16."
      },
      "shopify-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Canonical light canvas; the marketing surface is light-first."
      },
      "shopify-fog": {
        "value": "#F1F1F1",
        "type": "color",
        "description": "Authored surface tone for cards and panels on light backgrounds; matches Polaris gray-6."
      },
      "shopify-gray": {
        "value": "#616161",
        "type": "color",
        "description": "Secondary text on light backgrounds; matches Polaris gray-13."
      },
      "shopify-gray-light": {
        "value": "#8A8A8A",
        "type": "color",
        "description": "Tertiary text and metadata."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "body": {
        "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": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "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.shopify-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.shopify-fog}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.shopify-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.shopify-ink}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.shopify-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.shopify-gray-light}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.shopify-green}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.shopify-green-deep}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.shopify-green}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.shopify-green-deep}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.shopify-green-heritage}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.shopify-green-wordmark}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.shopify-green-deep}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.shopify-green}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.shopify-canvas-dark}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.shopify-graphite}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.shopify-graphite}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.shopify-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.shopify-gray-light}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.shopify-gray}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.shopify-green}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.shopify-green-deep}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.shopify-green-heritage}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.shopify-green-wordmark}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.shopify-green-heritage}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.shopify-green-wordmark}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.shopify-green-deep}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.shopify-green}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.shopify-green}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.shopify-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.shopify-green}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.shopify-green-deep}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.shopify-green}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.shopify-green-deep}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.shopify-green-heritage}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.shopify-ink}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.shopify-white}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.shopify-gray}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.shopify-white}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.shopify-canvas-dark}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.shopify-fog}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.shopify-graphite}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Shopify",
    "ref": "shopify@1.0.0",
    "paletteRef": "shopify@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
