UNPKG

@skillzet/tokens

Version:
9,172 lines 199 kB
/**
 * Do not edit directly
 * Generated on Tue, 05 Jul 2022 23:44:35 GMT
 */

var myCustomName = {
  "baseRadius": {
    "value": 8,
    "type": "borderRadius",
    "filePath": "figma/input.json",
    "isSource": true,
    "original": {
      "value": 8,
      "type": "borderRadius"
    },
    "name": "BaseRadius",
    "attributes": {
      "category": "baseRadius"
    },
    "path": [
      "baseRadius"
    ]
  },
  "primary": {
    "contrast-text": {
      "value": "#ffffff",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#ffffff",
        "type": "color"
      },
      "name": "PrimaryContrastText",
      "attributes": {
        "category": "primary",
        "type": "contrast-text"
      },
      "path": [
        "primary",
        "contrast-text"
      ]
    },
    "main": {
      "value": "#6e7ae8",
      "type": "color",
      "description": "blue-500",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#6e7ae8",
        "type": "color",
        "description": "blue-500"
      },
      "name": "PrimaryMain",
      "attributes": {
        "category": "primary",
        "type": "main"
      },
      "path": [
        "primary",
        "main"
      ]
    },
    "light": {
      "value": "#a3a9ff",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#a3a9ff",
        "type": "color"
      },
      "name": "PrimaryLight",
      "attributes": {
        "category": "primary",
        "type": "light"
      },
      "path": [
        "primary",
        "light"
      ]
    },
    "dark": {
      "value": "#364eb5",
      "type": "color",
      "description": "Used for: hover buttons",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#364eb5",
        "type": "color",
        "description": "Used for: hover buttons"
      },
      "name": "PrimaryDark",
      "attributes": {
        "category": "primary",
        "type": "dark"
      },
      "path": [
        "primary",
        "dark"
      ]
    },
    "background": {
      "value": "#f6f6fb",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#f6f6fb",
        "type": "color"
      },
      "name": "PrimaryBackground",
      "attributes": {
        "category": "primary",
        "type": "background"
      },
      "path": [
        "primary",
        "background"
      ]
    },
    "border": {
      "value": "#6e7ae8",
      "type": "color",
      "description": "Used for: borders",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#6e7ae8",
        "type": "color",
        "description": "Used for: borders"
      },
      "name": "PrimaryBorder",
      "attributes": {
        "category": "primary",
        "type": "border"
      },
      "path": [
        "primary",
        "border"
      ]
    }
  },
  "secondary": {
    "contrast-text": {
      "value": "#ffffff",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#ffffff",
        "type": "color"
      },
      "name": "SecondaryContrastText",
      "attributes": {
        "category": "secondary",
        "type": "contrast-text"
      },
      "path": [
        "secondary",
        "contrast-text"
      ]
    },
    "main": {
      "value": "#cd48e8",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#cd48e8",
        "type": "color"
      },
      "name": "SecondaryMain",
      "attributes": {
        "category": "secondary",
        "type": "main"
      },
      "path": [
        "secondary",
        "main"
      ]
    },
    "light": {
      "value": "#ff7dff",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#ff7dff",
        "type": "color"
      },
      "name": "SecondaryLight",
      "attributes": {
        "category": "secondary",
        "type": "light"
      },
      "path": [
        "secondary",
        "light"
      ]
    },
    "dark": {
      "value": "#9800b5",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#9800b5",
        "type": "color"
      },
      "name": "SecondaryDark",
      "attributes": {
        "category": "secondary",
        "type": "dark"
      },
      "path": [
        "secondary",
        "dark"
      ]
    },
    "background": {
      "value": "#faf3fb",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#faf3fb",
        "type": "color"
      },
      "name": "SecondaryBackground",
      "attributes": {
        "category": "secondary",
        "type": "background"
      },
      "path": [
        "secondary",
        "background"
      ]
    },
    "border": {
      "value": "#eab7f4",
      "type": "color",
      "description": "Used for: borders",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#eab7f4",
        "type": "color",
        "description": "Used for: borders"
      },
      "name": "SecondaryBorder",
      "attributes": {
        "category": "secondary",
        "type": "border"
      },
      "path": [
        "secondary",
        "border"
      ]
    }
  },
  "text": {
    "primary": {
      "value": "#2e323a",
      "type": "color",
      "description": "Text primary",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#2e323a",
        "type": "color",
        "description": "Text primary"
      },
      "name": "TextPrimary",
      "attributes": {
        "category": "text",
        "type": "primary"
      },
      "path": [
        "text",
        "primary"
      ]
    },
    "secondary": {
      "value": "#717b8f",
      "type": "color",
      "description": "Text secondary",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#717b8f",
        "type": "color",
        "description": "Text secondary"
      },
      "name": "TextSecondary",
      "attributes": {
        "category": "text",
        "type": "secondary"
      },
      "path": [
        "text",
        "secondary"
      ]
    },
    "disabled": {
      "value": "#00000061",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#00000061",
        "type": "color"
      },
      "name": "TextDisabled",
      "attributes": {
        "category": "text",
        "type": "disabled"
      },
      "path": [
        "text",
        "disabled"
      ]
    },
    "hint": {
      "value": "#00000061",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#00000061",
        "type": "color"
      },
      "name": "TextHint",
      "attributes": {
        "category": "text",
        "type": "hint"
      },
      "path": [
        "text",
        "hint"
      ]
    }
  },
  "action": {
    "main": {
      "value": "#e0e0e0",
      "type": "color",
      "description": "Used for: buttons, anything that uses default",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#e0e0e0",
        "type": "color",
        "description": "Used for: buttons, anything that uses default"
      },
      "name": "ActionMain",
      "attributes": {
        "category": "action",
        "type": "main"
      },
      "path": [
        "action",
        "main"
      ]
    },
    "hover": {
      "value": "#00000066",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#00000066",
        "type": "color"
      },
      "name": "ActionHover",
      "attributes": {
        "category": "action",
        "type": "hover"
      },
      "path": [
        "action",
        "hover"
      ]
    },
    "selected": {
      "value": "#00000014",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#00000014",
        "type": "color"
      },
      "name": "ActionSelected",
      "attributes": {
        "category": "action",
        "type": "selected"
      },
      "path": [
        "action",
        "selected"
      ]
    },
    "disabled-bg": {
      "value": "#0000001f",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#0000001f",
        "type": "color"
      },
      "name": "ActionDisabledBg",
      "attributes": {
        "category": "action",
        "type": "disabled-bg"
      },
      "path": [
        "action",
        "disabled-bg"
      ]
    },
    "disabled": {
      "value": "#00000042",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#00000042",
        "type": "color"
      },
      "name": "ActionDisabled",
      "attributes": {
        "category": "action",
        "type": "disabled"
      },
      "path": [
        "action",
        "disabled"
      ]
    },
    "focus": {
      "value": "#0000001f",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#0000001f",
        "type": "color"
      },
      "name": "ActionFocus",
      "attributes": {
        "category": "action",
        "type": "focus"
      },
      "path": [
        "action",
        "focus"
      ]
    }
  },
  "other": {
    "border": {
      "value": "#bdbdbd",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#bdbdbd",
        "type": "color"
      },
      "name": "OtherBorder",
      "attributes": {
        "category": "other",
        "type": "border"
      },
      "path": [
        "other",
        "border"
      ]
    },
    "white": {
      "value": "#ffffff",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#ffffff",
        "type": "color"
      },
      "name": "OtherWhite",
      "attributes": {
        "category": "other",
        "type": "white"
      },
      "path": [
        "other",
        "white"
      ]
    },
    "backdrop": {
      "value": "#757575",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#757575",
        "type": "color"
      },
      "name": "OtherBackdrop",
      "attributes": {
        "category": "other",
        "type": "backdrop"
      },
      "path": [
        "other",
        "backdrop"
      ]
    },
    "divider": {
      "value": "#0000001f",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#0000001f",
        "type": "color"
      },
      "name": "OtherDivider",
      "attributes": {
        "category": "other",
        "type": "divider"
      },
      "path": [
        "other",
        "divider"
      ]
    },
    "snackbar": {
      "value": "#424242",
      "type": "color",
      "description": "snackbar default bg",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#424242",
        "type": "color",
        "description": "snackbar default bg"
      },
      "name": "OtherSnackbar",
      "attributes": {
        "category": "other",
        "type": "snackbar"
      },
      "path": [
        "other",
        "snackbar"
      ]
    },
    "active-rating": {
      "value": "#ffb400",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#ffb400",
        "type": "color"
      },
      "name": "OtherActiveRating",
      "attributes": {
        "category": "other",
        "type": "active-rating"
      },
      "path": [
        "other",
        "active-rating"
      ]
    }
  },
  "info": {
    "contrast-text": {
      "value": "#ffffff",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#ffffff",
        "type": "color"
      },
      "name": "InfoContrastText",
      "attributes": {
        "category": "info",
        "type": "contrast-text"
      },
      "path": [
        "info",
        "contrast-text"
      ]
    },
    "main": {
      "value": "#4890e8",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#4890e8",
        "type": "color"
      },
      "name": "InfoMain",
      "attributes": {
        "category": "info",
        "type": "main"
      },
      "path": [
        "info",
        "main"
      ]
    },
    "dark": {
      "value": "#0063b5",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#0063b5",
        "type": "color"
      },
      "name": "InfoDark",
      "attributes": {
        "category": "info",
        "type": "dark"
      },
      "path": [
        "info",
        "dark"
      ]
    },
    "light": {
      "value": "#82c0ff",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#82c0ff",
        "type": "color"
      },
      "name": "InfoLight",
      "attributes": {
        "category": "info",
        "type": "light"
      },
      "path": [
        "info",
        "light"
      ]
    },
    "text-dark": {
      "value": "#0d3c61",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#0d3c61",
        "type": "color"
      },
      "name": "InfoTextDark",
      "attributes": {
        "category": "info",
        "type": "text-dark"
      },
      "path": [
        "info",
        "text-dark"
      ]
    },
    "light-bg": {
      "value": "#f1f8fe",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#f1f8fe",
        "type": "color"
      },
      "name": "InfoLightBg",
      "attributes": {
        "category": "info",
        "type": "light-bg"
      },
      "path": [
        "info",
        "light-bg"
      ]
    }
  },
  "success": {
    "contrast-text": {
      "value": "#ffffff",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#ffffff",
        "type": "color"
      },
      "name": "SuccessContrastText",
      "attributes": {
        "category": "success",
        "type": "contrast-text"
      },
      "path": [
        "success",
        "contrast-text"
      ]
    },
    "main": {
      "value": "#7db534",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#7db534",
        "type": "color"
      },
      "name": "SuccessMain",
      "attributes": {
        "category": "success",
        "type": "main"
      },
      "path": [
        "success",
        "main"
      ]
    },
    "dark": {
      "value": "#4c8500",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#4c8500",
        "type": "color"
      },
      "name": "SuccessDark",
      "attributes": {
        "category": "success",
        "type": "dark"
      },
      "path": [
        "success",
        "dark"
      ]
    },
    "light": {
      "value": "#b0e765",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#b0e765",
        "type": "color"
      },
      "name": "SuccessLight",
      "attributes": {
        "category": "success",
        "type": "light"
      },
      "path": [
        "success",
        "light"
      ]
    },
    "light-bg": {
      "value": "#f8fbf3",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#f8fbf3",
        "type": "color"
      },
      "name": "SuccessLightBg",
      "attributes": {
        "category": "success",
        "type": "light-bg"
      },
      "path": [
        "success",
        "light-bg"
      ]
    },
    "dark-text": {
      "value": "#1e4620",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#1e4620",
        "type": "color"
      },
      "name": "SuccessDarkText",
      "attributes": {
        "category": "success",
        "type": "dark-text"
      },
      "path": [
        "success",
        "dark-text"
      ]
    }
  },
  "error": {
    "main": {
      "value": "#a43f23",
      "type": "color",
      "description": "red 500",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#a43f23",
        "type": "color",
        "description": "red 500"
      },
      "name": "ErrorMain",
      "attributes": {
        "category": "error",
        "type": "main"
      },
      "path": [
        "error",
        "main"
      ]
    },
    "contrast-text": {
      "value": "#ffffff",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#ffffff",
        "type": "color"
      },
      "name": "ErrorContrastText",
      "attributes": {
        "category": "error",
        "type": "contrast-text"
      },
      "path": [
        "error",
        "contrast-text"
      ]
    },
    "light": {
      "value": "#ff997f",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#ff997f",
        "type": "color"
      },
      "name": "ErrorLight",
      "attributes": {
        "category": "error",
        "type": "light"
      },
      "path": [
        "error",
        "light"
      ]
    },
    "dark": {
      "value": "#a63a29",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#a63a29",
        "type": "color"
      },
      "name": "ErrorDark",
      "attributes": {
        "category": "error",
        "type": "dark"
      },
      "path": [
        "error",
        "dark"
      ]
    },
    "dark-text": {
      "value": "#621b16",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#621b16",
        "type": "color"
      },
      "name": "ErrorDarkText",
      "attributes": {
        "category": "error",
        "type": "dark-text"
      },
      "path": [
        "error",
        "dark-text"
      ]
    },
    "light-bg": {
      "value": "#fef6f6",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#fef6f6",
        "type": "color"
      },
      "name": "ErrorLightBg",
      "attributes": {
        "category": "error",
        "type": "light-bg"
      },
      "path": [
        "error",
        "light-bg"
      ]
    }
  },
  "warning": {
    "contrast-text": {
      "value": "#000000",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#000000",
        "type": "color"
      },
      "name": "WarningContrastText",
      "attributes": {
        "category": "warning",
        "type": "contrast-text"
      },
      "path": [
        "warning",
        "contrast-text"
      ]
    },
    "main": {
      "value": "#f59b2c",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#f59b2c",
        "type": "color"
      },
      "name": "WarningMain",
      "attributes": {
        "category": "warning",
        "type": "main"
      },
      "path": [
        "warning",
        "main"
      ]
    },
    "dark": {
      "value": "#bd6c00",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#bd6c00",
        "type": "color"
      },
      "name": "WarningDark",
      "attributes": {
        "category": "warning",
        "type": "dark"
      },
      "path": [
        "warning",
        "dark"
      ]
    },
    "light": {
      "value": "#ffcc5e",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#ffcc5e",
        "type": "color"
      },
      "name": "WarningLight",
      "attributes": {
        "category": "warning",
        "type": "light"
      },
      "path": [
        "warning",
        "light"
      ]
    },
    "dark-text": {
      "value": "#663d00",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#663d00",
        "type": "color"
      },
      "name": "WarningDarkText",
      "attributes": {
        "category": "warning",
        "type": "dark-text"
      },
      "path": [
        "warning",
        "dark-text"
      ]
    },
    "light-bg": {
      "value": "#fef9f1",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#fef9f1",
        "type": "color"
      },
      "name": "WarningLightBg",
      "attributes": {
        "category": "warning",
        "type": "light-bg"
      },
      "path": [
        "warning",
        "light-bg"
      ]
    }
  },
  "grey": {
    "grey-50": {
      "value": "#fafafa",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#fafafa",
        "type": "color"
      },
      "name": "GreyGrey50",
      "attributes": {
        "category": "grey",
        "type": "grey-50"
      },
      "path": [
        "grey",
        "grey-50"
      ]
    },
    "grey-100": {
      "value": "#f5f5f5",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#f5f5f5",
        "type": "color"
      },
      "name": "GreyGrey100",
      "attributes": {
        "category": "grey",
        "type": "grey-100"
      },
      "path": [
        "grey",
        "grey-100"
      ]
    },
    "grey-200": {
      "value": "#eeeeee",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#eeeeee",
        "type": "color"
      },
      "name": "GreyGrey200",
      "attributes": {
        "category": "grey",
        "type": "grey-200"
      },
      "path": [
        "grey",
        "grey-200"
      ]
    },
    "grey-300": {
      "value": "#e0e0e0",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#e0e0e0",
        "type": "color"
      },
      "name": "GreyGrey300",
      "attributes": {
        "category": "grey",
        "type": "grey-300"
      },
      "path": [
        "grey",
        "grey-300"
      ]
    },
    "grey-400": {
      "value": "#bdbdbd",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#bdbdbd",
        "type": "color"
      },
      "name": "GreyGrey400",
      "attributes": {
        "category": "grey",
        "type": "grey-400"
      },
      "path": [
        "grey",
        "grey-400"
      ]
    },
    "grey-500": {
      "value": "#9e9e9e",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#9e9e9e",
        "type": "color"
      },
      "name": "GreyGrey500",
      "attributes": {
        "category": "grey",
        "type": "grey-500"
      },
      "path": [
        "grey",
        "grey-500"
      ]
    },
    "grey-600": {
      "value": "#757575",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#757575",
        "type": "color"
      },
      "name": "GreyGrey600",
      "attributes": {
        "category": "grey",
        "type": "grey-600"
      },
      "path": [
        "grey",
        "grey-600"
      ]
    },
    "grey-700": {
      "value": "#616161",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#616161",
        "type": "color"
      },
      "name": "GreyGrey700",
      "attributes": {
        "category": "grey",
        "type": "grey-700"
      },
      "path": [
        "grey",
        "grey-700"
      ]
    },
    "grey-800": {
      "value": "#424242",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#424242",
        "type": "color"
      },
      "name": "GreyGrey800",
      "attributes": {
        "category": "grey",
        "type": "grey-800"
      },
      "path": [
        "grey",
        "grey-800"
      ]
    },
    "grey-900": {
      "value": "#212121",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#212121",
        "type": "color"
      },
      "name": "GreyGrey900",
      "attributes": {
        "category": "grey",
        "type": "grey-900"
      },
      "path": [
        "grey",
        "grey-900"
      ]
    },
    "black": {
      "value": "#000000",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#000000",
        "type": "color"
      },
      "name": "GreyBlack",
      "attributes": {
        "category": "grey",
        "type": "black"
      },
      "path": [
        "grey",
        "black"
      ]
    },
    "grey-A100": {
      "value": "#e0e0e0",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#e0e0e0",
        "type": "color"
      },
      "name": "GreyGreyA100",
      "attributes": {
        "category": "grey",
        "type": "grey-A100"
      },
      "path": [
        "grey",
        "grey-A100"
      ]
    },
    "grey-A200": {
      "value": "#9e9e9e",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#9e9e9e",
        "type": "color"
      },
      "name": "GreyGreyA200",
      "attributes": {
        "category": "grey",
        "type": "grey-A200"
      },
      "path": [
        "grey",
        "grey-A200"
      ]
    },
    "grey-A400": {
      "value": "#616161",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#616161",
        "type": "color"
      },
      "name": "GreyGreyA400",
      "attributes": {
        "category": "grey",
        "type": "grey-A400"
      },
      "path": [
        "grey",
        "grey-A400"
      ]
    },
    "grey-A700": {
      "value": "#212121",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#212121",
        "type": "color"
      },
      "name": "GreyGreyA700",
      "attributes": {
        "category": "grey",
        "type": "grey-A700"
      },
      "path": [
        "grey",
        "grey-A700"
      ]
    }
  },
  "background": {
    "paper": {
      "value": "#ffffff",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#ffffff",
        "type": "color"
      },
      "name": "BackgroundPaper",
      "attributes": {
        "category": "background",
        "type": "paper"
      },
      "path": [
        "background",
        "paper"
      ]
    }
  },
  "blueGrey": {
    "100": {
      "value": "#f7f7f8",
      "type": "color",
      "description": "background.default",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#f7f7f8",
        "type": "color",
        "description": "background.default"
      },
      "name": "BlueGrey100",
      "attributes": {
        "category": "blueGrey",
        "type": "100"
      },
      "path": [
        "blueGrey",
        "100"
      ]
    },
    "200": {
      "value": "#eeeff0",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#eeeff0",
        "type": "color"
      },
      "name": "BlueGrey200",
      "attributes": {
        "category": "blueGrey",
        "type": "200"
      },
      "path": [
        "blueGrey",
        "200"
      ]
    },
    "300": {
      "value": "#d4d7dd",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#d4d7dd",
        "type": "color"
      },
      "name": "BlueGrey300",
      "attributes": {
        "category": "blueGrey",
        "type": "300"
      },
      "path": [
        "blueGrey",
        "300"
      ]
    },
    "400": {
      "value": "#b8bdc7",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#b8bdc7",
        "type": "color"
      },
      "name": "BlueGrey400",
      "attributes": {
        "category": "blueGrey",
        "type": "400"
      },
      "path": [
        "blueGrey",
        "400"
      ]
    },
    "500": {
      "value": "#9ca3b1",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#9ca3b1",
        "type": "color"
      },
      "name": "BlueGrey500",
      "attributes": {
        "category": "blueGrey",
        "type": "500"
      },
      "path": [
        "blueGrey",
        "500"
      ]
    },
    "600": {
      "value": "#868fa0",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#868fa0",
        "type": "color"
      },
      "name": "BlueGrey600",
      "attributes": {
        "category": "blueGrey",
        "type": "600"
      },
      "path": [
        "blueGrey",
        "600"
      ]
    },
    "700": {
      "value": "#717b8f",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#717b8f",
        "type": "color"
      },
      "name": "BlueGrey700",
      "attributes": {
        "category": "blueGrey",
        "type": "700"
      },
      "path": [
        "blueGrey",
        "700"
      ]
    }
  },
  "Elevation": {
    "1": {
      "value": [
        {
          "color": "#0000000d",
          "type": "dropShadow",
          "x": 0,
          "y": 0,
          "blur": 0,
          "spread": 1
        },
        {
          "color": "#0000001f",
          "type": "dropShadow",
          "x": 0,
          "y": 1,
          "blur": 2,
          "spread": 0
        }
      ],
      "type": "boxShadow",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": [
          {
            "color": "#0000000d",
            "type": "dropShadow",
            "x": 0,
            "y": 0,
            "blur": 0,
            "spread": 1
          },
          {
            "color": "#0000001f",
            "type": "dropShadow",
            "x": 0,
            "y": 1,
            "blur": 2,
            "spread": 0
          }
        ],
        "type": "boxShadow"
      },
      "name": "Elevation1",
      "attributes": {
        "category": "Elevation",
        "type": "1"
      },
      "path": [
        "Elevation",
        "1"
      ]
    },
    "2": {
      "value": [
        {
          "color": "#0000000d",
          "type": "dropShadow",
          "x": 0,
          "y": 0,
          "blur": 0,
          "spread": 1
        },
        {
          "color": "#00000026",
          "type": "dropShadow",
          "x": 0,
          "y": 2,
          "blur": 4,
          "spread": 0
        }
      ],
      "type": "boxShadow",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": [
          {
            "color": "#0000000d",
            "type": "dropShadow",
            "x": 0,
            "y": 0,
            "blur": 0,
            "spread": 1
          },
          {
            "color": "#00000026",
            "type": "dropShadow",
            "x": 0,
            "y": 2,
            "blur": 4,
            "spread": 0
          }
        ],
        "type": "boxShadow"
      },
      "name": "Elevation2",
      "attributes": {
        "category": "Elevation",
        "type": "2"
      },
      "path": [
        "Elevation",
        "2"
      ]
    },
    "3": {
      "value": [
        {
          "color": "#0000004f",
          "type": "dropShadow",
          "x": 0,
          "y": 0,
          "blur": 1,
          "spread": 0
        },
        {
          "color": "#00000040",
          "type": "dropShadow",
          "x": 0,
          "y": 3,
          "blur": 4,
          "spread": -2
        }
      ],
      "type": "boxShadow",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": [
          {
            "color": "#0000004f",
            "type": "dropShadow",
            "x": 0,
            "y": 0,
            "blur": 1,
            "spread": 0
          },
          {
            "color": "#00000040",
            "type": "dropShadow",
            "x": 0,
            "y": 3,
            "blur": 4,
            "spread": -2
          }
        ],
        "type": "boxShadow"
      },
      "name": "Elevation3",
      "attributes": {
        "category": "Elevation",
        "type": "3"
      },
      "path": [
        "Elevation",
        "3"
      ]
    },
    "4": {
      "value": [
        {
          "color": "#0000004f",
          "type": "dropShadow",
          "x": 0,
          "y": 0,
          "blur": 1,
          "spread": 0
        },
        {
          "color": "#00000040",
          "type": "dropShadow",
          "x": 0,
          "y": 3,
          "blur": 4,
          "spread": -2
        }
      ],
      "type": "boxShadow",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": [
          {
            "color": "#0000004f",
            "type": "dropShadow",
            "x": 0,
            "y": 0,
            "blur": 1,
            "spread": 0
          },
          {
            "color": "#00000040",
            "type": "dropShadow",
            "x": 0,
            "y": 3,
            "blur": 4,
            "spread": -2
          }
        ],
        "type": "boxShadow"
      },
      "name": "Elevation4",
      "attributes": {
        "category": "Elevation",
        "type": "4"
      },
      "path": [
        "Elevation",
        "4"
      ]
    },
    "5": {
      "value": [
        {
          "color": "#0000004f",
          "type": "dropShadow",
          "x": 0,
          "y": 0,
          "blur": 1,
          "spread": 0
        },
        {
          "color": "#00000040",
          "type": "dropShadow",
          "x": 0,
          "y": 4,
          "blur": 6,
          "spread": -2
        }
      ],
      "type": "boxShadow",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": [
          {
            "color": "#0000004f",
            "type": "dropShadow",
            "x": 0,
            "y": 0,
            "blur": 1,
            "spread": 0
          },
          {
            "color": "#00000040",
            "type": "dropShadow",
            "x": 0,
            "y": 4,
            "blur": 6,
            "spread": -2
          }
        ],
        "type": "boxShadow"
      },
      "name": "Elevation5",
      "attributes": {
        "category": "Elevation",
        "type": "5"
      },
      "path": [
        "Elevation",
        "5"
      ]
    },
    "6": {
      "value": [
        {
          "color": "#0000004f",
          "type": "dropShadow",
          "x": 0,
          "y": 0,
          "blur": 1,
          "spread": 0
        },
        {
          "color": "#00000040",
          "type": "dropShadow",
          "x": 0,
          "y": 4,
          "blur": 6,
          "spread": -2
        }
      ],
      "type": "boxShadow",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": [
          {
            "color": "#0000004f",
            "type": "dropShadow",
            "x": 0,
            "y": 0,
            "blur": 1,
            "spread": 0
          },
          {
            "color": "#00000040",
            "type": "dropShadow",
            "x": 0,
            "y": 4,
            "blur": 6,
            "spread": -2
          }
        ],
        "type": "boxShadow"
      },
      "name": "Elevation6",
      "attributes": {
        "category": "Elevation",
        "type": "6"
      },
      "path": [
        "Elevation",
        "6"
      ]
    },
    "7": {
      "value": [
        {
          "color": "#0000004f",
          "type": "dropShadow",
          "x": 0,
          "y": 0,
          "blur": 1,
          "spread": 0
        },
        {
          "color": "#00000040",
          "type": "dropShadow",
          "x": 0,
          "y": 4,
          "blur": 8,
          "spread": -2
        }
      ],
      "type": "boxShadow",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": [
          {
            "color": "#0000004f",
            "type": "dropShadow",
            "x": 0,
            "y": 0,
            "blur": 1,
            "spread": 0
          },
          {
            "color": "#00000040",
            "type": "dropShadow",
            "x": 0,
            "y": 4,
            "blur": 8,
            "spread": -2
          }
        ],
        "type": "boxShadow"
      },
      "name": "Elevation7",
      "attributes": {
        "category": "Elevation",
        "type": "7"
      },
      "path": [
        "Elevation",
        "7"
      ]
    },
    "8": {
      "value": [
        {
          "color": "#0000004f",
          "type": "dropShadow",
          "x": 0,
          "y": 0,
          "blur": 1,
          "spread": 0
        },
        {
          "color": "#00000040",
          "type": "dropShadow",
          "x": 0,
          "y": 5,
          "blur": 8,
          "spread": -2
        }
      ],
      "type": "boxShadow",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": [
          {
            "color": "#0000004f",
            "type": "dropShadow",
            "x": 0,
            "y": 0,
            "blur": 1,
            "spread": 0
          },
          {
            "color": "#00000040",
            "type": "dropShadow",
            "x": 0,
            "y": 5,
            "blur": 8,
            "spread": -2
          }
        ],
        "type": "boxShadow"
      },
      "name": "Elevation8",
      "attributes": {
        "category": "Elevation",
        "type": "8"
      },
      "path": [
        "Elevation",
        "8"
      ]
    },
    "9": {
      "value": [
        {
          "color": "#0000004f",
          "type": "dropShadow",
          "x": 0,
          "y": 0,
          "blur": 1,
          "spread": 0
        },
        {
          "color": "#00000040",
          "type": "dropShadow",
          "x": 0,
          "y": 6,
          "blur": 12,
          "spread": -4
        }
      ],
      "type": "boxShadow",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": [
          {
            "color": "#0000004f",
            "type": "dropShadow",
            "x": 0,
            "y": 0,
            "blur": 1,
            "spread": 0
          },
          {
            "color": "#00000040",
            "type": "dropShadow",
            "x": 0,
            "y": 6,
            "blur": 12,
            "spread": -4
          }
        ],
        "type": "boxShadow"
      },
      "name": "Elevation9",
      "attributes": {
        "category": "Elevation",
        "type": "9"
      },
      "path": [
        "Elevation",
        "9"
      ]
    },
    "10": {
      "value": [
        {
          "color": "#0000004f",
          "type": "dropShadow",
          "x": 0,
          "y": 0,
          "blur": 1,
          "spread": 0
        },
        {
          "color": "#00000040",
          "type": "dropShadow",
          "x": 0,
          "y": 7,
          "blur": 12,
          "spread": -4
        }
      ],
      "type": "boxShadow",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": [
          {
            "color": "#0000004f",
            "type": "dropShadow",
            "x": 0,
            "y": 0,
            "blur": 1,
            "spread": 0
          },
          {
            "color": "#00000040",
            "type": "dropShadow",
            "x": 0,
            "y": 7,
            "blur": 12,
            "spread": -4
          }
        ],
        "type": "boxShadow"
      },
      "name": "Elevation10",
      "attributes": {
        "category": "Elevation",
        "type": "10"
      },
      "path": [
        "Elevation",
        "10"
      ]
    },
    "11": {
      "value": [
        {
          "color": "#0000004f",
          "type": "dropShadow",
          "x": 0,
          "y": 0,
          "blur": 1,
          "spread": 0
        },
        {
          "color": "#00000040",
          "type": "dropShadow",
          "x": 0,
          "y": 6,
          "blur": 16,
          "spread": -4
        }
      ],
      "type": "boxShadow",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": [
          {
            "color": "#0000004f",
            "type": "dropShadow",
            "x": 0,
            "y": 0,
            "blur": 1,
            "spread": 0
          },
          {
            "color": "#00000040",
            "type": "dropShadow",
            "x": 0,
            "y": 6,
            "blur": 16,
            "spread": -4
          }
        ],
        "type": "boxShadow"
      },
      "name": "Elevation11",
      "attributes": {
        "category": "Elevation",
        "type": "11"
      },
      "path": [
        "Elevation",
        "11"
      ]
    },
    "12": {
      "value": [
        {
          "color": "#0000004f",
          "type": "dropShadow",
          "x": 0,
          "y": 0,
          "blur": 1,
          "spread": 0
        },
        {
          "color": "#00000040",
          "type": "dropShadow",
          "x": 0,
          "y": 7,
          "blur": 16,
          "spread": -4
        }
      ],
      "type": "boxShadow",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": [
          {
            "color": "#0000004f",
            "type": "dropShadow",
            "x": 0,
            "y": 0,
            "blur": 1,
            "spread": 0
          },
          {
            "color": "#00000040",
            "type": "dropShadow",
            "x": 0,
            "y": 7,
            "blur": 16,
            "spread": -4
          }
        ],
        "type": "boxShadow"
      },
      "name": "Elevation12",
      "attributes": {
        "category": "Elevation",
        "type": "12"
      },
      "path": [
        "Elevation",
        "12"
      ]
    },
    "13": {
      "value": [
        {
          "color": "#0000004f",
          "type": "dropShadow",
          "x": 0,
          "y": 0,
          "blur": 1,
          "spread": 0
        },
        {
          "color": "#00000040",
          "type": "dropShadow",
          "x": 0,
          "y": 8,
          "blur": 18,
          "spread": -8
        }
      ],
      "type": "boxShadow",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": [
          {
            "color": "#0000004f",
            "type": "dropShadow",
            "x": 0,
            "y": 0,
            "blur": 1,
            "spread": 0
          },
          {
            "color": "#00000040",
            "type": "dropShadow",
            "x": 0,
            "y": 8,
            "blur": 18,
            "spread": -8
          }
        ],
        "type": "boxShadow"
      },
      "name": "Elevation13",
      "attributes": {
        "category": "Elevation",
        "type": "13"
      },
      "path": [
        "Elevation",
        "13"
      ]
    },
    "14": {
      "value": [
        {
          "color": "#0000004f",
          "type": "dropShadow",
          "x": 0,
          "y": 0,
          "blur": 1,
          "spread": 0
        },
        {
          "color": "#00000040",
          "type": "dropShadow",
          "x": 0,
          "y": 9,
          "blur": 18,
          "spread": -8
        }
      ],
      "type": "boxShadow",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": [
          {
            "color": "#0000004f",
            "type": "dropShadow",
            "x": 0,
            "y": 0,
            "blur": 1,
            "spread": 0
          },
          {
            "color": "#00000040",
            "type": "dropShadow",
            "x": 0,
            "y": 9,
            "blur": 18,
            "spread": -8
          }
        ],
        "type": "boxShadow"
      },
      "name": "Elevation14",
      "attributes": {
        "category": "Elevation",
        "type": "14"
      },
      "path": [
        "Elevation",
        "14"
      ]
    },
    "15": {
      "value": [
        {
          "color": "#0000004f",
          "type": "dropShadow",
          "x": 0,
          "y": 0,
          "blur": 1,
          "spread": 0
        },
        {
          "color": "#00000040",
          "type": "dropShadow",
          "x": 0,
          "y": 10,
          "blur": 20,
          "spread": -8
        }
      ],
      "type": "boxShadow",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": [
          {
            "color": "#0000004f",
            "type": "dropShadow",
            "x": 0,
            "y": 0,
            "blur": 1,
            "spread": 0
          },
          {
            "color": "#00000040",
            "type": "dropShadow",
            "x": 0,
            "y": 10,
            "blur": 20,
            "spread": -8
          }
        ],
        "type": "boxShadow"
      },
      "name": "Elevation15",
      "attributes": {
        "category": "Elevation",
        "type": "15"
      },
      "path": [
        "Elevation",
        "15"
      ]
    },
    "16": {
      "value": [
        {
          "color": "#0000004f",
          "type": "dropShadow",
          "x": 0,
          "y": 0,
          "blur": 1,
          "spread": 0
        },
        {
          "color": "#00000040",
          "type": "dropShadow",
          "x": 0,
          "y": 11,
          "blur": 20,
          "spread": -8
        }
      ],
      "type": "boxShadow",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": [
          {
            "color": "#0000004f",
            "type": "dropShadow",
            "x": 0,
            "y": 0,
            "blur": 1,
            "spread": 0
          },
          {
            "color": "#00000040",
            "type": "dropShadow",
            "x": 0,
            "y": 11,
            "blur": 20,
            "spread": -8
          }
        ],
        "type": "boxShadow"
      },
      "name": "Elevation16",
      "attributes": {
        "category": "Elevation",
        "type": "16"
      },
      "path": [
        "Elevation",
        "16"
      ]
    },
    "17": {
      "value": [
        {
          "color": "#0000004f",
          "type": "dropShadow",
          "x": 0,
          "y": 0,
          "blur": 1,
          "spread": 0
        },
        {
          "color": "#00000040",
          "type": "dropShadow",
          "x": 0,
          "y": 12,
          "blur": 22,
          "spread": -8
        }
      ],
      "type": "boxShadow",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": [
          {
            "color": "#0000004f",
            "type": "dropShadow",
            "x": 0,
            "y": 0,
            "blur": 1,
            "spread": 0
          },
          {
            "color": "#00000040",
            "type": "dropShadow",
            "x": 0,
            "y": 12,
            "blur": 22,
            "spread": -8
          }
        ],
        "type": "boxShadow"
      },
      "name": "Elevation17",
      "attributes": {
        "category": "Elevation",
        "type": "17"
      },
      "path": [
        "Elevation",
        "17"
      ]
    },
    "18": {
      "value": [
        {
          "color": "#0000004f",
          "type": "dropShadow",
          "x": 0,
          "y": 0,
          "blur": 1,
          "spread": 0
        },
        {
          "color": "#00000040",
          "type": "dropShadow",
          "x": 0,
          "y": 13,
          "blur": 22,
          "spread": -8
        }
      ],
      "type": "boxShadow",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": [
          {
            "color": "#0000004f",
            "type": "dropShadow",
            "x": 0,
            "y": 0,
            "blur": 1,
            "spread": 0
          },
          {
            "color": "#00000040",
            "type": "dropShadow",
            "x": 0,
            "y": 13,
            "blur": 22,
            "spread": -8
          }
        ],
        "type": "boxShadow"
      },
      "name": "Elevation18",
      "attributes": {
        "category": "Elevation",
        "type": "18"
      },
      "path": [
        "Elevation",
        "18"
      ]
    },
    "19": {
      "value": [
        {
          "color": "#0000004f",
          "type": "dropShadow",
          "x": 0,
          "y": 0,
          "blur": 1,
          "spread": 0
        },
        {
          "color": "#00000040",
          "type": "dropShadow",
          "x": 0,
          "y": 14,
          "blur": 24,
          "spread": -8
        }
      ],
      "type": "boxShadow",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": [
          {
            "color": "#0000004f",
            "type": "dropShadow",
            "x": 0,
            "y": 0,
            "blur": 1,
            "spread": 0
          },
          {
            "color": "#00000040",
            "type": "dropShadow",
            "x": 0,
            "y": 14,
            "blur": 24,
            "spread": -8
          }
        ],
        "type": "boxShadow"
      },
      "name": "Elevation19",
      "attributes": {
        "category": "Elevation",
        "type": "19"
      },
      "path": [
        "Elevation",
        "19"
      ]
    },
    "20": {
      "value": [
        {
          "color": "#0000004f",
          "type": "dropShadow",
          "x": 0,
          "y": 0,
          "blur": 1,
          "spread": 0
        },
        {
          "color": "#00000040",
          "type": "dropShadow",
          "x": 0,
          "y": 16,
          "blur": 28,
          "spread": -8
        }
      ],
      "type": "boxShadow",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": [
          {
            "color": "#0000004f",
            "type": "dropShadow",
            "x": 0,
            "y": 0,
            "blur": 1,
            "spread": 0
          },
          {
            "color": "#00000040",
            "type": "dropShadow",
            "x": 0,
            "y": 16,
            "blur": 28,
            "spread": -8
          }
        ],
        "type": "boxShadow"
      },
      "name": "Elevation20",
      "attributes": {
        "category": "Elevation",
        "type": "20"
      },
      "path": [
        "Elevation",
        "20"
      ]
    },
    "21": {
      "value": [
        {
          "color": "#0000004f",
          "type": "dropShadow",
          "x": 0,
          "y": 0,
          "blur": 1,
          "spread": 0
        },
        {
          "color": "#00000040",
          "type": "dropShadow",
          "x": 0,
          "y": 18,
          "blur": 30,
          "spread": -8
        }
      ],
      "type": "boxShadow",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": [
          {
            "color": "#0000004f",
            "type": "dropShadow",
            "x": 0,
            "y": 0,
            "blur": 1,
            "spread": 0
          },
          {
            "color": "#00000040",
            "type": "dropShadow",
            "x": 0,
            "y": 18,
            "blur": 30,
            "spread": -8
          }
        ],
        "type": "boxShadow"
      },
      "name": "Elevation21",
      "attributes": {
        "category": "Elevation",
        "type": "21"
      },
      "path": [
        "Elevation",
        "21"
      ]
    },
    "22": {
      "value": [
        {
          "color": "#0000004f",
          "type": "dropShadow",
          "x": 0,
          "y": 0,
          "blur": 1,
          "spread": 0
        },
        {
          "color": "#00000040",
          "type": "dropShadow",
          "x": 0,
          "y": 20,
          "blur": 32,
          "spread": -8
        }
      ],
      "type": "boxShadow",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": [
          {
            "color": "#0000004f",
            "type": "dropShadow",
            "x": 0,
            "y": 0,
            "blur": 1,
            "spread": 0
          },
          {
            "color": "#00000040",
            "type": "dropShadow",
            "x": 0,
            "y": 20,
            "blur": 32,
            "spread": -8
          }
        ],
        "type": "boxShadow"
      },
      "name": "Elevation22",
      "attributes": {
        "category": "Elevation",
        "type": "22"
      },
      "path": [
        "Elevation",
        "22"
      ]
    },
    "23": {
      "value": [
        {
          "color": "#0000004f",
          "type": "dropShadow",
          "x": 0,
          "y": 0,
          "blur": 1,
          "spread": 0
        },
        {
          "color": "#00000040",
          "type": "dropShadow",
          "x": 0,
          "y": 22,
          "blur": 34,
          "spread": -8
        }
      ],
      "type": "boxShadow",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": [
          {
            "color": "#0000004f",
            "type": "dropShadow",
            "x": 0,
            "y": 0,
            "blur": 1,
            "spread": 0
          },
          {
            "color": "#00000040",
            "type": "dropShadow",
            "x": 0,
            "y": 22,
            "blur": 34,
            "spread": -8
          }
        ],
        "type": "boxShadow"
      },
      "name": "Elevation23",
      "attributes": {
        "category": "Elevation",
        "type": "23"
      },
      "path": [
        "Elevation",
        "23"
      ]
    },
    "24": {
      "value": [
        {
          "color": "#0000004f",
          "type": "dropShadow",
          "x": 0,
          "y": 0,
          "blur": 1,
          "spread": 0
        },
        {
          "color": "#00000040",
          "type": "dropShadow",
          "x": 0,
          "y": 24,
          "blur": 36,
          "spread": -8
        }
      ],
      "type": "boxShadow",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": [
          {
            "color": "#0000004f",
            "type": "dropShadow",
            "x": 0,
            "y": 0,
            "blur": 1,
            "spread": 0
          },
          {
            "color": "#00000040",
            "type": "dropShadow",
            "x": 0,
            "y": 24,
            "blur": 36,
            "spread": -8
          }
        ],
        "type": "boxShadow"
      },
      "name": "Elevation24",
      "attributes": {
        "category": "Elevation",
        "type": "24"
      },
      "path": [
        "Elevation",
        "24"
      ]
    },
    "Outlined": {
      "value": {
        "color": "#e0e0e0",
        "type": "innerShadow",
        "x": 0,
        "y": 0,
        "blur": 0,
        "spread": 1
      },
      "type": "boxShadow",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "color": "#e0e0e0",
          "type": "innerShadow",
          "x": 0,
          "y": 0,
          "blur": 0,
          "spread": 1
        },
        "type": "boxShadow"
      },
      "name": "ElevationOutlined",
      "attributes": {
        "category": "Elevation",
        "type": "Outlined"
      },
      "path": [
        "Elevation",
        "Outlined"
      ]
    }
  },
  "fontFamilies": {
    "roboto": {
      "value": "Roboto",
      "type": "fontFamilies",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "Roboto",
        "type": "fontFamilies"
      },
      "name": "FontFamiliesRoboto",
      "attributes": {
        "category": "fontFamilies",
        "type": "roboto"
      },
      "path": [
        "fontFamilies",
        "roboto"
      ]
    }
  },
  "lineHeights": {
    "0": {
      "value": "112%",
      "type": "lineHeights",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "112%",
        "type": "lineHeights"
      },
      "name": "LineHeights0",
      "attributes": {
        "category": "lineHeights",
        "type": "0"
      },
      "path": [
        "lineHeights",
        "0"
      ]
    },
    "1": {
      "value": "120%",
      "type": "lineHeights",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "120%",
        "type": "lineHeights"
      },
      "name": "LineHeights1",
      "attributes": {
        "category": "lineHeights",
        "type": "1"
      },
      "path": [
        "lineHeights",
        "1"
      ]
    },
    "2": {
      "value": "116.7%",
      "type": "lineHeights",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "116.7%",
        "type": "lineHeights"
      },
      "name": "LineHeights2",
      "attributes": {
        "category": "lineHeights",
        "type": "2"
      },
      "path": [
        "lineHeights",
        "2"
      ]
    },
    "3": {
      "value": "123.5%",
      "type": "lineHeights",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "123.5%",
        "type": "lineHeights"
      },
      "name": "LineHeights3",
      "attributes": {
        "category": "lineHeights",
        "type": "3"
      },
      "path": [
        "lineHeights",
        "3"
      ]
    },
    "4": {
      "value": "133.4%",
      "type": "lineHeights",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "133.4%",
        "type": "lineHeights"
      },
      "name": "LineHeights4",
      "attributes": {
        "category": "lineHeights",
        "type": "4"
      },
      "path": [
        "lineHeights",
        "4"
      ]
    },
    "5": {
      "value": "160%",
      "type": "lineHeights",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "160%",
        "type": "lineHeights"
      },
      "name": "LineHeights5",
      "attributes": {
        "category": "lineHeights",
        "type": "5"
      },
      "path": [
        "lineHeights",
        "5"
      ]
    },
    "6": {
      "value": "150%",
      "type": "lineHeights",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "150%",
        "type": "lineHeights"
      },
      "name": "LineHeights6",
      "attributes": {
        "category": "lineHeights",
        "type": "6"
      },
      "path": [
        "lineHeights",
        "6"
      ]
    },
    "7": {
      "value": "143%",
      "type": "lineHeights",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "143%",
        "type": "lineHeights"
      },
      "name": "LineHeights7",
      "attributes": {
        "category": "lineHeights",
        "type": "7"
      },
      "path": [
        "lineHeights",
        "7"
      ]
    },
    "8": {
      "value": "175%",
      "type": "lineHeights",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "175%",
        "type": "lineHeights"
      },
      "name": "LineHeights8",
      "attributes": {
        "category": "lineHeights",
        "type": "8"
      },
      "path": [
        "lineHeights",
        "8"
      ]
    },
    "9": {
      "value": "157%",
      "type": "lineHeights",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "157%",
        "type": "lineHeights"
      },
      "name": "LineHeights9",
      "attributes": {
        "category": "lineHeights",
        "type": "9"
      },
      "path": [
        "lineHeights",
        "9"
      ]
    },
    "10": {
      "value": "166%",
      "type": "lineHeights",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "166%",
        "type": "lineHeights"
      },
      "name": "LineHeights10",
      "attributes": {
        "category": "lineHeights",
        "type": "10"
      },
      "path": [
        "lineHeights",
        "10"
      ]
    },
    "11": {
      "value": "266%",
      "type": "lineHeights",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "266%",
        "type": "lineHeights"
      },
      "name": "LineHeights11",
      "attributes": {
        "category": "lineHeights",
        "type": "11"
      },
      "path": [
        "lineHeights",
        "11"
      ]
    },
    "12": {
      "value": 26,
      "type": "lineHeights",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 26,
        "type": "lineHeights"
      },
      "name": "LineHeights12",
      "attributes": {
        "category": "lineHeights",
        "type": "12"
      },
      "path": [
        "lineHeights",
        "12"
      ]
    },
    "13": {
      "value": 24,
      "type": "lineHeights",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 24,
        "type": "lineHeights"
      },
      "name": "LineHeights13",
      "attributes": {
        "category": "lineHeights",
        "type": "13"
      },
      "path": [
        "lineHeights",
        "13"
      ]
    },
    "14": {
      "value": "170%",
      "type": "lineHeights",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "170%",
        "type": "lineHeights"
      },
      "name": "LineHeights14",
      "attributes": {
        "category": "lineHeights",
        "type": "14"
      },
      "path": [
        "lineHeights",
        "14"
      ]
    }
  },
  "fontWeights": {
    "roboto-0": {
      "value": "Medium",
      "type": "fontWeights",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "Medium",
        "type": "fontWeights"
      },
      "name": "FontWeightsRoboto0",
      "attributes": {
        "category": "fontWeights",
        "type": "roboto-0"
      },
      "path": [
        "fontWeights",
        "roboto-0"
      ]
    },
    "roboto-1": {
      "value": "Bold",
      "type": "fontWeights",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "Bold",
        "type": "fontWeights"
      },
      "name": "FontWeightsRoboto1",
      "attributes": {
        "category": "fontWeights",
        "type": "roboto-1"
      },
      "path": [
        "fontWeights",
        "roboto-1"
      ]
    },
    "roboto-2": {
      "value": "Medium Italic",
      "type": "fontWeights",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "Medium Italic",
        "type": "fontWeights"
      },
      "name": "FontWeightsRoboto2",
      "attributes": {
        "category": "fontWeights",
        "type": "roboto-2"
      },
      "path": [
        "fontWeights",
        "roboto-2"
      ]
    },
    "roboto-3": {
      "value": "Regular",
      "type": "fontWeights",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "Regular",
        "type": "fontWeights"
      },
      "name": "FontWeightsRoboto3",
      "attributes": {
        "category": "fontWeights",
        "type": "roboto-3"
      },
      "path": [
        "fontWeights",
        "roboto-3"
      ]
    },
    "roboto-4": {
      "value": "Italic",
      "type": "fontWeights",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "Italic",
        "type": "fontWeights"
      },
      "name": "FontWeightsRoboto4",
      "attributes": {
        "category": "fontWeights",
        "type": "roboto-4"
      },
      "path": [
        "fontWeights",
        "roboto-4"
      ]
    }
  },
  "fontSize": {
    "0": {
      "value": 12,
      "type": "fontSizes",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 12,
        "type": "fontSizes"
      },
      "name": "FontSize0",
      "attributes": {
        "category": "fontSize",
        "type": "0"
      },
      "path": [
        "fontSize",
        "0"
      ]
    },
    "1": {
      "value": 13,
      "type": "fontSizes",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 13,
        "type": "fontSizes"
      },
      "name": "FontSize1",
      "attributes": {
        "category": "fontSize",
        "type": "1"
      },
      "path": [
        "fontSize",
        "1"
      ]
    },
    "2": {
      "value": 14,
      "type": "fontSizes",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 14,
        "type": "fontSizes"
      },
      "name": "FontSize2",
      "attributes": {
        "category": "fontSize",
        "type": "2"
      },
      "path": [
        "fontSize",
        "2"
      ]
    },
    "3": {
      "value": 15,
      "type": "fontSizes",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 15,
        "type": "fontSizes"
      },
      "name": "FontSize3",
      "attributes": {
        "category": "fontSize",
        "type": "3"
      },
      "path": [
        "fontSize",
        "3"
      ]
    },
    "4": {
      "value": 16,
      "type": "fontSizes",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 16,
        "type": "fontSizes"
      },
      "name": "FontSize4",
      "attributes": {
        "category": "fontSize",
        "type": "4"
      },
      "path": [
        "fontSize",
        "4"
      ]
    },
    "5": {
      "value": 18,
      "type": "fontSizes",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 18,
        "type": "fontSizes"
      },
      "name": "FontSize5",
      "attributes": {
        "category": "fontSize",
        "type": "5"
      },
      "path": [
        "fontSize",
        "5"
      ]
    },
    "6": {
      "value": 24,
      "type": "fontSizes",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 24,
        "type": "fontSizes"
      },
      "name": "FontSize6",
      "attributes": {
        "category": "fontSize",
        "type": "6"
      },
      "path": [
        "fontSize",
        "6"
      ]
    },
    "7": {
      "value": 32,
      "type": "fontSizes",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 32,
        "type": "fontSizes"
      },
      "name": "FontSize7",
      "attributes": {
        "category": "fontSize",
        "type": "7"
      },
      "path": [
        "fontSize",
        "7"
      ]
    },
    "8": {
      "value": 36,
      "type": "fontSizes",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 36,
        "type": "fontSizes"
      },
      "name": "FontSize8",
      "attributes": {
        "category": "fontSize",
        "type": "8"
      },
      "path": [
        "fontSize",
        "8"
      ]
    },
    "9": {
      "value": 48,
      "type": "fontSizes",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 48,
        "type": "fontSizes"
      },
      "name": "FontSize9",
      "attributes": {
        "category": "fontSize",
        "type": "9"
      },
      "path": [
        "fontSize",
        "9"
      ]
    },
    "10": {
      "value": 56,
      "type": "fontSizes",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 56,
        "type": "fontSizes"
      },
      "name": "FontSize10",
      "attributes": {
        "category": "fontSize",
        "type": "10"
      },
      "path": [
        "fontSize",
        "10"
      ]
    }
  },
  "letterSpacing": {
    "0": {
      "value": -1.5,
      "type": "letterSpacing",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": -1.5,
        "type": "letterSpacing"
      },
      "name": "LetterSpacing0",
      "attributes": {
        "category": "letterSpacing",
        "type": "0"
      },
      "path": [
        "letterSpacing",
        "0"
      ]
    },
    "1": {
      "value": -0.5,
      "type": "letterSpacing",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": -0.5,
        "type": "letterSpacing"
      },
      "name": "LetterSpacing1",
      "attributes": {
        "category": "letterSpacing",
        "type": "1"
      },
      "path": [
        "letterSpacing",
        "1"
      ]
    },
    "2": {
      "value": 0,
      "type": "letterSpacing",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 0,
        "type": "letterSpacing"
      },
      "name": "LetterSpacing2",
      "attributes": {
        "category": "letterSpacing",
        "type": "2"
      },
      "path": [
        "letterSpacing",
        "2"
      ]
    },
    "3": {
      "value": 0.25,
      "type": "letterSpacing",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 0.25,
        "type": "letterSpacing"
      },
      "name": "LetterSpacing3",
      "attributes": {
        "category": "letterSpacing",
        "type": "3"
      },
      "path": [
        "letterSpacing",
        "3"
      ]
    },
    "4": {
      "value": 0.15,
      "type": "letterSpacing",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 0.15,
        "type": "letterSpacing"
      },
      "name": "LetterSpacing4",
      "attributes": {
        "category": "letterSpacing",
        "type": "4"
      },
      "path": [
        "letterSpacing",
        "4"
      ]
    },
    "5": {
      "value": 0.1,
      "type": "letterSpacing",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 0.1,
        "type": "letterSpacing"
      },
      "name": "LetterSpacing5",
      "attributes": {
        "category": "letterSpacing",
        "type": "5"
      },
      "path": [
        "letterSpacing",
        "5"
      ]
    },
    "6": {
      "value": 0.4,
      "type": "letterSpacing",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 0.4,
        "type": "letterSpacing"
      },
      "name": "LetterSpacing6",
      "attributes": {
        "category": "letterSpacing",
        "type": "6"
      },
      "path": [
        "letterSpacing",
        "6"
      ]
    },
    "7": {
      "value": 0.5,
      "type": "letterSpacing",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 0.5,
        "type": "letterSpacing"
      },
      "name": "LetterSpacing7",
      "attributes": {
        "category": "letterSpacing",
        "type": "7"
      },
      "path": [
        "letterSpacing",
        "7"
      ]
    }
  },
  "paragraphSpacing": {
    "0": {
      "value": 0,
      "type": "paragraphSpacing",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 0,
        "type": "paragraphSpacing"
      },
      "name": "ParagraphSpacing0",
      "attributes": {
        "category": "paragraphSpacing",
        "type": "0"
      },
      "path": [
        "paragraphSpacing",
        "0"
      ]
    }
  },
  "textCase": {
    "none": {
      "value": "none",
      "type": "textCase",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "none",
        "type": "textCase"
      },
      "name": "TextCaseNone",
      "attributes": {
        "category": "textCase",
        "type": "none"
      },
      "path": [
        "textCase",
        "none"
      ]
    },
    "uppercase": {
      "value": "uppercase",
      "type": "textCase",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "uppercase",
        "type": "textCase"
      },
      "name": "TextCaseUppercase",
      "attributes": {
        "category": "textCase",
        "type": "uppercase"
      },
      "path": [
        "textCase",
        "uppercase"
      ]
    }
  },
  "textDecoration": {
    "none": {
      "value": "none",
      "type": "textDecoration",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "none",
        "type": "textDecoration"
      },
      "name": "TextDecorationNone",
      "attributes": {
        "category": "textDecoration",
        "type": "none"
      },
      "path": [
        "textDecoration",
        "none"
      ]
    }
  },
  "h1": {
    "regular": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Medium",
        "lineHeight": "112%",
        "fontSize": 56,
        "letterSpacing": -1.5,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Medium",
          "lineHeight": "112%",
          "fontSize": 56,
          "letterSpacing": -1.5,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "H1Regular",
      "attributes": {
        "category": "h1",
        "type": "regular"
      },
      "path": [
        "h1",
        "regular"
      ]
    },
    "bold": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Bold",
        "lineHeight": "112%",
        "fontSize": 56,
        "letterSpacing": -1.5,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Bold",
          "lineHeight": "112%",
          "fontSize": 56,
          "letterSpacing": -1.5,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "H1Bold",
      "attributes": {
        "category": "h1",
        "type": "bold"
      },
      "path": [
        "h1",
        "bold"
      ]
    },
    "italic": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Medium Italic",
        "lineHeight": "112%",
        "fontSize": 56,
        "letterSpacing": -1.5,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Medium Italic",
          "lineHeight": "112%",
          "fontSize": 56,
          "letterSpacing": -1.5,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "H1Italic",
      "attributes": {
        "category": "h1",
        "type": "italic"
      },
      "path": [
        "h1",
        "italic"
      ]
    }
  },
  "h2": {
    "regular": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Medium",
        "lineHeight": "120%",
        "fontSize": 48,
        "letterSpacing": -0.5,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Medium",
          "lineHeight": "120%",
          "fontSize": 48,
          "letterSpacing": -0.5,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "H2Regular",
      "attributes": {
        "category": "h2",
        "type": "regular"
      },
      "path": [
        "h2",
        "regular"
      ]
    },
    "bold": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Bold",
        "lineHeight": "120%",
        "fontSize": 48,
        "letterSpacing": -0.5,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Bold",
          "lineHeight": "120%",
          "fontSize": 48,
          "letterSpacing": -0.5,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "H2Bold",
      "attributes": {
        "category": "h2",
        "type": "bold"
      },
      "path": [
        "h2",
        "bold"
      ]
    },
    "italic": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Medium Italic",
        "lineHeight": "120%",
        "fontSize": 48,
        "letterSpacing": -0.5,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Medium Italic",
          "lineHeight": "120%",
          "fontSize": 48,
          "letterSpacing": -0.5,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "H2Italic",
      "attributes": {
        "category": "h2",
        "type": "italic"
      },
      "path": [
        "h2",
        "italic"
      ]
    }
  },
  "h3": {
    "regular": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Medium",
        "lineHeight": "116.7%",
        "fontSize": 36,
        "letterSpacing": 0,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Medium",
          "lineHeight": "116.7%",
          "fontSize": 36,
          "letterSpacing": 0,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "H3Regular",
      "attributes": {
        "category": "h3",
        "type": "regular"
      },
      "path": [
        "h3",
        "regular"
      ]
    },
    "bold": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Bold",
        "lineHeight": "116.7%",
        "fontSize": 36,
        "letterSpacing": 0,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Bold",
          "lineHeight": "116.7%",
          "fontSize": 36,
          "letterSpacing": 0,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "H3Bold",
      "attributes": {
        "category": "h3",
        "type": "bold"
      },
      "path": [
        "h3",
        "bold"
      ]
    },
    "italic": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Medium Italic",
        "lineHeight": "116.7%",
        "fontSize": 36,
        "letterSpacing": 0,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Medium Italic",
          "lineHeight": "116.7%",
          "fontSize": 36,
          "letterSpacing": 0,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "H3Italic",
      "attributes": {
        "category": "h3",
        "type": "italic"
      },
      "path": [
        "h3",
        "italic"
      ]
    }
  },
  "h4": {
    "regular": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Medium",
        "lineHeight": "123.5%",
        "fontSize": 32,
        "letterSpacing": 0.25,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Medium",
          "lineHeight": "123.5%",
          "fontSize": 32,
          "letterSpacing": 0.25,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "H4Regular",
      "attributes": {
        "category": "h4",
        "type": "regular"
      },
      "path": [
        "h4",
        "regular"
      ]
    },
    "bold": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Bold",
        "lineHeight": "123.5%",
        "fontSize": 32,
        "letterSpacing": 0.25,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Bold",
          "lineHeight": "123.5%",
          "fontSize": 32,
          "letterSpacing": 0.25,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "H4Bold",
      "attributes": {
        "category": "h4",
        "type": "bold"
      },
      "path": [
        "h4",
        "bold"
      ]
    },
    "italic": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Medium Italic",
        "lineHeight": "123.5%",
        "fontSize": 32,
        "letterSpacing": 0.25,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Medium Italic",
          "lineHeight": "123.5%",
          "fontSize": 32,
          "letterSpacing": 0.25,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "H4Italic",
      "attributes": {
        "category": "h4",
        "type": "italic"
      },
      "path": [
        "h4",
        "italic"
      ]
    }
  },
  "h5": {
    "regular": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Medium",
        "lineHeight": "133.4%",
        "fontSize": 24,
        "letterSpacing": 0,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Medium",
          "lineHeight": "133.4%",
          "fontSize": 24,
          "letterSpacing": 0,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "H5Regular",
      "attributes": {
        "category": "h5",
        "type": "regular"
      },
      "path": [
        "h5",
        "regular"
      ]
    },
    "bold": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Bold",
        "lineHeight": "133.4%",
        "fontSize": 24,
        "letterSpacing": 0,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Bold",
          "lineHeight": "133.4%",
          "fontSize": 24,
          "letterSpacing": 0,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "H5Bold",
      "attributes": {
        "category": "h5",
        "type": "bold"
      },
      "path": [
        "h5",
        "bold"
      ]
    },
    "italic": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Medium Italic",
        "lineHeight": "133.4%",
        "fontSize": 24,
        "letterSpacing": 0,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Medium Italic",
          "lineHeight": "133.4%",
          "fontSize": 24,
          "letterSpacing": 0,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "H5Italic",
      "attributes": {
        "category": "h5",
        "type": "italic"
      },
      "path": [
        "h5",
        "italic"
      ]
    }
  },
  "h6": {
    "regular": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Medium",
        "lineHeight": "160%",
        "fontSize": 18,
        "letterSpacing": 0.15,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Medium",
          "lineHeight": "160%",
          "fontSize": 18,
          "letterSpacing": 0.15,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "H6Regular",
      "attributes": {
        "category": "h6",
        "type": "regular"
      },
      "path": [
        "h6",
        "regular"
      ]
    },
    "bold": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Bold",
        "lineHeight": "160%",
        "fontSize": 18,
        "letterSpacing": 0.15,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Bold",
          "lineHeight": "160%",
          "fontSize": 18,
          "letterSpacing": 0.15,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "H6Bold",
      "attributes": {
        "category": "h6",
        "type": "bold"
      },
      "path": [
        "h6",
        "bold"
      ]
    },
    "italic": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Medium Italic",
        "lineHeight": "160%",
        "fontSize": 18,
        "letterSpacing": 0.15,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Medium Italic",
          "lineHeight": "160%",
          "fontSize": 18,
          "letterSpacing": 0.15,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "H6Italic",
      "attributes": {
        "category": "h6",
        "type": "italic"
      },
      "path": [
        "h6",
        "italic"
      ]
    }
  },
  "body1": {
    "regular": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Regular",
        "lineHeight": "150%",
        "fontSize": 16,
        "letterSpacing": 0.15,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Regular",
          "lineHeight": "150%",
          "fontSize": 16,
          "letterSpacing": 0.15,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "Body1Regular",
      "attributes": {
        "category": "body1",
        "type": "regular"
      },
      "path": [
        "body1",
        "regular"
      ]
    },
    "bold": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Bold",
        "lineHeight": "150%",
        "fontSize": 16,
        "letterSpacing": 0.15,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Bold",
          "lineHeight": "150%",
          "fontSize": 16,
          "letterSpacing": 0.15,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "Body1Bold",
      "attributes": {
        "category": "body1",
        "type": "bold"
      },
      "path": [
        "body1",
        "bold"
      ]
    },
    "italic": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Italic",
        "lineHeight": "150%",
        "fontSize": 16,
        "letterSpacing": 0.15,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Italic",
          "lineHeight": "150%",
          "fontSize": 16,
          "letterSpacing": 0.15,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "Body1Italic",
      "attributes": {
        "category": "body1",
        "type": "italic"
      },
      "path": [
        "body1",
        "italic"
      ]
    }
  },
  "body2": {
    "regular": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Regular",
        "lineHeight": "143%",
        "fontSize": 14,
        "letterSpacing": 0.15,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Regular",
          "lineHeight": "143%",
          "fontSize": 14,
          "letterSpacing": 0.15,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "Body2Regular",
      "attributes": {
        "category": "body2",
        "type": "regular"
      },
      "path": [
        "body2",
        "regular"
      ]
    },
    "bold": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Bold",
        "lineHeight": "143%",
        "fontSize": 14,
        "letterSpacing": 0.15,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Bold",
          "lineHeight": "143%",
          "fontSize": 14,
          "letterSpacing": 0.15,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "Body2Bold",
      "attributes": {
        "category": "body2",
        "type": "bold"
      },
      "path": [
        "body2",
        "bold"
      ]
    },
    "italic": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Italic",
        "lineHeight": "143%",
        "fontSize": 14,
        "letterSpacing": 0.15,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Italic",
          "lineHeight": "143%",
          "fontSize": 14,
          "letterSpacing": 0.15,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "Body2Italic",
      "attributes": {
        "category": "body2",
        "type": "italic"
      },
      "path": [
        "body2",
        "italic"
      ]
    }
  },
  "subtitle1": {
    "regular": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Regular",
        "lineHeight": "175%",
        "fontSize": 16,
        "letterSpacing": 0.15,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Regular",
          "lineHeight": "175%",
          "fontSize": 16,
          "letterSpacing": 0.15,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "Subtitle1Regular",
      "attributes": {
        "category": "subtitle1",
        "type": "regular"
      },
      "path": [
        "subtitle1",
        "regular"
      ]
    },
    "bold": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Bold",
        "lineHeight": "175%",
        "fontSize": 16,
        "letterSpacing": 0.15,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Bold",
          "lineHeight": "175%",
          "fontSize": 16,
          "letterSpacing": 0.15,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "Subtitle1Bold",
      "attributes": {
        "category": "subtitle1",
        "type": "bold"
      },
      "path": [
        "subtitle1",
        "bold"
      ]
    },
    "italic": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Italic",
        "lineHeight": "175%",
        "fontSize": 16,
        "letterSpacing": 0.15,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Italic",
          "lineHeight": "175%",
          "fontSize": 16,
          "letterSpacing": 0.15,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "Subtitle1Italic",
      "attributes": {
        "category": "subtitle1",
        "type": "italic"
      },
      "path": [
        "subtitle1",
        "italic"
      ]
    }
  },
  "subtitle2": {
    "regular": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Medium",
        "lineHeight": "157%",
        "fontSize": 14,
        "letterSpacing": 0.1,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Medium",
          "lineHeight": "157%",
          "fontSize": 14,
          "letterSpacing": 0.1,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "Subtitle2Regular",
      "attributes": {
        "category": "subtitle2",
        "type": "regular"
      },
      "path": [
        "subtitle2",
        "regular"
      ]
    },
    "bold": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Bold",
        "lineHeight": "157%",
        "fontSize": 14,
        "letterSpacing": 0.1,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Bold",
          "lineHeight": "157%",
          "fontSize": 14,
          "letterSpacing": 0.1,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "Subtitle2Bold",
      "attributes": {
        "category": "subtitle2",
        "type": "bold"
      },
      "path": [
        "subtitle2",
        "bold"
      ]
    },
    "italic": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Medium Italic",
        "lineHeight": "157%",
        "fontSize": 14,
        "letterSpacing": 0.1,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Medium Italic",
          "lineHeight": "157%",
          "fontSize": 14,
          "letterSpacing": 0.1,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "Subtitle2Italic",
      "attributes": {
        "category": "subtitle2",
        "type": "italic"
      },
      "path": [
        "subtitle2",
        "italic"
      ]
    }
  },
  "caption": {
    "regular": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Regular",
        "lineHeight": "166%",
        "fontSize": 12,
        "letterSpacing": 0.4,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Regular",
          "lineHeight": "166%",
          "fontSize": 12,
          "letterSpacing": 0.4,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "CaptionRegular",
      "attributes": {
        "category": "caption",
        "type": "regular"
      },
      "path": [
        "caption",
        "regular"
      ]
    },
    "bold": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Bold",
        "lineHeight": "166%",
        "fontSize": 12,
        "letterSpacing": 0.4,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Bold",
          "lineHeight": "166%",
          "fontSize": 12,
          "letterSpacing": 0.4,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "CaptionBold",
      "attributes": {
        "category": "caption",
        "type": "bold"
      },
      "path": [
        "caption",
        "bold"
      ]
    },
    "italic": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Italic",
        "lineHeight": "166%",
        "fontSize": 12,
        "letterSpacing": 0.4,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Italic",
          "lineHeight": "166%",
          "fontSize": 12,
          "letterSpacing": 0.4,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "CaptionItalic",
      "attributes": {
        "category": "caption",
        "type": "italic"
      },
      "path": [
        "caption",
        "italic"
      ]
    }
  },
  "overline": {
    "regular": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Medium",
        "lineHeight": "266%",
        "fontSize": 12,
        "letterSpacing": 0.5,
        "paragraphSpacing": 0,
        "textCase": "uppercase",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Medium",
          "lineHeight": "266%",
          "fontSize": 12,
          "letterSpacing": 0.5,
          "paragraphSpacing": 0,
          "textCase": "uppercase",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "OverlineRegular",
      "attributes": {
        "category": "overline",
        "type": "regular"
      },
      "path": [
        "overline",
        "regular"
      ]
    },
    "bold": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Bold",
        "lineHeight": "266%",
        "fontSize": 12,
        "letterSpacing": 0.5,
        "paragraphSpacing": 0,
        "textCase": "uppercase",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Bold",
          "lineHeight": "266%",
          "fontSize": 12,
          "letterSpacing": 0.5,
          "paragraphSpacing": 0,
          "textCase": "uppercase",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "OverlineBold",
      "attributes": {
        "category": "overline",
        "type": "bold"
      },
      "path": [
        "overline",
        "bold"
      ]
    },
    "italic": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Medium Italic",
        "lineHeight": "266%",
        "fontSize": 12,
        "letterSpacing": 0.5,
        "paragraphSpacing": 0,
        "textCase": "uppercase",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Medium Italic",
          "lineHeight": "266%",
          "fontSize": 12,
          "letterSpacing": 0.5,
          "paragraphSpacing": 0,
          "textCase": "uppercase",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "OverlineItalic",
      "attributes": {
        "category": "overline",
        "type": "italic"
      },
      "path": [
        "overline",
        "italic"
      ]
    }
  },
  "button": {
    "large": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Bold",
        "lineHeight": 26,
        "fontSize": 15,
        "letterSpacing": 0,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Bold",
          "lineHeight": 26,
          "fontSize": 15,
          "letterSpacing": 0,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "ButtonLarge",
      "attributes": {
        "category": "button",
        "type": "large"
      },
      "path": [
        "button",
        "large"
      ]
    },
    "medium": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Medium",
        "lineHeight": 24,
        "fontSize": 14,
        "letterSpacing": 0,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Medium",
          "lineHeight": 24,
          "fontSize": 14,
          "letterSpacing": 0,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "ButtonMedium",
      "attributes": {
        "category": "button",
        "type": "medium"
      },
      "path": [
        "button",
        "medium"
      ]
    },
    "small": {
      "value": {
        "fontFamily": "Roboto",
        "fontWeight": "Bold",
        "lineHeight": "170%",
        "fontSize": 13,
        "letterSpacing": 0,
        "paragraphSpacing": 0,
        "textCase": "none",
        "textDecoration": "none"
      },
      "type": "typography",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": {
          "fontFamily": "Roboto",
          "fontWeight": "Bold",
          "lineHeight": "170%",
          "fontSize": 13,
          "letterSpacing": 0,
          "paragraphSpacing": 0,
          "textCase": "none",
          "textDecoration": "none"
        },
        "type": "typography"
      },
      "name": "ButtonSmall",
      "attributes": {
        "category": "button",
        "type": "small"
      },
      "path": [
        "button",
        "small"
      ]
    }
  },
  "global": {
    "black": {
      "value": "#000000",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#000000",
        "type": "color"
      },
      "name": "GlobalBlack",
      "attributes": {
        "category": "global",
        "type": "black"
      },
      "path": [
        "global",
        "black"
      ]
    },
    "white": {
      "value": "#ffffff",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#ffffff",
        "type": "color"
      },
      "name": "GlobalWhite",
      "attributes": {
        "category": "global",
        "type": "white"
      },
      "path": [
        "global",
        "white"
      ]
    },
    "gray": {
      "25": {
        "value": "#fefefe",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#fefefe",
          "type": "color"
        },
        "name": "GlobalGray25",
        "attributes": {
          "category": "global",
          "type": "gray",
          "item": "25"
        },
        "path": [
          "global",
          "gray",
          "25"
        ]
      },
      "50": {
        "value": "#fafafa",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#fafafa",
          "type": "color"
        },
        "name": "GlobalGray50",
        "attributes": {
          "category": "global",
          "type": "gray",
          "item": "50"
        },
        "path": [
          "global",
          "gray",
          "50"
        ]
      },
      "100": {
        "value": "#f5f5f5",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#f5f5f5",
          "type": "color"
        },
        "name": "GlobalGray100",
        "attributes": {
          "category": "global",
          "type": "gray",
          "item": "100"
        },
        "path": [
          "global",
          "gray",
          "100"
        ]
      },
      "200": {
        "value": "#eeeeee",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#eeeeee",
          "type": "color"
        },
        "name": "GlobalGray200",
        "attributes": {
          "category": "global",
          "type": "gray",
          "item": "200"
        },
        "path": [
          "global",
          "gray",
          "200"
        ]
      },
      "300": {
        "value": "#e0e0e0",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#e0e0e0",
          "type": "color"
        },
        "name": "GlobalGray300",
        "attributes": {
          "category": "global",
          "type": "gray",
          "item": "300"
        },
        "path": [
          "global",
          "gray",
          "300"
        ]
      },
      "400": {
        "value": "#bdbdbd",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#bdbdbd",
          "type": "color"
        },
        "name": "GlobalGray400",
        "attributes": {
          "category": "global",
          "type": "gray",
          "item": "400"
        },
        "path": [
          "global",
          "gray",
          "400"
        ]
      },
      "500": {
        "value": "#9e9e9e",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#9e9e9e",
          "type": "color"
        },
        "name": "GlobalGray500",
        "attributes": {
          "category": "global",
          "type": "gray",
          "item": "500"
        },
        "path": [
          "global",
          "gray",
          "500"
        ]
      },
      "600": {
        "value": "#757575",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#757575",
          "type": "color"
        },
        "name": "GlobalGray600",
        "attributes": {
          "category": "global",
          "type": "gray",
          "item": "600"
        },
        "path": [
          "global",
          "gray",
          "600"
        ]
      },
      "700": {
        "value": "#616161",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#616161",
          "type": "color"
        },
        "name": "GlobalGray700",
        "attributes": {
          "category": "global",
          "type": "gray",
          "item": "700"
        },
        "path": [
          "global",
          "gray",
          "700"
        ]
      },
      "800": {
        "value": "#424242",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#424242",
          "type": "color"
        },
        "name": "GlobalGray800",
        "attributes": {
          "category": "global",
          "type": "gray",
          "item": "800"
        },
        "path": [
          "global",
          "gray",
          "800"
        ]
      },
      "900": {
        "value": "#212121",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#212121",
          "type": "color"
        },
        "name": "GlobalGray900",
        "attributes": {
          "category": "global",
          "type": "gray",
          "item": "900"
        },
        "path": [
          "global",
          "gray",
          "900"
        ]
      },
      "default": {
        "value": "#212121",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#212121",
          "type": "color"
        },
        "name": "GlobalGrayDefault",
        "attributes": {
          "category": "global",
          "type": "gray",
          "item": "default"
        },
        "path": [
          "global",
          "gray",
          "default"
        ]
      },
      "light": {
        "value": "#484848",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#484848",
          "type": "color"
        },
        "name": "GlobalGrayLight",
        "attributes": {
          "category": "global",
          "type": "gray",
          "item": "light"
        },
        "path": [
          "global",
          "gray",
          "light"
        ]
      },
      "dark": {
        "value": "#000000",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#000000",
          "type": "color"
        },
        "name": "GlobalGrayDark",
        "attributes": {
          "category": "global",
          "type": "gray",
          "item": "dark"
        },
        "path": [
          "global",
          "gray",
          "dark"
        ]
      },
      "contrast": {
        "value": "#000000",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#000000",
          "type": "color"
        },
        "name": "GlobalGrayContrast",
        "attributes": {
          "category": "global",
          "type": "gray",
          "item": "contrast"
        },
        "path": [
          "global",
          "gray",
          "contrast"
        ]
      }
    },
    "grayBlue": {
      "25": {
        "value": "#f7f7f8",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#f7f7f8",
          "type": "color"
        },
        "name": "GlobalGrayBlue25",
        "attributes": {
          "category": "global",
          "type": "grayBlue",
          "item": "25"
        },
        "path": [
          "global",
          "grayBlue",
          "25"
        ]
      },
      "50": {
        "value": "#eeeff0",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#eeeff0",
          "type": "color"
        },
        "name": "GlobalGrayBlue50",
        "attributes": {
          "category": "global",
          "type": "grayBlue",
          "item": "50"
        },
        "path": [
          "global",
          "grayBlue",
          "50"
        ]
      },
      "100": {
        "value": "#d4d7dd",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#d4d7dd",
          "type": "color"
        },
        "name": "GlobalGrayBlue100",
        "attributes": {
          "category": "global",
          "type": "grayBlue",
          "item": "100"
        },
        "path": [
          "global",
          "grayBlue",
          "100"
        ]
      },
      "200": {
        "value": "#b8bdc7",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#b8bdc7",
          "type": "color"
        },
        "name": "GlobalGrayBlue200",
        "attributes": {
          "category": "global",
          "type": "grayBlue",
          "item": "200"
        },
        "path": [
          "global",
          "grayBlue",
          "200"
        ]
      },
      "300": {
        "value": "#9ca3b1",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#9ca3b1",
          "type": "color"
        },
        "name": "GlobalGrayBlue300",
        "attributes": {
          "category": "global",
          "type": "grayBlue",
          "item": "300"
        },
        "path": [
          "global",
          "grayBlue",
          "300"
        ]
      },
      "400": {
        "value": "#868fa0",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#868fa0",
          "type": "color"
        },
        "name": "GlobalGrayBlue400",
        "attributes": {
          "category": "global",
          "type": "grayBlue",
          "item": "400"
        },
        "path": [
          "global",
          "grayBlue",
          "400"
        ]
      },
      "500": {
        "value": "#717b8f",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#717b8f",
          "type": "color"
        },
        "name": "GlobalGrayBlue500",
        "attributes": {
          "category": "global",
          "type": "grayBlue",
          "item": "500"
        },
        "path": [
          "global",
          "grayBlue",
          "500"
        ]
      },
      "600": {
        "value": "#636d7e",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#636d7e",
          "type": "color"
        },
        "name": "GlobalGrayBlue600",
        "attributes": {
          "category": "global",
          "type": "grayBlue",
          "item": "600"
        },
        "path": [
          "global",
          "grayBlue",
          "600"
        ]
      },
      "700": {
        "value": "#515967",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#515967",
          "type": "color"
        },
        "name": "GlobalGrayBlue700",
        "attributes": {
          "category": "global",
          "type": "grayBlue",
          "item": "700"
        },
        "path": [
          "global",
          "grayBlue",
          "700"
        ]
      },
      "800": {
        "value": "#414752",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#414752",
          "type": "color"
        },
        "name": "GlobalGrayBlue800",
        "attributes": {
          "category": "global",
          "type": "grayBlue",
          "item": "800"
        },
        "path": [
          "global",
          "grayBlue",
          "800"
        ]
      },
      "900": {
        "value": "#2e323a",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#2e323a",
          "type": "color"
        },
        "name": "GlobalGrayBlue900",
        "attributes": {
          "category": "global",
          "type": "grayBlue",
          "item": "900"
        },
        "path": [
          "global",
          "grayBlue",
          "900"
        ]
      },
      "default": {
        "value": "#2e323a",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#2e323a",
          "type": "color"
        },
        "name": "GlobalGrayBlueDefault",
        "attributes": {
          "category": "global",
          "type": "grayBlue",
          "item": "default"
        },
        "path": [
          "global",
          "grayBlue",
          "default"
        ]
      },
      "light": {
        "value": "#b8bdc7",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#b8bdc7",
          "type": "color"
        },
        "name": "GlobalGrayBlueLight",
        "attributes": {
          "category": "global",
          "type": "grayBlue",
          "item": "light"
        },
        "path": [
          "global",
          "grayBlue",
          "light"
        ]
      },
      "dark": {
        "value": "#040a14",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#040a14",
          "type": "color"
        },
        "name": "GlobalGrayBlueDark",
        "attributes": {
          "category": "global",
          "type": "grayBlue",
          "item": "dark"
        },
        "path": [
          "global",
          "grayBlue",
          "dark"
        ]
      },
      "contrast": {
        "value": "#040a14",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#040a14",
          "type": "color"
        },
        "name": "GlobalGrayBlueContrast",
        "attributes": {
          "category": "global",
          "type": "grayBlue",
          "item": "contrast"
        },
        "path": [
          "global",
          "grayBlue",
          "contrast"
        ]
      }
    },
    "blue": {
      "25": {
        "value": "#f1f8fe",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#f1f8fe",
          "type": "color"
        },
        "name": "GlobalBlue25",
        "attributes": {
          "category": "global",
          "type": "blue",
          "item": "25"
        },
        "path": [
          "global",
          "blue",
          "25"
        ]
      },
      "50": {
        "value": "#e5f3fe",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#e5f3fe",
          "type": "color"
        },
        "name": "GlobalBlue50",
        "attributes": {
          "category": "global",
          "type": "blue",
          "item": "50"
        },
        "path": [
          "global",
          "blue",
          "50"
        ]
      },
      "100": {
        "value": "#c1e1fd",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#c1e1fd",
          "type": "color"
        },
        "name": "GlobalBlue100",
        "attributes": {
          "category": "global",
          "type": "blue",
          "item": "100"
        },
        "path": [
          "global",
          "blue",
          "100"
        ]
      },
      "200": {
        "value": "#9bcffc",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#9bcffc",
          "type": "color"
        },
        "name": "GlobalBlue200",
        "attributes": {
          "category": "global",
          "type": "blue",
          "item": "200"
        },
        "path": [
          "global",
          "blue",
          "200"
        ]
      },
      "300": {
        "value": "#77bcf9",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#77bcf9",
          "type": "color"
        },
        "name": "GlobalBlue300",
        "attributes": {
          "category": "global",
          "type": "blue",
          "item": "300"
        },
        "path": [
          "global",
          "blue",
          "300"
        ]
      },
      "400": {
        "value": "#5eacf8",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#5eacf8",
          "type": "color"
        },
        "name": "GlobalBlue400",
        "attributes": {
          "category": "global",
          "type": "blue",
          "item": "400"
        },
        "path": [
          "global",
          "blue",
          "400"
        ]
      },
      "500": {
        "value": "#4d9ef6",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#4d9ef6",
          "type": "color"
        },
        "name": "GlobalBlue500",
        "attributes": {
          "category": "global",
          "type": "blue",
          "item": "500"
        },
        "path": [
          "global",
          "blue",
          "500"
        ]
      },
      "600": {
        "value": "#4890e8",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#4890e8",
          "type": "color"
        },
        "name": "GlobalBlue600",
        "attributes": {
          "category": "global",
          "type": "blue",
          "item": "600"
        },
        "path": [
          "global",
          "blue",
          "600"
        ]
      },
      "700": {
        "value": "#417ed5",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#417ed5",
          "type": "color"
        },
        "name": "GlobalBlue700",
        "attributes": {
          "category": "global",
          "type": "blue",
          "item": "700"
        },
        "path": [
          "global",
          "blue",
          "700"
        ]
      },
      "800": {
        "value": "#3c6dc2",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#3c6dc2",
          "type": "color"
        },
        "name": "GlobalBlue800",
        "attributes": {
          "category": "global",
          "type": "blue",
          "item": "800"
        },
        "path": [
          "global",
          "blue",
          "800"
        ]
      },
      "900": {
        "value": "#324ea2",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#324ea2",
          "type": "color"
        },
        "name": "GlobalBlue900",
        "attributes": {
          "category": "global",
          "type": "blue",
          "item": "900"
        },
        "path": [
          "global",
          "blue",
          "900"
        ]
      },
      "default": {
        "value": "#4890e8",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#4890e8",
          "type": "color"
        },
        "name": "GlobalBlueDefault",
        "attributes": {
          "category": "global",
          "type": "blue",
          "item": "default"
        },
        "path": [
          "global",
          "blue",
          "default"
        ]
      },
      "light": {
        "value": "#82c0ff",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#82c0ff",
          "type": "color"
        },
        "name": "GlobalBlueLight",
        "attributes": {
          "category": "global",
          "type": "blue",
          "item": "light"
        },
        "path": [
          "global",
          "blue",
          "light"
        ]
      },
      "dark": {
        "value": "#0063b5",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#0063b5",
          "type": "color"
        },
        "name": "GlobalBlueDark",
        "attributes": {
          "category": "global",
          "type": "blue",
          "item": "dark"
        },
        "path": [
          "global",
          "blue",
          "dark"
        ]
      },
      "contrast": {
        "value": "#0d3c61",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#0d3c61",
          "type": "color"
        },
        "name": "GlobalBlueContrast",
        "attributes": {
          "category": "global",
          "type": "blue",
          "item": "contrast"
        },
        "path": [
          "global",
          "blue",
          "contrast"
        ]
      }
    },
    "orange": {
      "25": {
        "value": "#fef9f1",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#fef9f1",
          "type": "color"
        },
        "name": "GlobalOrange25",
        "attributes": {
          "category": "global",
          "type": "orange",
          "item": "25"
        },
        "path": [
          "global",
          "orange",
          "25"
        ]
      },
      "50": {
        "value": "#fdf3e2",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#fdf3e2",
          "type": "color"
        },
        "name": "GlobalOrange50",
        "attributes": {
          "category": "global",
          "type": "orange",
          "item": "50"
        },
        "path": [
          "global",
          "orange",
          "50"
        ]
      },
      "100": {
        "value": "#fce0b7",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#fce0b7",
          "type": "color"
        },
        "name": "GlobalOrange100",
        "attributes": {
          "category": "global",
          "type": "orange",
          "item": "100"
        },
        "path": [
          "global",
          "orange",
          "100"
        ]
      },
      "200": {
        "value": "#facc89",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#facc89",
          "type": "color"
        },
        "name": "GlobalOrange200",
        "attributes": {
          "category": "global",
          "type": "orange",
          "item": "200"
        },
        "path": [
          "global",
          "orange",
          "200"
        ]
      },
      "300": {
        "value": "#f8b85c",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#f8b85c",
          "type": "color"
        },
        "name": "GlobalOrange300",
        "attributes": {
          "category": "global",
          "type": "orange",
          "item": "300"
        },
        "path": [
          "global",
          "orange",
          "300"
        ]
      },
      "400": {
        "value": "#f7a93d",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#f7a93d",
          "type": "color"
        },
        "name": "GlobalOrange400",
        "attributes": {
          "category": "global",
          "type": "orange",
          "item": "400"
        },
        "path": [
          "global",
          "orange",
          "400"
        ]
      },
      "500": {
        "value": "#f59b2c",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#f59b2c",
          "type": "color"
        },
        "name": "GlobalOrange500",
        "attributes": {
          "category": "global",
          "type": "orange",
          "item": "500"
        },
        "path": [
          "global",
          "orange",
          "500"
        ]
      },
      "600": {
        "value": "#f18f29",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#f18f29",
          "type": "color"
        },
        "name": "GlobalOrange600",
        "attributes": {
          "category": "global",
          "type": "orange",
          "item": "600"
        },
        "path": [
          "global",
          "orange",
          "600"
        ]
      },
      "700": {
        "value": "#ea8025",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#ea8025",
          "type": "color"
        },
        "name": "GlobalOrange700",
        "attributes": {
          "category": "global",
          "type": "orange",
          "item": "700"
        },
        "path": [
          "global",
          "orange",
          "700"
        ]
      },
      "800": {
        "value": "#e37223",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#e37223",
          "type": "color"
        },
        "name": "GlobalOrange800",
        "attributes": {
          "category": "global",
          "type": "orange",
          "item": "800"
        },
        "path": [
          "global",
          "orange",
          "800"
        ]
      },
      "900": {
        "value": "#d85b1f",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#d85b1f",
          "type": "color"
        },
        "name": "GlobalOrange900",
        "attributes": {
          "category": "global",
          "type": "orange",
          "item": "900"
        },
        "path": [
          "global",
          "orange",
          "900"
        ]
      },
      "default": {
        "value": "#f59b2c",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#f59b2c",
          "type": "color"
        },
        "name": "GlobalOrangeDefault",
        "attributes": {
          "category": "global",
          "type": "orange",
          "item": "default"
        },
        "path": [
          "global",
          "orange",
          "default"
        ]
      },
      "light": {
        "value": "#ffcc5e",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#ffcc5e",
          "type": "color"
        },
        "name": "GlobalOrangeLight",
        "attributes": {
          "category": "global",
          "type": "orange",
          "item": "light"
        },
        "path": [
          "global",
          "orange",
          "light"
        ]
      },
      "dark": {
        "value": "#bd6c00",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#bd6c00",
          "type": "color"
        },
        "name": "GlobalOrangeDark",
        "attributes": {
          "category": "global",
          "type": "orange",
          "item": "dark"
        },
        "path": [
          "global",
          "orange",
          "dark"
        ]
      },
      "contrast": {
        "value": "#663d00",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#663d00",
          "type": "color"
        },
        "name": "GlobalOrangeContrast",
        "attributes": {
          "category": "global",
          "type": "orange",
          "item": "contrast"
        },
        "path": [
          "global",
          "orange",
          "contrast"
        ]
      }
    },
    "purple": {
      "25": {
        "value": "#f2f1fe",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#f2f1fe",
          "type": "color"
        },
        "name": "GlobalPurple25",
        "attributes": {
          "category": "global",
          "type": "purple",
          "item": "25"
        },
        "path": [
          "global",
          "purple",
          "25"
        ]
      },
      "50": {
        "value": "#ebeafd",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#ebeafd",
          "type": "color"
        },
        "name": "GlobalPurple50",
        "attributes": {
          "category": "global",
          "type": "purple",
          "item": "50"
        },
        "path": [
          "global",
          "purple",
          "50"
        ]
      },
      "100": {
        "value": "#cbcaf9",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#cbcaf9",
          "type": "color"
        },
        "name": "GlobalPurple100",
        "attributes": {
          "category": "global",
          "type": "purple",
          "item": "100"
        },
        "path": [
          "global",
          "purple",
          "100"
        ]
      },
      "200": {
        "value": "#a8a8f6",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#a8a8f6",
          "type": "color"
        },
        "name": "GlobalPurple200",
        "attributes": {
          "category": "global",
          "type": "purple",
          "item": "200"
        },
        "path": [
          "global",
          "purple",
          "200"
        ]
      },
      "300": {
        "value": "#8485f2",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#8485f2",
          "type": "color"
        },
        "name": "GlobalPurple300",
        "attributes": {
          "category": "global",
          "type": "purple",
          "item": "300"
        },
        "path": [
          "global",
          "purple",
          "300"
        ]
      },
      "400": {
        "value": "#6967ee",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#6967ee",
          "type": "color"
        },
        "name": "GlobalPurple400",
        "attributes": {
          "category": "global",
          "type": "purple",
          "item": "400"
        },
        "path": [
          "global",
          "purple",
          "400"
        ]
      },
      "500": {
        "value": "#5048e8",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#5048e8",
          "type": "color"
        },
        "name": "GlobalPurple500",
        "attributes": {
          "category": "global",
          "type": "purple",
          "item": "500"
        },
        "path": [
          "global",
          "purple",
          "500"
        ]
      },
      "600": {
        "value": "#4b3fdc",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#4b3fdc",
          "type": "color"
        },
        "name": "GlobalPurple600",
        "attributes": {
          "category": "global",
          "type": "purple",
          "item": "600"
        },
        "path": [
          "global",
          "purple",
          "600"
        ]
      },
      "700": {
        "value": "#4233d0",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#4233d0",
          "type": "color"
        },
        "name": "GlobalPurple700",
        "attributes": {
          "category": "global",
          "type": "purple",
          "item": "700"
        },
        "path": [
          "global",
          "purple",
          "700"
        ]
      },
      "800": {
        "value": "#3b25c4",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#3b25c4",
          "type": "color"
        },
        "name": "GlobalPurple800",
        "attributes": {
          "category": "global",
          "type": "purple",
          "item": "800"
        },
        "path": [
          "global",
          "purple",
          "800"
        ]
      },
      "900": {
        "value": "#2d00b3",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#2d00b3",
          "type": "color"
        },
        "name": "GlobalPurple900",
        "attributes": {
          "category": "global",
          "type": "purple",
          "item": "900"
        },
        "path": [
          "global",
          "purple",
          "900"
        ]
      },
      "default": {
        "value": "#5048e8",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#5048e8",
          "type": "color"
        },
        "name": "GlobalPurpleDefault",
        "attributes": {
          "category": "global",
          "type": "purple",
          "item": "default"
        },
        "path": [
          "global",
          "purple",
          "default"
        ]
      },
      "light": {
        "value": "#8b75ff",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#8b75ff",
          "type": "color"
        },
        "name": "GlobalPurpleLight",
        "attributes": {
          "category": "global",
          "type": "purple",
          "item": "light"
        },
        "path": [
          "global",
          "purple",
          "light"
        ]
      },
      "dark": {
        "value": "#001eb5",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#001eb5",
          "type": "color"
        },
        "name": "GlobalPurpleDark",
        "attributes": {
          "category": "global",
          "type": "purple",
          "item": "dark"
        },
        "path": [
          "global",
          "purple",
          "dark"
        ]
      },
      "contrast": {
        "value": "#010a37",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#010a37",
          "type": "color"
        },
        "name": "GlobalPurpleContrast",
        "attributes": {
          "category": "global",
          "type": "purple",
          "item": "contrast"
        },
        "path": [
          "global",
          "purple",
          "contrast"
        ]
      }
    },
    "red": {
      "25": {
        "value": "#fef6f6",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#fef6f6",
          "type": "color"
        },
        "name": "GlobalRed25",
        "attributes": {
          "category": "global",
          "type": "red",
          "item": "25"
        },
        "path": [
          "global",
          "red",
          "25"
        ]
      },
      "50": {
        "value": "#fceded",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#fceded",
          "type": "color"
        },
        "name": "GlobalRed50",
        "attributes": {
          "category": "global",
          "type": "red",
          "item": "50"
        },
        "path": [
          "global",
          "red",
          "50"
        ]
      },
      "100": {
        "value": "#f8d1d1",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#f8d1d1",
          "type": "color"
        },
        "name": "GlobalRed100",
        "attributes": {
          "category": "global",
          "type": "red",
          "item": "100"
        },
        "path": [
          "global",
          "red",
          "100"
        ]
      },
      "200": {
        "value": "#e4a29a",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#e4a29a",
          "type": "color"
        },
        "name": "GlobalRed200",
        "attributes": {
          "category": "global",
          "type": "red",
          "item": "200"
        },
        "path": [
          "global",
          "red",
          "200"
        ]
      },
      "300": {
        "value": "#d68075",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#d68075",
          "type": "color"
        },
        "name": "GlobalRed300",
        "attributes": {
          "category": "global",
          "type": "red",
          "item": "300"
        },
        "path": [
          "global",
          "red",
          "300"
        ]
      },
      "400": {
        "value": "#dd6952",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#dd6952",
          "type": "color"
        },
        "name": "GlobalRed400",
        "attributes": {
          "category": "global",
          "type": "red",
          "item": "400"
        },
        "path": [
          "global",
          "red",
          "400"
        ]
      },
      "500": {
        "value": "#df603a",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#df603a",
          "type": "color"
        },
        "name": "GlobalRed500",
        "attributes": {
          "category": "global",
          "type": "red",
          "item": "500"
        },
        "path": [
          "global",
          "red",
          "500"
        ]
      },
      "600": {
        "value": "#d15839",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#d15839",
          "type": "color"
        },
        "name": "GlobalRed600",
        "attributes": {
          "category": "global",
          "type": "red",
          "item": "600"
        },
        "path": [
          "global",
          "red",
          "600"
        ]
      },
      "700": {
        "value": "#bf4e34",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#bf4e34",
          "type": "color"
        },
        "name": "GlobalRed700",
        "attributes": {
          "category": "global",
          "type": "red",
          "item": "700"
        },
        "path": [
          "global",
          "red",
          "700"
        ]
      },
      "800": {
        "value": "#b2492e",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#b2492e",
          "type": "color"
        },
        "name": "GlobalRed800",
        "attributes": {
          "category": "global",
          "type": "red",
          "item": "800"
        },
        "path": [
          "global",
          "red",
          "800"
        ]
      },
      "900": {
        "value": "#a43f23",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#a43f23",
          "type": "color"
        },
        "name": "GlobalRed900",
        "attributes": {
          "category": "global",
          "type": "red",
          "item": "900"
        },
        "path": [
          "global",
          "red",
          "900"
        ]
      },
      "default": {
        "value": "#dd6952",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#dd6952",
          "type": "color"
        },
        "name": "GlobalRedDefault",
        "attributes": {
          "category": "global",
          "type": "red",
          "item": "default"
        },
        "path": [
          "global",
          "red",
          "default"
        ]
      },
      "light": {
        "value": "#ff997f",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#ff997f",
          "type": "color"
        },
        "name": "GlobalRedLight",
        "attributes": {
          "category": "global",
          "type": "red",
          "item": "light"
        },
        "path": [
          "global",
          "red",
          "light"
        ]
      },
      "dark": {
        "value": "#a63a29",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#a63a29",
          "type": "color"
        },
        "name": "GlobalRedDark",
        "attributes": {
          "category": "global",
          "type": "red",
          "item": "dark"
        },
        "path": [
          "global",
          "red",
          "dark"
        ]
      },
      "contrast": {
        "value": "#621b16",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#621b16",
          "type": "color"
        },
        "name": "GlobalRedContrast",
        "attributes": {
          "category": "global",
          "type": "red",
          "item": "contrast"
        },
        "path": [
          "global",
          "red",
          "contrast"
        ]
      }
    },
    "green": {
      "25": {
        "value": "#f8fbf3",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#f8fbf3",
          "type": "color"
        },
        "name": "GlobalGreen25",
        "attributes": {
          "category": "global",
          "type": "green",
          "item": "25"
        },
        "path": [
          "global",
          "green",
          "25"
        ]
      },
      "50": {
        "value": "#f2f8e8",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#f2f8e8",
          "type": "color"
        },
        "name": "GlobalGreen50",
        "attributes": {
          "category": "global",
          "type": "green",
          "item": "50"
        },
        "path": [
          "global",
          "green",
          "50"
        ]
      },
      "100": {
        "value": "#ddeec5",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#ddeec5",
          "type": "color"
        },
        "name": "GlobalGreen100",
        "attributes": {
          "category": "global",
          "type": "green",
          "item": "100"
        },
        "path": [
          "global",
          "green",
          "100"
        ]
      },
      "200": {
        "value": "#c7e2a0",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#c7e2a0",
          "type": "color"
        },
        "name": "GlobalGreen200",
        "attributes": {
          "category": "global",
          "type": "green",
          "item": "200"
        },
        "path": [
          "global",
          "green",
          "200"
        ]
      },
      "300": {
        "value": "#b0d779",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#b0d779",
          "type": "color"
        },
        "name": "GlobalGreen300",
        "attributes": {
          "category": "global",
          "type": "green",
          "item": "300"
        },
        "path": [
          "global",
          "green",
          "300"
        ]
      },
      "400": {
        "value": "#9ece5b",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#9ece5b",
          "type": "color"
        },
        "name": "GlobalGreen400",
        "attributes": {
          "category": "global",
          "type": "green",
          "item": "400"
        },
        "path": [
          "global",
          "green",
          "400"
        ]
      },
      "500": {
        "value": "#8dc53c",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#8dc53c",
          "type": "color"
        },
        "name": "GlobalGreen500",
        "attributes": {
          "category": "global",
          "type": "green",
          "item": "500"
        },
        "path": [
          "global",
          "green",
          "500"
        ]
      },
      "600": {
        "value": "#7db534",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#7db534",
          "type": "color"
        },
        "name": "GlobalGreen600",
        "attributes": {
          "category": "global",
          "type": "green",
          "item": "600"
        },
        "path": [
          "global",
          "green",
          "600"
        ]
      },
      "700": {
        "value": "#68a12a",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#68a12a",
          "type": "color"
        },
        "name": "GlobalGreen700",
        "attributes": {
          "category": "global",
          "type": "green",
          "item": "700"
        },
        "path": [
          "global",
          "green",
          "700"
        ]
      },
      "800": {
        "value": "#548d21",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#548d21",
          "type": "color"
        },
        "name": "GlobalGreen800",
        "attributes": {
          "category": "global",
          "type": "green",
          "item": "800"
        },
        "path": [
          "global",
          "green",
          "800"
        ]
      },
      "900": {
        "value": "#2f6b0d",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#2f6b0d",
          "type": "color"
        },
        "name": "GlobalGreen900",
        "attributes": {
          "category": "global",
          "type": "green",
          "item": "900"
        },
        "path": [
          "global",
          "green",
          "900"
        ]
      },
      "default": {
        "value": "#7db534",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#7db534",
          "type": "color"
        },
        "name": "GlobalGreenDefault",
        "attributes": {
          "category": "global",
          "type": "green",
          "item": "default"
        },
        "path": [
          "global",
          "green",
          "default"
        ]
      },
      "light": {
        "value": "#b0e765",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#b0e765",
          "type": "color"
        },
        "name": "GlobalGreenLight",
        "attributes": {
          "category": "global",
          "type": "green",
          "item": "light"
        },
        "path": [
          "global",
          "green",
          "light"
        ]
      },
      "dark": {
        "value": "#4c8500",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#4c8500",
          "type": "color"
        },
        "name": "GlobalGreenDark",
        "attributes": {
          "category": "global",
          "type": "green",
          "item": "dark"
        },
        "path": [
          "global",
          "green",
          "dark"
        ]
      },
      "contrast": {
        "value": "#1e4620",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#1e4620",
          "type": "color"
        },
        "name": "GlobalGreenContrast",
        "attributes": {
          "category": "global",
          "type": "green",
          "item": "contrast"
        },
        "path": [
          "global",
          "green",
          "contrast"
        ]
      }
    },
    "brand1": {
      "25": {
        "value": "#f6f6fb",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#f6f6fb",
          "type": "color"
        },
        "name": "GlobalBrand125",
        "attributes": {
          "category": "global",
          "type": "brand1",
          "item": "25"
        },
        "path": [
          "global",
          "brand1",
          "25"
        ]
      },
      "50": {
        "value": "#e7e8fb",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#e7e8fb",
          "type": "color"
        },
        "name": "GlobalBrand150",
        "attributes": {
          "category": "global",
          "type": "brand1",
          "item": "50"
        },
        "path": [
          "global",
          "brand1",
          "50"
        ]
      },
      "100": {
        "value": "#c3c5f5",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#c3c5f5",
          "type": "color"
        },
        "name": "GlobalBrand1100",
        "attributes": {
          "category": "global",
          "type": "brand1",
          "item": "100"
        },
        "path": [
          "global",
          "brand1",
          "100"
        ]
      },
      "200": {
        "value": "#9aa0ee",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#9aa0ee",
          "type": "color"
        },
        "name": "GlobalBrand1200",
        "attributes": {
          "category": "global",
          "type": "brand1",
          "item": "200"
        },
        "path": [
          "global",
          "brand1",
          "200"
        ]
      },
      "300": {
        "value": "#6e7ae8",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#6e7ae8",
          "type": "color"
        },
        "name": "GlobalBrand1300",
        "attributes": {
          "category": "global",
          "type": "brand1",
          "item": "300"
        },
        "path": [
          "global",
          "brand1",
          "300"
        ]
      },
      "400": {
        "value": "#4a5ce3",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#4a5ce3",
          "type": "color"
        },
        "name": "GlobalBrand1400",
        "attributes": {
          "category": "global",
          "type": "brand1",
          "item": "400"
        },
        "path": [
          "global",
          "brand1",
          "400"
        ]
      },
      "500": {
        "value": "#283ed3",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#283ed3",
          "type": "color"
        },
        "name": "GlobalBrand1500",
        "attributes": {
          "category": "global",
          "type": "brand1",
          "item": "500"
        },
        "path": [
          "global",
          "brand1",
          "500"
        ]
      },
      "600": {
        "value": "#2336c9",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#2336c9",
          "type": "color"
        },
        "name": "GlobalBrand1600",
        "attributes": {
          "category": "global",
          "type": "brand1",
          "item": "600"
        },
        "path": [
          "global",
          "brand1",
          "600"
        ]
      },
      "700": {
        "value": "#172bbc",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#172bbc",
          "type": "color"
        },
        "name": "GlobalBrand1700",
        "attributes": {
          "category": "global",
          "type": "brand1",
          "item": "700"
        },
        "path": [
          "global",
          "brand1",
          "700"
        ]
      },
      "800": {
        "value": "#0c1faf",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#0c1faf",
          "type": "color"
        },
        "name": "GlobalBrand1800",
        "attributes": {
          "category": "global",
          "type": "brand1",
          "item": "800"
        },
        "path": [
          "global",
          "brand1",
          "800"
        ]
      },
      "900": {
        "value": "#000397",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#000397",
          "type": "color"
        },
        "name": "GlobalBrand1900",
        "attributes": {
          "category": "global",
          "type": "brand1",
          "item": "900"
        },
        "path": [
          "global",
          "brand1",
          "900"
        ]
      },
      "default": {
        "value": "#6e7ae8",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#6e7ae8",
          "type": "color"
        },
        "name": "GlobalBrand1Default",
        "attributes": {
          "category": "global",
          "type": "brand1",
          "item": "default"
        },
        "path": [
          "global",
          "brand1",
          "default"
        ]
      },
      "light": {
        "value": "#a3a9ff",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#a3a9ff",
          "type": "color"
        },
        "name": "GlobalBrand1Light",
        "attributes": {
          "category": "global",
          "type": "brand1",
          "item": "light"
        },
        "path": [
          "global",
          "brand1",
          "light"
        ]
      },
      "dark": {
        "value": "#364eb5",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#364eb5",
          "type": "color"
        },
        "name": "GlobalBrand1Dark",
        "attributes": {
          "category": "global",
          "type": "brand1",
          "item": "dark"
        },
        "path": [
          "global",
          "brand1",
          "dark"
        ]
      },
      "contrast": {
        "value": "#1f2c66",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#1f2c66",
          "type": "color"
        },
        "name": "GlobalBrand1Contrast",
        "attributes": {
          "category": "global",
          "type": "brand1",
          "item": "contrast"
        },
        "path": [
          "global",
          "brand1",
          "contrast"
        ]
      }
    },
    "brand2": {
      "25": {
        "value": "#faf3fb",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#faf3fb",
          "type": "color"
        },
        "name": "GlobalBrand225",
        "attributes": {
          "category": "global",
          "type": "brand2",
          "item": "25"
        },
        "path": [
          "global",
          "brand2",
          "25"
        ]
      },
      "50": {
        "value": "#f7e2fb",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#f7e2fb",
          "type": "color"
        },
        "name": "GlobalBrand250",
        "attributes": {
          "category": "global",
          "type": "brand2",
          "item": "50"
        },
        "path": [
          "global",
          "brand2",
          "50"
        ]
      },
      "100": {
        "value": "#eab7f4",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#eab7f4",
          "type": "color"
        },
        "name": "GlobalBrand2100",
        "attributes": {
          "category": "global",
          "type": "brand2",
          "item": "100"
        },
        "path": [
          "global",
          "brand2",
          "100"
        ]
      },
      "200": {
        "value": "#dc84ee",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#dc84ee",
          "type": "color"
        },
        "name": "GlobalBrand2200",
        "attributes": {
          "category": "global",
          "type": "brand2",
          "item": "200"
        },
        "path": [
          "global",
          "brand2",
          "200"
        ]
      },
      "300": {
        "value": "#cc48e8",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#cc48e8",
          "type": "color"
        },
        "name": "GlobalBrand2300",
        "attributes": {
          "category": "global",
          "type": "brand2",
          "item": "300"
        },
        "path": [
          "global",
          "brand2",
          "300"
        ]
      },
      "400": {
        "value": "#c100e3",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#c100e3",
          "type": "color"
        },
        "name": "GlobalBrand2400",
        "attributes": {
          "category": "global",
          "type": "brand2",
          "item": "400"
        },
        "path": [
          "global",
          "brand2",
          "400"
        ]
      },
      "500": {
        "value": "#b000d6",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#b000d6",
          "type": "color"
        },
        "name": "GlobalBrand2500",
        "attributes": {
          "category": "global",
          "type": "brand2",
          "item": "500"
        },
        "path": [
          "global",
          "brand2",
          "500"
        ]
      },
      "600": {
        "value": "#9f00d1",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#9f00d1",
          "type": "color"
        },
        "name": "GlobalBrand2600",
        "attributes": {
          "category": "global",
          "type": "brand2",
          "item": "600"
        },
        "path": [
          "global",
          "brand2",
          "600"
        ]
      },
      "700": {
        "value": "#8600cc",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#8600cc",
          "type": "color"
        },
        "name": "GlobalBrand2700",
        "attributes": {
          "category": "global",
          "type": "brand2",
          "item": "700"
        },
        "path": [
          "global",
          "brand2",
          "700"
        ]
      },
      "800": {
        "value": "#6f00c5",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#6f00c5",
          "type": "color"
        },
        "name": "GlobalBrand2800",
        "attributes": {
          "category": "global",
          "type": "brand2",
          "item": "800"
        },
        "path": [
          "global",
          "brand2",
          "800"
        ]
      },
      "900": {
        "value": "#3d00ba",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#3d00ba",
          "type": "color"
        },
        "name": "GlobalBrand2900",
        "attributes": {
          "category": "global",
          "type": "brand2",
          "item": "900"
        },
        "path": [
          "global",
          "brand2",
          "900"
        ]
      },
      "default": {
        "value": "#cd48e8",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#cd48e8",
          "type": "color"
        },
        "name": "GlobalBrand2Default",
        "attributes": {
          "category": "global",
          "type": "brand2",
          "item": "default"
        },
        "path": [
          "global",
          "brand2",
          "default"
        ]
      },
      "light": {
        "value": "#ff7dff",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#ff7dff",
          "type": "color"
        },
        "name": "GlobalBrand2Light",
        "attributes": {
          "category": "global",
          "type": "brand2",
          "item": "light"
        },
        "path": [
          "global",
          "brand2",
          "light"
        ]
      },
      "dark": {
        "value": "#9800b5",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#9800b5",
          "type": "color"
        },
        "name": "GlobalBrand2Dark",
        "attributes": {
          "category": "global",
          "type": "brand2",
          "item": "dark"
        },
        "path": [
          "global",
          "brand2",
          "dark"
        ]
      },
      "contrast": {
        "value": "#43034f",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#43034f",
          "type": "color"
        },
        "name": "GlobalBrand2Contrast",
        "attributes": {
          "category": "global",
          "type": "brand2",
          "item": "contrast"
        },
        "path": [
          "global",
          "brand2",
          "contrast"
        ]
      }
    },
    "gray-A": {
      "100": {
        "value": "#d5d5d5",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#d5d5d5",
          "type": "color"
        },
        "name": "GlobalGrayA100",
        "attributes": {
          "category": "global",
          "type": "gray-A",
          "item": "100"
        },
        "path": [
          "global",
          "gray-A",
          "100"
        ]
      },
      "200": {
        "value": "#aaaaaa",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#aaaaaa",
          "type": "color"
        },
        "name": "GlobalGrayA200",
        "attributes": {
          "category": "global",
          "type": "gray-A",
          "item": "200"
        },
        "path": [
          "global",
          "gray-A",
          "200"
        ]
      },
      "400": {
        "value": "#616161",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#616161",
          "type": "color"
        },
        "name": "GlobalGrayA400",
        "attributes": {
          "category": "global",
          "type": "gray-A",
          "item": "400"
        },
        "path": [
          "global",
          "gray-A",
          "400"
        ]
      },
      "700": {
        "value": "#303030",
        "type": "color",
        "filePath": "figma/input.json",
        "isSource": true,
        "original": {
          "value": "#303030",
          "type": "color"
        },
        "name": "GlobalGrayA700",
        "attributes": {
          "category": "global",
          "type": "gray-A",
          "item": "700"
        },
        "path": [
          "global",
          "gray-A",
          "700"
        ]
      }
    }
  },
  "baseSpace": {
    "value": 8,
    "type": "spacing",
    "filePath": "figma/input.json",
    "isSource": true,
    "original": {
      "value": 8,
      "type": "spacing"
    },
    "name": "BaseSpace",
    "attributes": {
      "category": "baseSpace"
    },
    "path": [
      "baseSpace"
    ]
  },
  "space": {
    "0_5x": {
      "value": 4,
      "type": "spacing",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 4,
        "type": "spacing"
      },
      "name": "Space05x",
      "attributes": {
        "category": "space",
        "type": "0_5x"
      },
      "path": [
        "space",
        "0_5x"
      ]
    },
    "1x": {
      "value": 8,
      "type": "spacing",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 8,
        "type": "spacing"
      },
      "name": "Space1x",
      "attributes": {
        "category": "space",
        "type": "1x"
      },
      "path": [
        "space",
        "1x"
      ]
    },
    "2x": {
      "value": 16,
      "type": "spacing",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 16,
        "type": "spacing"
      },
      "name": "Space2x",
      "attributes": {
        "category": "space",
        "type": "2x"
      },
      "path": [
        "space",
        "2x"
      ]
    },
    "3x": {
      "value": 24,
      "type": "spacing",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 24,
        "type": "spacing"
      },
      "name": "Space3x",
      "attributes": {
        "category": "space",
        "type": "3x"
      },
      "path": [
        "space",
        "3x"
      ]
    },
    "4x": {
      "value": 32,
      "type": "spacing",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 32,
        "type": "spacing"
      },
      "name": "Space4x",
      "attributes": {
        "category": "space",
        "type": "4x"
      },
      "path": [
        "space",
        "4x"
      ]
    },
    "5x": {
      "value": 40,
      "type": "spacing",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 40,
        "type": "spacing"
      },
      "name": "Space5x",
      "attributes": {
        "category": "space",
        "type": "5x"
      },
      "path": [
        "space",
        "5x"
      ]
    },
    "6x": {
      "value": 48,
      "type": "spacing",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 48,
        "type": "spacing"
      },
      "name": "Space6x",
      "attributes": {
        "category": "space",
        "type": "6x"
      },
      "path": [
        "space",
        "6x"
      ]
    },
    "7x": {
      "value": 56,
      "type": "spacing",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 56,
        "type": "spacing"
      },
      "name": "Space7x",
      "attributes": {
        "category": "space",
        "type": "7x"
      },
      "path": [
        "space",
        "7x"
      ]
    },
    "8x": {
      "value": 64,
      "type": "spacing",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 64,
        "type": "spacing"
      },
      "name": "Space8x",
      "attributes": {
        "category": "space",
        "type": "8x"
      },
      "path": [
        "space",
        "8x"
      ]
    },
    "9x": {
      "value": 72,
      "type": "spacing",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 72,
        "type": "spacing"
      },
      "name": "Space9x",
      "attributes": {
        "category": "space",
        "type": "9x"
      },
      "path": [
        "space",
        "9x"
      ]
    },
    "10x": {
      "value": 80,
      "type": "spacing",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 80,
        "type": "spacing"
      },
      "name": "Space10x",
      "attributes": {
        "category": "space",
        "type": "10x"
      },
      "path": [
        "space",
        "10x"
      ]
    }
  },
  "gradient": {
    "brand-horizontal": {
      "value": "linear-gradient(-90deg, #cd48e8 0%, #6e7ae8 100%)",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "linear-gradient(-90deg, #cd48e8 0%, #6e7ae8 100%)",
        "type": "color"
      },
      "name": "GradientBrandHorizontal",
      "attributes": {
        "category": "gradient",
        "type": "brand-horizontal"
      },
      "path": [
        "gradient",
        "brand-horizontal"
      ]
    },
    "brand-diagonal": {
      "value": "linear-gradient(-45deg, #cd48e8 0%, #6e7ae8 100%)",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "linear-gradient(-45deg, #cd48e8 0%, #6e7ae8 100%)",
        "type": "color"
      },
      "name": "GradientBrandDiagonal",
      "attributes": {
        "category": "gradient",
        "type": "brand-diagonal"
      },
      "path": [
        "gradient",
        "brand-diagonal"
      ]
    },
    "success-diagonal": {
      "value": "linear-gradient(-45deg, #7db534 0%, #4890e8  100%)",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "linear-gradient(-45deg, #7db534 0%, #4890e8  100%)",
        "type": "color"
      },
      "name": "GradientSuccessDiagonal",
      "attributes": {
        "category": "gradient",
        "type": "success-diagonal"
      },
      "path": [
        "gradient",
        "success-diagonal"
      ]
    },
    "success-horizontal": {
      "value": "linear-gradient(-90deg, #7db534  0%, #4890e8  100%)",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "linear-gradient(-90deg, #7db534  0%, #4890e8  100%)",
        "type": "color"
      },
      "name": "GradientSuccessHorizontal",
      "attributes": {
        "category": "gradient",
        "type": "success-horizontal"
      },
      "path": [
        "gradient",
        "success-horizontal"
      ]
    },
    "error-diagonal": {
      "value": "linear-gradient(-45deg, #dd6952  0%, #a43f23 100%)",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "linear-gradient(-45deg, #dd6952  0%, #a43f23 100%)",
        "type": "color"
      },
      "name": "GradientErrorDiagonal",
      "attributes": {
        "category": "gradient",
        "type": "error-diagonal"
      },
      "path": [
        "gradient",
        "error-diagonal"
      ]
    },
    "error-horizontal": {
      "value": "linear-gradient(-90deg, #dd6952 0%, #a43f23 100%)",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "linear-gradient(-90deg, #dd6952 0%, #a43f23 100%)",
        "type": "color"
      },
      "name": "GradientErrorHorizontal",
      "attributes": {
        "category": "gradient",
        "type": "error-horizontal"
      },
      "path": [
        "gradient",
        "error-horizontal"
      ]
    }
  },
  "themeGrey": {
    "grey-25": {
      "value": "#fefefe",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#fefefe",
        "type": "color"
      },
      "name": "ThemeGreyGrey25",
      "attributes": {
        "category": "themeGrey",
        "type": "grey-25"
      },
      "path": [
        "themeGrey",
        "grey-25"
      ]
    },
    "grey-50": {
      "value": "#fafafa",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#fafafa",
        "type": "color"
      },
      "name": "ThemeGreyGrey50",
      "attributes": {
        "category": "themeGrey",
        "type": "grey-50"
      },
      "path": [
        "themeGrey",
        "grey-50"
      ]
    },
    "grey-100": {
      "value": "#f5f5f5",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#f5f5f5",
        "type": "color"
      },
      "name": "ThemeGreyGrey100",
      "attributes": {
        "category": "themeGrey",
        "type": "grey-100"
      },
      "path": [
        "themeGrey",
        "grey-100"
      ]
    },
    "grey-200": {
      "value": "#eeeeee",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#eeeeee",
        "type": "color"
      },
      "name": "ThemeGreyGrey200",
      "attributes": {
        "category": "themeGrey",
        "type": "grey-200"
      },
      "path": [
        "themeGrey",
        "grey-200"
      ]
    },
    "grey-300": {
      "value": "#e0e0e0",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#e0e0e0",
        "type": "color"
      },
      "name": "ThemeGreyGrey300",
      "attributes": {
        "category": "themeGrey",
        "type": "grey-300"
      },
      "path": [
        "themeGrey",
        "grey-300"
      ]
    },
    "grey-400": {
      "value": "#bdbdbd",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#bdbdbd",
        "type": "color"
      },
      "name": "ThemeGreyGrey400",
      "attributes": {
        "category": "themeGrey",
        "type": "grey-400"
      },
      "path": [
        "themeGrey",
        "grey-400"
      ]
    },
    "grey-500": {
      "value": "#9e9e9e",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#9e9e9e",
        "type": "color"
      },
      "name": "ThemeGreyGrey500",
      "attributes": {
        "category": "themeGrey",
        "type": "grey-500"
      },
      "path": [
        "themeGrey",
        "grey-500"
      ]
    },
    "grey-600": {
      "value": "#757575",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#757575",
        "type": "color"
      },
      "name": "ThemeGreyGrey600",
      "attributes": {
        "category": "themeGrey",
        "type": "grey-600"
      },
      "path": [
        "themeGrey",
        "grey-600"
      ]
    },
    "grey-700": {
      "value": "#616161",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#616161",
        "type": "color"
      },
      "name": "ThemeGreyGrey700",
      "attributes": {
        "category": "themeGrey",
        "type": "grey-700"
      },
      "path": [
        "themeGrey",
        "grey-700"
      ]
    },
    "grey-800": {
      "value": "#424242",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#424242",
        "type": "color"
      },
      "name": "ThemeGreyGrey800",
      "attributes": {
        "category": "themeGrey",
        "type": "grey-800"
      },
      "path": [
        "themeGrey",
        "grey-800"
      ]
    },
    "grey-900": {
      "value": "#212121",
      "type": "color",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": "#212121",
        "type": "color"
      },
      "name": "ThemeGreyGrey900",
      "attributes": {
        "category": "themeGrey",
        "type": "grey-900"
      },
      "path": [
        "themeGrey",
        "grey-900"
      ]
    }
  },
  "radius": {
    "0_5x": {
      "value": 4,
      "type": "borderRadius",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 4,
        "type": "borderRadius"
      },
      "name": "Radius05x",
      "attributes": {
        "category": "radius",
        "type": "0_5x"
      },
      "path": [
        "radius",
        "0_5x"
      ]
    },
    "1x": {
      "value": 8,
      "type": "borderRadius",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 8,
        "type": "borderRadius"
      },
      "name": "Radius1x",
      "attributes": {
        "category": "radius",
        "type": "1x"
      },
      "path": [
        "radius",
        "1x"
      ]
    },
    "2x": {
      "value": 16,
      "type": "borderRadius",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 16,
        "type": "borderRadius"
      },
      "name": "Radius2x",
      "attributes": {
        "category": "radius",
        "type": "2x"
      },
      "path": [
        "radius",
        "2x"
      ]
    },
    "3x": {
      "value": 24,
      "type": "borderRadius",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 24,
        "type": "borderRadius"
      },
      "name": "Radius3x",
      "attributes": {
        "category": "radius",
        "type": "3x"
      },
      "path": [
        "radius",
        "3x"
      ]
    },
    "4x": {
      "value": 32,
      "type": "borderRadius",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 32,
        "type": "borderRadius"
      },
      "name": "Radius4x",
      "attributes": {
        "category": "radius",
        "type": "4x"
      },
      "path": [
        "radius",
        "4x"
      ]
    },
    "5x": {
      "value": 40,
      "type": "borderRadius",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 40,
        "type": "borderRadius"
      },
      "name": "Radius5x",
      "attributes": {
        "category": "radius",
        "type": "5x"
      },
      "path": [
        "radius",
        "5x"
      ]
    }
  },
  "baseSize": {
    "value": 8,
    "type": "sizing",
    "filePath": "figma/input.json",
    "isSource": true,
    "original": {
      "value": 8,
      "type": "sizing"
    },
    "name": "BaseSize",
    "attributes": {
      "category": "baseSize"
    },
    "path": [
      "baseSize"
    ]
  },
  "size": {
    "1x": {
      "value": "8rem",
      "type": "sizing",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 8,
        "type": "sizing"
      },
      "name": "Size1x",
      "attributes": {
        "category": "size",
        "type": "1x"
      },
      "path": [
        "size",
        "1x"
      ]
    },
    "2x": {
      "value": "16rem",
      "type": "sizing",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 16,
        "type": "sizing"
      },
      "name": "Size2x",
      "attributes": {
        "category": "size",
        "type": "2x"
      },
      "path": [
        "size",
        "2x"
      ]
    },
    "3x": {
      "value": "24rem",
      "type": "sizing",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 24,
        "type": "sizing"
      },
      "name": "Size3x",
      "attributes": {
        "category": "size",
        "type": "3x"
      },
      "path": [
        "size",
        "3x"
      ]
    },
    "4x": {
      "value": "32rem",
      "type": "sizing",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 32,
        "type": "sizing"
      },
      "name": "Size4x",
      "attributes": {
        "category": "size",
        "type": "4x"
      },
      "path": [
        "size",
        "4x"
      ]
    },
    "5x": {
      "value": "40rem",
      "type": "sizing",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 40,
        "type": "sizing"
      },
      "name": "Size5x",
      "attributes": {
        "category": "size",
        "type": "5x"
      },
      "path": [
        "size",
        "5x"
      ]
    },
    "6x": {
      "value": "48rem",
      "type": "sizing",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 48,
        "type": "sizing"
      },
      "name": "Size6x",
      "attributes": {
        "category": "size",
        "type": "6x"
      },
      "path": [
        "size",
        "6x"
      ]
    },
    "7x": {
      "value": "56rem",
      "type": "sizing",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 56,
        "type": "sizing"
      },
      "name": "Size7x",
      "attributes": {
        "category": "size",
        "type": "7x"
      },
      "path": [
        "size",
        "7x"
      ]
    },
    "8x": {
      "value": "64rem",
      "type": "sizing",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 64,
        "type": "sizing"
      },
      "name": "Size8x",
      "attributes": {
        "category": "size",
        "type": "8x"
      },
      "path": [
        "size",
        "8x"
      ]
    },
    "9x": {
      "value": "72rem",
      "type": "sizing",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 72,
        "type": "sizing"
      },
      "name": "Size9x",
      "attributes": {
        "category": "size",
        "type": "9x"
      },
      "path": [
        "size",
        "9x"
      ]
    },
    "10x": {
      "value": "80rem",
      "type": "sizing",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 80,
        "type": "sizing"
      },
      "name": "Size10x",
      "attributes": {
        "category": "size",
        "type": "10x"
      },
      "path": [
        "size",
        "10x"
      ]
    },
    "15x": {
      "value": "120rem",
      "type": "sizing",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 120,
        "type": "sizing"
      },
      "name": "Size15x",
      "attributes": {
        "category": "size",
        "type": "15x"
      },
      "path": [
        "size",
        "15x"
      ]
    }
  },
  "opacity": {
    "10": {
      "value": 0.1,
      "type": "opacity",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 0.1,
        "type": "opacity"
      },
      "name": "Opacity10",
      "attributes": {
        "category": "opacity",
        "type": "10"
      },
      "path": [
        "opacity",
        "10"
      ]
    },
    "20": {
      "value": 0.2,
      "type": "opacity",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 0.2,
        "type": "opacity"
      },
      "name": "Opacity20",
      "attributes": {
        "category": "opacity",
        "type": "20"
      },
      "path": [
        "opacity",
        "20"
      ]
    },
    "30": {
      "value": 0.3,
      "type": "opacity",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 0.3,
        "type": "opacity"
      },
      "name": "Opacity30",
      "attributes": {
        "category": "opacity",
        "type": "30"
      },
      "path": [
        "opacity",
        "30"
      ]
    },
    "40": {
      "value": 0.4,
      "type": "opacity",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 0.4,
        "type": "opacity"
      },
      "name": "Opacity40",
      "attributes": {
        "category": "opacity",
        "type": "40"
      },
      "path": [
        "opacity",
        "40"
      ]
    },
    "50": {
      "value": 0.5,
      "type": "opacity",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 0.5,
        "type": "opacity"
      },
      "name": "Opacity50",
      "attributes": {
        "category": "opacity",
        "type": "50"
      },
      "path": [
        "opacity",
        "50"
      ]
    },
    "60": {
      "value": 0.6,
      "type": "opacity",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 0.6,
        "type": "opacity"
      },
      "name": "Opacity60",
      "attributes": {
        "category": "opacity",
        "type": "60"
      },
      "path": [
        "opacity",
        "60"
      ]
    },
    "70": {
      "value": 0.7,
      "type": "opacity",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 0.7,
        "type": "opacity"
      },
      "name": "Opacity70",
      "attributes": {
        "category": "opacity",
        "type": "70"
      },
      "path": [
        "opacity",
        "70"
      ]
    },
    "80": {
      "value": 0.8,
      "type": "opacity",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 0.8,
        "type": "opacity"
      },
      "name": "Opacity80",
      "attributes": {
        "category": "opacity",
        "type": "80"
      },
      "path": [
        "opacity",
        "80"
      ]
    },
    "90": {
      "value": 0.9,
      "type": "opacity",
      "filePath": "figma/input.json",
      "isSource": true,
      "original": {
        "value": 0.9,
        "type": "opacity"
      },
      "name": "Opacity90",
      "attributes": {
        "category": "opacity",
        "type": "90"
      },
      "path": [
        "opacity",
        "90"
      ]
    }
  }
};