{
  "$schema": "https://www.designtokens.org/schemas/2025.10/format.json",
  "$description": "Twilio's design system — a calm, accessible, token-driven visual language led by a confident blue.",
  "color": {
    "$type": "color",
    "primary": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0,
          0.427,
          0.98
        ],
        "hex": "#006dfa"
      }
    },
    "on-primary": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          1,
          1
        ],
        "hex": "#ffffff"
      }
    },
    "primary-strong": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0,
          0.078,
          0.537
        ],
        "hex": "#001489"
      }
    },
    "on-primary-strong": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          1,
          1
        ],
        "hex": "#ffffff"
      }
    },
    "link": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.008,
          0.388,
          0.878
        ],
        "hex": "#0263e0"
      }
    },
    "surface": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          1,
          1
        ],
        "hex": "#ffffff"
      }
    },
    "on-surface": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.071,
          0.11,
          0.176
        ],
        "hex": "#121c2d"
      }
    },
    "surface-variant": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.957,
          0.957,
          0.965
        ],
        "hex": "#f4f4f6"
      }
    },
    "on-surface-variant": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.376,
          0.42,
          0.522
        ],
        "hex": "#606b85"
      }
    },
    "border": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.545,
          0.576,
          0.667
        ],
        "hex": "#8b93aa"
      }
    },
    "border-weak": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.792,
          0.804,
          0.847
        ],
        "hex": "#cacdd8"
      }
    },
    "success": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.078,
          0.69,
          0.325
        ],
        "hex": "#14b053"
      }
    },
    "warning": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.957,
          0.486,
          0.133
        ],
        "hex": "#f47c22"
      }
    },
    "error": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.78,
          0.137,
          0.137
        ],
        "hex": "#c72323"
      }
    }
  },
  "spacing": {
    "$type": "dimension",
    "xxs": {
      "$value": {
        "value": 0.25,
        "unit": "rem"
      }
    },
    "xs": {
      "$value": {
        "value": 0.5,
        "unit": "rem"
      }
    },
    "sm": {
      "$value": {
        "value": 0.75,
        "unit": "rem"
      }
    },
    "md": {
      "$value": {
        "value": 1,
        "unit": "rem"
      }
    },
    "lg": {
      "$value": {
        "value": 1.25,
        "unit": "rem"
      }
    },
    "xl": {
      "$value": {
        "value": 1.5,
        "unit": "rem"
      }
    },
    "2xl": {
      "$value": {
        "value": 2,
        "unit": "rem"
      }
    },
    "3xl": {
      "$value": {
        "value": 2.75,
        "unit": "rem"
      }
    }
  },
  "rounded": {
    "$type": "dimension",
    "sm": {
      "$value": {
        "value": 2,
        "unit": "px"
      }
    },
    "md": {
      "$value": {
        "value": 4,
        "unit": "px"
      }
    },
    "lg": {
      "$value": {
        "value": 8,
        "unit": "px"
      }
    },
    "full": {
      "$value": {
        "value": 9999,
        "unit": "px"
      }
    }
  },
  "typography": {
    "display": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Inter",
        "fontSize": {
          "value": 2.5,
          "unit": "rem"
        },
        "fontWeight": 600,
        "letterSpacing": {
          "value": -0.01,
          "unit": "em"
        }
      }
    },
    "heading-lg": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Inter",
        "fontSize": {
          "value": 2,
          "unit": "rem"
        },
        "fontWeight": 600
      }
    },
    "heading": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Inter",
        "fontSize": {
          "value": 1.5,
          "unit": "rem"
        },
        "fontWeight": 600
      }
    },
    "body": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Inter",
        "fontSize": {
          "value": 1,
          "unit": "rem"
        },
        "fontWeight": 400
      }
    },
    "body-sm": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Inter",
        "fontSize": {
          "value": 0.875,
          "unit": "rem"
        },
        "fontWeight": 400
      }
    },
    "label": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Inter",
        "fontSize": {
          "value": 0.75,
          "unit": "rem"
        },
        "fontWeight": 500,
        "letterSpacing": {
          "value": 0.01,
          "unit": "em"
        }
      }
    },
    "code": {
      "$type": "typography",
      "$value": {
        "fontFamily": "JetBrains Mono",
        "fontSize": {
          "value": 0.875,
          "unit": "rem"
        },
        "fontWeight": 400
      }
    }
  }
}
