{
	"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": "clamp(1rem, 0.911rem + 0.238vw, 1.125rem)",
					"button": "clamp(1rem, 0.911rem + 0.238vw, 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": "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/fonts/Inter-VariableFont_slnt,wght.ttf" ]
						},
						{
							"fontFamily": "Inter",
							"fontDisplay": "block",
							"fontWeight": "700",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/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": "2rem",
						"max": "3.25rem"
					},
					"slug": "xx-large"
				},
				{
					"name": "Gigantic",
					"size": "12rem",
					"fluid": {
						"min": "12rem",
						"max": "20rem"
					},
					"slug": "xxx-large"
				}
			]
		}
	},
	"styles": {
		"blocks": {
			"core/navigation": {
				"elements": {
					"link": {
						"typography": {
							"letterSpacing": "-0.01em",
							"lineHeight": "100%",
							"textTransform": "uppercase"
						}
					}
				}
			},
			"core/post-content": {
				"typography": {
					"lineHeight": "138%"
				}
			},
			"sensei-lms/course-title": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--body)",
					"fontSize": "var(--wp--custom--typography--font-sizes--normal)",
					"fontWeight": "700",
					"letterSpacing": "-0.04em",
					"lineHeight": "100%",
					"textTransform": "uppercase"
				}
			},
			"sensei-lms/course-theme-course-progress-counter": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--body)",
					"fontSize": "clamp(0.875rem, 0.696rem + 0.476vw, 1.125rem)",
					"letterSpacing": "-0.03em"
				}
			},
			"sensei-lms/course-theme-lesson-module": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--body)",
					"letterSpacing": "-0.02em"
				}
			},
			"sensei-lms/exit-course": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--body)",
					"fontSize": "clamp(0.875rem, 0.696rem + 0.476vw, 1.125rem)",
					"letterSpacing": "-0.03em"
				}
			},
			"sensei-lms/page-actions": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--body)"
				}
			},
			"sensei-lms/course-navigation": {
				"css": "& .sensei-lms-course-navigation-lesson__title { font-family: var(--wp--preset--font-family--body); font-size: .875rem; font-weight: 400; } & .sensei-lms-course-navigation-module__title { font-family: var(--wp--preset--font-family--body); font-size: 1.125rem; font-weight: 600; letter-spacing: -0.02em; text-transform: none; }"
			}
		},
		"elements": {
			"button": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--body)",
					"letterSpacing": "-0.04em"
				},
				"spacing": {
					"padding": "0.9em 1.75em"
				}
			},
			"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)"
		}
	}
}
