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