{
  "typography": {
    "text": {
      "1": {
        "value": {
          "fontFamily": "{typography.font-family.primary}, {typography.font-family.primary-fallback-1}, {typography.font-family.primary-fallback-2}",
          "fontWeight": 400,
          "fontSize": "{typography.font-size.4}",
          "lineHeight": "{typography.line-height.10}"
        },
        "type": "typography"
      },
      "2": {
        "value": {
          "fontFamily": "{typography.font-family.primary}, {typography.font-family.primary-fallback-1}, {typography.font-family.primary-fallback-2}",
          "fontWeight": 400,
          "fontSize": "{typography.font-size.3}",
          "lineHeight": "{typography.line-height.10}"
        },
        "type": "typography"
      },
      "3": {
        "value": {
          "fontFamily": "{typography.font-family.primary}, {typography.font-family.primary-fallback-1}, {typography.font-family.primary-fallback-2}",
          "fontWeight": 400,
          "fontSize": "{typography.font-size.2}",
          "lineHeight": "{typography.line-height.10}"
        },
        "type": "typography"
      },
      "4": {
        "value": {
          "fontFamily": "{typography.font-family.primary}, {typography.font-family.primary-fallback-1}, {typography.font-family.primary-fallback-2}",
          "fontWeight": 400,
          "fontSize": "{typography.font-size.1}",
          "lineHeight": "{typography.line-height.8}"
        },
        "type": "typography"
      },
      "base": {
        "value": "{typography.text.3}",
        "type": "typography"
      },
      "sm": {
        "value": "{typography.text.4}",
        "type": "typography"
      },
      "lg": {
        "value": "{typography.text.2}",
        "type": "typography"
      },
      "xl": {
        "value": "{typography.text.1}",
        "type": "typography"
      }
    }
  }
}
