{
	"customTemplates": [
		{
			"name": "blank",
			"postTypes": [
				"page",
				"post"
			],
			"title": "Blank"
		},
		{
			"name": "single-no-sidebar",
			"postTypes": [
				"post"
			],
			"title": "Single Post (No Sidebar)"
		},
		{
			"name": "page-magazine-template",
			"postTypes": [
				"page"
			],
			"title": "Magazine Template"
		},
		{
			"name": "page-with-sidebar",
			"postTypes": [
				"page"
			],
			"title": "Page (With Sidebar)"
		}
	],
	"settings": {
		"appearanceTools": true,
		"color": {
			"custom": true,
			"customGradient": true,
			"palette": [
				{
					"color": "#FFFFFF",
					"name": "Background",
					"slug": "craftmag-background"
				},
				{
					"color": "#11ACCE",
					"name": "Primary",
					"slug": "craftmag-primary"
				},
				{
					"color": "#000000",
					"name": "Contrast",
					"slug": "craftmag-contrast"
				},
				{
					"color": "#454545",
					"name": "Secondary",
					"slug": "craftmag-secondary"
				},
				{
					"color": "#A8A8A8",
					"name": "Tertiary",
					"slug": "craftmag-tertiary"
				}
			]
		},
		"layout": {
			"contentSize": "720px",
			"wideSize": "1120px"
		},
		"spacing": {
			"spacingScale": {
				"steps": 0
			},
			"units": [
				"%",
				"px",
				"em",
				"rem",
				"vh",
				"vw"
			]
		},
		"typography": {
			"customFontSize": true,
			"fluid": true,
			"fontFamilies": [
				{
					"fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
					"name": "System Font",
					"slug": "system-font"
				},
				{
					"fontFace": [
						{
							"fontFamily": "Fira Sans Condensed",
							"fontStyle": "normal",
							"fontWeight": "500",
							"src": [
								"file:./assets/fonts/fira-sans-condensed_500.woff2"
							]
						},
						{
							"fontFamily": "Fira Sans Condensed",
							"fontStyle": "normal",
							"fontWeight": "600",
							"src": [
								"file:./assets/fonts/fira-sans-condensed_600.woff2"
							]
						},
						{
							"fontFamily": "Fira Sans Condensed",
							"fontStyle": "normal",
							"fontWeight": "700",
							"src": [
								"file:./assets/fonts/fira-sans-condensed_700.woff2"
							]
						},
						{
							"fontFamily": "Fira Sans Condensed",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/fira-sans-condensed_regular.woff2"
							]
						},
						{
							"fontFamily": "Fira Sans Condensed",
							"fontStyle": "italic",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/fira-sans-condensed_italic.woff2"
							]
						},
						{
							"fontFamily": "Fira Sans Condensed",
							"fontStyle": "italic",
							"fontWeight": "500",
							"src": [
								"file:./assets/fonts/fira-sans-condensed_500italic.woff2"
							]
						},
						{
							"fontFamily": "Fira Sans Condensed",
							"fontStyle": "italic",
							"fontWeight": "600",
							"src": [
								"file:./assets/fonts/fira-sans-condensed_600italic.woff2"
							]
						},
						{
							"fontFamily": "Fira Sans Condensed",
							"fontStyle": "italic",
							"fontWeight": "700",
							"src": [
								"file:./assets/fonts/fira-sans-condensed_700italic.woff2"
							]
						}
					],
					"fontFamily": "Fira Sans Condensed",
					"slug": "fira-sans-condensed"
				}
			],
			"fontSizes": [
				{
					"fluid": {
						"max": "0.875rem",
						"min": "0.75rem"
					},
					"name": "Small",
					"size": "0.875rem",
					"slug": "small"
				},
				{
					"fluid": {
						"max": "1rem",
						"min": "0.938rem"
					},
					"name": "Normal",
					"size": "1rem",
					"slug": "normal"
				},
				{
					"fluid": {
						"max": "1.125rem",
						"min": "1rem"
					},
					"name": "Medium",
					"size": "1.125rem",
					"slug": "medium"
				},
				{
					"fluid": {
						"max": "1.5rem",
						"min": "1.313rem"
					},
					"name": "Large",
					"size": "1.5rem",
					"slug": "large"
				},
				{
					"fluid": {
						"max": "2.25rem",
						"min": "1.5rem"
					},
					"name": "Extra Large",
					"size": "2.25rem",
					"slug": "x-large"
				},
				{
					"fluid": {
						"max": "2.75rem",
						"min": "2rem"
					},
					"name": "Huge",
					"size": "2.75rem",
					"slug": "huge"
				}
			]
		},
		"useRootPaddingAwareAlignments": true
	},
	"styles": {
		"blocks": {
			"core/button": {
				"border": {
					"radius": "5px"
				},
				"color": {
					"background": "var:preset|color|craftmag-primary",
					"text": "var:preset|color|white"
				}
			},
			"core/navigation": {
				"elements": {
					"link": {
						":active": {
							"typography": {
								"textDecoration": "none"
							}
						},
						":focus": {
							"typography": {
								"textDecoration": "underline dashed"
							}
						},
						":hover": {
							"typography": {
								"textDecoration": "none"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontSize": "0.938rem",
					"fontWeight": "bold",
					"lineHeight": "1.2",
					"textTransform": "uppercase"
				}
			},
			"core/post-author": {
				"color": {
					"text": "var(--wp--preset--color--craftmag-tertiary)"
				},
				"elements": {
					"link": {
						"color": {
							"text": "var(--wp--preset--color--craftmag-tertiary)"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)"
				}
			},
			"core/post-content": {
				"elements": {
					"link": {
						"color": {
							"text": "var(--wp--preset--color--craftmag-primary)"
						},
						"typography": {
							"textDecoration": "underline"
						}
					}
				}
			},
			"core/post-date": {
				"elements": {
					"link": {
						"color": {
							"text": "var(--wp--preset--color--craftmag-tertiary)"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"fontWeight": "400"
				}
			},
			"core/post-excerpt": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)"
				}
			},
			"core/post-terms": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"fontWeight": "bold"
				}
			},
			"core/post-title": {
				"elements": {
					"link": {
						":active": {
							"color": {
								"text": "var(--wp--preset--color--craftmag-secondary)"
							},
							"typography": {
								"textDecoration": "none"
							}
						},
						":focus": {
							"typography": {
								"textDecoration": "underline dashed"
							}
						},
						":hover": {
							"color": {
								"text": "var(--wp--preset--color--craftmag-primary)"
							},
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				}
			},
			"core/query": {
				"elements": {
					"h2": {
						"typography": {
							"fontSize": "var(--wp--preset--font-size--huge)"
						}
					}
				},
				"spacing": {
					"blockGap": "35px"
				}
			},
			"core/query-pagination": {
				"elements": {
					"link": {
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"fontWeight": "400"
				}
			},
			"core/site-title": {
				"elements": {
					"link": {
						":active": {
							"color": {
								"text": "var(--wp--preset--color--craftmag-primary)"
							},
							"typography": {
								"textDecoration": "none"
							}
						},
						":focus": {
							"typography": {
								"textDecoration": "underline dashed"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--huge)",
					"fontWeight": "bold",
					"lineHeight": "1.2"
				}
			}
		},
		"color": {
			"background": "var(--wp--preset--color--craftmag-background)",
			"text": "var(--wp--preset--color--craftmag-secondary)"
		},
		"elements": {
			"heading": {
				"color": {
					"text": "var(--wp--preset--color--craftmag-contrast)"
				},
				"typography": {
					"fontFamily": "Fira Sans Condensed",
					"lineHeight": "1.2"
				}
			},
			"link": {
				":active": {
					"color": {
						"text": "var(--wp--preset--color--craftmag-primary)"
					},
					"typography": {
						"textDecoration": "none"
					}
				},
				":focus": {
					"typography": {
						"textDecoration": "underline dashed"
					}
				},
				":hover": {
					"color": {
						"text": "var(--wp--preset--color--craftmag-primary)"
					},
					"typography": {
						"textDecoration": "none"
					}
				},
				"color": {
					"text": "var(--wp--preset--color--craftmag-contrast)"
				},
				"typography": {
					"textDecoration": "none"
				}
			}
		},
		"spacing": {
			"blockGap": "1.5rem",
			"padding": {
				"left": "20px",
				"right": "20px"
			}
		},
		"typography": {
			"fontFamily": "var:preset|font-family|system-font",
			"fontSize": "var(--wp--preset--font-size--normal)",
			"lineHeight": "1.5"
		}
	},
	"templateParts": [
		{
			"area": "header",
			"name": "header",
			"title": "Header"
		},
		{
			"area": "header",
			"name": "header-small",
			"title": "Header (Small)"
		},
		{
			"area": "header",
			"name": "header-large",
			"title": "Header (Large)"
		},
		{
			"area": "footer",
			"name": "footer",
			"title": "Footer"
		},
		{
			"area": "uncategorized",
			"name": "sidebar",
			"title": "Sidebar"
		}
	],
	"version": 2,
	"$schema": "https://schemas.wp.org/wp/6.1/theme.json"
}