{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"settings": {
		"layout": {
			"contentSize": "820px",
			"wideSize": "1100px"
		},
		"color": {
			"palette": [
				{
					"slug": "brand",
					"color": "#2e7d6b",
					"name": "Brand"
				},
				{
					"slug": "brand-2",
					"color": "#3fae95",
					"name": "Brand Light"
				},
				{
					"slug": "accent",
					"color": "#f4a259",
					"name": "Accent"
				},
				{
					"slug": "coral",
					"color": "#ef6f6c",
					"name": "Coral"
				},
				{
					"slug": "ink",
					"color": "#1d2b28",
					"name": "Ink"
				},
				{
					"slug": "muted",
					"color": "#5b6b67",
					"name": "Muted"
				},
				{
					"slug": "soft",
					"color": "#f5f9f7",
					"name": "Soft"
				},
				{
					"slug": "white",
					"color": "#ffffff",
					"name": "White"
				}
			]
		},
		"typography": {
			"fontFamilies": [
				{
					"fontFamily": "'Poppins', sans-serif",
					"slug": "poppins",
					"name": "Poppins",
					"fontFace": [
						{
							"fontFamily": "Poppins",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/poppins-latin-400-normal.woff2"
							]
						},
						{
							"fontFamily": "Poppins",
							"fontStyle": "normal",
							"fontWeight": "500",
							"src": [
								"file:./assets/fonts/poppins-latin-500-normal.woff2"
							]
						},
						{
							"fontFamily": "Poppins",
							"fontStyle": "normal",
							"fontWeight": "600",
							"src": [
								"file:./assets/fonts/poppins-latin-600-normal.woff2"
							]
						},
						{
							"fontFamily": "Poppins",
							"fontStyle": "normal",
							"fontWeight": "700",
							"src": [
								"file:./assets/fonts/poppins-latin-700-normal.woff2"
							]
						},
						{
							"fontFamily": "Poppins",
							"fontStyle": "normal",
							"fontWeight": "800",
							"src": [
								"file:./assets/fonts/poppins-latin-800-normal.woff2"
							]
						}
					]
				}
			],
			"fontSizes": [
				{
					"slug": "small",
					"size": "0.9rem",
					"name": "Small"
				},
				{
					"slug": "medium",
					"size": "1.05rem",
					"name": "Medium"
				},
				{
					"slug": "large",
					"size": "1.5rem",
					"name": "Large"
				},
				{
					"slug": "x-large",
					"size": "2.4rem",
					"name": "Extra Large"
				}
			]
		},
		"spacing": {
			"units": [
				"px",
				"em",
				"rem",
				"%",
				"vw"
			]
		},
		"appearanceTools": true
	},
	"styles": {
		"color": {
			"background": "#ffffff",
			"text": "#1d2b28"
		},
		"typography": {
			"fontFamily": "'Poppins', sans-serif",
			"lineHeight": "1.7"
		},
		"elements": {
			"link": {
				"color": {
					"text": "#2e7d6b"
				}
			},
			"h1": {
				"typography": {
					"fontWeight": "700"
				}
			},
			"h2": {
				"typography": {
					"fontWeight": "700"
				}
			}
		}
	},
	"templateParts": [
		{
			"name": "header",
			"title": "Header",
			"area": "header"
		},
		{
			"name": "footer",
			"title": "Footer",
			"area": "footer"
		}
	]
}