{
  "shadow": {
    "$type": "shadow",
    "$description": "Base Shadow tokens for the design system",
    "canvas": {
      "$value": "none"
    },
    "100": {
      "$value": {
        "color": "{color.utility.shadow.100}",
        "offsetX": "0px",
        "offsetY": "1px",
        "blur": "4px",
        "spread": "1px"
      }
    },
    "200": {
      "$value": {
        "color": "{color.utility.shadow.200}",
        "offsetX": "0px",
        "offsetY": "2px",
        "blur": "8px",
        "spread": "1px"
      }
    },
    "300": {
      "$value": {
        "color": "{color.utility.shadow.300}",
        "offsetX": "0px",
        "offsetY": "5px",
        "blur": "10px",
        "spread": "1px"
      }
    },
    "400": {
      "$value": {
        "color": "{color.utility.shadow.400}",
        "offsetX": "0px",
        "offsetY": "8px",
        "blur": "18px",
        "spread": "2px"
      }
    },
    "500": {
      "$value": {
        "color": "{color.utility.shadow.500}",
        "offsetX": "0px",
        "offsetY": "8px",
        "blur": "24px",
        "spread": "4px"
      }
    },
    "600": {
      "$value": {
        "color": "{color.utility.shadow.600}",
        "offsetX": "0px",
        "offsetY": "15px",
        "blur": "30px",
        "spread": "5px"
      }
    },
    "raising": {
      "$value": "{shadow.100}"
    },
    "floating": {
      "$value": "{shadow.200}"
    },
    "levitating": {
      "$value": "{shadow.300}"
    },
    "flying": {
      "$value": "{shadow.400}"
    },
    "soaring": {
      "$value": "{shadow.500}"
    },
    "summit": {
      "$value": "{shadow.600}"
    }
  }
}
