{
	"version": 3,
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"settings": {
		"appearanceTools": true,
		"color": {
			"custom": true,
			"palette": [
				{
					"_comment": "Add a color selection palette to the sidebar inspector and configure a custom CSS variable, i.e, --wp--preset--color--{slug}, which is equivalent to --wp--preset--color--base",
					"color": "#414141",
					"name": "Base",
					"slug": "base"
				},
				{
					"_comment": "Add a color selection palette to the sidebar inspector and configure a custom CSS variable, i.e, --wp--preset--color--{slug}, which is equivalent to --wp--preset--color--default",
					"color": "#ffffff",
					"name": "Default",
					"slug": "default"
				},
				{
					"_comment": "add color palette in sidebar inspector & also auto create css variable i.e --wp--preset--color--{slug} = --wp--preset--color--primary",
					"color": "#ee396a",
					"name": "Primary",
					"slug": "primary"
				},
				{
					"_comment": "add color palette in sidebar inspector & also auto create css variable i.e --wp--preset--color--{slug} = --wp--preset--color--secondary",
					"color": "#c4234e",
					"name": "Primary Dark",
					"slug": "primary-dark"
				},
				{
					"_comment": "add color palette in sidebar inspector & also auto create css variable i.e --wp--preset--color--{slug} = --wp--preset--color--secondary",
					"color": "#3b4150",
					"name": "Secondary",
					"slug": "secondary"
				},
				{
					"_comment": "add color palette in sidebar inspector & also auto create css variable i.e --wp--preset--color--{slug} = --wp--preset--color--quinary",
					"color": "#fbf4fb",
					"name": "Tertiary",
					"slug": "tertiary"
				},
				{
					"_comment": "add color palette in sidebar inspector & also auto create css variable i.e --wp--preset--color--{slug} = --wp--preset--color--quaternary",
					"color": "#5e5e5e",
					"name": "Quaternary",
					"slug": "quaternary"
				},
				{
					"_comment": "add color palette in sidebar inspector & also auto create css variable i.e --wp--preset--color--{slug} = --wp--preset--color--quinary",
					"color": "#d8dce8",
					"name": "Quinary",
					"slug": "quinary"
				},
				{
					"_comment": "add color palette in sidebar inspector & also auto create css variable i.e --wp--preset--color--{slug} = --wp--preset--color--accent",
					"color": "#7d8493",
					"name": "Accent",
					"slug": "accent"
				},
				{
					"_comment": "add color palette in sidebar inspector & also auto create css variable i.e --wp--preset--color--{slug} = --wp--preset--color--accent-1",
					"color": "#222222",
					"name": "Accent 1",
					"slug": "accent-1"
				}
			]
		},
		"layout": {
			"contentSize": "850px",
			"wideSize": "1140px"
		},
		"spacing": {
			"defaultSpacingSizes": false,
			"spacingSizes": [
				{
					"name": "Tiny",
					"size": "10px",
					"slug": "10"
				},
				{
					"name": "X-Small",
					"size": "20px",
					"slug": "20"
				},
				{
					"name": "Small",
					"size": "30px",
					"slug": "30"
				},
				{
					"name": "Medium",
					"size": "clamp(40px, 5vw, 40px);",
					"slug": "40"
				},
				{
					"name": "Regular",
					"size": "clamp(25px, 5vw, 50px);",
					"slug": "50"
				},
				{
					"name": "Large",
					"size": "clamp(30px, 7vw, 60px);",
					"slug": "60"
				},
				{
					"name": "X-Large",
					"size": "clamp(35px, 7vw, 70px);",
					"slug": "70"
				},
				{
					"name": "XX-Large",
					"size": "clamp(40px, 10vw, 80px);",
					"slug": "80"
				}
			],
			"units": ["%", "px", "em", "rem", "vh", "vw"]
		},
		"typography": {
			"defaultFontSizes": false,
			"fluid": true,
			"fontFamilies": [
				{
					"fontFamily": "Open Sans",
					"slug": "base",
					"fontFace": [
						{
							"fontFamily": "Open Sans",
							"fontStyle": "normal",
							"fontWeight": "300",
							"src": ["file:./assets/fonts/open-sans_normal_300.ttf"]
						},
						{
							"fontFamily": "Open Sans",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": ["file:./assets/fonts/open-sans_normal_400.ttf"]
						},
						{
							"fontFamily": "Open Sans",
							"fontStyle": "normal",
							"fontWeight": "500",
							"src": ["file:./assets/fonts/open-sans_normal_500.ttf"]
						},
						{
							"fontFamily": "Open Sans",
							"fontStyle": "normal",
							"fontWeight": "600",
							"src": ["file:./assets/fonts/open-sans_normal_600.ttf"]
						},
						{
							"fontFamily": "Open Sans",
							"fontStyle": "normal",
							"fontWeight": "700",
							"src": ["file:./assets/fonts/open-sans_normal_700.ttf"]
						},
						{
							"fontFamily": "Open Sans",
							"fontStyle": "normal",
							"fontWeight": "800",
							"src": ["file:./assets/fonts/open-sans_normal_800.ttf"]
						},
						{
							"fontFamily": "Open Sans",
							"fontStyle": "italic",
							"fontWeight": "300",
							"src": ["file:./assets/fonts/open-sans_italic_300.ttf"]
						},
						{
							"fontFamily": "Open Sans",
							"fontStyle": "italic",
							"fontWeight": "400",
							"src": ["file:./assets/fonts/open-sans_italic_400.ttf"]
						},
						{
							"fontFamily": "Open Sans",
							"fontStyle": "italic",
							"fontWeight": "500",
							"src": ["file:./assets/fonts/open-sans_italic_500.ttf"]
						},
						{
							"fontFamily": "Open Sans",
							"fontStyle": "italic",
							"fontWeight": "600",
							"src": ["file:./assets/fonts/open-sans_italic_600.ttf"]
						},
						{
							"fontFamily": "Open Sans",
							"fontStyle": "italic",
							"fontWeight": "700",
							"src": ["file:./assets/fonts/open-sans_italic_700.ttf"]
						},
						{
							"fontFamily": "Open Sans",
							"fontStyle": "italic",
							"fontWeight": "800",
							"src": ["file:./assets/fonts/open-sans_italic_800.ttf"]
						}
					]
				}
			],
			"fontSizes": [
				{
					"_comment": "The default WordPress CSS variable slug is 'small' and it is generated as '--wp--preset--font-size--small' ",
					"fluid": {
						"max": "1rem",
						"min": "0.875rem"
					},
					"size": "1rem",
					"slug": "small"
				},
				{
					"_comment": "The default WordPress CSS variable slug is 'medium' and it is generated as '--wp--preset--font-size--medium' ",
					"fluid": {
						"max": "1.125rem",
						"min": "1rem"
					},
					"size": "1.125rem",
					"slug": "medium"
				},
				{
					"_comment": "The default WordPress CSS variable slug is 'large' and it is generated as '--wp--preset--font-size--large' ",
					"fluid": {
						"max": "1.875rem",
						"min": "1.75rem"
					},
					"size": "1.75rem",
					"slug": "large"
				},
				{
					"_comment": "The default WordPress CSS variable slug is 'x-large' and it is generated as '--wp--preset--font-size--x-large' ",
					"fluid": {
						"max": "2.875rem",
						"min": "2rem"
					},
					"size": "2.25rem",
					"slug": "x-large"
				},
				{
					"_comment": "There isn't a default CSS variable slug in WordPress for 'xx-large,' but it gets generated as '--wp--preset--font-size--xx-large.' ' ",
					"fluid": {
						"max": "4rem",
						"min": "2.75rem"
					},
					"size": "2.75rem",
					"slug": "xx-large"
				}
			]
		},
		"blocks": {
			"core/query-no-results": {
				"border": {
					"_comment": "enable border properties except border-radius",
					"color": true,
					"radius": true,
					"style": true,
					"width": true
				}
			}
		},
		"useRootPaddingAwareAlignments": true
	},
	"styles": {
		"color": {
			"text": "var:preset|color|base"
		},
		"spacing": {
			"padding": {
				"left": "var(--wp--preset--spacing--30)",
				"right": "var(--wp--preset--spacing--30)"
			}
		},
		"typography": {
			"fontFamily": "var:preset|font-family|base",
			"fontSize": "15px",
			"lineHeight": "1.4"
		},

		"elements": {
			"button": {
				":hover": {
					"color": {
						"background": "var:preset|color|primary-dark",
						"text": "var:preset|color|default"
					}
				},
				"border": {
					"radius": "0"
				},
				"color": {
					"background": "var:preset|color|primary",
					"text": "var:preset|color|default"
				},
				"spacing": {
					"blockGap": "1.5rem",
					"padding": {
						"_comment": "Sets the default padding value of the <button> element",
						"bottom": "15px",
						"left": "30px",
						"right": "30px",
						"top": "15px"
					}
				},
				"typography": {
					"fontFamily": "var:preset|font-family|base",
					"fontSize": "14px",
					"fontWeight": "500",
					"lineHeight": "1.6"
				}
			},
			"h1": {
				"typography": {
					"fontSize": "var:preset|font-size|xx-large",
					"lineHeight": "1.2"
				}
			},
			"h2": {
				"typography": {
					"fontSize": "var:preset|font-size|x-large",
					"lineHeight": "1.2"
				}
			},
			"h3": {
				"typography": {
					"fontSize": "var:preset|font-size|large"
				}
			},
			"h4": {
				"typography": {
					"fontSize": "var:preset|font-size|large"
				}
			},
			"h5": {
				"typography": {
					"fontSize": "var:preset|font-size|medium",
					"fontWeight": "700"
				}
			},
			"h6": {
				"typography": {
					"fontSize": "var:preset|font-size|small"
				}
			},
			"heading": {
				"typography": {
					"fontFamily": "var:preset|font-family|base",
					"fontWeight": "800",
					"lineHeight": "1.4"
				},
				"spacing": {
					"margin": {
						"_comment": "Sets the default margin value of the heading element i.e h1-h6",
						"top": "25px",
						"bottom": "25px"
					}
				}
			},
			"link": {
				"color": {
					"text": "var:preset|color|primary"
				},
				"typography": {
					"fontFamily": "var:preset|font-family|base",
					"textDecoration": "none"
				},
				":hover": {
					"color": {
						"text": "var:preset|color|quaternary"
					},
					"typography": {
						"textDecoration": "underline"
					}
				},
				":active": {
					"color": {
						"text": "var:preset|color|quaternary"
					},
					"typography": {
						"textDecoration": "none"
					}
				},
				":focus": {
					"typography": {
						"textDecoration": "underline dashed"
					}
				}
			}
		},
		"blocks": {
			"core/paragraph": {
				"css": "&:not(:last-child){ margin-bottom:15px;} "
			},
			"core/navigation": {
				"_comment": "generate custom css for navigation active state",
				"spacing": {
					"blockGap": "40px"
				},
				"typography": {
					"fontSize": "0.8rem",
					"fontWeight": "600",
					"textTransform": "uppercase",
					"fontStyle": "normal",
					"letterSpacing": "1px"
				},
				"elements": {
					"link": {
						":hover": {
							"color": {
								"text": "var:preset|color|secondary"
							}
						},
						":active": {
							"color": {
								"text": "var:preset|color|secondary"
							}
						},
						":focus": {
							"color": {
								"text": "var:preset|color|secondary"
							}
						}
					}
				},
				"css": "& .current-menu-item{ color:var(--wp--preset--color--secondary);} & .wp-block-navigation__submenu-container .wp-block-pages-list__item__link{ padding:10px;} & .wp-block-navigation__responsive-container.is-menu-open { background-color: var(--wp--preset--color--primary) !important;}"
			},

			"core/navigation-link": {
				"elements": {
					"link": {
						":hover": {
							"color": {
								"text": "var:preset|color|primary !important"
							}
						}
					}
				}
			},
			"core/navigation-submenu": {
				"css": "& ul li a{padding:10px;}"
			},
			"core/button": {
				"variations": {
					"outline": {
						"border": {
							"color": "var:preset|color|primary",
							"style": "solid",
							"width": "2px"
						},
						"color": {
							"text": "var:preset|color|primary"
						},
						"spacing": {
							"padding": {
								"bottom": "15px",
								"left": "30px",
								"right": "30px",
								"top": "15px"
							}
						}
					}
				}
			},
			"core/site-title": {
				"typography": {
					"textTransform": "uppercase",
					"fontStyle": "normal",
					"fontWeight": "700",
					"lineHeight": "1.1",
					"fontSize": "1.2rem"
				},
				"spacing": { "margin": { "bottom": "0px" } },
				"elements": {
					"link": {
						"typography": {
							"textDecoration": "none !important"
						},
						"color": { "text": "var:preset|color|base" },
						":hover": {
							"color": {
								"text": "var:preset|color|primary"
							},
							"typography": {
								"textDecoration": "underline"
							}
						}
					}
				}
			},
			"core/site-tagline": {
				"typography": {
					"textTransform": "uppercase",
					"letterSpacing": "1px"
				},
				"color": { "text": "var:preset|color|base" }
			},
			"core/code": {
				"typography": {
					"fontSize": "14px",
					"lineHeight": "1.3"
				}
			},
			"core/quote": {
				"border": {
					"color": "var:preset|color|primary"
				},
				"spacing": {
					"margin": {
						"_comment": "Sets the default margin bottom value",
						"bottom": "15px"
					}
				}
			},
			"core/pullquote": {
				"border": {
					"color": "var:preset|color|tertiary"
				}
			},
			"core/html": {
				"typography": {
					"fontFamily": "var:preset|font-family|base",
					"fontSize": "var:preset|font-size|small",
					"lineHeight": "1.3"
				}
			},
			"core/categories": {
				"color": {
					"text": "var:preset|color|tertiary"
				},
				"elements": {
					"link": {
						"color": {
							"text": "var:preset|color|base"
						}
					}
				}
			},
			"core/post-title": {
				"color": {
					"text": "var:preset|color|base"
				},
				"typography": {
					"fontFamily": "var:preset|font-family|base",
					"fontSize": "var:preset|font-size|large"
				},
				"spacing": {
					"margin": {
						"top": "0",
						"bottom": "0"
					}
				},
				"elements": {
					"link": {
						"color": {
							"text": "var:preset|color|base"
						},
						":hover": {
							"color": {
								"text": "var:preset|color|primary"
							}
						}
					}
				}
			},
			"core/post-date": {
				"color": {
					"text": "var:preset|color|quaternary"
				},
				"elements": {
					"link": {
						"color": {
							"text": "var:preset|color|primary"
						},
						":hover": {
							"color": {
								"text": "var:preset|color|quaternary"
							}
						}
					}
				}
			},
			"core/post-terms": {
				"color": {
					"text": "var:preset|color|quaternary"
				},
				"typography": {
					"fontSize": "14px"
				},
				"elements": {
					"link": {
						"color": {
							"text": "var:preset|color|primary"
						},
						":hover": {
							"color": {
								"text": "var:preset|color|quaternary"
							}
						}
					}
				}
			},
			"core/post-author": {
				"color": {
					"text": "var:preset|color|quaternary"
				},
				"elements": {
					"link": {
						"color": {
							"text": "var:preset|color|primary"
						},
						":hover": {
							"color": {
								"text": "var:preset|color|quaternary"
							}
						}
					}
				}
			},
			"core/post-excerpt": {
				"color": {
					"text": "var:preset|color|quaternary"
				},
				"elements": {
					"link": {
						"color": {
							"text": "var:preset|color|primary"
						},
						":hover": {
							"color": {
								"text": "var:preset|color|quaternary"
							}
						}
					}
				}
			},
			"core/post-featured-image": {
				"border": {
					"radius": "5px"
				}
			},
			"core/query-pagination-next": {
				"color": {
					"text": "var:preset|color|base"
				},
				"elements": {
					"link": {
						":hover": {
							"color": {
								"text": "var:preset|color|primary"
							}
						}
					}
				}
			},
			"core/query-pagination": {
				"elements": {
					"link": {
						"color": {
							"text": "var:preset|color|base"
						},
						"spacing": {
							"padding": {
								"bottom": "10px",
								"left": "15px",
								"right": "15px",
								"top": "10px"
							},
							"margin": {
								"bottom": "2px",
								"left": "2px",
								"right": "2px",
								"top": "2px"
							}
						},
						"border": {
							"color": "#f5f5f5",
							"style": "solid",
							"width": "1px",
							"radius": "5px"
						},
						":hover": {
							"color": {
								"text": "var:preset|color|default",
								"background": "var:preset|color|primary"
							},
							"typography": {
								"textDecoration": "none"
							},
							"border": {
								"color": "var:preset|color|primary",
								"radius": "5px"
							}
						}
					}
				},
				"css": "& .page-numbers:is(.dots, .current){padding:10px 15px; border:1px solid #f5f5f5; border-radius:5px;} & .current{background:var(--wp--preset--color--primary); color: var(--wp--preset--color--default);} "
			},
			"core/query-no-results": {
				"color": {
					"background": "#f5f5f5"
				},
				"spacing": {
					"padding": {
						"top": "40px",
						"right": "40px",
						"bottom": "40px",
						"left": "40px"
					},
					"margin": {
						"top": "80px"
					}
				},
				"border": {
					"color": "#aaaaaa",
					"radius": "5px",
					"style": "solid",
					"width": "1px"
				}
			},
			"core/comment-template": {
				"spacing": {
					"padding": {
						"top": "40px",
						"bottom": "40px"
					},
					"margin": {
						"bottom": "30px"
					}
				}
			},
			"core/comment-author-name": {
				"color": {
					"text": "var:preset|color|base"
				},
				"typography": {
					"fontSize": "14px",
					"fontWeight": "600"
				},
				"elements": {
					"link": {
						"color": {
							"text": "var:preset|color|base"
						},
						":hover": {
							"color": {
								"text": "var:preset|color|primary"
							}
						}
					}
				}
			},
			"core/comment-date": {
				"typography": {
					"fontSize": "13px"
				},
				"elements": {
					"link": {
						"color": {
							"text": "var:preset|color|quaternary"
						},
						":hover": {
							"color": {
								"text": "var:preset|color|primary"
							}
						}
					}
				}
			},
			"core/comment-edit-link": {
				"typography": {
					"fontSize": "13px"
				},
				"elements": {
					"link": {
						"color": {
							"text": "var:preset|color|primary"
						},
						":hover": {
							"color": {
								"text": "var:preset|color|quaternary"
							}
						}
					}
				}
			},
			"core/comment-reply-link": {
				"typography": {
					"fontSize": "13px"
				},
				"spacing": {
					"margin": {
						"top": "15px"
					}
				},
				"elements": {
					"link": {
						"color": {
							"text": "var:preset|color|primary"
						},
						":hover": {
							"color": {
								"text": "var:preset|color|quaternary"
							}
						}
					}
				}
			},
			"core/comment-content": {
				"typography": {
					"fontSize": "14px"
				}
			},
			"core/post-comments-form": {
				"spacing": {
					"padding": {
						"top": "40px;"
					}
				},
				"css": "& .comment-form-comment textarea{margin-top:15px;} "
			},
			"core/comments-pagination": {
				"elements": {
					"link": {
						"color": {
							"text": "var:preset|color|base"
						},
						"spacing": {
							"padding": {
								"bottom": "10px",
								"left": "15px",
								"right": "15px",
								"top": "10px"
							},
							"margin": {
								"bottom": "2px",
								"left": "2px",
								"right": "2px",
								"top": "2px"
							}
						},
						"border": {
							"color": "#f5f5f5",
							"style": "solid",
							"width": "1px",
							"radius": "5px"
						},
						":hover": {
							"color": {
								"text": "var:preset|color|default",
								"background": "var:preset|color|primary"
							},
							"typography": {
								"textDecoration": "none"
							},
							"border": {
								"color": "var:preset|color|primary",
								"radius": "5px"
							}
						}
					}
				},
				"css": "& .page-numbers:is(.dots, .current){padding:10px 15px; border:1px solid #f5f5f5; border-radius:5px;} & .current{background:var(--wp--preset--color--primary); color: var(--wp--preset--color--default);} "
			},
			"core/latest-posts": {
				"color": {
					"text": "var:preset|color|quaternary"
				},
				"typography": {
					"fontWeight": "600"
				},
				"elements": {
					"link": {
						"color": {
							"text": "var:preset|color|base"
						},
						":hover": {
							"color": {
								"text": "var:preset|color|primary"
							}
						}
					}
				},
				"css": "& li {margin-bottom:20px;} & li:last-child{margin-bottom:0;}"
			},
			"core/latest-comments": {
				"color": {
					"text": "var:preset|color|quaternary"
				},
				"elements": {
					"link": {
						"color": {
							"text": "var:preset|color|base"
						},
						":hover": {
							"color": {
								"text": "var:preset|color|primary"
							}
						}
					}
				}
			},
			"core/table": {
				"_comment": "generate custom css for wp-table",
				"css": "color:var(--wp--preset--color--base); & th{ border-color:#f5f5f5 !important;} & td{ border-color:#f5f5f5 !important;} & thead{border-bottom:2px solid var(--wp--preset--color--tertiary) !important;} & thead th{ background:#eee; }"
			}
		}
	},
	"customTemplates": [
		{
			"title": "Blank",
			"name": "blank",
			"postTypes": ["page", "post"]
		},
		{
			"title": "Page (with both sidebar)",
			"name": "page-both-sidebar",
			"postTypes": ["page"]
		},
		{
			"title": "Page (with left sidebar)",
			"name": "page-left-sidebar",
			"postTypes": ["page"]
		},
		{
			"title": "Page (with right sidebar)",
			"name": "page-right-sidebar",
			"postTypes": ["page"]
		},
		{
			"title": "Single (with both sidebar)",
			"name": "single-both-sidebar",
			"postTypes": ["post"]
		},
		{
			"title": "Single (with left sidebar)",
			"name": "single-left-sidebar",
			"postTypes": ["post"]
		},
		{
			"title": "Single (with right sidebar)",
			"name": "single-right-sidebar",
			"postTypes": ["post"]
		}
	],
	"templateParts": [
		{
			"area": "uncategorized",
			"name": "comments",
			"title": "Comments"
		},
		{
			"area": "footer",
			"name": "footer",
			"title": "Site Footer"
		},
		{
			"area": "header",
			"name": "header-absolute",
			"title": "Site Header (with absolute position)"
		},
		{
			"area": "header",
			"name": "header-default",
			"title": "Site Header (default)"
		},
		{
			"area": "uncategorized",
			"name": "list-archive-header",
			"title": "Archive Page Header"
		},
		{
			"area": "uncategorized",
			"name": "list-home-header",
			"title": "Blog Home Page Header"
		},
		{
			"area": "uncategorized",
			"name": "list-search-header",
			"title": "Search Page Header"
		},
		{
			"area": "uncategorized",
			"name": "post-meta",
			"title": "Post Meta"
		},
		{
			"area": "uncategorized",
			"name": "post-navigation",
			"title": "Post Navigation"
		},
		{
			"area": "uncategorized",
			"name": "primary-sidebar",
			"title": "Primary Sidebar"
		},
		{
			"area": "uncategorized",
			"name": "secondary-sidebar",
			"title": "Secondary Sidebar"
		},
		{
			"area": "uncategorized",
			"name": "single-header",
			"title": "Single Header"
		},
		{
			"area": "uncategorized",
			"name": "primary-header",
			"title": "Primary Header"
		}
	]
}
