{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 2,
  "customTemplates": [
    {
      "name": "blank",
      "title": "Blank",
      "postTypes": [
        "page",
        "post"
      ]
    }
  ],
  "settings": {
    "appearanceTools": true,
    "color": {
      "palette": [
        {
          "slug": "background",
          "color": "#ffffff",
          "name": "background"
        },
        {
          "slug": "main",
          "color": "#5b3e62",
          "name": "main"
        },
        {
          "slug": "title",
          "color": "#5b3e62",
          "name": "title"
        },
        {
          "slug": "texts",
          "color": "#ffffff",
          "name": "texts"
        },
        {
          "slug": "light",
          "color": "#B379BE",
          "name": "light"
        },
        {
          "slug": "purple-neon",
          "color": "#d200fa",
          "name": "purple_neon"
        },
        {
          "slug": "purple-black",
          "color": "#261A2AFF",
          "name": "purple_black"
        },
        {
          "slug": "fly-dark",
          "color": "#5D335D1",
          "name": "fly_dark"
        },
        {
          "slug": "fly-light",
          "color": "#C59AD1",
          "name": "fly_light"
        }
      ],
      "gradients": [
        {
          "slug": "main-to-light",
          "gradient": "linear-gradient(160deg, var(--wp--preset--color--main), var(--wp--preset--color--light))",
          "name": "Main to Light"
        },
        {
          "slug": "fly-gradient",
          "gradient": "linear-gradient(135deg, #5d335d,#c59ad1)",
          "name": "Fly"
        }
      ],
      "link": true
    },
    "layout": {
      "contentSize": "1200px",
      "wideSize": "1200px"
    },
    "typography": {
      "fontFamilies": [
        {
          "fontFamily": "\"Courgette\", cursive",
          "name": "Courgette",
          "slug": "courgette"
        },
        {
          "fontFamily": "\"Lato\", sans-serif",
          "name": "Lato",
          "slug": "lato"
        },
        {
          "fontFamily": "\"Merriweather\", serif",
          "name": "Merriweather",
          "slug": "merriweather"
        },
        {
          "fontFamily": "\"Montserrat\", sans-serif",
          "name": "Montserrat",
          "slug": "montserrat"
        },
        {
          "fontFamily": "\"Open Sans\", sans-serif",
          "name": "Open Sans",
          "slug": "opensans"
        }
      ],
      "fontSizes": [
        {
          "slug": "extra-small",
          "size": "0.85em",
          "name": "Extra small"
        },
        {
          "slug": "small",
          "size": "1em",
          "name": "Small"
        },
        {
          "slug": "normal",
          "size": "1.25em",
          "name": "Normal"
        },
        {
          "slug": "regular",
          "size": "2em",
          "name": "Regular"
        },
        {
          "slug": "bigger",
          "size": "3em",
          "name": "Bigger"
        },
        {
          "slug": "huge",
          "size": "5em",
          "name": "Huge"
        },
        {
          "slug": "colose",
          "size": "6em",
          "name": "Colose"
        }
      ],
      "lineHeight": true
    },
    "spacing": {
      "padding": true,
      "margin": true,
      "units": [
        "px",
        "em",
        "rem",
        "vh",
        "vw",
        "%"
      ]
    },
    "blocks": {
      "core/heading": {
        "spacing": {
          "padding": true,
          "margin": true,
          "units": [
            "px",
            "em",
            "rem",
            "vh",
            "vw"
          ]
        },
        "border": {
          "color": true,
          "radius": true,
          "style": true,
          "width": true
        }
      }
    }
  },
  "styles": {
    "elements": {
      "link": {
        "color": {
          "text": "var(--wp--preset--color--light)"
        }
      }
    },
    "blocks": {
      "core/template-part": {
        "color": {
          "background": "var(--wp--preset--color--background)",
          "text": "var(--wp--preset--color--main)"
        }
      },
      "core/post-title": {
        "color": {
          "text": "var(--wp--preset--color--title)"
        }
      },
      "core/button": {
        "border": {
          "radius": "0"
        },
        "color": {
          "background": "var(--wp--preset--color--main)"
        },
        "typography": {
          "fontSize": "normal"
        }
      },
      "core/navigation": {
        "color": {
          "text": "var(--wp--preset--color--main)"
        },
        "typography": {
          "fontSize": "var(--wp--preset--font-size--small)",
          "fontWeight": "900"
        }
      },
      "core/heading": {
        "color": {
          "text": "var(--wp--preset--color--title)"
        }
      },
      "core/site-title": {
        "color": {
          "text": "var(--wp--preset--color--main)"
        }
      },
      "footer/page-list": {
        "color": {
          "text": "var(--wp--preset--color--text)"
        }
      }
    },
    "color": {
      "background": "var(--wp--preset--color--background)",
      "text": "var(--wp--preset--color--main)"
    },
    "typography": {
      "fontFamily": "var(--wp--preset--font-family--montserrat)"
    }
  },
  "templateParts": [
    {
      "name": "header",
      "area": "header",
      "title": "Header"
    },
    {
      "name": "footer",
      "area": "footer",
      "title": "Footer"
    }
  ]
}