{
	"version": 2,
	"title": "Dark",
	"settings": {
		"color": {
			"palette": [
				{
					"color": "#000000",
					"name": "Primary",
					"slug": "primary"
				},
				{
					"color": "#EF7E6C",
					"name": "Secondary",
					"slug": "secondary"
				},
				{
					"color": "#000000",
					"name": "Foreground",
					"slug": "foreground"
				},
				{
					"color": "#FBFBFB",
					"name": "Background",
					"slug": "background"
				},
				{
					"color": "#FBF3F2",
					"name": "Tertiary",
					"slug": "tertiary"
				},
				{
					"color": "#F8CFC8",
					"name": "Button Border - Active",
					"slug": "button-border-active"
				},
				{
					"color": "#A0A0A0",
					"name": "Button Border - Hover",
					"slug": "button-border-hover"
				}
			]
		},
		"custom": {
			"typography": {
				"fontSizes": {
					"normal": "clamp(1.125rem, 1.036rem + 0.238vw, 1.25rem)",
					"button": "clamp(0.875rem, 0.875rem + ((1vw - 0.48rem) * 0.481), 1.125rem)",
					"fixed": "clamp(1.125rem, 1.125rem, 1.125rem)"
				}
			}
		},
		"typography": {
			"fluid": true,
			"fontFamilies": [
				{
					"fontFamily": "Inter",
					"name": "Inter",
					"slug": "body",
					"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": "\"Syne\", sans-serif",
					"name": "Syne",
					"slug": "heading",
					"fontFace": [
						{
							"fontFamily": "Syne",
							"fontDisplay": "block",
							"fontWeight": "400",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/Syne-VariableFont_wght.ttf" ]
						},
						{
							"fontFamily": "Syne",
							"fontDisplay": "block",
							"fontWeight": "500",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/Syne-VariableFont_wght.ttf" ]
						},
						{
							"fontFamily": "Syne",
							"fontDisplay": "block",
							"fontWeight": "700",
							"fontStyle": "normal",
							"fontStretch": "normal",
							"src": [ "file:./assets/fonts/Syne-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": "-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": "3.25rem"
					},
					"slug": "x-large"
				},
				{
					"name": "Huge",
					"size": "2.5rem",
					"fluid": {
						"min": "2.5rem",
						"max": "4rem"
					},
					"slug": "xx-large"
				},
				{
					"name": "Gigantic",
					"size": "9rem",
					"fluid": {
						"min": "9rem",
						"max": "16rem"
					},
					"slug": "xxx-large"
				}
			]
		}
	},
	"styles": {
		"blocks": {
			"core/navigation": {
				"elements": {
					"link": {
						"typography": {
							"fontSize": "var(--wp--preset--font-size--small)"
						}
					}
				}
			},
			"core/post-content": {
				"typography": {
					"lineHeight": "145%"
				}
			},
			"sensei-lms/course-title" : {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--small)",
					"fontWeight": "500",
					"letterSpacing": "-0.01em"
				}
			},
			"sensei-lms/course-theme-course-progress-counter" : {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--heading)",
					"fontSize": "var(--wp--custom--typography--font-sizes--fixed)",
					"letterSpacing": "0"
				}
			},
			"sensei-lms/course-theme-lesson-module": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--heading)",
					"letterSpacing": "0"
				}
			},
			"sensei-lms/exit-course": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--heading)",
					"fontSize": "var(--wp--custom--typography--font-sizes--fixed)",
					"letterSpacing": "0"
				}
			},
			"sensei-lms/page-actions": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--heading)",
					"fontSize": "var(--wp--custom--typography--font-sizes--fixed)",
					"fontWeight": "500",
					"letterSpacing": "-0.01em"
				}
			},
			"sensei-lms/course-navigation": {
				"css": "& .sensei-lms-course-navigation-lesson__title { font-family: var(--wp--preset--font-family--heading); font-size: .875rem; } & .sensei-lms-course-navigation-lesson__extra { font-family: var(--wp--preset--font-family--heading); } & .sensei-lms-course-navigation-module__summary { font-family: var(--wp--preset--font-family--heading); } & .sensei-lms-course-navigation-module__title { font-size: 1.125rem; font-weight: 600; letter-spacing: -0.04em; text-transform: none; }"
			}
		},
		"elements": {
			"button": {
				"typography": {
					"fontWeight": "500",
					"letterSpacing": "-0.01em"
				},
				"spacing": {
					"padding": "0.9em 1.6em"
				}
			},
			"heading": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--heading)",
					"fontWeight": "700"
				}
			},
			"h1": {
				"typography": {
					"fontSize": "var(--wp--preset--font-size--x-large)",
					"letterSpacing": "-0.01em",
					"textTransform": "none"
				}
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--body)"
		}
	}
}
