{
	"version": 2,
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"settings": {
		"appearanceTools": true,
    "shadow": {
			"defaultPresets": false,
      "presets": [
				{
					"name": "Natural",
					"slug": "natural",
					"shadow": "6px 6px 9px rgba(0, 0, 0, 0.2)"
				},
				{
					"name": "Crisp",
					"slug": "crisp",
					"shadow": "6px 6px 0px rgba(0, 0, 0, 1)"
				}
			]
		},

		"color": {
			"palette": [
        {
          "slug": "primary",
          "color": "#9fa8da",
          "name": "Primary"
        },
        {
          "slug": "secondary",
          "color": "#9fa8da",
          "name": "Secondary"
        },
        {
          "slug": "background",
          "color": "#F8F8FD",
          "name": "Background"
        },
        {
          "slug": "dark-color",
          "color": "#021614",
          "name": "Dark Color"
        },
        {
          "slug": "meta-color",
          "color": "#A5ACAD",
          "name": "Meta Color"
        },
        {
          "slug": "foreground",
          "color": "#646363",
          "name": "Foreground"
        },
        {
          "slug": "foreground-alt",
          "color": "#BFC0C0",
          "name": "Foreground-alt"
        },
        {
          "slug": "light-color",
          "color": "#ffffff",
          "name": "Light Color"
        },
        {
          "slug": "heading-color",
          "color": "#021612",
          "name": "Heading Color"
        },
        {
          "color": "#ffffff00",
          "name": "Transparent",
          "slug": "transparent"
        }
      ],
      "duotone": [
        {
          "colors": ["#3516F0", "#ffffff"],
          "slug": "primary-white",
          "name": "Primary White"
        },
        {
          "colors": ["#3516F0", "#000000"],
          "slug": "primary-dark",
          "name": "Primary Dark"
        },
        {
          "colors": ["#CC0707", "#ffffff"],
          "slug": "secondary-white",
          "name": "Secondary White"
        },
        {
          "colors": ["#3516F0", "#CC0707"],
          "slug": "combined-duo",
          "name": "Combined"
        },
        {
          "colors": ["#A5ACAD", "#ffffff"],
          "slug": "meta-white",
          "name": "Meta Filter"
        }
      ],
      "gradients": [
        {
          "gradient": "linear-gradient(180deg, rgba(0,0,0,0.5) 10%, var(--wp--preset--color--primary) 100% )",
          "name": "Primary Gradient",
          "slug": "primary-gradient"
        },
        {
          "gradient": "linear-gradient(180deg, rgba(0, 0, 0, 0.00) 24%, rgba(0, 0, 0, 1) 100%)",
          "name": "Dark Gradient",
          "slug": "dark-gradient"
        }
      ]
    },
		"layout": {
			"contentSize": "1200px",
			"wideSize": "1360px"
		},
		"spacing": {
			"units": [ "px", "em", "rem", "vh", "vw", "%" ]
		},
		"typography": {
      "dropCap": false,
      "fluid": true,
      "lineHeight": true,
      "customFontSize": true,
      "fontSizes": [
        {
          "slug": "x-small",
          "size": "10px",
          "name": "Extra Small"
        },
        {
          "slug": "small",
          "size": "14px",
          "name": "Extra Small"
        },
        {
          "slug": "normal",
          "size": "16px",
          "name": "Normal"
        },
        {
          "slug": "medium",
          "size": "20px",
          "name": "Medium"
        },
        {
          "slug": "normal",
          "size": "24px",
          "name": "Extra Medium"
        },
        {
          "slug": "big",
          "size": "28px",
          "name": "big"
        },
        {
          "slug": "large",
          "size": "30px",
          "name": "Extra Large"
        },
        {
          "slug": "ix-large",
          "size": "34px",
          "name": "Medium Extra Large"
        },
        {
          "slug": "x-large",
          "size": "44px",
          "name": "Double Extra Large"
        },
        {
          "slug": "xx-large",
          "size": "54px",
          "name": "Big Large"
        },
        {
          "slug": "xxx-large",
          "size": "64px",
          "name": "Big Large"
        }
      ],
      "fontFamilies": [
        {
          "fontFamily": "\"Nunito\", sans-serif",
          "name": "Nunito",
          "slug": "nunito"
        },
        {
					"fontFamily": "Young Serif",
					"slug": "young-serif-regular",
					"fontFace": [
						{
							"fontFamily": "Young Serif",
							"fontWeight": "400",
							"fontStyle": "normal",
							"src": [
								"file:./assets/fonts/young-serif/young-serif.ttf"
							]
						}
					]
				},
        {
          "fontFace": [
            {
              "fontFamily": "Josefin Sans",
              "fontStretch": "normal",
              "fontStyle": "normal",
              "fontWeight": "300 400 500 600 700",
              "src": ["file:./assets/fonts/josefin-sans/JosefinSans-VariableFont_wght.ttf"]
            },
            {
              "fontFamily": "Nunito",
              "fontStretch": "normal",
              "fontStyle": "italic",
              "fontWeight": "300 400 500 600 700 900",
              "src": ["file:./assets/fonts/josefin-sans/JosefinSans-Italic-VariableFont_wght.ttf"]
            }

          ],
          "fontFamily": "\"Josefin Sans\", sans-serif",
          "name": "Josefin Sans",
          "slug": "josefin-sans"
        },
        {
          "fontFace": [
            {
              "fontFamily": "Playfair Display",
              "fontStretch": "normal",
              "fontStyle": "normal",
              "fontWeight": "300 400 500 600 700 900",
              "src": ["file:./assets/fonts/playfair-display/PlayfairDisplay-VariableFont_wght.ttf"]
            },
            {
              "fontFamily": "Playfair Display",
              "fontStretch": "normal",
              "fontStyle": "italic",
              "fontWeight": "300 400 500 600 700 900",
              "src": ["file:./assets/fonts/playfair-display/PlayfairDisplay-Italic-VariableFont_wght.ttf"]
            }
          ],
          "fontFamily": "\"Playfair Display\", sans-serif",
          "name": "Playfair Display",
          "slug": "playfair-display"
        },
        {
          "fontFace": [
            {
              "fontFamily": "Oswald",
              "fontStretch": "normal",
              "fontStyle": "normal",
              "fontWeight": "300 400 500 600 700 900",
              "src": ["file:./assets/fonts/oswald/Oswald-VariableFont_wght.ttf"]
            }
          ],
          "fontFamily": "\"Oswald\", sans-serif",
          "name": "Oswald",
          "slug": "oswald"
        }
      ]
    },
		"useRootPaddingAwareAlignments": true
	},
  "styles": {
    "typography": {
      "fontFamily": "var(--wp--preset--font-family--nunito)",
      "fontSize": "var(--wp-preset--font-size--normal)"
    },

    "elements": {
      "link": {
        "color": {
          "text": "var(--wp--preset--color--primary)"
        },

        ":hover": {
          "color": {
            "text": "var(--wp--preset--color--primary)"
          }
        }
      },
   "h1": {
    "typography": {
      "fontSize": "var(--wp--preset--font-size--x-large)"
    }
  },
  "h2": {
    "typography": {
      "fontSize": "var(--wp--preset--font-size--big)"
    }
    },
    "h3": {
      "typography": {
        "fontSize": "var(--wp--preset--font-size--medium)"
      }
    },
    "h4": {
    "typography": {
    "fontSize": "var(--wp--preset--font-size--normal)"
    }
    },

    "h5": {
      "typography": {
      "fontSize": "var(--wp--preset--font-size--small)"
      }
      },

    "h6": {
      "typography": {
      "fontSize": "var(--wp--preset--font-size--x-small)"
      }
      }
},

"blocks": {
  "core/post-excerpt": {
    "typography": {
      "lineHeight": "1.6"
    }
  },
  "core/post-title": {
    "typography": {
      "lineHeight": "1.5",
      "fontFamily": "var(--wp--preset--font-family--nunito)"
    },
    "elements": {
      "link": {
          "color": {
            "text": "var(--wp--preset--color--heading-color)"
          },
          ":hover": {
            "color": {
              "text": "var(--wp--preset--color--primary)"
            }
          },
          "typography": {
            "textDecoration": "none"
          }
      }
  }
  },
  "core/post-author": {
    "typography": {
      "lineHeight": "1.5",
      "fontFamily": "var(--wp--preset--font-family--nunito)"
    }
  },
  "core/post-author-name": {
    "typography": {
      "lineHeight": "1.5",
      "fontFamily": "var(--wp--preset--font-family--nunito)"
    }
  },
  "core/paragraph": {
    "typography": {
      "lineHeight": "1.5",
      "fontFamily": "var(--wp--preset--font-family--nunito)"
    }
  },
  "core/post-terms": {
    "typography": {
      "textTransform": "capitalize",
      "lineHeight": "1.5",
      "fontFamily": "var(--wp--preset--font-family--nunito)"
    },
    "elements": {
      "link": {
          "color": {
            "text": "var(--wp--preset--color--heading-color)"
          },
          ":hover": {
            "color": {
              "text": "var(--wp--preset--color--primary)"
            }
          },
          "typography": {
            "textDecoration": "none"
          }
      }
  }
  },
  "core/post-date": {
    "typography": {
      "lineHeight": "1.5",
      "fontFamily": "var(--wp--preset--font-family--nunito)"
    }
  },
  "core/query-title": {
    "typography": {
      "fontSize": "var(--wp--preset--font-size--ix-large)"
    }
  }

}
},
	"templateParts": [
      {
        "area": "header",
        "name": "header",
        "title": "Header"
      },
      {
        "area": "footer",
        "name": "footer",
        "title": "Footer"
      },
      {
        "area": "uncategorized",
        "name": "comments",
        "title": "Comments"
      },
      {
        "area": "uncategorized",
        "name": "post-meta",
        "title": "Post Meta"
      }
	],
	"customTemplates": [
		{
			"name": "no-title",
			"title": "No title",
			"postTypes": [ "post","page" ]
		},
    {
      "name": "single-post",
      "postTypes": [
        "single-post"
      ],
      "title": "Single post"
    },
    {
      "name": "blog",
      "postTypes": [
        "page"
      ],
      "title": "Blog"
    }
	]
}

