{
	"version": 2,
	"title": "Mono Bright",
	"settings": {
		"custom": {
			"button": {
				"border": {
					"radius": "0"
				},
				"typography": {
					"fontWeight": "700"
				},
				"hover": {
					"color": {
						"text": "var(--wp--preset--color--primary)",
						"background": "var(--wp--preset--color--background)"
					},
					"border": {
						"color": "var(--wp--preset--color--primary)"
					}
				}
			}
		},
		"color": {
			"palette": [
				{
					"slug": "primary",
					"color": "#FBFF4A",
					"name": "Primary"
				},
				{	
					"slug": "background",
					"color": "#363F47",
					"name": "Background"
				},
				{
					"slug": "foreground",
					"color": "#FFFFFF",
					"name": "Foreground"
				},
				{
					"slug": "tertiary",
					"color": "#2B3339",
					"name": "Tertiary"
				}
			],
			"duotone": [
				{
					"colors": [
						"#363F47",
						"#FBFF4A"
					],
					"slug": "default-filter",
					"name": "Default filter"
				}
			]
		},
		"typography": {
			"fontFamilies": [
				{
					"fontFamily": "\"IBM Plex Sans\", sans-serif",
					"slug": "ibm-plex-sans",
					"name": "Headings (IBM Plex Sans)",
					"fontFace": [
						{
							"fontFamily": "IBM Plex Sans",
							"fontDisplay": "block",
							"fontWeight": "200",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/IBMPlexSans-ExtraLight.ttf" ]
						},
						{
							"fontFamily": "IBM Plex Sans",
							"fontDisplay": "block",
							"fontWeight": "200",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/IBMPlexSans-ExtraLightItalic.ttf" ]
						},
						{
							"fontFamily": "IBM Plex Sans",
							"fontDisplay": "block",
							"fontWeight": "300",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/IBMPlexSans-Light.ttf" ]
						},
						{
							"fontFamily": "IBM Plex Sans",
							"fontDisplay": "block",
							"fontWeight": "300",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/IBMPlexSans-LightItalic.ttf" ]
						}
					]
				},
				{
					"fontFamily": "\"IBM Plex Mono\", sans-serif",
					"slug": "ibm-plex-mono",
					"name": "Body (IBM Plex Mono)",
					"fontFace": [
						{
							"fontFamily": "IBM Plex Mono",
							"fontDisplay": "block",
							"fontWeight": "300",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/IBMPlexMono-Light.ttf" ]
						},
						{
							"fontFamily": "IBM Plex Mono",
							"fontDisplay": "block",
							"fontWeight": "300",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/IBMPlexMono-LightItalic.ttf" ]
						},
						{
							"fontFamily": "IBM Plex Mono",
							"fontDisplay": "block",
							"fontWeight": "700",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/IBMPlexMono-SemiBold.ttf" ]
						},
						{
							"fontFamily": "IBM Plex Mono",
							"fontDisplay": "block",
							"fontWeight": "700",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/IBMPlexMono-SemiBoldItalic.ttf" ]
						}
					]
				}
			],
			"fontSizes": [
				{
					"name": "Small",
					"size": "0.75rem",
					"slug": "small"
				},
				{
					"name": "Normal",
					"size": "0.875rem",
					"slug": "normal"
				},
				{
					"name": "Medium",
					"size": "1.125rem",
					"slug": "medium"
				},
				{
					"name": "Large",
					"size": "1.5rem",
					"slug": "large"
				},
				{
					"name": "Huge",
					"size": "1.75rem",
					"slug": "huge"
				}
			]
		}
	},
	"styles": {
		"blocks": {
			"core/site-title": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--ibm-plex-mono)",
					"fontWeight": "700"
				},
				"elements": {
					"link": {
						"color": {
							"text": "var(--wp--preset--color--foreground)"
						}
					}
				}
			},
			"core/button": {
				"typography": {
					"fontWeight": "var(--wp--custom--button--typography--font-weight)"
				}
			},
			"core/cover": {
				"filter": {
					"duotone": "var(--wp--preset--duotone--default-filter)"
				}
			},
			"core/image": {
				"filter": {
					"duotone": "var(--wp--preset--duotone--default-filter)"
				}
			},
			"core/post-featured-image": {
				"filter": {
					"duotone": "var(--wp--preset--duotone--default-filter)"
				}
			},
			"core/post-title": {
				"typography": {
					"fontWeight": "200",
					"lineHeight": "1.17"
				}
			},
			"core/post-date": {
				"typography": {
					"textTransform": "uppercase",
					"fontSize": "var(--wp--preset--font-size--normal)",
					"lineHeight": "1.125rem"
				}
			},
			"core/heading": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--ibm-plex-sans)",
					"fontWeight": "0"
				}
			},
			"core/paragraph": {
				"typography": {
					"lineHeight": "1.7",
					"letterSpacing": "0.02rem"
				}
			}
		},
		"elements": {
			"h1": {
				"typography": {
					"fontWeight": "200",
					"lineHeight": "1.2"
				}
			},
			"h2": {
				"typography": {
					"fontWeight": "200",
					"lineHeight": "1.2"
				}
			},
			"h3": {
				"typography": {
					"fontWeight": "200",
					"lineHeight": "1.2"
				}
			},
			"h4": {
				"typography": {
					"fontWeight": "300",
					"lineHeight": "1.6"
				}
			},
			"h5": {
				"typography": {
					"fontWeight": "300",
					"lineHeight": "1.6"
				}
			},
			"h6": {
				"typography": {
					"fontWeight": "300",
					"lineHeight": "1.6",
					"textTransform": "uppercase"
				}
			},
			"link": {
				"color": {
					"text": "var(--wp--preset--color--primary)"
				}
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--ibm-plex-mono)",
			"fontSize": "var(--wp--preset--font-size--normal)",
			"fontWeight": "300",
			"lineHeight": "1.5"
		}
	}
}
