{
	"$schema": "https://schemas.wp.org/wp/7.1/theme.json",
	"version": 3,
	"customTemplates": [
		{
			"name": "no-title",
			"postTypes": ["post", "page"],
			"title": "No title"
		}
	],
	"settings": {
		"appearanceTools": true,
		"color": {
			"duotone": [
				{
					"colors": ["#374151", "#005a87"],
					"name": "Secondary and primary",
					"slug": "secondary-primary"
				},
				{
					"colors": ["#005a87", "#ffffff"],
					"name": "Primary and base",
					"slug": "primary-base"
				}
			],
			"gradients": [
				{
					"gradient": "linear-gradient(#005a87 49.9%,#fff 50%)",
					"name": "Primary color to white",
					"slug": "primary-white"
				},
				{
					"gradient": "linear-gradient(#fff 49.9%,#005a87 50%)",
					"name": "Horizontal white to primary color",
					"slug": "white-primary"
				}
			],
			"palette": [
				{
					"color": "#ffffff",
					"name": "Base",
					"slug": "base"
				},
				{
					"color": "#1f2937",
					"name": "Contrast",
					"slug": "contrast"
				},
				{
					"color": "#005a87",
					"name": "Primary",
					"slug": "primary"
				},
				{
					"color": "#374151",
					"name": "Secondary",
					"slug": "secondary"
				},
				{
					"color": "#f5f7f9",
					"name": "Light",
					"slug": "light"
				},
				{
					"color": "transparent",
					"name": "Transparent",
					"slug": "transparent"
				}
			]
		},
		"layout": {
			"contentSize": "700px",
			"wideSize": "1100px"
		},
		"spacing": {
			"units": ["px", "em", "rem", "vh", "vw", "%"]
		},
		"typography": {
			"dropCap": false,
			"fluid": true,
			"fontFamilies": [
				{
					"fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif",
					"name": "System",
					"slug": "system"
				},
				{
					"fontFamily": "\"Times New Roman\",\"New York\",Times,\"Noto Serif\",serif",
					"name": "Serif",
					"slug": "serif"
				},
				{
					"fontFamily": "Consolas,Menlo,Monaco,\"SF Mono\",\"DejaVu Sans Mono\",\"Roboto Mono\",\"Courier New\",Courier,monospace",
					"name": "Monospace",
					"slug": "monospace"
				}
			],
			"fontSizes": [
				{
					"fluid": false,
					"name": "Small",
					"size": "1.125rem",
					"slug": "small"
				},
				{
					"fluid": false,
					"name": "Medium",
					"size": "1.5rem",
					"slug": "medium"
				},
				{
					"fluid": {"max": "2rem", "min": "1.75rem"},
					"name": "Large",
					"size": "2rem",
					"slug": "large"
				},
				{
					"fluid": {"max": "2.75rem", "min": "2.5rem"},
					"name": "XL",
					"size": "2.75rem",
					"slug": "x-large"
				},
				{
					"fluid": {"max": "3.75rem", "min": "3rem"},
					"name": "XXL",
					"size": "3.75rem",
					"slug": "xx-large"
				}
			]
		},
		"useRootPaddingAwareAlignments": true
	},
	"styles": {
		"color": {
			"background": "var(--wp--preset--color--base)",
			"text": "var(--wp--preset--color--contrast)"
		},
		"spacing": {
			"padding": {
				"left": "var(--wp--preset--spacing--50)",
				"right": "var(--wp--preset--spacing--50)"
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--system)",
			"fontSize": "var(--wp--preset--font-size--medium)",
			"lineHeight": "1.7"
		},
		"elements": {
			"button": {
				"color": {
					"background": "var(--wp--preset--color--primary)",
					"text": "var(--wp--preset--color--base)"
				},
				"border": {
					"color": "var(--wp--preset--color--transparent)",
					"radius": "4px",
					"style": "solid",
					"width": "4px"
				},
				":hover": {
					"border": {"color": "var(--wp--preset--color--secondary)"}
				},
				"shadow": "var(--wp--preset--shadow--natural)",
				"spacing": {
					"padding": {
						"bottom": "var(--wp--preset--spacing--30)",
						"left": "var(--wp--preset--spacing--30)",
						"right": "var(--wp--preset--spacing--30)",
						"top": "var(--wp--preset--spacing--30)"
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"fontWeight": "700"
				}
			},
			"caption": {"color": {"text": "var(--wp--preset--color--secondary)"}},
			"cite": {"color": {"text": "var(--wp--preset--color--secondary)"}},
			"link": {
				"color": {"text": "var(--wp--preset--color--primary)"},
				":active": {"color": {"text": "var(--wp--preset--color--secondary)"}},
				":focus": {"color": {"text": "var(--wp--preset--color--primary)"}},
				":hover": {
					"color": {"text": "var(--wp--preset--color--secondary)"}
				}
			}
		},
		"blocks": {
			"core/code": {"color": {"text": "var(--wp--preset--color--contrast)"}},
			"core/comment-author-name": {"typography": {"fontSize": "var(--wp--preset--font-size--small)"}},
			"core/comment-date": {"typography": {"fontSize": "var(--wp--preset--font-size--small)"}},
			"core/comment-edit-link": {"typography": {"fontSize": "var(--wp--preset--font-size--small)"}},
			"core/comment-reply-link": {"typography": {"fontSize": "var(--wp--preset--font-size--small)"}},
			"core/navigation": {
				"css": "& .wp-block-site-title{ margin:0; font-weight:400;}",
				"elements": {
					"link": {
						"color": {"text": "var(--wp--preset--color--contrast)"},
						"typography": {"textDecoration": "underline"},
						":active": {"color": {"text": "var(--wp--preset--color--contrast)"}},
						":focus": {"color": {"text": "var(--wp--preset--color--contrast)"}},
						":hover": {
							"color": {"text": "var(--wp--preset--color--primary)"},
							"typography": {"textDecoration": "underline"}
						}
					}
				}
			},
			"core/post-author-name": {"typography": {"fontSize": "var(--wp--preset--font-size--small)"}},
			"core/post-comments-form": {"typography": {"fontSize": "var(--wp--preset--font-size--small)"}},
			"core/post-content": {
				"spacing": {
					"margin": {
						"bottom": "var(--wp--preset--spacing--60)",
						"top": "var(--wp--preset--spacing--60)"
					}
				}
			},
			"core/post-date": {"typography": {"fontSize": "var(--wp--preset--font-size--small)"}},
			"core/post-excerpt": {
				"elements": {"link": {"typography": {"fontSize": "var(--wp--preset--font-size--small)"}}}
			},
			"core/post-featured-image": {
				"spacing": {"margin": {"bottom": "var(--wp--preset--spacing--40)"}}
			},
			"core/post-template": {
				"spacing": {
					"padding": {
						"bottom": "var(--wp--preset--spacing--50)",
						"top": "var(--wp--preset--spacing--50)"
					}
				}
			},
			"core/post-terms": {"typography": {"fontSize": "var(--wp--preset--font-size--small)"}},
			"core/query-pagination": {
				"spacing": {"padding": {"top": "var(--wp--preset--spacing--50)"}}
			},
			"core/search": {
				"css": ".wp-block-search__button-inside .wp-block-search__inside-wrapper{border: 1px solid #6b7280;}",
				"typography": {"lineHeight": "1"}
			}
		}
	},
	"templateParts": [
		{"area": "header", "name": "header", "title": "Header"},
		{"area": "footer", "name": "footer", "title": "Footer"}
	]
}
