{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	"customTemplates": [
	  {
		"name": "blank",
		"title": "Blank",
		"postTypes": [
		  "page",
		  "post"
		]
	  },
	  {
		"name": "blog-listing",
		"title": "Blog Listing",
		"postTypes": [
		"page"
		]
		},
	  {
		"name": "page-no-title",
		"title": "Page (No Title / Feature Image)",
		"postTypes": [
		  "page"
		]
	  }
	],
	"templateParts": [
	  {
		"name": "header",
		"title": "Header",
		"area": "header"
	  },
	  {
		"name": "footer",
		"title": "Footer",
		"area": "footer"
	  },
		  {
			  "name": "sidebar",
			  "title": "Sidebar",
			  "area": "uncategorized"
		  }
	],
	"settings": {
	  "appearanceTools": true,
	  "color": {
			  "duotone": [
				  {
					  "colors": [
						  "#000000",
						  "#ffffff"
					  ],
					  "name": "Foreground and background",
					  "slug": "foreground-and-background"
				  },
				  {
					  "colors": [
						  "#000000",
						  "#ffe2c7"
					  ],
					  "name": "Foreground and secondary",
					  "slug": "foreground-and-secondary"
				  },
				  {
					  "colors": [
						  "#000000",
						  "#f6f6f6"
					  ],
					  "name": "Foreground and tertiary",
					  "slug": "foreground-and-tertiary"
				  },
				  {
					  "colors": [
						  "#32535C",
						  "#ffffff"
					  ],
					  "name": "Primary and background",
					  "slug": "primary-and-background"
				  },
				  {
					  "colors": [
						  "#32535C",
						  "#ffe2c7"
					  ],
					  "name": "Primary and secondary",
					  "slug": "primary-and-secondary"
				  },
				  {
					  "colors": [
						  "#32535C",
						  "#f6f6f6"
					  ],
					  "name": "Primary and tertiary",
					  "slug": "primary-and-tertiary"
				  }
			  ],
			  "gradients": [
				  {
					  "gradient": "linear-gradient(to bottom,var(--wp--preset--color--secondary) 0%,var(--wp--preset--color--tertiary) 100%)",
					  "name": "Vertical secondary to tertiary",
					  "slug": "vertical-secondary-to-tertiary"
				  },
				  {
					  "gradient": "linear-gradient(to bottom,var(--wp--preset--color--secondary) 0%,var(--wp--preset--color--background) 100%)",
					  "name": "Vertical secondary to background",
					  "slug": "vertical-secondary-to-background"
				  },
				  {
					  "gradient": "linear-gradient(to bottom,var(--wp--preset--color--background) 0%,var(--wp--preset--color--secondary) 100%)",
					  "name": "Vertical background to secondary",
					  "slug": "vertical-background-to-secondary"
				  },
				  {
					  "gradient": "linear-gradient(to bottom,var(--wp--preset--color--tertiary) 0%,var(--wp--preset--color--background) 100%)",
					  "name": "Vertical tertiary to background",
					  "slug": "vertical-tertiary-to-background"
				  },
				  {
					  "gradient": "linear-gradient(to bottom right,var(--wp--preset--color--primary) 0%,var(--wp--preset--color--foreground) 100%)",
					  "name": "Diagonal primary to foreground",
					  "slug": "diagonal-primary-to-foreground"
				  },
				  {
					  "gradient": "linear-gradient(to bottom right,var(--wp--preset--color--secondary) 50%,var(--wp--preset--color--background) 50%)",
					  "name": "Diagonal secondary to background",
					  "slug": "diagonal-secondary-to-background"
				  },
				  {
					  "gradient": "linear-gradient(to bottom left,var(--wp--preset--color--secondary) 50%,var(--wp--preset--color--background) 50%)",
					  "name": "Diagonal secondary to background left",
					  "slug": "diagonal-secondary-to-background-left"
				  },
				  {
					  "gradient": "linear-gradient(to top right,var(--wp--preset--color--secondary) 50%,var(--wp--preset--color--background) 50%)",
					  "name": "Diagonal secondary to background right",
					  "slug": "diagonal-secondary-to-background-right"
				  },
				  {
					  "gradient": "linear-gradient(to bottom right,var(--wp--preset--color--background) 50%,var(--wp--preset--color--secondary) 50%)",
					  "name": "Diagonal background to secondary",
					  "slug": "diagonal-background-to-secondary"
				  },
				  {
					  "gradient": "linear-gradient(to bottom right,var(--wp--preset--color--tertiary) 50%,var(--wp--preset--color--background) 50%)",
					  "name": "Diagonal tertiary to background",
					  "slug": "diagonal-tertiary-to-background"
				  },
				  {
					  "gradient": "linear-gradient(to bottom right,var(--wp--preset--color--background) 50%,var(--wp--preset--color--tertiary) 50%)",
					  "name": "Diagonal background to tertiary",
					  "slug": "diagonal-background-to-tertiary"
				  }
			  ],
			  "palette": [
				{
				  "color": "#fff",
				  "name": "Foreground",
				  "slug": "foreground"
				},
				{
				  "color": "#0b0b12",
				  "name": "Background",
				  "slug": "background"
				},
				{
				  "color": "#ff792d",
				  "name": "Primary",
				  "slug": "primary"
				},
				{
				  "color": "#66fcf1",
				  "name": "Secondary",
				  "slug": "secondary"
				},
				{
				  "color": "#15151c",
				  "name": "Secondary Background",
				  "slug": "background-secondary"
				},
				{
				  "color": "#8e9097",
				  "name": "Body Text",
				  "slug": "body-text"
				},
				{
				  "color": "#10172b",
				  "name": "Text Link",
				  "slug": "text-link"
				},
				{
				  "color": "#47b2ab",
				  "name": "Border",
				  "slug": "border"
				},
				{
				  "color": "#c3d9e7",
				  "name": "Tertiary",
				  "slug": "tertiary"
				},
				{
				  "color": "#0c0c0c",
				  "name": "Input Field",
				  "slug": "input-field"
				},
				{
				  "color": "#777",
				  "name": "Boulder",
				  "slug": "boulder"
				},
				{
				  "color": "#7d6043",
				  "name": "coffee",
				  "slug": "coffee"
				},
				{
				  "color": "#25d6a2",
				  "name": "Cyan",
				  "slug": "cyan"
				},
				{
				  "color": "#1b67cc",
				  "name": "Dark Blue",
				  "slug": "dark-blue"
				},
				{
				  "color": "#30b4da",
				  "name": "Sky Blue",
				  "slug": "sky-blue"
				},
				{
				  "color": "#0fb36c",
				  "name": "Dark Green",
				  "slug": "dark-green"
				},
				{
				  "color": "#6ba518",
				  "name": "Lite Green",
				  "slug": "lite-green"
				},
				{
				  "color": "#c74a73",
				  "name": "Purple",
				  "slug": "purple"
				},
				{
				  "color": "#9261c6",
				  "name": "Dark Purple",
				  "slug": "dark-purple"
				},
				{
				  "color": "#f78550",
				  "name": "Orange",
				  "slug": "orange"
				},
				{
				  "color": "#f9556d",
				  "name": "Lite Red",
				  "slug": "lite-red"
				},
				{
				  "color": "#27808c",
				  "name": "Hexadecimal",
				  "slug": "hexadecimal"
				},
				{
				  "color": "#ff6b98",
				  "name": "Pink",
				  "slug": "pink"
				}
			  ]
		  },
	  
	  "custom": {
		"spacing": {
		  "small": "max(1.25rem, 5vw)",
		  "medium": "clamp(2rem, 8vw, calc(4 * var(--wp--style--block-gap)))",
		  "large": "clamp(4rem, 10vw, 8rem)"
		},
		"typography": {
		  "font-size": {
			"heading-one": "clamp(36px,3vw,45px)",
			"heading-two": "clamp(28px,2.6vw,32px)",
			"heading-three": "clamp(20px,1.9vw,22px)",
			"heading-four": "clamp(18px,1.5vw,20px)",
			"heading-five": "clamp(22px,1.3vw,18px)",
			"heading-six": "16px"
		  },
		  "line-height": {
			"heading-one": "1.38",
			"heading-two": "1.43",
			"heading-three": "1.36",
			"heading-four": "1.5",
			"heading-five": "1.458333333333333",
			"heading-six": "1.56",
			"paragraph": "1.75",
			"extra-small": "21px",
			"small": "28px",
			"normal": "normal"
		  },
		  "font-weight": {
			"light": 300,
			"normal": 400,
			"medium": 500,
			"semi-bold": 600,
			"bold": 700,
			"extra-bold": 900
		  }
		},
		"gap": {
		  "baseline": "15px",
		  "horizontal": "min(30px, 5vw)",
		  "vertical": "min(30px, 5vw)"
		}
	  },
	  "spacing": {
		"spacingScale": {
			"steps": 0
		},
		"spacingSizes": [
			{
				"name": "1",
				"size": "1rem",
				"slug": "10"
			},
			{
				"name": "2",
				"size": "min(1.5rem, 2vw)",
				"slug": "20"
			},
			{
				"name": "3",
				"size": "min(2.5rem, 3vw)",
				"slug": "30"
			},
			{
				"name": "4",
				"size": "min(4rem, 5vw)",
				"slug": "40"
			},
			{
				"name": "5",
				"size": "min(6.5rem, 8vw)",
				"slug": "50"
			},
			{
				"name": "6",
				"size": "min(10.5rem, 13vw)",
				"slug": "60"
			}
		],
		"units": [
		  "%",
		  "px",
		  "em",
		  "rem",
		  "vh",
		  "vw"
		]
	  },
	  "typography": {
		"dropCap": false,
			"fontFamilies": [
				{
					"fontFamily": "\"Jost\", sans-serif",
					"name": "Jost",
					"slug": "jost",
					"fontFace": [
						{
							"fontFamily": "Jost",
							"fontWeight": "100 200 300 400 500 600 700 800 900",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/jost/Jost-VariableFont_wght.woff2"
							]
						},
						{
							"fontFamily": "Jost",
							"fontWeight": "100 200 300 400 500 600 700 800 900",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/jost/Jost-Italic-VariableFont_wght.woff2"
							]
						}
					]
				},
				{
					"fontFamily": "\"Poppins\", serif",
					"name": "Poppins",
					"slug": "poppins",
					"fontFace": [
						{
							"fontFamily": "Poppins",
							"fontWeight": "300",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/poppins/Poppins-Light.woff2"
							]
						},
						{
							"fontFamily": "Poppins",
							"fontWeight": "400",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/poppins/Poppins-Regular.woff2"
							]
						},
						{
							"fontFamily": "Poppins",
							"fontWeight": "400",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/poppins/Poppins-Italic.woff2"
							]
						},
						{
							"fontFamily": "Poppins",
							"fontWeight": "500",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/poppins/Poppins-Medium.woff2"
							]
						},
		
						{
							"fontFamily": "Poppins",
							"fontWeight": "600",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/poppins/Poppins-SemiBold.woff2"
							]
						},
						{
							"fontFamily": "Poppins",
							"fontWeight": "700",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/poppins/Poppins-Bold.woff2"
							]
						},
						{
							"fontFamily": "Poppins",
							"fontWeight": "800",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/poppins/Poppins-ExtraBold.woff2"
							]
						},
						{
							"fontFamily": "Poppins",
							"fontWeight": "900",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/poppins/Poppins-Black.woff2"
							]
						}
					]
				},
				{
					"fontFamily": "\"Roboto\", serif",
					"name": "Roboto",
					"slug": "roboto",
					"fontFace": [
						{
							"fontFamily": "Roboto",
							"fontWeight": "300",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/roboto/Roboto-Light.woff2"
							]
						},
						{
							"fontFamily": "Roboto",
							"fontWeight": "400",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/roboto/Roboto-Regular.woff2"
							]
						},
						{
							"fontFamily": "Roboto",
							"fontWeight": "500",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/roboto/Roboto-Medium.woff2"
							]
						},
						{
							"fontFamily": "Roboto",
							"fontWeight": "700",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/roboto/Roboto-Bold.woff2"
							]
						},
						{
							"fontFamily": "Roboto",
							"fontWeight": "900",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/roboto/Roboto-Black.woff2"
							]
						}
					]
				},
				{
					"fontFamily": "\"Montserrat\", sans-serif",
					"name": "Montserrat",
					"slug": "montserrat",
					"fontFace": [
						{
							"fontFamily": "Montserrat",
							"fontWeight": "300 400 500 600 700 800",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/montserrat/Montserrat-VariableFont_wght.ttf"
							]
						},
						{
							"fontFamily": "Montserrat",
							"fontWeight": "300 400 500 600 700 800",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/montserrat/Montserrat-Italic-VariableFont_wght.ttf"
							]
						}
					]
				},
				{
					"fontFamily": "\"Open Sans\", serif",
					"name": "Open Sans",
					"slug": "open-sans",
					"fontFace": [
						{
							"fontFamily": "Open Sans",
							"fontWeight": "300 400 500 600 700 800",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/open-sans/OpenSans-VariableFont_wdth_wght.woff2"
							]
						},
						{
							"fontFamily": "Open Sans",
							"fontWeight": "300 400 500 600 700 800",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/open-sans/OpenSans-Italic-VariableFont_wdth_wght.woff2"
							]
						}
					]
				},
				{
					"fontFamily": "\"Oswald\", sans-serif",
					"name": "Oswald",
					"slug": "oswald",
					"fontFace": [
						{
							"fontFamily": "Oswald",
							"fontWeight": "500",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/oswald/Oswald-Medium.woff2"
							]
						},
						{
							"fontFamily": "Oswald",
							"fontWeight": "700",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/oswald/Oswald-Bold.woff2"
							]
						}
					]
				},
				{
					"fontFamily": "\"Sen\", sans-serif",
					"name": "Sen",
					"slug": "sen",
					"fontFace": [
						{
							"fontFamily": "Sen",
							"fontWeight": "400",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/sen/Sen-Regular.ttf"
							]
						},
						{
							"fontFamily": "Sen",
							"fontWeight": "500",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/sen/Sen-Medium.ttf"
							]
						},
						{
							"fontFamily": "Sen",
							"fontWeight": "600",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/sen/Sen-SemiBold.ttf"
							]
						},
						{
							"fontFamily": "Sen",
							"fontWeight": "700",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/sen/Sen-Bold.ttf"
							]
						},
						{
							"fontFamily": "Sen",
							"fontWeight": "800",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/sen/Sen-ExtraBold.ttf"
							]
						}
					]
				}
			],

		"fontSizes": [
		  {
			"name": "Small",
			"size": "1rem",
			"slug": "small"
		  },
		  {
			"name": "Section Title",
			"size": "clamp(36px,3vw,45px)",
			"slug": "slider-title"
		  },
		  {
			"name": "Normal",
			"size": "1.1rem",
			"slug": "normal"
		  },
		  {
			"name": "Medium",
			"size": "1.7rem",
			"slug": "medium"
		  },
		  {
			"name": "Large",
			"size": "clamp(1.75rem, 3vw, 2.375rem)",
			"slug": "large"
		  },
		  {
			"name": "Huge",
			"size": "clamp(2.5rem, 4vw, 3rem)",
			"slug": "huge"
		  },
		  {
			"name": "Gigantic",
			"size": "clamp(2rem, 6vw, 4rem)",
			"slug": "gigantic"
		  },
		  {
			"name": "Colossal",
			"size": "clamp(4rem, 8vw, 6.25rem)",
			"slug": "colossal"
		  }
		]
	  },
	  "layout": {
		"contentSize": "750px",
	   "wideSize": "1370px"
	  }
	},
	"styles": {
	  "blocks": {
		"core/list": {
		  "spacing": {
			"margin": {
			  "top": "0px",
			  "bottom": "10px"
			},
			"padding": {
			  "left": "20px"
			}
		  }
		},
		"core/table": {
		  "spacing": {
			"margin": {
			  "bottom": "1.5em"
			},
			"padding": {
			  "left": "20px"
			}
		  }
		},
		"core/separator": {
		  "spacing": {
			"margin": {
			  "bottom": "1.5em"
			}
		  },
		  "border": {
			"radius": "0px",
			"width": "0px"
		  },
		  "color": {
			"background": "#999"
		  }
		},  
		"core/navigation": {
		  "elements": {
			"link": {
			  ":hover": {
				"color": {
				  "text": "var(--wp--preset--color--primary)"
				},
				"typography": {
				  "textDecoration": "none"
				}
			  },
			  ":focus": {
				"color": {
				  "text": "var(--wp--preset--color--primary)"
				},
				"typography": {
				  "textDecoration": "none"
				}
			  },
			  ":active": {
				"color": {
				  "text": "var(--wp--preset--color--primary)"
				},
				"typography": {
				  "textDecoration": "none"
				}
			  },
			  "typography": {
				"textDecoration": "none"
			  }
			}
		  },
		  "typography": {
			"fontSize": "var(--wp--preset--font-size--small)"
		  }
		}
	  },
	  "elements": {
		"button": {
		  "spacing": {
			"padding": {
				"bottom": "12px",
				"left": "35px",
				"right": "35px",
				"top": "12px"
			}
		  },
		  "border": {
			"radius": "0",
			"width": "0px"
		  },
		  "color": {
			"background": "var(--wp--preset--color--primary)",
			"text": "var(--wp--preset--color--black)"
		  },
		  ":hover": {
			"color": {
			  "background": "var(--wp--preset--color--secondary)",
			  "text": "var(--wp--preset--color--black)"
			}
		  },
		  ":focus": {
			"color": {
			  "background": "var(--wp--preset--color--secondary)",
			  "text": "var(--wp--preset--color--black)"
			}
		  },
		  ":active": {
			"color": {
			  "background": "var(--wp--preset--color--secondary)",
			  "text": "var(--wp--preset--color--black)"
			}
		  },
		  ":visited": {
			"color": {
			  "background": "var(--wp--preset--color--primary)",
			  "text": "var(--wp--preset--color--black)"
			}
		  },
		  "typography": {
	
			"fontSize": "14px",
			"fontStyle": "normal",
			"fontWeight": "600",
			"letterSpacing": "0.05em"
		  }
		},
		"h1": {
		  "spacing": {
			"margin": {
			  "top": 0,
			  "bottom": "0.625rem"
			}
		  },
		  "typography": {
			"fontSize": "var(--wp--custom--typography--font-size--heading-one)",
			"lineHeight": "var(--wp--custom--typography--line-height--heading-one)",
			"fontWeight": "var(--wp--custom--typography--font-weight--bold)"
		  },
		  "color": {
			"text": "var(--wp--preset--color--foreground)"
		  }
		},
		"h2": {
		  "spacing": {
			"margin": {
			  "top": 0,
			  "bottom": "0.625rem"
			}
		  },
		  "typography": {
			"fontSize": "var(--wp--custom--typography--font-size--heading-two)",
			"lineHeight": "var(--wp--custom--typography--line-height--heading-two)",
			"fontWeight": "var(--wp--custom--typography--font-weight--bold)"
		  },
		  "color": {
			"text": "var(--wp--preset--color--foreground)"
		  }
		},
		"h3": {
		  "spacing": {
			"margin": {
			  "top": 0,
			  "bottom": "0.625rem"
			}
		  },
		  "typography": {
			"fontSize": "var(--wp--custom--typography--font-size--heading-three)",
			"lineHeight": "var(--wp--custom--typography--line-height--heading-three)",
			"fontWeight": "var(--wp--custom--typography--font-weight--bold)"
		  },
		  "color": {
			"text": "var(--wp--preset--color--foreground)"
		  }
		},
		"h4": {
		  "spacing": {
			"margin": {
			  "top": 0,
			  "bottom": "0.625rem"
			}
		  },
		  "typography": {
			"fontSize": "var(--wp--custom--typography--font-size--heading-four)",
			"lineHeight": "var(--wp--custom--typography--line-height--heading-four)",
			"fontWeight": "var(--wp--custom--typography--font-weight--bold)"
		  },
		  "color": {
			"text": "var(--wp--preset--color--foreground)"
		  }
		},
		"h5": {
		  "spacing": {
			"margin": {
			  "top": 0,
			  "bottom": "0.625rem"
			}
		  },
		  "typography": {
			"fontSize": "var(--wp--custom--typography--font-size--heading-five)",
			"lineHeight": "var(--wp--custom--typography--line-height--heading-five)",
			"fontWeight": "var(--wp--custom--typography--font-weight--bold)"
		  },
		  "color": {
			"text": "var(--wp--preset--color--foreground)"
		  }
		},
		"h6": {
		  "spacing": {
			"margin": {
			  "top": 0,
			  "bottom": "0.625rem"
			}
		  },
		  "typography": {
			"fontSize": "var(--wp--custom--typography--font-size--heading-six)",
			"lineHeight": "var(--wp--custom--typography--line-height--heading-six)",
			"fontWeight": "var(--wp--custom--typography--font-weight--bold)"
		  },
		  "color": {
			"text": "var(--wp--preset--color--foreground)"
		  }
		},
		"heading": {
			"color": {
				"text": "var(--wp--preset--color--contrast)"
			},
			"typography": {
				"fontFamily": "var(--wp--preset--font-family--sen)"
				
			}
		},
		"link": {
		  "color": {
			"text": "var(--wp--preset--color--foreground)"
		  },
		  "typography": {
			"textDecoration": "underline"
		  },
		  ":hover": {
			"typography": {
			  "textDecoration": "none"
			},
			"color": {
			  "text": "var(--wp--preset--color--primary)"
			}
		  },
		  ":focus": {
			"typography": {
			  "textDecoration": "none"
			},
			"color": {
			  "text": "var(--wp--preset--color--primary)"
			}
		  },
		  ":active": {
			"color": {
			  "text": "var(--wp--preset--color--primary)"
			},
			"typography": {
			  "textDecoration": "none"
			}
		  }
	   
		}
	  },
	  "spacing": {
		"blockGap": "2rem",
		"margin": {
		  "top":"0px",
		  "bottom": "0px",
		  "right": "0px",
		  "left": "0px"
		}
	  },
	  "typography": {
		"fontFamily": "var(--wp--preset--font-family--poppins)",
		"fontSize": "var(--wp--preset--font-size--normal)",
		"lineHeight": "var(--wp--custom--typography--line-height--paragraph)",
		"fontWeight": "var(--wp--custom--typography--font-weight--normal)"
	  },
	  "color": {
		"text": "var(--wp--preset--color--body-text)",
		"background": "var(--wp--preset--color--background)"
	  }
	}
  }
  