{
  "$generatedBy": "BrandSweets tokens.json — minecraft-net v2",
  "brand": {
    "slug": "minecraft-net",
    "name": "Minecraft",
    "version": 2,
    "schemaVersion": "1"
  },
  "identity": {
    "name": "Minecraft",
    "tagline": "Explore new gaming adventures, accessories, & merchandise on the Minecraft Official Site. Buy & download the game here, or check the site for the latest news.",
    "sector": "gaming"
  },
  "colors": {
    "primary": {
      "hex": "#313131",
      "name": "Charcoal",
      "usage": "Primary brand color: CTAs, links, active states.",
      "scale": {
        "50": "#f5f5f5",
        "100": "#e6e6e6",
        "200": "#d1d1d1",
        "300": "#b5b5b5",
        "400": "#9c9c9c",
        "500": "#858585",
        "600": "#707070",
        "700": "#5c5c5c",
        "800": "#474747",
        "900": "#313131",
        "950": "#212121"
      }
    },
    "secondary": {
      "hex": "#6cc349",
      "name": "Green",
      "usage": "Secondary brand color.",
      "scale": {
        "50": "#f4f8f2",
        "100": "#e2edde",
        "200": "#c7e8ba",
        "300": "#a5da90",
        "400": "#86cd6a",
        "500": "#6cc349",
        "600": "#58a838",
        "700": "#488a2e",
        "800": "#386b24",
        "900": "#2a491d",
        "950": "#1b2f13"
      }
    },
    "accent": {
      "hex": "#0000ee",
      "name": "Blue",
      "usage": "Accent: highlights and secondary emphasis.",
      "scale": {
        "50": "#efeffa",
        "100": "#d7d7f4",
        "200": "#a3a3ff",
        "300": "#6b6bff",
        "400": "#3838ff",
        "500": "#0a0aff",
        "600": "#0000ee",
        "700": "#0000b8",
        "800": "#00008f",
        "900": "#08085e",
        "950": "#05053d"
      }
    },
    "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": "#313131",
      "name": "Charcoal",
      "usage": "Body text on surface.",
      "scale": {
        "50": "#f5f5f5",
        "100": "#e6e6e6",
        "200": "#d1d1d1",
        "300": "#b5b5b5",
        "400": "#9c9c9c",
        "500": "#858585",
        "600": "#707070",
        "700": "#5c5c5c",
        "800": "#474747",
        "900": "#313131",
        "950": "#212121"
      }
    }
  },
  "typography": {
    "families": {
      "noto-sans": {
        "family": "Noto Sans",
        "source": "google",
        "stack": "\"Noto Sans\", \"Helvetica Neue\", Helvetica, Arial, sans-serif",
        "weights": [
          300,
          400,
          500,
          600,
          700,
          800
        ]
      }
    },
    "roles": {
      "heading": {
        "familyRef": "noto-sans",
        "stack": "\"Noto Sans\", \"Helvetica Neue\", Helvetica, Arial, sans-serif"
      },
      "body": {
        "familyRef": "noto-sans",
        "stack": "\"Noto Sans\", \"Helvetica Neue\", Helvetica, 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.192,
              0.192,
              0.192
            ],
            "hex": "#313131"
          },
          "position": 0
        },
        {
          "color": {
            "colorSpace": "srgb",
            "components": [
              0.424,
              0.765,
              0.286
            ],
            "hex": "#6cc349"
          },
          "position": 1
        }
      ],
      "$extensions": {
        "com.brandsweets": {
          "kind": "linear",
          "css": "linear-gradient(135deg in oklab, #313131 0%, #6cc349 100%)",
          "interpolation": "oklab",
          "angle": 135,
          "name": "brand",
          "contrast": {
            "white": {
              "ratio": 2.201,
              "at": 1,
              "passesAA": false,
              "passesAALarge": false
            },
            "black": {
              "ratio": 1.614,
              "at": 0,
              "passesAA": false,
              "passesAALarge": false
            },
            "suggestedInk": "#ffffff"
          }
        }
      },
      "$description": "The canonical brand gradient (--brand-gradient)."
    },
    "hero": {
      "$type": "gradient",
      "$value": [
        {
          "color": {
            "colorSpace": "srgb",
            "components": [
              0.047,
              0.047,
              0.047
            ],
            "hex": "#0c0c0c"
          },
          "position": 0
        },
        {
          "color": {
            "colorSpace": "srgb",
            "components": [
              0.38,
              0.494,
              0.341
            ],
            "hex": "#617e57"
          },
          "position": 1
        }
      ],
      "$extensions": {
        "com.brandsweets": {
          "kind": "linear",
          "css": "linear-gradient(135deg in oklab, #0c0c0c 0%, #617e57 100%)",
          "interpolation": "oklab",
          "angle": 135,
          "name": "hero",
          "ink": "#ffffff",
          "contrast": {
            "white": {
              "ratio": 4.535,
              "at": 1,
              "passesAA": true,
              "passesAALarge": true
            },
            "black": {
              "ratio": 1.074,
              "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.231,
              0.231,
              0.231
            ],
            "hex": "#3b3b3b"
          },
          "position": 0
        },
        {
          "color": {
            "colorSpace": "srgb",
            "components": [
              0.153,
              0.153,
              0.153
            ],
            "hex": "#272727"
          },
          "position": 1
        }
      ],
      "$extensions": {
        "com.brandsweets": {
          "kind": "linear",
          "css": "linear-gradient(180deg in oklch shorter hue, #3b3b3b 0%, #272727 100%)",
          "interpolation": "oklch",
          "hue": "shorter",
          "angle": 180,
          "name": "button",
          "ink": "#ffffff",
          "states": {
            "hover": "linear-gradient(180deg in oklch shorter hue, #434343 0%, #2e2e2e 100%)",
            "active": "linear-gradient(180deg in oklch shorter hue, #343434 0%, #202020 100%)"
          },
          "contrast": {
            "white": {
              "ratio": 11.202,
              "at": 0,
              "passesAA": true,
              "passesAALarge": true
            },
            "black": {
              "ratio": 1.406,
              "at": 0.9841,
              "passesAA": false,
              "passesAALarge": false
            },
            "suggestedInk": "#ffffff"
          }
        }
      },
      "$description": "Button / CTA surface with hover and active states (--brand-gradient-button)."
    }
  }
}