{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	"title": "Brisbane",
	"settings": {
		"color": {
			"duotone": [
				{
					"colors": [
						"#000000",
						"#ffffff"
					],
					"slug": "grayscale",
					"name": "Grayscale"
				},
				{
					"colors": [
						"#49697c",
						"#102e43"
					],
					"slug": "primary",
					"name": "Primary"
				},
				{
					"colors": [
						"#49697c",
						"#DDDAC2"
					],
					"slug": "secondary",
					"name": "Secondary"
				},
				{
					"colors": [
						"#102e43",
						"#DDDAC2"
					],
					"slug": "primary-secondary",
					"name": "Primary and Secondary"
				},
				{
					"colors": [
						"#ffffff",
						"#102e43"
					],
					"slug": "foreground-primary",
					"name": "Foreground and Primary"
				},
				{
					"colors": [
						"#204f46",
						"#DDDAC2"
					],
					"slug": "tertiary-secondary",
					"name": "Tertiary and Secondary"
				}
			],
			"palette": [
				{
					"slug": "foreground",
					"color": "#f7fafc",
					"name": "Foreground"
				},
				{
					"slug": "background",
					"color": "#3f5762",
					"name": "Background"
				},
				{
					"slug": "primary",
					"color": "#0A1E2F",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#DDDAC2",
					"name": "Secondary"
				},
				{
					"slug": "tertiary",
					"color": "#2d3f47",
					"name": "Background Alt"
				}
			]
		},
		"custom": {
			"blocks": {
				"core/table": {
					"variantStripes": {
						"color": {
							"background": "var(--wp--preset--color--primary)"
						}
					}
				}
			}
		},
		"typography": {
			"fontFamilies": [
				{
					"fontFamily": "\"Arsenal\", serif",
					"name": "Arsenal",
					"slug": "heading",
					"fontFace": [
						{
							"fontDisplay": "block",
							"fontFamily": "Arsenal",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": ["file:./assets/fonts/Arsenal/Arsenal-Regular.woff2"]
						},
						{
							"fontDisplay": "block",
							"fontFamily": "Arsenal",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "700",
							"src": ["file:./assets/fonts/Arsenal/Arsenal-Bold.woff2"]
						}
					]
				},
				{
					"fontFamily": "\"Radio Canada\", sans-serif",
					"name": "Radio Canada",
					"slug": "body",
					"fontFace": [
						{
							"fontDisplay": "block",
							"fontFamily": "Radio Canada",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "300 700",
							"src": [
								"file:./assets/fonts/RadioCanada/RadioCanada-VariableFont_wdth,wght.woff2"
							]
						}
					]
				}
			]
		}
	},
	"styles": {
		"blocks": {
			"core/comments-title": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--x-large)"
				}
			},
			"core/query-pagination-next": {
				"typography": {
					"fontWeight": "var(--wp--custom--typography--font-weight--light)"
				}
			},
			"core/query-pagination-numbers": {
				"typography": {
					"fontWeight": "var(--wp--custom--typography--font-weight--light)"
				}
			},
			"core/query-pagination-previous": {
				"typography": {
					"fontWeight": "var(--wp--custom--typography--font-weight--light)"
				}
			},
			"core/query-title": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--xx-large)",
					"fontWeight": "var(--wp--custom--typography--font-weight--regular)",
					"lineHeight": "var(--wp--custom--typography--line-height--tiny)"
				}
			},
			"core/quote": {
				"border": {
					"color": "var(--wp--preset--color--secondary)",
					"width": "0 0 0 15px"
				}
			},
			"core/site-title": {
				"typography": {
					"fontWeight": "var(--wp--custom--typography--font-weight--regular)",
					"letterSpacing": "0.02em"
				}
			}
		},
		"elements": {
			"h1": {
				"typography": {
					"fontWeight": "var(--wp--custom--typography--font-weight--regular)",
					"letterSpacing": "-0.01em"
				}
			},
			"h2": {
				"typography": {
					"fontWeight": "var(--wp--custom--typography--font-weight--regular)",
					"letterSpacing": "0.01em"
				}
			},
			"h3": {
				"typography": {
					"fontWeight": "var(--wp--custom--typography--font-weight--regular)"
				}
			},
			"h4": {
				"typography": {
					"fontWeight": "var(--wp--custom--typography--font-weight--regular)",
					"letterSpacing": "0.02em"
				}
			},
			"h5": {
				"typography": {
					"fontWeight": "var(--wp--custom--typography--font-weight--bold)",
					"letterSpacing": "0.04em"
				}
			},
			"h6": {
				"typography": {
					"fontWeight": "var(--wp--custom--typography--font-weight--bold)"
				}
			}
		},
		"typography": {
			"lineHeight": "var(--wp--custom--typography--line-height--medium)"
		}
	}
}
