{
	"version": 1,
	"styles": {
		"elements": {
			"link": {
				"color": {
					"text": "var:preset|color|primary"
				}
			}
		},
		"blocks": {
			"core/heading": {
				"typography": {
                    			"fontFamily": "var:preset|font-family|dm-sans",
					"fontStyle": "normal",
					"lineHeight": "1.3",
					"fontWeight": "700"
				}
			},
			"core/post-title": {
				"typography": {
                    			"fontFamily": "var:preset|font-family|dm-sans",
					"lineHeight": "1.4"
				}
			},
			"core/site-title": {
				"typography": {
					"letterSpacing": "4px"
				}
			}
		},
		"typography": {
            		"fontFamily": "var:preset|font-family|inter",
			"fontStyle": "normal",
			"fontWeight": "400",
			"fontSize": "var:preset|font-size|small"
		},
		"spacing": {
			"blockGap": "1.5rem"
		}
	},
	"settings": {
		"layout": {
			"contentSize": "840px",
			"wideSize": "1200px"
		},
		"color": {
			"palette": [
				{
					"slug": "primary",
					"color": "#090E0E",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#81E4DA",
					"name": "Secondary"
				},
				{
					"slug": "foreground",
					"color": "#464E4D",
					"name": "Foreground"
				},
				{
					"slug": "background",
					"color": "#ffffff",
					"name": "Background"
				},
				{
					"slug": "tertiary",
					"color": "#F0F0F0",
					"name": "Tertiary"
				}
			]
		}
	}
}
