{
	"version": 3,
	"$schema": "https://schemas.wp.org/wp/6.7/theme.json",
	"title": "Playfair Display & Roboto Flex",
	"slug": "typography-preset-006",
	"styles": {
		"elements": {
			"button": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--playfair-display)",
					"fontSize": "var(--wp--preset--font-size--small)",
					"fontStyle": "normal",
					"fontWeight": "600",
					"textTransform": "uppercase"
				}
			},
			"caption": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--playfair-display)",
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"heading": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--playfair-display)",
					"fontStyle": "normal",
					"fontWeight": "700"
				}
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--roboto-flex)",
			"fontStyle": "normal",
			"fontWeight": "300"
		}
	}
}