{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"title": "style-2",
	"settings": {
		"color": {
			"palette": [
				{
					"color": "#FFFFFF",
					"name": "Base",
					"slug": "base"
				},
				{
					"color": "#2B93D0",
					"name": "Contrast",
					"slug": "contrast"
				},
				{
					"color": "#dceef8",
					"name": "Accent 1",
					"slug": "accent-1"
				},
				{
					"color": "#F4F6F7",
					"name": "Accent 2",
					"slug": "accent-2"
				},
				{
					"color": "#52525A",
					"name": "Accent 3",
					"slug": "accent-3"
				},
				{
					"color": "#828282",
					"name": "Accent 4",
					"slug": "accent-4"
				},
				{
					"color": "#282828",
					"name": "Accent 5",
					"slug": "accent-5"
				},
				{
					"color": "#F9F9F9",
					"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"
				}
			],
			"gradients": [
				{
					"slug": "primary",
					"gradient": "radial-gradient(circle,rgba(255, 255, 255, 1) 0%, rgba(205, 229, 247, 1) 100%);",
					"name": "Primary"
				},
				{
                    "slug": "accent-1",
                    "gradient": "radial-gradient(circle,rgba(237, 245, 251, 1) 0%, rgba(212, 233, 246, 1) 50%, rgba(214, 234, 246, 1) 100%);",
                    "name": "Accent 1"
                }
			]
		},
		"typography": {
			"fontFamilies": [
				{
					"name": "Open Sans",
					"slug": "open-sans",
					"fontFamily": "\"Open Sans\", sans-serif",
					"fontFace": [
						{
							"src": [
								"file:./assets/fonts/open-sans/OpenSans-VariableFont_wdth,wght.woff2"
							],
							"fontWeight": "100 800",
							"fontStyle": "normal",
							"fontFamily": "\"Open Sans\""
						}
					]
				},
				{
					"name": "Roboto Slab",
					"slug": "roboto-slab",
					"fontFamily": "\"Roboto Slab\", serif",
					"fontFace": [
						{
							"src": [
								"file:./assets/fonts/roboto-slab/RobotoSlab-VariableFont_wght.woff2"
							],
							"fontWeight": "100 900",
							"fontStyle": "normal",
							"fontFamily": "\"Roboto Slab\""
						}
					]
				},
				{
					"name": "Poppins",
					"slug": "poppins",
					"fontFamily": "Poppins, sans-serif",
					"fontFace": [
						{
							"src": [
								"file:./assets/fonts/poppins/Poppins-Italic-VariableFont_wght.woff2"
							],
							"fontWeight": "100 900",
							"fontStyle": "italic",
							"fontFamily": "Poppins"
						},
						{
							"src": [
								"file:./assets/fonts/poppins/Poppins-VariableFont_wght.woff2"
							],
							"fontWeight": "100 900",
							"fontStyle": "normal",
							"fontFamily": "Poppins"
						}
					]
				},
				{
					"name": "Roboto",
					"slug": "roboto",
					"fontFamily": "Roboto, sans-serif",
					"fontFace": [
						{
							"src": [
								"file:./assets/fonts/roboto/Roboto-Italic-VariableFont_wght.woff2"
							],
							"fontWeight": "100 900",
							"fontStyle": "italic",
							"fontFamily": "Roboto"
						},
						{
							"src": [
								"file:./assets/fonts/roboto/Roboto-VariableFont_wght.woff2"
							],
							"fontWeight": "100 900",
							"fontStyle": "normal",
							"fontFamily": "Roboto"
						}
					]
				}
			]
		}
	},
	"styles": {
		"typography": {
			"fontFamily": "var:preset|font-family|open-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)"
							}
						}
					}
				}
			}
		},
		"elements": {
			"button": {
				"typography": {
					"fontFamily": "var:preset|font-family|open-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": "calc(1rem - 1px)",
						"left": "calc(2.25rem - 1px)",
						"right": "calc(2.25rem - 1px)",
						"top": "calc(1rem - 1px)"
					}
				}
			},
			"heading": {
				"typography": {
					"fontFamily": "var:preset|font-family|poppins",
					"fontWeight": "700",
					"lineHeight": "1.2"
				}
			},
			"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)"
							}
						}
					}
				}
			}
		}
	}
}