{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	"settings": {
		"appearanceTools": true,
		"color": {
			"custom": true,
			"customDuotone": false,
			"customGradient": false,
			"defaultGradients": false,
			"defaultPalette": false,
			"defaultDuotone": false,
			"palette": [
				{
					"slug": "navy",
					"name": "Navy",
					"color": "#1B3A5C"
				},
				{
					"slug": "navy-dark",
					"name": "Navy Dark",
					"color": "#132843"
				},
				{
					"slug": "cyan",
					"name": "Cyan",
					"color": "#00B3D8"
				},
				{
					"slug": "cyan-700",
					"name": "Cyan 700",
					"color": "#00799F"
				},
				{
					"slug": "lime",
					"name": "Lime",
					"color": "#7DC420"
				},
				{
					"slug": "lime-700",
					"name": "Lime 700",
					"color": "#4F7B14"
				},
				{
					"slug": "white",
					"name": "White",
					"color": "#FFFFFF"
				},
				{
					"slug": "background",
					"name": "Background",
					"color": "#F4F7FB"
				},
				{
					"slug": "gray-700",
					"name": "Muted Text",
					"color": "#4A6280"
				},
				{
					"slug": "gray-300",
					"name": "Border",
					"color": "#DDE4EC"
				},
				{
					"slug": "gray-100",
					"name": "Subtle Surface",
					"color": "#F1F3F6"
				},
				{
					"slug": "footer-text",
					"name": "Footer Text",
					"color": "#A8C4D8"
				},
				{
					"slug": "footer-dim",
					"name": "Footer Dim",
					"color": "#476880"
				}
			]
		},
		"typography": {
			"fluid": true,
			"fontFamilies": [
				{
					"slug": "sans",
					"name": "Enterprise Sans",
					"fontFamily": "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans Arabic', 'Noto Kufi Arabic', sans-serif"
				}
			],
			"fontSizes": [
				{
					"slug": "small",
					"name": "Small",
					"size": "0.875rem"
				},
				{
					"slug": "medium",
					"name": "Medium",
					"size": "1rem"
				},
				{
					"slug": "large",
					"name": "Large",
					"size": "1.125rem"
				},
				{
					"slug": "x-large",
					"name": "X-Large",
					"size": "1.5rem"
				},
				{
					"slug": "xx-large",
					"name": "XX-Large",
					"size": "2rem"
				},
				{
					"slug": "xxx-large",
					"name": "XXX-Large",
					"size": "2.75rem"
				}
			]
		},
		"spacing": {
			"units": [ "px", "em", "rem", "%", "vw" ],
			"padding": true,
			"margin": true,
			"blockGap": true,
			"spacingSizes": [
				{
					"slug": "10",
					"name": "XXS",
					"size": "0.25rem"
				},
				{
					"slug": "20",
					"name": "XS",
					"size": "0.5rem"
				},
				{
					"slug": "30",
					"name": "S",
					"size": "1rem"
				},
				{
					"slug": "40",
					"name": "M",
					"size": "1.5rem"
				},
				{
					"slug": "50",
					"name": "L",
					"size": "2rem"
				},
				{
					"slug": "60",
					"name": "XL",
					"size": "3rem"
				},
				{
					"slug": "70",
					"name": "XXL",
					"size": "4.5rem"
				},
				{
					"slug": "80",
					"name": "XXXL",
					"size": "6rem"
				}
			]
		},
		"border": {
			"color": true,
			"radius": true,
			"style": true,
			"width": true
		},
		"layout": {
			"contentSize": "1160px",
			"wideSize": "1440px"
		},
		"custom": {
			"borderRadius": {
				"button": "999px",
				"buttonRect": "8px",
				"buttonPill": "50px",
				"field": "4px",
				"sm": "4px",
				"card": "12px"
			},
			"shadow": {
				"card": "0 2px 12px rgba(27,58,92,.06)",
				"canvas": "0 0 0 1px #dde4ec, 0 4px 32px rgba(27,58,92,.10)"
			}
		}
	},
	"styles": {
		"color": {
			"background": "var(--wp--preset--color--white)",
			"text": "var(--wp--preset--color--navy)"
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--sans)",
			"fontSize": "var(--wp--preset--font-size--medium)",
			"lineHeight": "1.6"
		},
		"spacing": {
			"blockGap": "1.5rem"
		},
		"elements": {
			"button": {
				"color": {
					"background": "var(--wp--preset--color--navy)",
					"text": "var(--wp--preset--color--white)"
				},
				"typography": {
					"fontWeight": "600"
				},
				"border": {
					"radius": "var(--wp--custom--border-radius--button)"
				},
				":hover": {
					"color": {
						"background": "var(--wp--preset--color--cyan)",
						"text": "var(--wp--preset--color--navy)"
					}
				}
			},
			"link": {
				"color": {
					"text": "var(--wp--preset--color--navy)"
				},
				"typography": {
					"textDecoration": "underline"
				},
				":hover": {
					"color": {
						"text": "var(--wp--preset--color--cyan-700)"
					}
				}
			},
			"heading": {
				"color": {
					"text": "var(--wp--preset--color--navy)"
				},
				"typography": {
					"fontWeight": "600",
					"lineHeight": "1.25"
				}
			},
			"h1": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--xxx-large)",
					"fontWeight": "700"
				}
			},
			"h2": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--xx-large)"
				}
			},
			"h3": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--x-large)"
				}
			},
			"h4": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--large)"
				}
			},
			"h5": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"fontWeight": "700"
				}
			},
			"h6": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"fontWeight": "700",
					"textTransform": "uppercase",
					"letterSpacing": "0.04em"
				}
			}
		},
		"blocks": {
			"core/navigation": {
				"typography": {
					"fontWeight": "500"
				},
				"color": {
					"text": "var(--wp--preset--color--navy)"
				},
				"elements": {
					"link": {
						"color": {
							"text": "var(--wp--preset--color--navy)"
						},
						"typography": {
							"textDecoration": "none"
						},
						":hover": {
							"color": {
								"text": "var(--wp--preset--color--cyan-700)"
							}
						}
					}
				}
			},
			"core/site-title": {
				"typography": {
					"fontWeight": "700"
				},
				"elements": {
					"link": {
						"typography": {
							"textDecoration": "none"
						}
					}
				}
			}
		}
	},
	"templateParts": [
		{
			"name": "header",
			"title": "Header",
			"area": "header"
		},
		{
			"name": "footer",
			"title": "Footer",
			"area": "footer"
		}
	],
	"customTemplates": [
		{
			"name": "page-service",
			"title": "Service Detail Page",
			"postTypes": [ "page" ]
		}
	]
}
