{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"settings": {
		"appearanceTools": true,
		"color": {
			"defaultDuotone": false,
			"defaultGradients": false,
			"defaultPalette": false,
			"custom": true,
			"palette": [
				{ "slug": "cosmic-ink", "color": "#0c0a09", "name": "Cosmic Ink" },
				{ "slug": "deep-space", "color": "#1c1917", "name": "Deep Space" },
				{ "slug": "orbit-gray", "color": "#57534e", "name": "Orbit Gray" },
				{ "slug": "moon-dust", "color": "#e7e5e4", "name": "Moon Dust" },
				{ "slug": "starlight", "color": "#fafaf9", "name": "Starlight" },
				{ "slug": "stellar-gold", "color": "#eab308", "name": "Stellar Gold" },
				{ "slug": "flare-gold", "color": "#ca8a04", "name": "Flare Gold" },
				{ "slug": "signal-indigo", "color": "#4f46e5", "name": "Signal Indigo" },
				{ "slug": "success", "color": "#15803d", "name": "Success" },
				{ "slug": "danger", "color": "#b91c1c", "name": "Danger" }
			],
			"gradients": [
				{
					"slug": "cosmic",
					"gradient": "linear-gradient(135deg, #0c0a09 0%, #1c1917 58%, #312e81 100%)",
					"name": "Cosmic"
				},
				{
					"slug": "stellar",
					"gradient": "linear-gradient(135deg, #eab308 0%, #fef3c7 100%)",
					"name": "Stellar"
				}
			]
		},
		"layout": {
			"contentSize": "720px",
			"wideSize": "1200px"
		},
		"shadow": {
			"defaultPresets": false,
			"presets": [
				{ "slug": "soft", "shadow": "0 18px 50px rgba(28, 25, 23, 0.10)", "name": "Soft" },
				{ "slug": "stellar", "shadow": "0 18px 60px rgba(234, 179, 8, 0.18)", "name": "Stellar" }
			]
		},
		"spacing": {
			"blockGap": true,
			"customSpacingSize": true,
			"spacingSizes": [
				{ "slug": "10", "size": "0.5rem", "name": "1" },
				{ "slug": "20", "size": "0.75rem", "name": "2" },
				{ "slug": "30", "size": "1rem", "name": "3" },
				{ "slug": "40", "size": "1.5rem", "name": "4" },
				{ "slug": "50", "size": "2rem", "name": "5" },
				{ "slug": "60", "size": "3rem", "name": "6" },
				{ "slug": "70", "size": "clamp(3.5rem, 7vw, 6rem)", "name": "7" },
				{ "slug": "80", "size": "clamp(5rem, 10vw, 9rem)", "name": "8" }
			],
			"units": [ "px", "rem", "em", "vw", "%", "vh" ]
		},
		"typography": {
			"fluid": true,
			"fontFamilies": [
				{
					"fontFamily": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif",
					"name": "Astropic Sans",
					"slug": "astropic-sans"
				},
				{
					"fontFamily": "ui-monospace, \"SFMono-Regular\", Consolas, monospace",
					"name": "Astropic Mono",
					"slug": "astropic-mono"
				}
			],
			"fontSizes": [
				{ "slug": "small", "size": "0.875rem", "name": "Small" },
				{ "slug": "medium", "size": "1rem", "name": "Medium" },
				{ "slug": "large", "size": "clamp(1.15rem, 1.8vw, 1.35rem)", "name": "Large" },
				{ "slug": "x-large", "size": "clamp(1.75rem, 4vw, 3rem)", "name": "Extra Large" },
				{ "slug": "display", "size": "clamp(3rem, 8vw, 6.8rem)", "name": "Display" }
			],
			"fontStyle": true,
			"fontWeight": true,
			"letterSpacing": true,
			"lineHeight": true,
			"textDecoration": true,
			"textTransform": true
		},
		"useRootPaddingAwareAlignments": true
	},
	"styles": {
		"color": {
			"background": "var(--wp--preset--color--starlight)",
			"text": "var(--wp--preset--color--cosmic-ink)"
		},
		"elements": {
			"button": {
				"border": { "radius": "999px" },
				"color": {
					"background": "var(--wp--preset--color--stellar-gold)",
					"text": "var(--wp--preset--color--cosmic-ink)"
				},
				"spacing": {
					"padding": {
						"bottom": "0.85rem",
						"left": "1.35rem",
						"right": "1.35rem",
						"top": "0.85rem"
					}
				},
				"typography": { "fontSize": "0.95rem", "fontWeight": "700" }
			},
			"caption": {
				"color": { "text": "var(--wp--preset--color--orbit-gray)" },
				"typography": { "fontSize": "0.875rem" }
			},
			"heading": {
				"typography": {
					"fontWeight": "750",
					"letterSpacing": "-0.04em",
					"lineHeight": "1.02"
				}
			},
			"link": {
				"color": { "text": "var(--wp--preset--color--cosmic-ink)" },
				":hover": { "color": { "text": "var(--wp--preset--color--flare-gold)" } }
			}
		},
		"spacing": {
			"blockGap": "1.5rem",
			"padding": {
				"left": "clamp(1rem, 4vw, 2rem)",
				"right": "clamp(1rem, 4vw, 2rem)"
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--astropic-sans)",
			"fontSize": "var(--wp--preset--font-size--medium)",
			"lineHeight": "1.65"
		},
		"blocks": {
			"core/button": {
				"css": "& .wp-block-button__link { transition: background-color 180ms ease-out, color 180ms ease-out, box-shadow 180ms ease-out; } & .wp-block-button__link:hover { background: var(--wp--preset--color--flare-gold); box-shadow: var(--wp--preset--shadow--stellar); }"
			},
			"core/navigation": {
				"typography": { "fontSize": "0.95rem", "fontWeight": "650" }
			},
			"core/post-title": {
				"typography": { "fontSize": "var(--wp--preset--font-size--x-large)" }
			},
			"core/query-title": {
				"typography": { "fontSize": "var(--wp--preset--font-size--x-large)" }
			},
			"woocommerce/product-price": {
				"color": { "text": "var(--wp--preset--color--cosmic-ink)" },
				"typography": { "fontWeight": "700" }
			},
			"woocommerce/product-sale-badge": {
				"border": { "radius": "999px" },
				"color": {
					"background": "var(--wp--preset--color--stellar-gold)",
					"text": "var(--wp--preset--color--cosmic-ink)"
				},
				"typography": { "fontSize": "0.75rem", "fontWeight": "700" }
			}
		}
	},
	"templateParts": [
		{ "area": "header", "name": "header", "title": "Header" },
		{ "area": "footer", "name": "footer", "title": "Footer" }
	]
}
