{
    "$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
    "settings": {
    	"appearanceTools": true,
        "useRootPaddingAwareAlignments": true,
        "color": {
			"custom": true,
			"gradients": [
				{
					"slug": "cold-evening",
					"gradient": "linear-gradient(0deg, rgb(12, 52, 131) 0%, rgb(162, 182, 223) 100%, rgb(107, 140, 206) 100%, rgb(162, 182, 223) 100%)",
					"name": "Cold Evening"
				},
				{
					"slug": "purple-division",
					"gradient": "linear-gradient(0deg, rgb(112, 40, 228) 0%, rgb(229, 178, 202) 100%)",
					"name": "Purple Division"
				},
				{
					"slug": "over-sun",
					"gradient": "linear-gradient(60deg, rgb(171, 236, 214) 0%, rgb(251, 237, 150) 100%)",
					"name": "Over Sun"
				},
				{
					"slug": "fabled-sunset",
					"gradient": "linear-gradient(-270deg, rgb(35, 21, 87) 0%, rgb(68, 16, 122) 29%, rgb(255, 19, 97) 67%, rgb(255, 248, 0) 100%)",
					"name": "Fabled Sunset"
				},
				{
					"slug": "morning-salad",
					"gradient": "linear-gradient(-255deg, rgb(183, 248, 219) 0%, rgb(80, 167, 194) 100%)",
					"name": "Morning Salad"
				}
			],
			"palette": [
				{
					"color": "#FFFFFF",
					"name": "Base 1",
					"slug": "fsx-base-1"
				},
				{
					"color": "#5A53FF",
					"name": "Primary",
					"slug": "fsx-primary"
				},
				{
					"color": "#4A33FF",
					"name": "Secondary",
					"slug": "fsx-secondary"
				},
				{
					"color": "#F2F3FF",
					"name": "Base 2",
					"slug": "fsx-base-2"
				},
				{
					"color": "#BCBBE3",
					"name": "Base 3",
					"slug": "fsx-base-3"
				},
				{
					"color": "#1A1336",
					"name": "Tertiary",
					"slug": "fsx-tertiary"
				},
				{
					"color": "#453F5C",
					"name": "Contrast 3",
					"slug": "fsx-contrast-3"
				},
				{
					"color": "#231B42",
					"name": "Contrast 2",
					"slug": "fsx-contrast-2"
				},
				{
					"color": "#08031A",
					"name": "Contrast 1",
					"slug": "fsx-contrast-1"
				},
				{
					"color": "#FDFEFF",
					"name": "Text over Primary",
					"slug": "fsx-over-primary"
				}
			]
		},
        "spacing": {
			"blockGap": true,
			"margin": true,
			"padding": true,
            "spacingScale": {
                "steps": 0
            },
            "units": ["%", "px", "em", "rem", "vh", "vw"]
        },
        "typography": {
			"fontFamilies": [
				{
					"fontFace": [
						{
							"fontFamily": "Roboto",
							"fontStyle": "normal",
							"fontWeight": "100",
							"src": ["file:./assets/fonts/roboto/Roboto-Thin.ttf"]
						},
						{
							"fontFamily": "Roboto",
							"fontStyle": "normal",
							"fontWeight": "300",
							"src": ["file:./assets/fonts/roboto/Roboto-Light.ttf"]
						},
						{
							"fontFamily": "Roboto",
							"fontStyle": "normal",
							"fontWeight": "400",
							"src": ["file:./assets/fonts/roboto/Roboto-Regular.ttf"]
						},
						{
							"fontFamily": "Roboto",
							"fontStyle": "normal",
							"fontWeight": "500",
							"src": ["file:./assets/fonts/roboto/Roboto-Medium.ttf"]
						},
						{
							"fontFamily": "Roboto",
							"fontStyle": "normal",
							"fontWeight": "700",
							"src": ["file:./assets/fonts/roboto/Roboto-Bold.ttf"]
						}
					],
					"fontFamily": "\"Roboto\", sans-serif",
					"name": "Roboto",
					"slug": "roboto"
				},
				{
					"fontFace": [
						{
							"fontFamily": "Inter",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "100 900",
							"src": [
								"file:./assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf"
							]
						}
					],
					"fontFamily": "\"Inter\", sans-serif",
					"name": "Inter",
					"slug": "inter"
				},
				{
					"fontFamily": "-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif",
					"name": "System Fonts",
					"slug": "system-fonts"
				}
			],
			"fontSizes": [
				{
					"name": "X Small",
					"slug": "x-small",
					"size": "11px"
				},
				{
					"name": "Small",
					"slug": "small",
					"size": "14px"
				},
				{
					"name": "Medium",
					"slug": "medium",
					"size": "16px"
				},
				{
					"name": "Large",
					"slug": "large",
					"size": "22px"
				},
				{
					"name": "X Large",
					"slug": "x-large",
					"size": "28px"
				},
				{
					"name": "XX Large",
					"slug": "xx-large",
					"size": "36px"
				},
				{
					"name": "XXX Large",
					"slug": "xxx-large",
					"size": "48px"
				}
			],
			"writingMode": true
		},
        "layout": {
            "contentSize": "740px",
            "wideSize": "1140px"
        },
        "border": {
            "color": true,
            "radius": true,
            "style": true,
            "width": true
        },
		"custom": {
			"fontWeight": {
				"black": 900,
				"extraBold": 800,
				"bold": 700,
				"semiBold": 600,
				"medium": 500,
				"regular": 400,
				"light": 300,
				"extraLight": 200,
				"thin": 100
			},
			"lineHeight": {
				"initial": 1,
				"xxSmall":1.2,
				"xSmall": 1.3,
				"small": 1.4,
				"medium": 1.45,
				"large": 1.6
			},
			"borderRadius": {
				"xxSmall": "4px",
				"xSmall": "6px",
				"small": "8px",
				"medium": "12px",
				"large": "16px",
				"xLarge": "20px",
				"xxLarge": "24px",
				"full": "999px"
			}
		}
    },
    "styles": {
        "color": {
            "background": "var(--wp--preset--color--fsx-base-1)",
            "text": "var(--wp--preset--color--fsx-contrast-2)"
        },
		"typography": {
			"fontSize": "var(--wp--preset--font-size--medium)",
			"fontFamily": "var(--wp--preset--font-family--roboto)",
			"fontWeight": "var(--wp--custom--font-weight--regular)"
		},
		"spacing": {
			"blockGap": "20px",
			"padding": {
				"top": "0px",
				"right": "10px",
				"bottom": "0px",
				"left": "10px"
			}
		},
		"elements": {
			"button": {
				":focus": {
					"color": {
						"background": "var(--wp--preset--color--fsx-secondary)",
						"text": "var(--wp--preset--color--fsx-over-primary)"
					},
					"outline": {
						"color": "var(--wp--preset--color--fsx-secondary)",
						"offset": "3px",
						"style": "dotted",
						"width": "1px"
					}
				},
				":active": {
					"outline": {
						"color": "var(--wp--preset--color--fsx-primary)",
						"offset": "3px",
						"style": "solid",
						"width": "1px"
					}
				},
				":hover": {
					"color": {
						"background": "var(--wp--preset--color--fsx-secondary)",
						"text": "var(--wp--preset--color--fsx-over-primary)"
					}
				},
				"border": {
					"radius": "4px",
					"color": "var(--wp--preset--color--fsx-contrast-1)"
				},
				"color": {
					"background": "var(--wp--preset--color--fsx-primary)",
					"text": "var(--wp--preset--color--fsx-over-primary)"
				},
				"spacing": {
					"padding": {
						"bottom": "12px",
						"left": "22px",
						"right": "22px",
						"top": "12px"
					}
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--roboto)",
					"fontSize": "18px"
				}
			},
			"caption": {
				"color": {
					"text": "var(--wp--preset--color--fsx-contrast-2)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--roboto)",
					"fontSize": "16px"
				}
			},
			"h1": {
				"typography": {
					"fontSize": "44px",
					"lineHeight": "1.2"
				}
			},
			"h2": {
				"typography": {
					"fontSize": "36px",
					"lineHeight": "1.2"
				}
			},
			"h3": {
				"typography": {
					"fontSize": "28px",
					"lineHeight": "1.3"
				}
			},
			"h4": {
				"typography": {
					"fontSize": "22px",
					"lineHeight": "1.3"
				}
			},
			"h5": {
				"typography": {
					"fontSize": "18px",
					"lineHeight": "1.4"
				}
			},
			"h6": {
				"typography": {
					"fontSize": "16px",
					"lineHeight": "1.5"
				}
			},
			"heading": {
				"color": {
					"text": "var(--wp--preset--color--fsx-contrast-1)"
				},
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--inter)",
					"fontWeight": "700"
				}
			},
			"link": {
				"color": {
					"text": "var(--wp--preset--color--fsx-primary)"
				},
				":hover": {
					"typography": {
						"textDecoration": "underline"
					},
					"color": {
						"text": "var(--wp--preset--color--fsx-secondary)"
					}
				},
				":focus": {
					"typography": {
						"textDecoration": "underline"
					},
					"outline": {
						"color": "var(--wp--preset--color--fsx-primary)",
						"offset": "2px",
						"style": "solid",
						"width": "1px"
					}
				},
				":active": {
					"color": {
						"text": "var(--wp--preset--color--fsx-secondary)"
					},
					"typography": {
						"textDecoration": "underline"
					}
				},
				"typography": {
					"textDecoration": "underline"
				}
			}
		},
		"blocks": {
			"core/read-more": {
				"color": {
					"text":"var(--wp--preset--color--fsx-primary)"
				},
				"border": {
					"radius": "4px"
				},
				"spacing": {
					"padding": {
						"top": "4px",
						"right": "8px",
						"bottom": "4px",
						"left": "8px"
					}
				}
			},
			"core/post-terms": {
				"color": {
					"text": "var(--wp--preset--color--fsx-contrast-1)"
				},
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				}
			},
			"core/post-title": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				}
			},
			"core/post-author": {
				"elements": {
					"link": {
						":hover": {
							"typography": {
								"textDecoration": "underline"
							}
						},
						"typography": {
							"textDecoration": "none"
						}
					}
				}
			},
			"core/loginout": {
				"color": {
					"text":"var(--wp--preset--color--fsx-primary)"
				}
			},
			"core/query-pagination": {
				"color": {
					"text": "var(--wp--preset--color--fsx-over-primary)"
				}
			}
		}
    },
    "templateParts": [
        {
            "area": "header",
            "name": "header",
            "title": "Header"
        },
        {
            "area": "footer",
            "name": "footer",
            "title": "Footer"
        },
        {
            "area": "uncategorized",
            "name": "sidebar",
            "title": "Sidebar"
        }
    ],
    "customTemplates": [
		{
			"name": "page-no-title",
			"postTypes": ["page"],
			"title": "Page No Title"
		}
	]
}