{
  "global": {
    "color": {
      "ink": {
        "900": { "value": "#0B0B0F", "type": "color", "description": "Primary text / CTA fill (light)" },
        "800": { "value": "#15151C", "type": "color" },
        "750": { "value": "#1E1E29", "type": "color", "description": "Card surface (dark)" },
        "700": { "value": "#1F1F29", "type": "color" },
        "600": { "value": "#2A2A35", "type": "color" },
        "500": { "value": "#5B5B6B", "type": "color", "description": "Muted text" },
        "400": { "value": "#7B7B8A", "type": "color" },
        "300": { "value": "#A6A6B3", "type": "color", "description": "Placeholder" },
        "200": { "value": "#D2D2DC", "type": "color" },
        "100": { "value": "#F4F4F7", "type": "color", "description": "Hairlines / soft fills" },
        "50": { "value": "#FAFAFB", "type": "color", "description": "Page base (light)" }
      },
      "accent": {
        "default": { "value": "#7C5CFF", "type": "color", "description": "Brand violet" },
        "soft-light": { "value": "#E8E1FF", "type": "color" },
        "soft-dark": { "value": "#1F1938", "type": "color" }
      },
      "semantic": {
        "success": { "value": "#22C55E", "type": "color" },
        "warn": { "value": "#F59E0B", "type": "color" },
        "danger": { "value": "#EF4444", "type": "color" }
      },
      "surface": {
        "bg-light": { "value": "#FAFAFB", "type": "color" },
        "fg-light": { "value": "#0B0B0F", "type": "color" },
        "bg-dark": { "value": "#0B0B0F", "type": "color" },
        "fg-dark": { "value": "#F5F5F7", "type": "color" },
        "glow-lavender": { "value": "#EDE7FF", "type": "color" },
        "glow-blue": { "value": "#DCEBFF", "type": "color" }
      },
      "spectrum": {
        "1": { "value": "#FF2D5C", "type": "color" },
        "2": { "value": "#FF1F8A", "type": "color" },
        "3": { "value": "#D81BD3", "type": "color" },
        "4": { "value": "#7C5CFF", "type": "color" },
        "5": { "value": "#00D4FF", "type": "color" },
        "6": { "value": "#00FF9B", "type": "color" },
        "7": { "value": "#FFC700", "type": "color" },
        "8": { "value": "#FF8A00", "type": "color" }
      },
      "brandGradient": {
        "value": "linear-gradient(90deg, #FF2D5C 0%, #FF1F8A 12%, #D81BD3 25%, #7C5CFF 37%, #00D4FF 50%, #00FF9B 62%, #FFC700 75%, #FF8A00 87%, #FF2D5C 100%)",
        "type": "color",
        "description": "Brand spectrum — logo, card outlines, CTA rings."
      }
    },
    "fontFamilies": {
      "display": { "value": "Mozilla Headline", "type": "fontFamilies" },
      "sans": { "value": "Outfit", "type": "fontFamilies" }
    },
    "fontWeights": {
      "regular": { "value": "400", "type": "fontWeights" },
      "medium": { "value": "500", "type": "fontWeights" },
      "bold": { "value": "700", "type": "fontWeights" },
      "extrabold": { "value": "800", "type": "fontWeights" },
      "black": { "value": "900", "type": "fontWeights" }
    },
    "fontSizes": {
      "h1": { "value": "56", "type": "fontSizes", "description": "Desktop ceiling of clamp(1.75rem, 6vw, 3.5rem)" },
      "h2": { "value": "36", "type": "fontSizes", "description": "Desktop ceiling of clamp(1.35rem, 4vw, 2.25rem)" },
      "h3": { "value": "24", "type": "fontSizes", "description": "Desktop ceiling of clamp(1.15rem, 3vw, 1.5rem)" },
      "body": { "value": "17", "type": "fontSizes", "description": "1rem at a 17px root" },
      "label": { "value": "12.75", "type": "fontSizes", "description": "0.75rem at a 17px root" }
    },
    "lineHeights": {
      "h1": { "value": "108%", "type": "lineHeights" },
      "h2": { "value": "118%", "type": "lineHeights" },
      "h3": { "value": "125%", "type": "lineHeights" },
      "body": { "value": "160%", "type": "lineHeights" },
      "label": { "value": "120%", "type": "lineHeights" }
    },
    "letterSpacing": {
      "tight": { "value": "-2%", "type": "letterSpacing" },
      "normal": { "value": "0", "type": "letterSpacing" },
      "wide": { "value": "6%", "type": "letterSpacing" }
    },
    "borderRadius": {
      "base": { "value": "2", "type": "borderRadius", "description": "Global sharp corner" },
      "full": { "value": "9999", "type": "borderRadius", "description": "Avatars only" }
    },
    "typography": {
      "h1": { "value": { "fontFamily": "Mozilla Headline", "fontWeight": "900", "fontSize": "56", "lineHeight": "108%", "letterSpacing": "-2%" }, "type": "typography" },
      "h2": { "value": { "fontFamily": "Mozilla Headline", "fontWeight": "900", "fontSize": "36", "lineHeight": "118%", "letterSpacing": "-2%" }, "type": "typography" },
      "h3": { "value": { "fontFamily": "Mozilla Headline", "fontWeight": "800", "fontSize": "24", "lineHeight": "125%", "letterSpacing": "-1%" }, "type": "typography" },
      "body": { "value": { "fontFamily": "Outfit", "fontWeight": "400", "fontSize": "17", "lineHeight": "160%", "letterSpacing": "0" }, "type": "typography" },
      "bodyMedium": { "value": { "fontFamily": "Outfit", "fontWeight": "500", "fontSize": "17", "lineHeight": "160%", "letterSpacing": "0" }, "type": "typography" },
      "label": { "value": { "fontFamily": "Outfit", "fontWeight": "700", "fontSize": "12.75", "lineHeight": "120%", "letterSpacing": "6%", "textCase": "uppercase" }, "type": "typography" }
    },
    "boxShadow": {
      "soft": {
        "value": [
          { "x": "0", "y": "10", "blur": "40", "spread": "-10", "color": "rgba(20,20,40,0.10)", "type": "dropShadow" },
          { "x": "0", "y": "4", "blur": "16", "spread": "-8", "color": "rgba(20,20,40,0.06)", "type": "dropShadow" }
        ],
        "type": "boxShadow"
      },
      "card": {
        "value": [
          { "x": "0", "y": "24", "blur": "60", "spread": "-20", "color": "rgba(60,60,120,0.18)", "type": "dropShadow" },
          { "x": "0", "y": "8", "blur": "24", "spread": "-12", "color": "rgba(60,60,120,0.10)", "type": "dropShadow" }
        ],
        "type": "boxShadow"
      },
      "cardHover": {
        "value": [
          { "x": "0", "y": "36", "blur": "90", "spread": "-24", "color": "rgba(80,80,160,0.28)", "type": "dropShadow" },
          { "x": "0", "y": "12", "blur": "32", "spread": "-10", "color": "rgba(80,80,160,0.14)", "type": "dropShadow" }
        ],
        "type": "boxShadow"
      },
      "glow": {
        "value": [
          { "x": "0", "y": "0", "blur": "0", "spread": "6", "color": "rgba(124,92,255,0.10)", "type": "dropShadow" },
          { "x": "0", "y": "18", "blur": "60", "spread": "-10", "color": "rgba(124,92,255,0.30)", "type": "dropShadow" }
        ],
        "type": "boxShadow"
      }
    }
  },
  "$themes": [],
  "$metadata": {
    "tokenSetOrder": ["global"]
  }
}
