{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"title": "Eclipsia Blue",
	"settings": {
		"color": {
			"palette": [
				{
					"color": "#FFFFFF",
					"name": "Base",
					"slug": "base"
				},
				{
					"color": "#2E2077",
					"name": "Contrast",
					"slug": "contrast"
				},
				{
					"color": "#5644BC",
					"name": "Accent 1",
					"slug": "accent-1"
				},
				{
					"color": "#c4b9fa",
					"name": "Accent 2",
					"slug": "accent-2"
				},
				{
					"color": "#251D51",
					"name": "Accent 3",
					"slug": "accent-3"
				},
				{
					"color": "#5A4EAA",
					"name": "Accent 4",
					"slug": "accent-4"
				},
				{
					"color": "#0A0915",
					"name": "Accent 5",
					"slug": "accent-5"
				},
				{
					"color": "#FBFAFF",
					"name": "Accent 6",
					"slug": "accent-6"
				},
				{
					"color": "color-mix(in srgb, currentColor 20%, transparent)",
					"name": "Accent 7",
					"slug": "accent-7"
				},
				{
					"color": "#FFFFFF1A",
					"name": "Accent 8",
					"slug": "accent-8"
				},
				{
					"color": "#463C95",
					"name": "Accent 9",
					"slug": "accent-9"
				}
			]
		},
		"typography": {
			"fontSizes": [
				{
					"slug": "small",
					"size": "0.875rem",
					"name": "Small"
				},
				{
					"slug": "medium",
					"size": "1rem",
					"name": "Medium"
				},
				{
					"slug": "large",
					"size": "1.125rem",
					"name": "Large"
				},
				{
					"slug": "x-large",
					"size": "1.5rem",
					"name": "Extra Large"
				}
			],
			"fontWeights": [
				{
					"slug": "400",
					"name": "Regular",
					"weight": "400"
				},
				{
					"slug": "700",
					"name": "Bold",
					"weight": "700"
				}
			],
			"fontFamilies": [
				{
					"name": "Alpino",
					"slug": "alpino",
					"fontFamily": "Alpino, sans-serif",
					"fontFace": [
						{
							"src": [
								"file:./assets/fonts/alpino/Alpino-Regular.woff2"
							],
							"fontWeight": "400",
							"fontStyle": "normal",
							"fontFamily": "Alpino"
						},
						{
							"src": [
								"file:./assets/fonts/alpino/Alpino-Bold.woff2"
							],
							"fontWeight": "700",
							"fontStyle": "normal",
							"fontFamily": "Alpino"
						}
					]
				},
				{
					"name": "Nunito",
					"slug": "nunito",
					"fontFamily": "Nunito, sans-serif",
					"fontFace": [
						{
							"src": [
								"file:./assets/fonts/nunito/Nunito-ExtraLight.ttf"
							],
							"fontWeight": "200",
							"fontStyle": "normal",
							"fontFamily": "Nunito"
						}
					]
				}
			]
		}
	},
	"styles": {
		"typography": {
			"fontFamily": "var:preset|font-family|nunito",
			"fontSize": "var:preset|font-size|medium",
			"letterSpacing": "-0.18px",
			"lineHeight": "1.5"
		},
		"color": {
			"text": "var:preset|color|contrast"
		},
		"blocks": {
			"core/button": {
				"variations": {
					"outline": {
						"spacing": {
							"padding": {
								"bottom": "calc(1rem - 1px)",
								"left": "calc(2.25rem - 1px)",
								"right": "calc(2.25rem - 1px)",
								"top": "calc(1rem - 1px)"
							}
						}
					}
				}
			},
			"core/paragraph": {
				"typography": {
					"fontFamily": "var:preset|font-family|nunito",
					"fontWeight": "200",
					"lineHeight": "1.6"
				}
			},
			"core/heading": {
				"typography": {
					"fontFamily": "var:preset|font-family|alpino",
					"fontWeight": "700",
					"lineHeight": "1.2"
				}
			},
			"core/list": {
				"typography": {
					"fontFamily": "var:preset|font-family|nunito",
					"fontWeight": "200",
					"lineHeight": "1.6"
				}
			},
			"core/quote": {
				"typography": {
					"fontFamily": "var:preset|font-family|nunito",
					"fontWeight": "200",
					"lineHeight": "1.6"
				}
			}
		},
		"elements": {
			"button": {
				"typography": {
					"fontFamily": "var:preset|font-family|alpino",
					"fontWeight": "700"
				},
				"color": {
					"background": "var:preset|color|accent-2",
					"text": "var:preset|color|accent-1"
				},
				":hover": {
					"color": {
						"background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)",
						"text": "var:preset|color|base"
					}
				},
				"spacing": {
					"padding": {
						"bottom": "0.6rem",
						"left": "1.6rem",
						"right": "1.6rem",
						"top": "0.6rem"
					}
				}
			},
			"heading": {
				"typography": {
					"fontFamily": "var:preset|font-family|alpino",
					"fontWeight": "700",
					"lineHeight": "1.2"
				}
			},
			"body": {
				"typography": {
					"fontFamily": "var:preset|font-family|nunito",
					"fontWeight": "200"
				}
			},
			"link": {
				"typography": {
					"fontFamily": "var:preset|font-family|nunito"
				}
			},
			"paragraph": {
				"typography": {
					"fontFamily": "var:preset|font-family|nunito",
					"fontWeight": "200",
					"lineHeight": "1.6"
				}
			},
			"h1": {
				"typography": {
					"fontSize": "2.5rem"
				}
			},
			"h2": {
				"typography": {
					"fontSize": "2rem"
				}
			},
			"h3": {
				"typography": {
					"fontSize": "1.75rem"
				}
			},
			"h4": {
				"typography": {
					"fontSize": "1.5rem"
				}
			},
			"h5": {
				"typography": {
					"fontSize": "1.25rem"
				}
			},
			"h6": {
				"typography": {
					"fontSize": "1rem"
				}
			}
		},
		"variations": {
			"section-2": {
				"elements": {
					"button": {
						"color": {
							"background": "var:preset|color|accent-2",
							"text": "var:preset|color|accent-1"
						},
						":hover": {
							"color": {
								"background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)"
							}
						}
					}
				}
			},
			"section-4": {
				"elements": {
					"button": {
						"color": {
							"background": "var:preset|color|accent-2",
							"text": "var:preset|color|accent-1"
						},
						":hover": {
							"color": {
								"background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)"
							}
						}
					}
				}
			}
		}
	}
}