{
	"version": 2,
	"title": "Timid Pink",
	"settings": {
		"custom": {
			"button": {
				"border": {
					"radius": "56px"
				},
				"hover": {
					"color": {
						"text": "var(--wp--preset--color--foreground)",
						"background": "var(--wp--preset--color--background)"
					},
					"border": {
						"color": "var(--wp--preset--color--foreground)"
					}
				}
			}
		},
		"color": {
			"palette": [
				{
					"slug": "primary",
					"color": "#B7127F",
					"name": "Primary"
				},
				{
					"slug": "background",
					"color": "#F7EDF6",
					"name": "Background"
				},
				{
					"slug": "foreground",
					"color": "#B7127F",
					"name": "Foreground"
				},
				{
					"slug": "tertiary",
					"color": "#FFFFFF",
					"name": "Tertiary"
				}
			],
			"duotone": [
				{
					"colors": [
						"#B7127F",
						"#F7EDF6"
					],
					"slug": "default-filter",
					"name": "Default filter"
				}
			]
		},
		"typography": {
			"fontFamilies": [
				{
					"fontFamily": "Newsreader, sans-serif",
					"slug": "newsreader",
					"name": "Headings (Newsreader)",
					"fontFace": [
						{
							"fontFamily": "Newsreader",
							"fontDisplay": "block",
							"fontWeight": "300",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/Newsreader-Light.ttf" ]
						},
						{
							"fontFamily": "Newsreader",
							"fontDisplay": "block",
							"fontWeight": "300",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/Newsreader-LightItalic.ttf" ]
						}
					]
				},
				{
					"fontFamily": "\"Source Sans Pro\", sans-serif",
					"slug": "source-sans-pro",
					"name": "Body (Source Sans Pro)",
					"fontFace": [
						{
							"fontFamily": "Source Sans Pro",
							"fontDisplay": "block",
							"fontWeight": "400",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/SourceSansPro-Regular.ttf" ]
						},
						{
							"fontFamily": "Source Sans Pro",
							"fontDisplay": "block",
							"fontWeight": "400",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/SourceSansPro-Italic.ttf" ]
						},
						{
							"fontFamily": "Source Sans Pro",
							"fontDisplay": "block",
							"fontWeight": "700",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/SourceSansPro-Bold.ttf" ]
						},
						{
							"fontFamily": "Source Sans Pro",
							"fontDisplay": "block",
							"fontWeight": "700",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/SourceSansPro-BoldItalic.ttf" ]
						}
					]
				}
			],
			"fontSizes": [
				{
					"name": "Small",
					"size": "1rem",
					"slug": "small"
				},
				{
					"name": "Normal",
					"size": "1.125rem",
					"slug": "normal"
				},
				{
					"name": "Medium",
					"size": "1.5rem",
					"slug": "medium"
				},
				{
					"name": "Large",
					"size": "1.75rem",
					"slug": "large"
				},
				{
					"name": "Huge",
					"size": "min(max(2rem, 5vw), 2.25rem)",
					"slug": "huge"
				}
			]
		}
	},
	"styles": {
		"blocks": {
			"core/site-title": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--source-sans-pro)",
					"fontWeight": "400",
					"textTransform": "uppercase"
				}
			},
			"core/separator": {
				"border": {
					"color": "var(--wp--preset--color--primary)",
					"width": "0.5px"
				}
			},
			"core/button": {
				"hover": {
					"color": {
						"background": "transparent",
						"text": "green"
					}
				}
			},
			"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/heading": {
				"typography": {
					"fontWeight": "0"
				}
			}
		},
		"elements": {
			"h1": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--newsreader)",
					"fontWeight": "300",
					"letterSpacing": "normal",
					"lineHeight": "1.2"
				}
			},
			"h2": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--newsreader)",
					"fontWeight": "300",
					"letterSpacing": "normal",
					"lineHeight": "1.2"
				}
			},
			"h3": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--newsreader)",
					"fontWeight": "300",
					"letterSpacing": "normal",
					"lineHeight": "1.2"
				}
			},
			"h4": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--newsreader)",
					"fontWeight": "300",
					"letterSpacing": "normal",
					"lineHeight": "1.6"
				}
			},
			"h5": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--newsreader)",
					"fontWeight": "300",
					"letterSpacing": "normal",
					"lineHeight": "1.6"
				}
			},
			"h6": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--source-sans-pro)",
					"fontWeight": "400",
					"textTransform": "uppercase",
					"lineHeight": "1.6"
				}
			},
			"link": {
				"color": {
					"text": "var(--wp--preset--color--foreground)"
				}
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--source-sans-pro)",
			"fontSize": "var(--wp--preset--font-size--normal)",
			"fontWeight": "400",
			"lineHeight": "1.5",
			"letterSpacing": ".05rem"
		}
	}
}