{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	"title": "Ocean",
	"settings": {
		"color": {
			"palette": [
				{
					"color": "#002FFF",
					"name": "Base",
					"slug": "base"
				},
				{
					"color": "#ffffff",
					"name": "Base / 2",
					"slug": "base-2"
				},
				{
					"color": "#f4f7ff",
					"name": "Contrast",
					"slug": "contrast"
				}
			]
		},
		"typography": {
		    "fluid": true,
			    "fontFamilies": [
			        {
			            "fontFace": [
			                {
			                    "src": [
			                        "file:./assets/fonts/literata/Literata72pt-Bold.woff2"
			                    ],
			                    "fontWeight": "700",
			                    "fontStyle": "normal",
			                    "fontFamily": "Literata"
			                },
			                {
			                    "src": [
			                        "file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2"
			                    ],
			                    "fontWeight": "700",
			                    "fontStyle": "italic",
			                    "fontFamily": "Literata"
			                }
			            ],
			            "fontFamily": "Literata",
			            "name": "Literata",
			            "slug": "heading"
			        },
			        {
			            "fontFace": [
			                {
			                    "fontFamily": "Jost",
			                    "fontStyle": "normal",
			                    "fontWeight": "100 900",
			                    "src": [
			                        "file:./assets/fonts/jost/jost-variable-font.woff2"
			                    ]
			                },
			                {
			                    "fontFamily": "Jost",
			                    "fontStyle": "italic",
			                    "fontWeight": "100 900",
			                    "src": [
			                        "file:./assets/fonts/jost/jost-italic-variable-font.woff2"
			                    ]
			                }
			            ],
			            "fontFamily": "\"Jost\", sans-serif",
			            "name": "Jost",
			            "slug": "body"
			        }
			    ]
		    }
	},
	"styles": {
		"blocks": {
			"core/comment-date": {
				"color": {
					"text": "var(--wp--preset--color--contrast)"
				},
				"elements": {
					"link": {
						"color": {
							"text": "var(--wp--preset--color--contrast)"
						}
					}
				}
			},
			"core/comment-edit-link": {
				"elements": {
					"link": {
						"color": {
							"text": "var(--wp--preset--color--contrast)"
						}
					}
				}
			},
			"core/comment-reply-link": {
				"elements": {
					"link": {
						"color": {
							"text": "var(--wp--preset--color--contrast)"
						}
					}
				}
			},
			"core/post-date": {
				"color": {
					"text": "var(--wp--preset--color--contrast)"
				},
				"elements": {
					"link": {
						"color": {
							"text": "var(--wp--preset--color--contrast)"
						}
					}
				}
			},
			"core/quote": {
				"color": {
					"background": "var(--wp--preset--color--base)",
					"fontFamily": "var(--wp--preset--font-family--body)"
				}
			},
			"core/site-tagline": {
				"color": {
					"text": "var(--wp--preset--color--contrast)"
				}
			}
		},
		"elements": {
			"caption": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--body)"
				}
			},
			"heading": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--heading)",
					"fontWeight": "700"
				}
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--body)"
		}
	}
}