{
    "title": "Big Blue",
	"$schema": "https://schemas.wp.org/trunk/theme.json",
    "version": 2,
    "settings": {
        "color": {
			"palette": [
				{
					"slug": "foreground",
					"color": "#FFF",
					"name": "Foreground"
				},
				{
					"slug": "background",
					"color": "#123DBD",
					"name": "Background"
				},
				{
					"color": "#889EDE",
					"name": "Primary",
					"slug": "primary"
				}
			]
		}
    },
	"styles": {
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--system-sans-serif)",
			"fontWeight": "400"
		}
	}
}