{
  "$generatedBy": "BrandSweets tokens.json — oatly-com v3",
  "brand": {
    "slug": "oatly-com",
    "name": "Oatly",
    "version": 3,
    "schemaVersion": "1"
  },
  "identity": {
    "name": "Oatly",
    "tagline": "A site filled with everything you could possibly think of, and also probably not think of, related to an oat drink company called Oatly.",
    "sector": "consumer"
  },
  "colors": {
    "primary": {
      "hex": "#a0632d",
      "name": "Brown",
      "usage": "Primary brand color: CTAs, links, active states.",
      "scale": {
        "50": "#f8f5f2",
        "100": "#ede5de",
        "200": "#ebcfb7",
        "300": "#deb28c",
        "400": "#d39864",
        "500": "#c98040",
        "600": "#a0632d",
        "700": "#8f5828",
        "800": "#6f451f",
        "900": "#4b311b",
        "950": "#312011"
      }
    },
    "secondary": {
      "hex": "#fdcf85",
      "name": "Bright Orange",
      "usage": "Secondary brand color.",
      "scale": {
        "50": "#faf6ef",
        "100": "#f3e9d8",
        "200": "#fedba5",
        "300": "#fdcf85",
        "400": "#fcb23b",
        "500": "#fba00e",
        "600": "#dd8a03",
        "700": "#b57103",
        "800": "#8d5802",
        "900": "#5d3d09",
        "950": "#3c2806"
      }
    },
    "accent": {
      "hex": "#98c5d3",
      "name": "Light Cyan",
      "usage": "Accent: highlights and secondary emphasis.",
      "scale": {
        "50": "#f3f6f7",
        "100": "#e0e8eb",
        "200": "#bfdbe3",
        "300": "#98c5d3",
        "400": "#74b1c3",
        "500": "#549fb6",
        "600": "#43889d",
        "700": "#376f81",
        "800": "#2b5764",
        "900": "#223c44",
        "950": "#16272c"
      }
    },
    "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": "#111111",
      "name": "Near Black",
      "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": "#333333",
        "950": "#111111"
      }
    }
  },
  "typography": {
    "families": {
      "bjorn-serif-pro": {
        "family": "Bjorn Serif Pro",
        "source": "custom",
        "stack": "\"Bjorn Serif Pro\", sans-serif",
        "weights": [
          400,
          600,
          700
        ],
        "licensingNote": "Auto-detected web font; provenance unconfirmed. Reference only — never rehost without a license."
      }
    },
    "roles": {
      "heading": {
        "familyRef": "bjorn-serif-pro",
        "stack": "\"Bjorn Serif Pro\", sans-serif"
      },
      "body": {
        "familyRef": "bjorn-serif-pro",
        "stack": "\"Bjorn Serif Pro\", 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.627,
              0.388,
              0.176
            ],
            "hex": "#a0632d"
          },
          "position": 0
        },
        {
          "color": {
            "colorSpace": "srgb",
            "components": [
              0.992,
              0.812,
              0.522
            ],
            "hex": "#fdcf85"
          },
          "position": 1
        }
      ],
      "$extensions": {
        "com.brandsweets": {
          "kind": "linear",
          "css": "linear-gradient(135deg in oklab, #a0632d 0%, #fdcf85 100%)",
          "interpolation": "oklab",
          "angle": 135,
          "name": "brand",
          "contrast": {
            "white": {
              "ratio": 1.454,
              "at": 1,
              "passesAA": false,
              "passesAALarge": false
            },
            "black": {
              "ratio": 4.317,
              "at": 0,
              "passesAA": false,
              "passesAALarge": true
            },
            "suggestedInk": "#000000"
          }
        }
      },
      "$description": "The canonical brand gradient (--brand-gradient)."
    },
    "hero": {
      "$type": "gradient",
      "$value": [
        {
          "color": {
            "colorSpace": "srgb",
            "components": [
              0.529,
              0.447,
              0.38
            ],
            "hex": "#877261"
          },
          "position": 0
        },
        {
          "color": {
            "colorSpace": "srgb",
            "components": [
              0.91,
              0.847,
              0.749
            ],
            "hex": "#e8d8bf"
          },
          "position": 1
        }
      ],
      "$extensions": {
        "com.brandsweets": {
          "kind": "linear",
          "css": "linear-gradient(135deg in oklab, #877261 0%, #e8d8bf 100%)",
          "interpolation": "oklab",
          "angle": 135,
          "name": "hero",
          "ink": "#000000",
          "contrast": {
            "white": {
              "ratio": 1.399,
              "at": 1,
              "passesAA": false,
              "passesAALarge": false
            },
            "black": {
              "ratio": 4.61,
              "at": 0,
              "passesAA": true,
              "passesAALarge": true
            },
            "suggestedInk": "#000000"
          }
        }
      },
      "$description": "Low-chroma hero background with a text-safe ink (--brand-gradient-hero)."
    },
    "button": {
      "$type": "gradient",
      "$value": [
        {
          "color": {
            "colorSpace": "srgb",
            "components": [
              0.604,
              0.365,
              0.153
            ],
            "hex": "#9a5d27"
          },
          "position": 0
        },
        {
          "color": {
            "colorSpace": "srgb",
            "components": [
              0.506,
              0.275,
              0.024
            ],
            "hex": "#814606"
          },
          "position": 1
        }
      ],
      "$extensions": {
        "com.brandsweets": {
          "kind": "linear",
          "css": "linear-gradient(180deg in oklch shorter hue, #9a5d27 0%, #814606 100%)",
          "interpolation": "oklch",
          "hue": "shorter",
          "angle": 180,
          "name": "button",
          "ink": "#ffffff",
          "states": {
            "hover": "linear-gradient(180deg in oklch shorter hue, #a36630 0%, #8a4f15 100%)",
            "active": "linear-gradient(180deg in oklch shorter hue, #90541c 0%, #773e00 100%)"
          },
          "contrast": {
            "white": {
              "ratio": 5.291,
              "at": 0,
              "passesAA": true,
              "passesAALarge": true
            },
            "black": {
              "ratio": 2.812,
              "at": 1,
              "passesAA": false,
              "passesAALarge": false
            },
            "suggestedInk": "#ffffff"
          }
        }
      },
      "$description": "Button / CTA surface with hover and active states (--brand-gradient-button)."
    }
  }
}