{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"title": "Light Blue",
	"settings": {
		"color": {
			"palette": [
				{
					"color": "#ffffff",
					"name": "Base",
					"slug": "base"
				},
				{
					"color": "#00394d",
					"name": "Contrast",
					"slug": "contrast"
				},
				{
					"color": "#00ace6",
					"name": "Accent 1",
					"slug": "accent-1"
				},
				{
					"color": "#bbe8fb",
					"name": "Accent 2",
					"slug": "accent-2"
				},
				{
					"color": "#5C5B5B",
					"name": "Accent 3",
					"slug": "accent-3"
				},
				{
					"color": "#09a3d6",
					"name": "Accent 4",
					"slug": "accent-4"
				},
				{
					"color": "#0A0915",
					"name": "Accent 5",
					"slug": "accent-5"
				},
				{
					"color": "#f1ffff",
					"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": "#007ea8",
					"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": "600",
					"name": "SemiBold",
					"weight": "600"
				},
				{
					"slug": "700",
					"name": "Bold",
					"weight": "700"
				}
			],
			"fontFamilies": [
				{
					"name": "Playfair Display",
					"slug": "playfair-display",
					"fontFamily": "\"Playfair Display\", serif",
					"fontFace": [
						{
							"src": [
								"file:./assets/fonts/playfair-display/PlayfairDisplay-Regular.ttf"
							],
							"fontWeight": "400",
							"fontStyle": "normal",
							"fontFamily": "\"Playfair Display\""
						}
					]
				},
				{
					"name": "Fira Sans",
					"slug": "fira-sans",
					"fontFamily": "\"Fira Sans\", sans-serif",
					"fontFace": [
						{
							"src": [
								"file:./assets/fonts/fira-sans/FiraSans-Regular.woff2"
							],
							"fontWeight": "400",
							"fontStyle": "normal",
							"fontFamily": "\"Fira Sans\""
						},
						{
							"src": [
								"file:./assets/fonts/fira-sans/FiraSans-Bold.woff2"
							],
							"fontWeight": "700",
							"fontStyle": "normal",
							"fontFamily": "\"Fira Sans\""
						}
					]
				}
			]
		}
	},
	"styles": {
		"typography": {
			"fontFamily": "var:preset|font-family|fira-sans",
			"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|fira-sans",
					"fontWeight": "400",
					"lineHeight": "1.6"
				}
			},
			"core/heading": {
				"typography": {
					"fontFamily": "var:preset|font-family|playfair-display",
					"fontWeight": "700",
					"lineHeight": "1.2"
				}
			},
			"core/list": {
				"typography": {
					"fontFamily": "var:preset|font-family|fira-sans",
					"fontWeight": "400",
					"lineHeight": "1.6"
				}
			},
			"core/quote": {
				"typography": {
					"fontFamily": "var:preset|font-family|fira-sans",
					"fontWeight": "400",
					"lineHeight": "1.6"
				}
			},
			"core/pullquote": {
				"typography": {
					"fontFamily": "var:preset|font-family|fira-sans",
					"fontWeight": "400",
					"lineHeight": "1.6"
				}
			}
		},
		"elements": {
			"body": {
				"typography": {
					"fontFamily": "var:preset|font-family|fira-sans",
					"fontWeight": "400"
				}
			},
			"button": {
				"typography": {
					"fontFamily": "var:preset|font-family|fira-sans",
					"fontWeight": "600"
				},
				"color": {
					"background": "var:preset|color|accent-2",
					"text": "var:preset|color|contrast"
				},
				":hover": {
					"color": {
						"background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)",
						"text": "var:preset|color|contrast"
					}
				},
				"spacing": {
					"padding": {
						"bottom": "0.6rem",
						"left": "1.6rem",
						"right": "1.6rem",
						"top": "0.6rem"
					}
				}
			},
			"heading": {
				"typography": {
					"fontFamily": "var:preset|font-family|playfair-display",
					"fontWeight": "700",
					"lineHeight": "1.2"
				}
			},
			"link": {
				"typography": {
					"fontFamily": "var:preset|font-family|fira-sans"
				}
			},
			"paragraph": {
				"typography": {
					"fontFamily": "var:preset|font-family|fira-sans",
					"fontWeight": "400",
					"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|contrast"
						},
						":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|contrast"
						},
						":hover": {
							"color": {
								"background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)"
							}
						}
					}
				}
			}
		},
		"custom": {
			"typography": {
				"font-family": "var(--wp--preset--font-family--fira-sans)"
			}
		}
	}
}