{
  "$schema": "https://www.designtokens.org/schemas/2025.10/format.json",
  "$description": "Adobe's cross-product design system — a restrained blue accent on a meticulous gray ramp, built to stay out of the way of creative work.",
  "color": {
    "$type": "color",
    "primary": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.231,
          0.388,
          0.984
        ],
        "hex": "#3b63fb"
      }
    },
    "on-primary": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          1,
          1
        ],
        "hex": "#ffffff"
      }
    },
    "background": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          1,
          1
        ],
        "hex": "#ffffff"
      }
    },
    "layer-1": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.973,
          0.973,
          0.973
        ],
        "hex": "#f8f8f8"
      }
    },
    "gray-100": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.914,
          0.914,
          0.914
        ],
        "hex": "#e9e9e9"
      }
    },
    "neutral-content": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.161,
          0.161,
          0.161
        ],
        "hex": "#292929"
      }
    },
    "neutral-subdued": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.314,
          0.314,
          0.314
        ],
        "hex": "#505050"
      }
    },
    "helper": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.443,
          0.443,
          0.443
        ],
        "hex": "#717171"
      }
    },
    "border": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.855,
          0.855,
          0.855
        ],
        "hex": "#dadada"
      }
    },
    "border-strong": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.561,
          0.561,
          0.561
        ],
        "hex": "#8f8f8f"
      }
    },
    "focus": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.294,
          0.459,
          1
        ],
        "hex": "#4b75ff"
      }
    },
    "positive": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.02,
          0.514,
          0.306
        ],
        "hex": "#05834e"
      }
    },
    "notice": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.761,
          0.306,
          0
        ],
        "hex": "#c24e00"
      }
    },
    "negative": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.843,
          0.196,
          0.125
        ],
        "hex": "#d73220"
      }
    }
  },
  "spacing": {
    "$type": "dimension",
    "xxs": {
      "$value": {
        "value": 2,
        "unit": "px"
      }
    },
    "xs": {
      "$value": {
        "value": 4,
        "unit": "px"
      }
    },
    "sm": {
      "$value": {
        "value": 8,
        "unit": "px"
      }
    },
    "md": {
      "$value": {
        "value": 16,
        "unit": "px"
      }
    },
    "lg": {
      "$value": {
        "value": 24,
        "unit": "px"
      }
    },
    "xl": {
      "$value": {
        "value": 32,
        "unit": "px"
      }
    },
    "2xl": {
      "$value": {
        "value": 48,
        "unit": "px"
      }
    },
    "3xl": {
      "$value": {
        "value": 64,
        "unit": "px"
      }
    }
  },
  "rounded": {
    "$type": "dimension",
    "sm": {
      "$value": {
        "value": 4,
        "unit": "px"
      }
    },
    "md": {
      "$value": {
        "value": 8,
        "unit": "px"
      }
    },
    "lg": {
      "$value": {
        "value": 10,
        "unit": "px"
      }
    },
    "xl": {
      "$value": {
        "value": 16,
        "unit": "px"
      }
    },
    "full": {
      "$value": {
        "value": 9999,
        "unit": "px"
      }
    }
  },
  "typography": {
    "display": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Source Sans 3",
        "fontSize": {
          "value": 2.25,
          "unit": "rem"
        },
        "fontWeight": 800
      }
    },
    "heading-lg": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Source Sans 3",
        "fontSize": {
          "value": 1.75,
          "unit": "rem"
        },
        "fontWeight": 800
      }
    },
    "heading": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Source Sans 3",
        "fontSize": {
          "value": 1.25,
          "unit": "rem"
        },
        "fontWeight": 800
      }
    },
    "body": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Source Sans 3",
        "fontSize": {
          "value": 0.875,
          "unit": "rem"
        },
        "fontWeight": 400
      }
    },
    "body-sm": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Source Sans 3",
        "fontSize": {
          "value": 0.75,
          "unit": "rem"
        },
        "fontWeight": 400
      }
    },
    "detail": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Source Sans 3",
        "fontSize": {
          "value": 0.6875,
          "unit": "rem"
        },
        "fontWeight": 500,
        "letterSpacing": {
          "value": 0.06,
          "unit": "em"
        }
      }
    },
    "code": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Source Code Pro",
        "fontSize": {
          "value": 0.875,
          "unit": "rem"
        },
        "fontWeight": 400
      }
    }
  }
}
