{
	"settings": {
		"color": {
			"palette": [
				{
					"color": "#0f0a0a",
					"name": "Base",
					"slug": "base"
				},
				{
					"color": "#edeeef",
					"name": "Contrast",
					"slug": "contrast"
				},
				{
					"color": "#edeeef",
					"name": "Primary",
					"slug": "primary"
				},
				{
					"color": "#ffffff",
					"name": "Secondary",
					"slug": "secondary"
				},
				{
					"color": "#c7c7d1",
					"name": "Tertiary",
					"slug": "tertiary"
				}
			]
		}
	},
	"styles": {
		"blocks": {
			"core/cover": {
				"color": {
					"text": "var(--wp--preset--color--secondary)"
				},
				"elements": {
					"heading": {
						"color": {
							"text": "var(--wp--preset--color--secondary)"
						}
					},
					"link": {
						"color": {
							"text": "var(--wp--preset--color--secondary)"
						}
					}
				}
			},
			"core/site-tagline": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--inter-tight)"
				}
			},
			"core/site-title": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--inter-tight)",
					"fontStyle": "normal",
					"fontWeight": "700"
				}
			}
		},
		"elements": {
			"heading": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--inter-tight)",
					"fontStyle": "normal",
					"fontWeight": "700",
					"letterSpacing": "0rem"
				}
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--inter-tight)",
			"fontStyle": "normal",
			"fontWeight": "400"
		}
	},
	"title": "darkmode",
	"version": 3,
	"$schema": "https://schemas.wp.org/trunk/theme.json"
}