{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	"settings": {
		"appearanceTools": true,
		"color": {
			"palette": [
				{
					"slug": "background",
					"color": "#222",
					"name": "Background"
				},
				{
					"slug": "primary",
					"color": "#054843",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#303030",
					"name": "Secondary"
				},
				{
					"slug": "tertiary",
					"color": "#adb5bd",
					"name": "Tertiary"
				},
				{
					"slug": "link",
					"color": "#029256",
					"name": "Link"
				},
				{
					"slug": "muted-text",
					"color": "#888",
					"name": "Muted-text"
				},
				{
					"slug": "text",
					"color": "#fff",
					"name": "Text"
				}
			]
		},
		"spacing": {
			"padding": true,
			"margin": true,
			"units": [
				"px",
				"em",
				"rem",
				"vh",
				"vw",
				"%"
			]
		},
		"layout": {
			"contentSize": "1024px",
			"wideSize": "1100px"
		},
		"typography": {
			"dropCap": false,
			"fontFamilies": [
				{
					"name": "Heading-dm_display",
					"slug": "dm_display",
					"fontFamily": "'DM Serif Display', serif;",
					"fontFace": [
						{
							"fontFamily": "'DM Serif Display', serif;",
							"fontWeight": "400",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/dm_display/DMSerifDisplay-Regular.ttf"
							]
						}
					]
				},
				{
					"name": "Body-gothic_a1",
					"slug": "gothic_a1",
					"fontFamily": "'Gothic A1', sans-serif;",
					"fontFace": [
						{
							"fontFamily": "'Gothic A1', sans-serif;",
							"fontWeight": "400",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [
								"file:./assets/fonts/gothic_a1/GothicA1-Regular.ttf"
							]
						}
					]
				}
			],
			"fontSizes": [
				{
					"slug": "size_4.8rem",
					"size": "4.8rem",
					"name": "size 4.8rem"
				},
				{
					"slug": "size_3.6rem",
					"size": "3.6rem",
					"name": "size 3.6rem"
				},
				{
					"slug": "size_3.2rem",
					"size": "3.2rem",
					"name": "size 3.2rem"
				},
				{
					"slug": "size_2.4rem",
					"size": "2.4rem",
					"name": "size 2.4rem"
				},
				{
					"slug": "size_2.1rem",
					"size": "2.1rem",
					"name": "size 2.1rem"
				},
				{
					"slug": "size_1.6rem",
					"size": "1.6rem",
					"name": "size 1.6rem"
				},
				{
					"slug": "size_1.5rem",
					"size": "1.5rem",
					"name": "size 1.5rem"
				},
				{
					"slug": "size_1.1rem",
					"size": "1.1rem",
					"name": "size 1.1rem"
				}
			]
		},
		"border": {
			"radius": true,
			"color": true,
			"style": true,
			"width": true
		},
		"custom": {
			"line-height": {
				"tiny": 1.15,
				"small": 1.25,
				"medium": 1.33,
				"big": 1.788,
				"giant": 1.833
			}
		}
	},
	"styles": {
		"color": {
			"background": "var(--wp--preset--color--background)",
			"text": "var(--wp--preset--color--text)"
		},
		"spacing": {
			"margin": {
				"top": "0px",
				"right": "0px",
				"bottom": "0px",
				"left": "0px"
			},
			"padding": {
				"top": "0px",
				"right": "0px",
				"bottom": "0px",
				"left": "0px"
			}
		},
		"typography": {
			"fontSize": "var(--wp--preset--font-size--size-1-1-rem)",
			"fontFamily": ""
		},
		"elements": {
			"link": {
				"color": {
					"text": "var(--wp--preset--color--link)"
				}
			},
			"h1": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--dm-display)",
					"fontWeight": "400",
					"lineHeight": "var(--wp--custom--line-height--small)",
					"fontSize": "var(--wp--preset--font-size--size-4-8-rem)"
				},
				"color": {
					"text": "var(--wp--preset--color--text)"
				}
			},
			"h2": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--dm-display)",
					"fontWeight": "500",
					"fontSize": "var(--wp--preset--font-size--size-2-4-rem)"
				},
				"color": {
					"text": "var(--wp--preset--color--text)"
				}
			},
			"h5": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--dm-display)",
					"fontWeight": "500",
					"fontSize": "var(--wp--preset--font-size--size-1-5-rem)"
				},
				"color": {
					"text": "var(--wp--preset--color--link)"
				},
				"spacing": {
					"margin": {
						"top": "-1px !important"
					}
				}
			}
		},
		"blocks": {
			"core/button": {
				"border": {
					"radius": "0.375rem",
					"color": "var(--wp--preset--color--text)"
				}
			},
			"core/embed": {
				"spacing": {
					"padding": {
						"right": "8%",
						"left": "8%"
					}
				}
			},
			"core/paragraph": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--size-1-5-rem)",
					"fontWeight": "300",
					"lineHeight": "var(--wp--custom--line-height--medium)"
				}
			}
		}
	},
	"templateParts": [
		{
			"name": "header",
			"title": "Header",
			"area": "header"
		},
		{
			"name": "footer",
			"title": "Footer",
			"area": "footer"
		},
		{
			"name": "popup-subscription",
			"title": "Popup Subscription",
			"area": "uncategorized"
		}
	]
}