{
	"$schema": "https://schemas.wp.org/wp/7.0/theme.json",
	"settings": {
		"appearanceTools": true,
		"color": {
			"defaultDuotone": false,
			"defaultGradients": false,
			"defaultPalette": false,
			"duotone": [
				{
					"colors": [
						"#0c0c0e",
						"#8b5cf6"
					],
					"name": "Purple Glow",
					"slug": "duotone-purple"
				},
				{
					"colors": [
						"#0c0c0e",
						"#3b82f6"
					],
					"name": "Blue Accent",
					"slug": "duotone-blue"
				}
			],
			"gradients": [
				{
					"gradient": "linear-gradient(90deg, #7c3aed, #db2777)",
					"name": "Primary Gradient",
					"slug": "gradient-primary"
				},
				{
					"gradient": "linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 100%)",
					"name": "Card Overlay",
					"slug": "gradient-card"
				},
				{
					"gradient": "radial-gradient(circle at center, rgba(139, 92, 246, 0.15) 0%, transparent 70%)",
					"name": "Hero Glow",
					"slug": "gradient-hero-glow"
				}
			],
			"palette": [
				{
					"color": "#0c0c0e",
					"name": "Base",
					"slug": "base"
				},
				{
					"color": "#141417",
					"name": "Base / Two",
					"slug": "base-2"
				},
				{
					"color": "#1a1a1f",
					"name": "Base / Three",
					"slug": "base-3"
				},
				{
					"color": "#ffffff",
					"name": "Contrast",
					"slug": "contrast"
				},
				{
					"color": "#9ca3af",
					"name": "Contrast / Two",
					"slug": "contrast-2"
				},
				{
					"color": "rgba(255,255,255,0.1)",
					"name": "Contrast / Three",
					"slug": "contrast-3"
				},
				{
					"color": "#8b5cf6",
					"name": "Accent",
					"slug": "accent"
				},
				{
					"color": "#d946ef",
					"name": "Accent / Two",
					"slug": "accent-2"
				},
				{
					"color": "#3b82f6",
					"name": "Accent / Three",
					"slug": "accent-3"
				}
			]
		},
		"layout": {
			"contentSize": "1200px",
			"wideSize": "1400px"
		},
		"spacing": {
			"defaultSpacingSizes": false,
			"spacingSizes": [
				{
					"name": "1",
					"size": "0.5rem",
					"slug": "10"
				},
				{
					"name": "2",
					"size": "1rem",
					"slug": "20"
				},
				{
					"name": "3",
					"size": "2rem",
					"slug": "30"
				},
				{
					"name": "4",
					"size": "4rem",
					"slug": "40"
				},
				{
					"name": "5",
					"size": "6rem",
					"slug": "50"
				},
				{
					"name": "6",
					"size": "10rem",
					"slug": "60"
				}
			],
			"units": [
				"%",
				"px",
				"em",
				"rem",
				"vh",
				"vw"
			]
		},
		"typography": {
			"defaultFontSizes": false,
			"fluid": true,
			"fontFamilies": [
				{
					"fontFace": [
						{
							"fontFamily": "Inter",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "300",
							"src": [
								"file:./assets/fonts/Inter-Light.ttf"
							]
						},
						{
							"fontFamily": "Inter",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": [
								"file:./assets/fonts/Inter-Regular.ttf"
							]
						},
						{
							"fontFamily": "Inter",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "500",
							"src": [
								"file:./assets/fonts/Inter-Medium.ttf"
							]
						},
						{
							"fontFamily": "Inter",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "600",
							"src": [
								"file:./assets/fonts/Inter-SemiBold.ttf"
							]
						},
						{
							"fontFamily": "Inter",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "700",
							"src": [
								"file:./assets/fonts/Inter-Bold.ttf"
							]
						}
					],
					"fontFamily": "\"Inter\", sans-serif",
					"name": "Inter",
					"slug": "body"
				}
			],
			"fontSizes": [
				{
					"fluid": false,
					"name": "Small",
					"size": "0.9rem",
					"slug": "small"
				},
				{
					"fluid": false,
					"name": "Medium",
					"size": "1.1rem",
					"slug": "medium"
				},
				{
					"fluid": {
						"max": "2.5rem",
						"min": "1.39rem"
					},
					"name": "Large",
					"size": "2.5rem",
					"slug": "large"
				},
				{
					"fluid": {
						"max": "3.5rem",
						"min": "2.5rem"
					},
					"name": "Extra Large",
					"size": "3.5rem",
					"slug": "x-large"
				},
				{
					"fluid": {
						"max": "4.5rem",
						"min": "3.5rem"
					},
					"name": "Extra Extra Large",
					"size": "4.5rem",
					"slug": "xx-large"
				}
			],
			"writingMode": true
		},
		"useRootPaddingAwareAlignments": true
	},
	"styles": {
		"blocks": {
			"core/button": {
				"variations": {
					"outline": {
						"border": {
							"width": "1px"
						},
						"spacing": {
							"padding": {
								"bottom": "0.75rem",
								"left": "1.5rem",
								"right": "1.5rem",
								"top": "0.75rem"
							}
						}
					}
				}
			},
			"core/navigation": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontWeight": "500"
				}
			},
			"core/separator": {
				"border": {
					"color": "currentColor",
					"style": "solid",
					"width": "0 0 1px 0"
				},
				"color": {
					"text": "var(--wp--preset--color--contrast-3)"
				}
			},
			"core/site-title": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "none"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--body)",
					"fontSize": "1.2rem",
					"fontStyle": "normal",
					"fontWeight": "700"
				}
			}
		},
		"color": {
			"background": "var(--wp--preset--color--base)",
			"text": "var(--wp--preset--color--contrast)"
		},
		"css": ":where(.wp-site-blocks *:focus){outline-width:2px;outline-style:solid}",
		"elements": {
			"button": {
				":active": {
					"color": {
						"background": "var(--wp--preset--color--accent)",
						"text": "var(--wp--preset--color--contrast)"
					}
				},
				":focus": {
					"color": {
						"background": "var(--wp--preset--color--contrast)",
						"text": "var(--wp--preset--color--base)"
					},
					"outline": {
						"color": "var(--wp--preset--color--accent)",
						"offset": "2px"
					}
				},
				":hover": {
					"border": {
						"color": "var(--wp--preset--color--contrast-2)"
					},
					"color": {
						"background": "rgba(255,255,255,0.05)",
						"text": "var(--wp--preset--color--contrast)"
					}
				},
				"border": {
					"color": "var(--wp--preset--color--contrast-3)",
					"radius": "9999px"
				},
				"color": {
					"background": "var(--wp--preset--color--contrast)",
					"text": "var(--wp--preset--color--base)"
				},
				"spacing": {
					"padding": {
						"bottom": "0.75rem",
						"left": "1.5rem",
						"right": "1.5rem",
						"top": "0.75rem"
					}
				},
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"fontStyle": "normal",
					"fontWeight": "500"
				}
			},
			"h1": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--xx-large)",
					"lineHeight": "1.1"
				}
			},
			"h2": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--x-large)"
				}
			},
			"h3": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--large)"
				}
			},
			"heading": {
				"color": {
					"text": "var(--wp--preset--color--contrast)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--body)",
					"fontWeight": "700",
					"lineHeight": "1.2"
				}
			},
			"link": {
				":hover": {
					"typography": {
						"textDecoration": "none"
					}
				},
				"color": {
					"text": "var(--wp--preset--color--contrast)"
				}
			}
		},
		"spacing": {
			"blockGap": "1.5rem",
			"padding": {
				"left": "var(--wp--preset--spacing--30)",
				"right": "var(--wp--preset--spacing--30)"
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--body)",
			"fontSize": "var(--wp--preset--font-size--medium)",
			"fontStyle": "normal",
			"fontWeight": "400",
			"lineHeight": "1.5"
		}
	},
	"templateParts": [
		{
			"area": "header",
			"name": "header",
			"title": "Header"
		},
		{
			"area": "footer",
			"name": "footer",
			"title": "Footer"
		}
	],
	"version": 3
}