{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	"title": "Plum",
	"settings": {
		"color": {
			"palette": [
				{ "slug": "base", "color": "#fdfbfc", "name": "Base" },
				{ "slug": "contrast", "color": "#221820", "name": "Contrast" },
				{ "slug": "primary", "color": "#85356f", "name": "Primary" },
				{ "slug": "secondary", "color": "#4a2f43", "name": "Secondary" },
				{ "slug": "tertiary", "color": "#f4ecf1", "name": "Tertiary" }
			]
		},
		"typography": {
			"fontFamilies": [
				{
					"slug": "heading",
					"name": "Heading",
					"fontFamily": "\"Cormorant\", Georgia, Cambria, \"Times New Roman\", Times, serif",
					"fontFace": [
						{ "fontFamily": "Cormorant", "fontStyle": "normal", "fontWeight": "400 700", "fontDisplay": "swap", "src": [ "file:./assets/fonts/cormorant.woff2" ] }
					]
				},
				{
					"slug": "body",
					"name": "Body",
					"fontFamily": "\"Quattrocento Sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Helvetica, Arial, sans-serif",
					"fontFace": [
						{ "fontFamily": "Quattrocento Sans", "fontStyle": "normal", "fontWeight": "400", "fontDisplay": "swap", "src": [ "file:./assets/fonts/quattrocento-sans-400.woff2" ] },
						{ "fontFamily": "Quattrocento Sans", "fontStyle": "normal", "fontWeight": "700", "fontDisplay": "swap", "src": [ "file:./assets/fonts/quattrocento-sans-700.woff2" ] }
					]
				}
			]
		}
	}
}
