{
	"$schema": "https://schemas.wp.org/wp/6.6/theme.json",
	"settings": {
		"appearanceTools": true,
		"border": {
			"color": "true",
			"radius": "true",
			"style": "true"
		},
		"layout": {
			"contentSize": "1200px",
			"wideSize": "1200px"
		},
		"spacing": {
			"units": [
				"px",
				"em",
				"rem",
				"vh",
				"%",
				"vw"
			]
		},
		"typography": {}
	},
	"styles": {
		"blocks": {
			"core/button": {
				"border": {
					"radius": "5px"
				},
				"css": "",
				"spacing": {
					"padding": {
						"bottom": "15px",
						"left": "15px",
						"right": "15px",
						"top": "15px"
					}
				},
				"typography": {
					"fontSize": "16px",
					"letterSpacing": "3px",
					"textTransform": "uppercase"
				}
			},
			"core/details": {
				"typography": {
					"fontSize": "16px"
				}
			},
			"core/heading": {
				"spacing": {
					"padding": {
						"bottom": "15px"
					}
				}
			},
			"core/list": {
				"typography": {
					"fontSize": "16px"
				}
			},
			"core/list-item": {
				"spacing": {
					"padding": {
						"bottom": "15px"
					}
				},
				"typography": {
					"fontSize": "19px"
				}
			},
			"core/navigation": {
				"spacing": {
					"blockGap": "40px"
				},
				"typography": {
					"textTransform": "uppercase"
				}
			},
			"core/paragraph": {
				"spacing": {
					"padding": {
						"bottom": "15px",
						"top": "15px"
					}
				},
				"typography": {
					"fontSize": "19px"
				}
			},
			"core/pullquote": {
				"typography": {
					"fontSize": "18px"
				}
			},
			"core/quote": {
				"typography": {
					"fontSize": "18px"
				}
			},
			"core/read-more": {
				"border": {
					"radius": "5px"
				},
				"color": {
					"background": "#0b6cbd",
					"text": "var(--wp--preset--color--white)"
				},
				"elements": {
					"link": {
						"color": {
							"text": "var(--wp--preset--color--white)"
						}
					}
				},
				"spacing": {
					"padding": {
						"bottom": "15px",
						"left": "15px",
						"right": "15px",
						"top": "15px"
					}
				},
				"typography": {
					"letterSpacing": "3px",
					"textTransform": "uppercase"
				}
			},
			"core/table": {
				"typography": {
					"fontSize": "16px"
				}
			}
		},
		"color": {
			"text": "#434242"
		},
		"elements": {
			"button": {
				"color": {
					"background": "#0b6cbd"
				},
				"typography": {
					"fontSize": "16px"
				}
			},
			"h1": {
				"typography": {
					"fontSize": "30px"
				}
			},
			"h2": {
				"typography": {
					"fontSize": "25px"
				}
			},
			"h3": {
				"typography": {
					"fontSize": "20px"
				}
			},
			"h4": {
				"typography": {
					"fontSize": "16px",
					"fontStyle": "normal",
					"fontWeight": "700"
				}
			},
			"heading": {
				"color": {
					"text": "#1c3667"
				}
			},
			"link": {
				":hover": {
					"color": {
						"text": "#0b6cbd"
					}
				},
				"color": {
					"text": "#102341"
				}
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--open-sans)",
			"fontSize": "16px",
			"fontStyle": "normal",
			"fontWeight": "400",
			"textTransform": "none"
		}
	},
	"version": 3
}