{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	"templateParts": [
		{
			"name": "header",
			"title": "Header",
			"area": "header"
		},
		{
			"name": "footer",
			"title": "Footer",
			"area": "footer"
		}
	],
	"patterns": [
		"journy/partner-logos"
	],
	"customTemplates": [
		{
			"name": "front",
			"title": "Front Page",
			"postTypes": [
				"page",
				"post"
			]
		},
		{
			"name": "page-fullwidth",
			"title": "Page Fullwidth",
			"postTypes": [
				"page"
			]
		},
		{
			"name": "blog-sidebar-on-left",
			"title": "Blog Page (Sidebar on Left)",
			"postTypes": [
				"page"
			]
		},
		{
			"name": "page-about",
			"title": "About",
			"postTypes": [
				"page"
			]
		},
		{
			"name": "page-contact-us",
			"title": "Contact Us",
			"postTypes": [
				"page"
			]
		},
		{
			"name": "single-post-sidebar-on-left",
			"title": "Single Post (Sidebar on Left)",
			"postTypes": [
				"page"
			]
		}
	],
	"settings": {
		"appearanceTools": true,
		"layout": {
			"contentSize": "1170px",
			"wideSize": "1920px"
		},
		"typography": {
			"fontFamilies": [
				{
					"fontFamily": "Poppins",
					"slug": "poppins",
					"fontFace": [
						{
							"fontFamily": "Poppins",
							"fontStyle": "normal",
							"fontWeight": "300",
							"src": [
								"file:./dist/fonts/poppins_normal_300.ttf"
							]
						},
						{
							"fontFamily": "Poppins",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": [
								"file:./dist/fonts/poppins_normal_400.ttf"
							]
						},
						{
							"fontFamily": "Poppins",
							"fontStyle": "italic",
							"fontWeight": "400",
							"src": [
								"file:./dist/fonts/poppins_italic_400.ttf"
							]
						},
						{
							"fontFamily": "Poppins",
							"fontStyle": "normal",
							"fontWeight": "500",
							"src": [
								"file:./dist/fonts/poppins_normal_500.ttf"
							]
						},
						{
							"fontFamily": "Poppins",
							"fontStyle": "normal",
							"fontWeight": "700",
							"src": [
								"file:./dist/fonts/poppins_normal_700.ttf"
							]
						},
						{
							"fontFamily": "Poppins",
							"fontStyle": "normal",
							"fontWeight": "900",
							"src": [
								"file:./dist/fonts/poppins_normal_900.ttf"
							]
						}
					]
				},
				{
					"fontFamily": "Inter",
					"slug": "inter",
					"fontFace": [
						{
							"fontFamily": "Inter",
							"fontStyle": "normal",
							"fontWeight": "300",
							"src": [
								"file:./dist/fonts/inter_normal_300.ttf"
							]
						},
						{
							"fontFamily": "Inter",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": [
								"file:./dist/fonts/inter_normal_400.ttf"
							]
						},
						{
							"fontFamily": "Inter",
							"fontStyle": "normal",
							"fontWeight": "700",
							"src": [
								"file:./dist/fonts/inter_normal_700.ttf"
							]
						}
					]
				}
			],
			"fontSizes": [
				{
					"name": "S",
					"slug": "s",
					"size": "13px"
				},
				{
					"name": "M",
					"slug": "m",
					"size": "16px"
				},
				{
					"name": "L",
					"slug": "l",
					"size": "24px"
				},
				{
					"name": "XL",
					"slug": "xl",
					"size": "36px"
				},
				{
					"name": "XXL",
					"slug": "xxl",
					"size": "48px"
				}
			]
		},
		"color": {
			"duotone": [
				{
					"colors": [
						"#ffffff",
						"#000000"
					],
					"slug": "foreground-and-background",
					"name": "Foreground and background"
				},
				{
					"colors": [
						"#ffffff",
						"#181818"
					],
					"slug": "foreground-and-secondary",
					"name": "Foreground and secondary"
				},
				{
					"colors": [
						"#ffffff",
						"#121212"
					],
					"slug": "foreground-and-tertiary",
					"name": "Foreground and tertiary"
				},
				{
					"colors": [
						"#ff4973",
						"#000000"
					],
					"slug": "link-and-background",
					"name": "Link and background"
				},
				{
					"colors": [
						"#ff4973",
						"#181818"
					],
					"slug": "link-and-secondary",
					"name": "Link and secondary"
				}
			],
			"gradients": [
				{
					"slug": "vertical-secondary-to-tertiary",
					"gradient": "linear-gradient(to bottom,var(--wp--preset--color--secondary) 0%,var(--wp--preset--color--tertiary) 100%)",
					"name": "Vertical secondary to tertiary"
				},
				{
					"slug": "vertical-secondary-to-background",
					"gradient": "linear-gradient(to bottom,var(--wp--preset--color--secondary) 0%,var(--wp--preset--color--background) 100%)",
					"name": "Vertical secondary to background"
				},
				{
					"slug": "vertical-tertiary-to-background",
					"gradient": "linear-gradient(to bottom,var(--wp--preset--color--tertiary) 0%,var(--wp--preset--color--background) 100%)",
					"name": "Vertical tertiary to background"
				},
				{
					"slug": "diagonal-primary-to-foreground",
					"gradient": "linear-gradient(to bottom right,var(--wp--preset--color--primary) 0%,var(--wp--preset--color--foreground) 100%)",
					"name": "Diagonal primary to foreground"
				},
				{
					"slug": "diagonal-secondary-to-background",
					"gradient": "linear-gradient(to bottom right,var(--wp--preset--color--secondary) 50%,var(--wp--preset--color--background) 50%)",
					"name": "Diagonal secondary to background"
				}
			],
			"palette": [
				{
					"slug": "background",
					"color": "#000000",
					"name": "Background"
				},
				{
					"slug": "foreground",
					"color": "#ffffff",
					"name": "Foreground"
				},
				{
					"slug": "primary",
					"color": "#ffc750",
					"name": "Primary"
				},
				{
					"slug": "primary-hover",
					"color": "#DA990B",
					"name": "Primary Hover"
				},
				{
					"slug": "secondary",
					"color": "#181818",
					"name": "Secondary"
				},
				{
					"slug": "dark",
					"color": "#16202b",
					"name": "dark"
				},
				{
					"slug": "white",
					"color": "#ffffff",
					"name": "white"
				},
				{
					"slug": "light",
					"color": "#FAFAFA",
					"name": "light"
				},
				{
					"slug": "grey",
					"color": "#a3a3a3",
					"name": "Grey"
				},
				{
					"slug": "dark-light",
					"color": "#1a2632",
					"name": "Footer Bottom"
				},
				{
					"slug": "grey-light",
					"color": "#333333",
					"name": "Grey Light"
				},
				{
					"slug": "subtitle",
					"color": "#3A78C9",
					"name": "Blue Light"
				},
				{
					"slug": "blue-dark",
					"color": "#313E64",
					"name": "Blue Dark"
				},
				{
					"slug": "red-light",
					"color": "#DB5362",
					"name": "Red light"
				},
				{
					"slug": "title-color",
					"color": "#313E64",
					"name": "Title color"
				}
			]
		},
		"spacing": {
			"blockGap": true,
			"padding": true,
			"margin": true,
			"units": [
				"px",
				"em",
				"rem",
				"vh",
				"vw",
				"%"
			]
		},
		"border": {
			"radius": true,
			"color": true,
			"style": true,
			"width": true
		}
	},
	"styles": {
		"color": {
			"background": "var(--wp--preset--color--white)",
			"text": "var(--wp--preset--color--dark)"
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--inter)",
			"lineHeight": "1.2",
			"fontWeight": "400",
			"fontSize": "var(--wp--preset--font-size--m)"
		},
		"spacing": {
			"blockGap": "1rem"
		},
		"elements": {
			"h1": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--poppins)",
					"fontSize": "var(--wp--preset--font-size--xxl)",
					"lineHeight": "1.5",
					"fontWeight": "500"
				},
        "color": {
          "text": "var(--wp--preset--color--title-color)"
        }
			},
			"h2": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--poppins)",
					"fontSize": "var(--wp--preset--font-size--xl)",
					"lineHeight": "1.2",
          "fontWeight": "500"
				},
        "color": {
          "text": "var(--wp--preset--color--title-color)"
        }
			},
			"h3": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--poppins)",
					"fontSize": "var(--wp--preset--font-size--l)",
					"lineHeight": "1",
					"fontWeight": "500"
				},
        "color": {
          "text": "var(--wp--preset--color--title-color)"
        }
			},
			"h4": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--m)",
					"lineHeight": "1",
          "fontWeight": "500"
				},
        "color": {
          "text": "var(--wp--preset--color--title-color)"
        }
			},
			"h5": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--m)",
					"lineHeight": "1",
          "fontWeight": "400"
				},
        "color": {
          "text": "var(--wp--preset--color--title-color)"
        }
			},
			"h6": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--s)",
					"lineHeight": "1",
          "fontWeight": "400"
				},
        "color": {
          "text": "var(--wp--preset--color--title-color)"
        }
      },
			"link": {
				"color": {
					"text": "var(--wp--preset--color--dark)"
				},
				":hover": {
					"color": {
						"text": "var(--wp--preset--color--primary)"
					}
				}
			},
			"button": {
				":hover": {
					"color": {
						"text": "#ffffff",
						"background": "var(--wp--preset--color--primary-hover)"
					}
				}
			}
		},
		"blocks": {
      "core/heading": {
        "typography": {
          "textTransform": "uppercase"
        },
        "color": {
          "text": "var(--wp--preset--color--title-color)"
        }
      },
			"core/button": {
				"border": {
					"color": "currentColor",
					"radius": "40px"
				},
				"color": {
					"background": "var(--wp--preset--color--primary)",
					"text": "var(--wp--preset--color--dark)"
				},
				"spacing": {
					"padding": {
						"top": "15px",
						"right": "30px",
						"bottom": "15px",
						"left": "30px"
					}
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--poppins)",
					"fontWeight": "400"
				}
			},
			"core/site-title": {
				"color": {
					"text": "var(--wp--preset--color--primary)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--poppins)",
					"fontSize": "var(--wp--preset--font-size--xl)",
					"fontWeight": "400",
					"textDecoration": "none"
				}
			},
			"core/navigation": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--regular)",
					"fontWeight": "500",
					"lineHeight": "1.5",
					"textTransform": "uppercase",
					"letterSpacing": "0.5px"
				},"color": {
					"text": "var(--wp--preset--color--secondary)"
				}
			},
			"core/paragraph": {
				"typography": {
					"lineHeight": "1.8"
				},
				"spacing": {
					"margin": {
						"bottom": "20px"
					}
				}
			},
			"core/separator": {
				"color": {
					"background": "var(--wp--preset--color--primary)"
				}
			},
			"core/image": {
				"border": {
					"color": "var(--wp--preset--color--white)",
					"radius": "8px"
				}
			},
			"core/post-excerpt": {
				"typography": {
					"fontWeight": "light"
				},
				"color": {
					"text": "var(--wp--preset--color--title-color)"
				},
				"spacing": {
					"margin": {
						"top": "15px"
					}
				}
			},
			"core/read-more": {
				"typography": {
					"fontWeight": "500"
				},
				"color": {
					"text": "var(--wp--preset--color--title-color)"
				},
				"spacing": {
					"margin": {
						"top": "15px"
					}
				}
			},
      "core/list": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--m)"
        }
      },
			"core/social-links": {
				"spacing": {
					"blockGap": "0.6rem"
				}
			}
		}
	}
}
