{
  "$generatedBy": "BrandSweets tokens.json — footlocker-com v2",
  "brand": {
    "slug": "footlocker-com",
    "name": "Foot Locker",
    "version": 2,
    "schemaVersion": "1"
  },
  "identity": {
    "name": "Foot Locker",
    "tagline": "Latest sneakers, footwear and apparel for men, women and kids. Awesome deals and exclusive styles from Jordan, Nike, adidas, New Balance and more.",
    "sector": "retail"
  },
  "colors": {
    "primary": {
      "hex": "#0e1111",
      "name": "Near Black",
      "usage": "Primary brand color: CTAs, links, active states.",
      "scale": {
        "50": "#f4f5f5",
        "100": "#e4e7e7",
        "200": "#cdd6d6",
        "300": "#aebcbc",
        "400": "#92a5a5",
        "500": "#789191",
        "600": "#657b7b",
        "700": "#536565",
        "800": "#404f4f",
        "900": "#2f3737",
        "950": "#0e1111"
      }
    },
    "secondary": {
      "hex": "#d12e20",
      "name": "Red",
      "usage": "Secondary brand color.",
      "scale": {
        "50": "#f9f1f1",
        "100": "#f0dddb",
        "200": "#f3b5b0",
        "300": "#eb887f",
        "400": "#e45f53",
        "500": "#de3a2b",
        "600": "#d12e20",
        "700": "#9f2419",
        "800": "#7c1c13",
        "900": "#531913",
        "950": "#36100d"
      }
    },
    "accent": {
      "hex": "#036ad8",
      "name": "Bright Blue",
      "usage": "Accent: highlights and secondary emphasis.",
      "scale": {
        "50": "#eff5fa",
        "100": "#d8e5f3",
        "200": "#a5d0fe",
        "300": "#6db3fd",
        "400": "#3b98fc",
        "500": "#0e81fb",
        "600": "#036ad8",
        "700": "#0359b5",
        "800": "#02458d",
        "900": "#09325d",
        "950": "#06203c"
      }
    },
    "surface": {
      "hex": "#ffffff",
      "name": "White",
      "usage": "Page and card background.",
      "scale": {
        "50": "#ffffff",
        "100": "#e6e6e6",
        "200": "#d1d1d1",
        "300": "#b5b5b5",
        "400": "#9c9c9c",
        "500": "#858585",
        "600": "#707070",
        "700": "#5c5c5c",
        "800": "#474747",
        "900": "#333333",
        "950": "#212121"
      }
    },
    "text": {
      "hex": "#0e1111",
      "name": "Near Black",
      "usage": "Body text on surface.",
      "scale": {
        "50": "#f4f5f5",
        "100": "#e4e7e7",
        "200": "#cdd6d6",
        "300": "#aebcbc",
        "400": "#92a5a5",
        "500": "#789191",
        "600": "#657b7b",
        "700": "#536565",
        "800": "#404f4f",
        "900": "#2f3737",
        "950": "#0e1111"
      }
    }
  },
  "typography": {
    "families": {
      "maven-pro": {
        "family": "Maven Pro",
        "source": "custom",
        "stack": "\"Maven Pro\", Arial, sans-serif",
        "weights": [
          400,
          600,
          700
        ],
        "licensingNote": "Auto-detected web font; provenance unconfirmed. Reference only — never rehost without a license."
      }
    },
    "roles": {
      "heading": {
        "familyRef": "maven-pro",
        "stack": "\"Maven Pro\", Arial, sans-serif"
      },
      "body": {
        "familyRef": "maven-pro",
        "stack": "\"Maven Pro\", Arial, sans-serif"
      }
    },
    "scale": [
      {
        "name": "sm",
        "sizeRem": 0.875,
        "lineHeight": 1.5
      },
      {
        "name": "base",
        "sizeRem": 1,
        "lineHeight": 1.6
      },
      {
        "name": "lg",
        "sizeRem": 1.25,
        "lineHeight": 1.4
      },
      {
        "name": "xl",
        "sizeRem": 1.75,
        "lineHeight": 1.25
      },
      {
        "name": "2xl",
        "sizeRem": 2.25,
        "lineHeight": 1.15
      },
      {
        "name": "display",
        "sizeRem": 3.5,
        "lineHeight": 1.05,
        "letterSpacingEm": -0.02
      }
    ]
  },
  "brandGradient": {
    "brand": {
      "$type": "gradient",
      "$value": [
        {
          "color": {
            "colorSpace": "srgb",
            "components": [
              0.055,
              0.067,
              0.067
            ],
            "hex": "#0e1111"
          },
          "position": 0
        },
        {
          "color": {
            "colorSpace": "srgb",
            "components": [
              0.82,
              0.18,
              0.125
            ],
            "hex": "#d12e20"
          },
          "position": 1
        }
      ],
      "$extensions": {
        "com.brandsweets": {
          "kind": "linear",
          "css": "linear-gradient(135deg in oklch shorter hue, #0e1111 0%, #d12e20 100%)",
          "interpolation": "oklch",
          "hue": "shorter",
          "angle": 135,
          "name": "brand",
          "contrast": {
            "white": {
              "ratio": 5.094,
              "at": 1,
              "passesAA": true,
              "passesAALarge": true
            },
            "black": {
              "ratio": 1.107,
              "at": 0,
              "passesAA": false,
              "passesAALarge": false
            },
            "suggestedInk": "#ffffff"
          }
        }
      },
      "$description": "The canonical brand gradient (--brand-gradient)."
    },
    "hero": {
      "$type": "gradient",
      "$value": [
        {
          "color": {
            "colorSpace": "srgb",
            "components": [
              0.063,
              0.067,
              0.067
            ],
            "hex": "#101111"
          },
          "position": 0
        },
        {
          "color": {
            "colorSpace": "srgb",
            "components": [
              0.604,
              0.396,
              0.365
            ],
            "hex": "#9a655d"
          },
          "position": 1
        }
      ],
      "$extensions": {
        "com.brandsweets": {
          "kind": "linear",
          "css": "linear-gradient(135deg in oklch shorter hue, #101111 0%, #9a655d 100%)",
          "interpolation": "oklch",
          "hue": "shorter",
          "angle": 135,
          "name": "hero",
          "ink": "#ffffff",
          "contrast": {
            "white": {
              "ratio": 4.78,
              "at": 1,
              "passesAA": true,
              "passesAALarge": true
            },
            "black": {
              "ratio": 1.106,
              "at": 0,
              "passesAA": false,
              "passesAALarge": false
            },
            "suggestedInk": "#ffffff"
          }
        }
      },
      "$description": "Low-chroma hero background with a text-safe ink (--brand-gradient-hero)."
    },
    "button": {
      "$type": "gradient",
      "$value": [
        {
          "color": {
            "colorSpace": "srgb",
            "components": [
              0.09,
              0.102,
              0.102
            ],
            "hex": "#171a1a"
          },
          "position": 0
        },
        {
          "color": {
            "colorSpace": "srgb",
            "components": [
              0.024,
              0.035,
              0.035
            ],
            "hex": "#060909"
          },
          "position": 1
        }
      ],
      "$extensions": {
        "com.brandsweets": {
          "kind": "linear",
          "css": "linear-gradient(180deg in oklch shorter hue, #171a1a 0%, #060909 100%)",
          "interpolation": "oklch",
          "hue": "shorter",
          "angle": 180,
          "name": "button",
          "ink": "#ffffff",
          "states": {
            "hover": "linear-gradient(180deg in oklch shorter hue, #1e2121 0%, #0c0f0f 100%)",
            "active": "linear-gradient(180deg in oklch shorter hue, #101313 0%, #030404 100%)"
          },
          "contrast": {
            "white": {
              "ratio": 17.513,
              "at": 0,
              "passesAA": true,
              "passesAALarge": true
            },
            "black": {
              "ratio": 1.051,
              "at": 0.9683,
              "passesAA": false,
              "passesAALarge": false
            },
            "suggestedInk": "#ffffff"
          }
        }
      },
      "$description": "Button / CTA surface with hover and active states (--brand-gradient-button)."
    }
  }
}