{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"title": "Gourmet",
	"styles": {
		"blocks": {
			"core/image": {
				"variations": {
					"rounded": {
						"border": {
							"radius": "0.5rem"
						}
					}
				}
			}
		},
		"elements": {
			"heading": {
				"typography": {
					"fontWeight": "400"
				}
			}
		}
	},
	"settings": {
		"color": {
			"palette": [
				{
					"color": "rgba(2, 32, 42, 1)",
					"name": "Base",
					"slug": "base"
				},
				{
					"color": "rgba(186, 136, 95, 1)",
					"name": "Contrast",
					"slug": "contrast"
				},
				{
					"color": "rgba(198, 189, 181, 1)",
					"name": "Accent 1",
					"slug": "accent-1"
				},
				{
					"color": "rgba(210, 219, 230, 1)",
					"name": "Accent 2",
					"slug": "accent-2"
				},
				{
					"color": "rgba(247, 244, 242, 1)",
					"name": "Accent 3",
					"slug": "accent-3"
				},
				{
					"color": "rgba(173, 180, 188, 1)",
					"name": "Accent 4",
					"slug": "accent-4"
				},
				{
					"color": "rgba(255, 255, 255, 1)",
					"name": "White",
					"slug": "white"
				}
			]
		},
		"typography": {
			"customFontSize": true,
			"defaultFontSizes": false,
			"dropCap": true,
			"fluid": true,
			"fontFamilies": [
				{
					"fontFace": [
						{
							"fontFamily": "Libre Baskerville",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/libre-baskerville/libre-baskerville-regular-400.woff2"
							]
						},
						{
							"fontFamily": "Libre Baskerville",
							"fontStyle": "italic",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/libre-baskerville/libre-baskerville-italic-400.woff2"
							]
						},
						{
							"fontFamily": "Libre Baskerville",
							"fontStyle": "normal",
							"fontWeight": "700",
							"src": [
								"file:./assets/fonts/libre-baskerville/libre-baskerville-regular-700.woff2"
							]
						}
					],
					"fontFamily": "\"Libre Baskerville\", serif",
					"name": "Libre Baskerville",
					"slug": "headings"
				},
				{
					"fontFace": [
						{
							"fontFamily": "Montserrat",
							"fontStyle": "normal",
							"fontWeight": "100 900",
							"src": [
								"file:./assets/fonts/montserrat/montserrat-regular.woff2"
							]
						},
						{
							"fontFamily": "Montserrat",
							"fontStyle": "italic",
							"fontWeight": "100 900",
							"src": [
								"file:./assets/fonts/montserrat/montserrat-italic.woff2"
							]
						}
					],
					"fontFamily": "\"Montserrat\", sans-serif",
					"name": "Montserrat",
					"slug": "text"
				}
			]
		}
	}
}