{
	"$schema": "https://schemas.wp.org/wp/6.7/theme.json",
	"version": 3,
	"settings": {
		"color": {
			"defaultPalette": false,
			"palette": [
				{
					"color": "#FFF7EE",
					"name": "Base",
					"slug": "base"
				},
				{
					"color": "#1E3F84",
					"name": "Contrast",
					"slug": "contrast"
				},
				{
					"color": "#D53A34",
					"name": "Accent 1",
					"slug": "accent-1"
				},
				{
					"color": "#315DA8",
					"name": "Accent 2",
					"slug": "accent-2"
				},
				{
					"color": "#1E3F84",
					"name": "Accent 3",
					"slug": "accent-3"
				},
				{
					"color": "#EFD9A8",
					"name": "Accent 4",
					"slug": "accent-4"
				},
				{
					"color": "#F5C6A8",
					"name": "Accent 5",
					"slug": "accent-5"
				},
				{
					"color": "color-mix(in srgb, currentColor 15%, transparent)",
					"name": "Accent 6",
					"slug": "accent-6"
				},
				{
					"color": "#FFFFFF",
					"name": "White",
					"slug": "white"
				}
			]
		},
		"typography": {
			"fontFamilies": [
				{
					"name": "Cormorant Garamond",
					"slug": "cormorant-garamond",
					"fontFamily": "'Cormorant Garamond', Georgia, 'Times New Roman', serif",
					"fontFace": [
						{
							"src": [
								"file:./assets/fonts/cormorant-garamond/cormorant-garamond-latin-normal.woff2",
								"file:./assets/fonts/cormorant-garamond/cormorant-garamond-latin-ext-normal.woff2"
							],
							"fontWeight": "300 700",
							"fontStyle": "normal",
							"fontFamily": "'Cormorant Garamond'"
						},
						{
							"src": [
								"file:./assets/fonts/cormorant-garamond/cormorant-garamond-latin-italic.woff2",
								"file:./assets/fonts/cormorant-garamond/cormorant-garamond-latin-ext-italic.woff2"
							],
							"fontWeight": "300 700",
							"fontStyle": "italic",
							"fontFamily": "'Cormorant Garamond'"
						}
					]
				},
				{
					"name": "Source Sans 3",
					"slug": "source-sans-3",
					"fontFamily": "'Source Sans 3', 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif",
					"fontFace": [
						{
							"src": [
								"file:./assets/fonts/source-sans-3/source-sans-3-latin-normal.woff2",
								"file:./assets/fonts/source-sans-3/source-sans-3-latin-ext-normal.woff2"
							],
							"fontWeight": "200 900",
							"fontStyle": "normal",
							"fontFamily": "'Source Sans 3'"
						},
						{
							"src": [
								"file:./assets/fonts/source-sans-3/source-sans-3-latin-italic.woff2",
								"file:./assets/fonts/source-sans-3/source-sans-3-latin-ext-italic.woff2"
							],
							"fontWeight": "200 900",
							"fontStyle": "italic",
							"fontFamily": "'Source Sans 3'"
						}
					]
				}
			]
		},
		"layout": {
			"contentSize": "720px",
			"wideSize": "1200px"
		}
	},
	"styles": {
		"color": {
			"background": "var:preset|color|base",
			"text": "var:preset|color|contrast"
		},
		"typography": {
			"fontFamily": "var:preset|font-family|source-sans-3",
			"fontSize": "var:preset|font-size|medium",
			"fontWeight": "400",
			"lineHeight": "1.6"
		},
		"elements": {
			"heading": {
				"typography": {
					"fontFamily": "var:preset|font-family|cormorant-garamond",
					"fontWeight": "600"
				},
				"color": {
					"text": "var:preset|color|contrast"
				}
			},
			"h1": {
				"typography": {
					"fontSize": "clamp(2rem, 5vw, 3.25rem)",
					"lineHeight": "1.15"
				}
			},
			"h2": {
				"typography": {
					"fontSize": "clamp(1.6rem, 4vw, 2.25rem)",
					"lineHeight": "1.2"
				}
			},
			"h3": {
				"typography": {
					"fontSize": "clamp(1.3rem, 3vw, 1.75rem)",
					"lineHeight": "1.25"
				}
			},
			"link": {
				"color": {
					"text": "var:preset|color|accent-1"
				},
				":hover": {
					"color": {
						"text": "var:preset|color|contrast"
					}
				}
			},
			"button": {
				"color": {
					"background": "var:preset|color|accent-1",
					"text": "var:preset|color|white"
				},
				"typography": {
					"fontFamily": "var:preset|font-family|source-sans-3",
					"fontWeight": "600",
					"fontSize": "var:preset|font-size|medium",
					"letterSpacing": "0.02em",
					"textTransform": "uppercase"
				},
				"border": {
					"radius": "4px"
				},
				":hover": {
					"color": {
						"background": "var:preset|color|contrast",
						"text": "var:preset|color|white"
					}
				}
			}
		},
		"blocks": {
			"core/site-title": {
				"typography": {
					"fontFamily": "var:preset|font-family|cormorant-garamond",
					"fontWeight": "700",
					"fontSize": "var:preset|font-size|large",
					"textTransform": "none"
				},
				"elements": {
					"link": {
						"color": {
							"text": "var:preset|color|contrast"
						},
						"typography": {
							"textDecoration": "none"
						},
						":hover": {
							"typography": {
								"textDecoration": "none"
							}
						}
					}
				}
			},
			"core/navigation": {
				"typography": {
					"fontFamily": "var:preset|font-family|source-sans-3",
					"fontWeight": "600",
					"fontSize": "var:preset|font-size|small",
					"textTransform": "uppercase",
					"letterSpacing": "0.05em"
				},
				"elements": {
					"link": {
						"color": {
							"text": "var:preset|color|contrast"
						},
						":hover": {
							"color": {
								"text": "var:preset|color|accent-1"
							}
						}
					}
				}
			},
			"core/button": {
				"variations": {
					"outline": {
						"border": {
							"color": "var:preset|color|accent-1",
							"width": "2px"
						},
						"color": {
							"text": "var:preset|color|accent-1"
						}
					}
				}
			},
			"core/post-title": {
				"typography": {
					"fontFamily": "var:preset|font-family|cormorant-garamond",
					"fontWeight": "600"
				}
			}
		}
	},
	"customTemplates": [
		{
			"name": "single-spectacle",
			"title": "Fiche spectacle",
			"postTypes": ["spectacle"]
		},
		{
			"name": "archive-spectacle",
			"title": "Programmation",
			"postTypes": ["spectacle"]
		}
	],
	"templateParts": [
		{
			"area": "header",
			"name": "header",
			"title": "En-tête"
		},
		{
			"area": "footer",
			"name": "footer",
			"title": "Pied de page"
		}
	]
}
