{
  "{{displayname}}": {
    "fontSizes": {
      "Small": {
        "value": "--font-{{name}}-m1",
        "type": "fontSizes"
      },
      "Default": {
        "value": "--font-{{name}}-0",
        "type": "fontSizes"
      },
      "Large": {
        "value": "--font-{{name}}-p1",
        "type": "fontSizes"
      },
      "Larger": {
        "value": "--font-{{name}}-p2",
        "type": "fontSizes"
      },
      "Largest": {
        "value": "--font-{{name}}-p3",
        "type": "fontSizes"
      }
    },
    "lineHieghts": {
      "Singleline": {
        "Small": {
          "value": "--line-height-{{name}}-single-m1",
          "type": "lineHeights"
        },
        "Default": {
          "value": "--line-height-{{name}}-single-0",
          "type": "lineHeights"
        },
        "Large": {
          "value": "--line-height-{{name}}-single-p1",
          "type": "lineHeights"
        },
        "Larger": {
          "value": "--line-height-{{name}}-single-p2",
          "type": "lineHeights"
        },
        "Largest": {
          "value": "--line-height-{{name}}-single-p3",
          "type": "lineHeights"
        }
      },
      "Multiline": {
        "Small": {
          "value": "--line-height-{{name}}-multiple-m1",
          "type": "lineHeights"
        },
        "Default": {
          "value": "--line-height-{{name}}-multiple-0",
          "type": "lineHeights"
        },
        "Large": {
          "value": "--line-height-{{name}}-multiple-p1",
          "type": "lineHeights"
        },
        "Larger": {
          "value": "--line-height-{{name}}-multiple-p2",
          "type": "lineHeights"
        },
        "Largest": {
          "value": "--line-height-{{name}}-multiple-p3",
          "type": "lineHeights"
        }
      }
    },
    "spacingSizes": {
      "Minus5": {
        "value": "--spacing-{{name}}-m5",
        "description": "This is the smallest size",
        "type": "other"
      },
      "Minus4": {
        "value": "--spacing-{{name}}-m4",
        "type": "other"
      },
      "Minus3": {
        "value": "--spacing-{{name}}-m3",
        "type": "other"
      },
      "Minus2": {
        "value": "--spacing-{{name}}-m2",
        "type": "other"
      },
      "Minus1": {
        "value": "--spacing-{{name}}-m1",
        "type": "other"
      },
      "Zero": {
        "value": "--spacing-{{name}}-0",
        "description": "Same size as the h1 hieght",
        "type": "other"
      },
      "Plus1": {
        "value": "--spacing-{{name}}-p1",
        "type": "other"
      },
      "Plus2": {
        "value": "--spacing-{{name}}-p2",
        "description": "This is the largest size",
        "type": "other"
      },
      "Side": {
        "value": "--spacing-{{name}}-side",
        "description": "The size used for page vertical margins",
        "type": "other"
      }
    }
  }
}
