{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"title": "Mulish",
	"styles": {
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--mulish)",
			"fontStyle": "normal",
			"fontWeight": "300"
		},
		"elements": {
			"heading": {
				"typography": {
					"fontStyle": "normal",
					"fontWeight": "700",
					"fontFamily": "var(--wp--preset--font-family--mulish)",
					"textTransform": "uppercase",
					"letterSpacing": "-0.04em"
				}
			}
		}
	}
}