{
	"version": 2,
	"title": "Style 03",
	"settings": {
		"color": {
			"palette": [
				{
					"slug": "base",
					"color": "#EEECE6",
					"name": "Base"
				},
				{
					"slug": "base-darker",
					"color": "#ABB1A3",
					"name": "Base (Darker)"
				},
				{
					"slug": "accent",
					"color": "#EA4E19",
					"name": "Accent"
				},
				{
                    "slug": "contrast",
                    "color": "#000000",
                    "name": "Contrast"
                },
                {
                    "slug": "contrast-medium",
                    "color": "#222222",
                    "name": "Contrast (Medium)"
                },
                {
                    "slug": "contrast-light",
                    "color": "#999999",
                    "name": "Contrast (Light)"
                }
			]
		}
	},
	"styles": {
		"elements": {
			"heading": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--playfair-display)",
					"fontWeight": "900",
					"letterSpacing": "-0.015em"
				}
			},
			"h5": {
				"typography": {
					"fontSize": "calc(1.1 * var(--wp--preset--font-size--medium))"
				}
			},
			"h6": {
				"typography": {
					"fontSize": "calc(1 * var(--wp--preset--font-size--medium))"
				}
			}
		},
		"blocks": {
			"core/site-title": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--golos-text)",
					"fontWeight": "500"
				}
			},
			"core/navigation": {
				"color": {
					"text": "var(--wp--preset--color--contrast)"	
				},
                "typography": {
                    "fontSize": "calc(.8 * var(--wp--preset--font-size--small))",
                    "fontWeight": 500,
                    "textTransform": "uppercase"
                }
            }
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--golos-text)"
		}
	}
}