{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	"settings": {
		"appearanceTools": true,
		"color": {
			"custom": true,
			"customGradient": true,
			"link": true,
			"palette": [
				{
					"name": "Base",
					"slug": "base",
					"color": "#ffffff"
				},
				{
					"name": "Primary",
					"slug": "primary",
					"color": "#edcbbf"
				},
				{
					"name": "Secondary",
					"slug": "secondary",
					"color": "#222222"
				},
				{
					"name": "Tertiary",
					"slug": "tertiary",
					"color": "#515151"
				}
			]
		},
		"typography": {
			"customFontSize": true,
			"dropCap": true,
			"fontFamilies": [
				{
					"fontFamily": "\"Jost\", sans-serif",
					"name": "Jost",
					"slug": "jost",
					"fontFace": [
						{
							"fontFamily": "\"Jost\", sans-serif",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "100",
							"src": [
								"file:./assets/fonts/Jost-Thin.ttf"
							]
						},
						{
							"fontFamily": "\"Jost\", sans-serif",
							"fontStretch": "normal",
							"fontStyle": "italic",
							"fontWeight": "100",
							"src": [
								"file:./assets/fonts/Jost-ThinItalic.ttf"
							]
						},
						{
							"fontFamily": "\"Jost\", sans-serif",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "200",
							"src": [
								"file:./assets/fonts/Jost-ExtraLight.ttf"
							]
						},
						{
							"fontFamily": "\"Jost\", sans-serif",
							"fontStretch": "normal",
							"fontStyle": "italic",
							"fontWeight": "200",
							"src": [
								"file:./assets/fonts/Jost-ExtraLightItalic.ttf"
							]
						},
						{
							"fontFamily": "\"Jost\", sans-serif",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "300",
							"src": [
								"file:./assets/fonts/Jost-Light.ttf"
							]
						},
						{
							"fontFamily": "\"Jost\", sans-serif",
							"fontStretch": "normal",
							"fontStyle": "italic",
							"fontWeight": "300",
							"src": [
								"file:./assets/fonts/Jost-LightItalic.ttf"
							]
						},
						{
							"fontFamily": "\"Jost\", sans-serif",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/Jost-Regular.ttf"
							]
						},
						{
							"fontFamily": "\"Jost\", sans-serif",
							"fontStretch": "normal",
							"fontStyle": "italic",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/Jost-Italic.ttf"
							]
						},
						{
							"fontFamily": "\"Jost\", sans-serif",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "500",
							"src": [
								"file:./assets/fonts/Jost-Medium.ttf"
							]
						},
						{
							"fontFamily": "\"Jost\", sans-serif",
							"fontStretch": "normal",
							"fontStyle": "italic",
							"fontWeight": "500",
							"src": [
								"file:./assets/fonts/Jost-MediumItalic.ttf"
							]
						},
						{
							"fontFamily": "\"Jost\", sans-serif",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "600",
							"src": [
								"file:./assets/fonts/Jost-SemiBold.ttf"
							]
						},
						{
							"fontFamily": "\"Jost\", sans-serif",
							"fontStretch": "normal",
							"fontStyle": "italic",
							"fontWeight": "600",
							"src": [
								"file:./assets/fonts/Jost-SemiBoldItalic.ttf"
							]
						},
						{
							"fontFamily": "\"Jost\", sans-serif",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "700",
							"src": [
								"file:./assets/fonts/Jost-Bold.ttf"
							]
						},
						{
							"fontFamily": "\"Jost\", sans-serif",
							"fontStretch": "normal",
							"fontStyle": "italic",
							"fontWeight": "700",
							"src": [
								"file:./assets/fonts/Jost-BoldItalic.ttf"
							]
						},
						{
							"fontFamily": "\"Jost\", sans-serif",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "800",
							"src": [
								"file:./assets/fonts/Jost-ExtraBold.ttf"
							]
						},
						{
							"fontFamily": "\"Jost\", sans-serif",
							"fontStretch": "normal",
							"fontStyle": "italic",
							"fontWeight": "800",
							"src": [
								"file:./assets/fonts/Jost-ExtraBoldItalic.ttf"
							]
						},
						{
							"fontFamily": "\"Jost\", sans-serif",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "900",
							"src": [
								"file:./assets/fonts/Jost-Black.ttf"
							]
						},
						{
							"fontFamily": "\"Jost\", sans-serif",
							"fontStretch": "normal",
							"fontStyle": "italic",
							"fontWeight": "900",
							"src": [
								"file:./assets/fonts/Jost-BlackItalic.ttf"
							]
						}
					]
				}
			],
			"fontSizes": [
				{
					"fluid": {
						"min": "12px",
						"max": "14px"
					},
					"size": "14px",
					"name": "XSmall",
					"slug": "xsmall"
				},
				{
					"fluid": {
						"min": "14px",
						"max": "18px"
					},
					"size": "18px",
					"name": "Small",
					"slug": "small"
				},
				{
					"fluid": {
						"min": "18px",
						"max": "24px"
					},
					"size": "24px",
					"name": "Medium",
					"slug": "medium"
				},
				{
					"fluid": {
						"min": "24px",
						"max": "28px"
					},
					"size": "28px",
					"name": "XMedium",
					"slug": "xmedium"
				},
				{
					"fluid": {
						"min": "28px",
						"max": "32px"
					},
					"size": "32px",
					"name": "Large",
					"slug": "large"
				},
				{
					"fluid": {
						"min": "32px",
						"max": "36px"
					},
					"size": "36px",
					"name": "XLarge",
					"slug": "xlarge"
				},
				{
					"fluid": {
						"min": "36px",
						"max": "40px"
					},
					"size": "40px",
					"name": "XXLarge",
					"slug": "xxlarge"
				},
				{
					"fluid": {
						"min": "40px",
						"max": "44px"
					},
					"size": "44px",
					"name": "XXXLarge",
					"slug": "xxxlarge"
				},
				{
					"fluid": {
						"min": "44px",
						"max": "48px"
					},
					"size": "48px",
					"name": "Huge",
					"slug": "huge"
				}
			],
			"fontStyle": true,
			"fontWeight": true,
			"letterSpacing": true,
			"textDecoration": true,
			"textTransform": true
		},
		"spacing": {
			"customSpacingSize": true,
			"spacingScale": {
				"increment": 1.5,
				"mediumStep": 1.5,
				"operator": "*",
				"steps": 7,
				"unit": "rem"
			},
			"spacingSizes": [],
			"units": [
				"%",
				"px",
				"em",
				"rem",
				"vh",
				"vw"
			]
		},
		"layout": {
			"contentSize": "1200px",
			"wideSize": "1200px"
		}
	},
	"styles": {
		"color": {
			"text": "var(--wp--preset--color--tertiary)"
		},
		"elements": {
			"button": {
				"color": {
					"background": "transparent",
					"text": "var(--wp--preset--color--secondary)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--jost)",
					"fontWeight": "700"
				},
				"border": {
					"style": "solid",
					"width": "1px"
				}
			},
			"caption": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--jost)"
				}
			},
			"heading": {
				"color": {
					"text": "var(--wp--preset--color--secondary)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--jost)"
				}
			},
			"h1": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--xxxlarge)",
					"lineHeight": "1.2"
				}
			},
			"h2": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--xxlarge)",
					"lineHeight": "1.2"
				}
			},
			"h3": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--xlarge)",
					"lineHeight": "1.2"
				}
			},
			"h4": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--large)",
					"lineHeight": "1.2"
				}
			},
			"h5": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--medium)",
					"lineHeight": "1.2"
				}
			},
			"h6": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"lineHeight": "1.2"
				}
			},
			"link": {
				":hover": {
					"color": {
						"text": "var(--wp--preset--color--secondary)"
					}
				},
				"color": {
					"text": "var(--wp--preset--color--custom-primary-button)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--jost)"
				}
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--jost)",
			"fontSize": "18px",
			"lineHeight": "1.8"
		}
	}
}

