{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 1,
	"settings": {
		"layout": {
			"contentSize": "var(--wp--custom--grid-container)",
			"wideSize": "calc( var(--wp--custom--grid-container) + 12.5rem )"
		},
		"color": {
			"duotone": [],
      "customDuotone": false,
			"palette": [
				{
					"name": "CP Green",
					"slug": "cp-green",
					"color": "#006e18"
				},
				{
					"name": "CP Navy",
					"slug": "cp-navy",
					"color": "#001044"
				},
				{
					"name": "CP Red",
					"slug": "cp-red",
					"color": "#e9312d"
				},
				{
					"name": "Grey",
					"slug": "grey",
					"color": "#f3f3f6"
				},
				{
					"name": "White",
					"slug": "white",
					"color": "#fff"
				}
			],
			"custom": false,
			"defaultPalette": false,
			"defaultGradients": false
		},
		"typography": {
			"customFontSize": false,
			"fontSizes": [
				{
					"slug": "date",
					"size": "0.875rem",
					"name": "Date"
				},
				{
					"slug": "surtitle",
					"size": "1rem",
					"name": "Surtitle"
				},
				{
					"slug": "large",
					"size": "1.25rem",
					"name": "Large"
				},
				{
					"slug": "semi-huge",
					"size": "5rem",
					"name": "Semi Huge"
				},
				{
					"slug": "huge",
					"size": "5.25rem",
					"name": "Huge"
				},
				{
					"slug": "h1",
					"size": "var(--wp--custom--typography--headings--font-sizes--h-1--sm)",
					"name": "H1"
				},
				{
					"slug": "h2",
					"size": "var(--wp--custom--typography--headings--font-sizes--h-2--sm)",
					"name": "H2"
				},
				{
					"slug": "h3",
					"size": "var(--wp--custom--typography--headings--font-sizes--h-3--sm)",
					"name": "H3"
				},
				{
					"slug": "h4",
					"size": "var(--wp--custom--typography--headings--font-sizes--h-4--sm)",
					"name": "H4"
				},
				{
					"slug": "h5",
					"size": "var(--wp--custom--typography--headings--font-sizes--h-5--sm)",
					"name": "H5"
				},
				{
					"slug": "h6",
					"size": "var(--wp--custom--typography--headings--font-sizes--h-6--sm)",
					"name": "H6"
				}
			]
		},
		"custom": {
			"colors": {
				"theme": "var(--wp--preset--color--cp-green)",
				"cpNavy": "#001044",
				"cpRed": "#e9312d",
				"grey": "#f3f3f6",
				"white": "#fff",
				"black": "#000",
				"error": "var(--wp--preset--color--cp-red)",
				"lightGrey": "#f8f8f8",
				"mediumGrey": "#aeaeae",
				"darkGrey": "#221e1e",
				"forms": {
					"textInput": "#949494",
					"textInputFocus": "#000",
					"textSelect": "#050505"
				},
				"tables": {
					"border": "#e1e1e1"
				}
			},
			"typography": {
				"primary": "GothicA1, Arial",
				"secondary": "Figtree, Arial",
				"body": {
					"fontSize": "1rem",
					"lineHeight": "1.375rem",
					"fontFamily": "var(--wp--custom--typography--primary)"
				},
				"headings": {
					"fontFamily": "var(--wp--custom--typography--secondary)",
					"fontSizes": {
						"h1": {
							"sm": "3.75rem",
							"md": "7.5rem"
						},
						"h2": {
							"sm": "2.813rem",
							"md": "4rem"
						},
						"h3": {
							"sm": "2rem",
							"md": "3.125rem"
						},
						"h4": {
							"sm": "1.625rem",
							"md": "2.625rem"
						},
						"h5": {
							"sm": "1.25rem",
							"md": "2.125rem"
						},
						"h6": {
							"sm": "1.375rem",
							"md": "1.625rem"
						}
					},
					"lineHeight": {
						"h1": {
							"sm": "3.125rem",
							"md": "7.5rem"
						},
						"h2": {
							"sm": "2.625rem",
							"md": "4.375rem"
						},
						"h3": {
							"sm": "2.25rem",
							"md": "3.125rem"
						},
						"h4": {
							"sm": "1.625rem",
							"md": "2.625rem"
						},
						"h5": {
							"sm": "1.5rem",
							"md": "2.25rem"
						},
						"h6": {
							"sm": "1.5rem",
							"md": "1.875rem"
						}
					}
				}
			},
			"mobile-gap": "0.625rem",
			"gap": "1.25rem",
			"gridContainer": "80rem",
			"borderRadius": "1.25rem",
			"borderRadiusLg": "1.875rem"
		}
	},
	"styles": {
		"typography": {
			"fontSize": "var(--wp--custom--typography--body--font-size)",
			"lineHeight": "var(--wp--custom--typography--body--line-height)",
			"fontFamily": "var(--wp--custom--typography--primary)"
		},
		"elements": {
			"h1": {
				"typography": {
					"fontSize": "var(--wp--custom--typography--headings--font-sizes--h-1--sm)",
					"lineHeight": "var(--wp--custom--typography--headings--line-height--h-1--sm)"
				}
			},
			"h2": {
				"typography": {
					"fontSize": "var(--wp--custom--typography--headings--font-sizes--h-2--sm)",
					"lineHeight": "var(--wp--custom--typography--headings--line-height--h-2--sm)"
				}
			},
			"h3": {
				"typography": {
					"fontSize": "var(--wp--custom--typography--headings--font-sizes--h-3--sm)",
					"lineHeight": "var(--wp--custom--typography--headings--line-height--h-3--sm)"
				}
			},
			"h4": {
				"typography": {
					"fontSize": "var(--wp--custom--typography--headings--font-sizes--h-4--sm)",
					"lineHeight": "var(--wp--custom--typography--headings--line-height--h-4--sm)"
				}
			},
			"h5": {
				"typography": {
					"fontSize": "var(--wp--custom--typography--headings--font-sizes--h-5--sm)",
					"lineHeight": "var(--wp--custom--typography--headings--line-height--h-5--sm)"
				}
			},
			"h6": {
				"typography": {
					"fontSize": "var(--wp--custom--typography--headings--font-sizes--h-6--sm)",
					"lineHeight": "var(--wp--custom--typography--headings--line-height--h-6--sm)"
				}
			}
		}
	}
}
