{
	"version": 2,
	"title": "Blue",
	"settings": {
		"color": {
			"palette": [
				{
					"color": "#1E2446",
					"name": "Primary",
					"slug": "primary"
				},
				{
					"color": "#FCD556",
					"name": "Secondary",
					"slug": "secondary"
				},
				{
					"color": "#1E2446",
					"name": "Foreground",
					"slug": "foreground"
				},
				{
					"color": "#FBFDFF",
					"name": "Background",
					"slug": "background"
				},
				{
					"color": "#FFFFFF",
					"name": "Tertiary",
					"slug": "tertiary"
				},
				{
					"color": "#FFEEB8",
					"name": "Button Border - Active",
					"slug": "button-border-active"
				},
				{
					"color": "#5868C7",
					"name": "Button Border - Hover",
					"slug": "button-border-hover"
				}
			]
		},
		"custom": {
			"typography": {
				"fontSizes": {
					"normal": "1.125rem",
					"button": "1.125rem"
				}
			}
		},
		"typography": {
			"fluid": true,
			"fontFamilies": [
				{
					"fontFamily": "Noto, sans-serif",
					"name": "Noto Sans",
					"slug": "body",
					"fontFace": [
						{
							"fontFamily": "Noto",
							"fontWeight": "400",
							"src": [ "file:./assets/fonts/noto-sans/NotoSans-Regular.ttf" ]
						},
						{
							"fontFamily": "Noto",
							"fontWeight": "600",
							"src": [ "file:./assets/fonts/noto-sans/NotoSans-SemiBold.ttf" ]
						},
						{
							"fontFamily": "Noto",
							"fontWeight": "700",
							"src": [ "file:./assets/fonts/noto-sans/NotoSans-Bold.ttf" ]
						}
					]
				},
				{
					"fontFamily": "\"Lora\", sans-serif",
					"name": "Lora",
					"slug": "heading",
					"fontFace": [
						{
							"fontFamily": "Lora",
							"fontDisplay": "block",
							"fontWeight": "400",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/lora/Lora-VariableFont_wght.ttf" ]
						},
						{
							"fontFamily": "Lora",
							"fontDisplay": "block",
							"fontWeight": "700",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/lora/Lora-VariableFont_wght.ttf" ]
						},
						{
							"fontFamily": "Lora",
							"fontDisplay": "block",
							"fontWeight": "400",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/lora/Lora-Italic-VariableFont_wght.ttf" ]
						},
						{
							"fontFamily": "Lora",
							"fontDisplay": "block",
							"fontWeight": "700",
							"fontStyle": "italic",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/lora/Lora-Italic-VariableFont_wght.ttf" ]
						}
					]
				},
				{
					"fontFamily": "\"League Gothic\", serif",
					"name": "League Gothic",
					"slug": "league-gothic",
					"fontFace": [
						{
							"fontDisplay": "block",
							"fontFamily": "League Gothic",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "200 800",
							"src": [
								"file:./assets/fonts/leaguegothic-regular-variablefont_wdth-webfont.woff2"
							]
						}
					]
				},
				{
					"fontFamily": "Sorts Mill Goudy",
					"name": "Sorts Mill Goudy",
					"slug": "sorts-mill-goudy",
					"fontFace": [
						{
							"fontDisplay": "block",
							"fontFamily": "Sorts Mill Goudy",
							"fontStretch": "normal",
							"fontStyle": "normal",
							"fontWeight": "200 800",
							"src": ["file:./assets/fonts/SortsMillGoudy-Regular.woff2"]
						}
					]
				},
				{
					"fontFamily": "Inter",
					"name": "Inter",
					"slug": "inter",
					"fontFace": [
						{
							"fontFamily": "Inter",
							"fontDisplay": "block",
							"fontWeight": "400",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [ "file:./assets/Inter-VariableFont_slnt,wght.ttf" ]
						},
						{
							"fontFamily": "Inter",
							"fontDisplay": "block",
							"fontWeight": "700",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [ "file:./assets/Inter-VariableFont_slnt,wght.ttf" ]
						}
					]
				},
				{
					"fontFamily": "-apple-system, BlinkMacSystemFont, Inter, \"Segoe UI\", \"Roboto\", \"Oxygen-Sans\", \"Ubuntu\", \"Cantarell\", \"Helvetica Neue\", sans-serif;",
					"name": "System",
					"slug": "system"
				}
			],
			"fontSizes": [
				{
					"name": "Tiny",
					"size": "0.875rem",
					"fluid": {
						"min": "0.875rem",
						"max": "1rem"
					},
					"slug": "x-small"
				},
				{
					"name": "Small",
					"size": "1rem",
					"fluid": {
						"min": "1rem",
						"max": "1.125rem"
					},
					"slug": "small"
				},
				{
					"name": "Medium",
					"size": "1.25rem",
					"fluid": {
						"min": "1.25rem",
						"max": "1.5rem"
					},
					"slug": "medium"
				},
				{
					"name": "Large",
					"size": "1.5rem",
					"fluid": {
						"min": "1.5rem",
						"max": "2.25rem"
					},
					"slug": "large"
				},
				{
					"name": "Extra large",
					"size": "2rem",
					"fluid": {
						"min": "2rem",
						"max": "3rem"
					},
					"slug": "x-large"
				},
				{
					"name": "Huge",
					"size": "3rem",
					"fluid": {
						"min": "3rem",
						"max": "4rem"
					},
					"slug": "xx-large"
				},
				{
					"name": "Gigantic",
					"size": "12rem",
					"fluid": {
						"min": "12rem",
						"max": "20rem"
					},
					"slug": "xxx-large"
				}
			]
		}
	},
	"styles": {
		"blocks": {
			"core/navigation": {
				"elements": {
					"link": {
						"typography": {
							"fontFamily": "var(--wp--preset--font-family--body)",
							"letterSpacing": "-0.01em",
							"lineHeight": "100%",
							"textTransform": "uppercase"
						}
					}
				}
			},
			"core/post-content": {
				"typography": {
					"lineHeight": "132%"
				}
			},
			"core/site-title": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--league-gothic)"
				}
			}
		},
		"elements": {
			"heading": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--heading)"
				}
			},
			"h1": {
				"typography": {
					"fontWeight": "600",
					"textTransform": "none"
				}
			},
			"h2": {
				"typography": {
					"fontWeight": "700"
				}
			},
			"h3": {
				"typography": {
					"fontWeight": "700"
				}
			},
			"h4": {
				"typography": {
					"fontWeight": "600"
				}
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--body)"
		}
	}
}
