{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 3,
  "title": "Plants styles",
  "description": "Brandy Plants site",
  "settings": {
    "color": {
      "palette": [
        {
          "color": "#377E62",
          "slug": "brandy-primary",
          "name": "Brandy Primary"
        },
        {
          "color": "#FFAC70",
          "slug": "brandy-secondary",
          "name": "Brandy Secondary"
        }
      ]
    },
    "typography": {
      "fontFamilies": [
        {
          "fontFace": [
            {
              "fontFamily": "Jost",
              "fontStyle": "normal",
              "fontWeight": "100 900",
              "src": [
                "file:./[brandy_sites_path]assets/fonts/jost/jost-regular.woff2"
              ],
              "fontDisplay": "swap"
            },
            {
              "fontFamily": "Jost",
              "fontStyle": "italic",
              "fontWeight": "100 900",
              "src": [
                "file:./[brandy_sites_path]assets/fonts/jost/jost-italic.woff2"
              ],
              "fontDisplay": "swap"
            }
          ],
          "fontFamily": "\"Jost\", sans-serif",
          "name": "Jost",
          "slug": "jost"
        },
        {
          "fontFace": [
            {
              "fontFamily": "Prata",
              "fontStyle": "normal",
              "fontWeight": "100 900",
              "src": [
                "file:./[brandy_sites_path]assets/fonts/prata/prata-regular.woff2"
              ],
              "fontDisplay": "swap"
            }
          ],
          "fontFamily": "\"Prata\", sans-serif",
          "name": "Prata",
          "slug": "prata"
        },
        {
          "fontFamily": "-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif",
          "slug": "system-fonts",
          "name": "System fonts"
        }
      ]
    },
    "layout": {
      "contentSize": "960px",
      "wideSize": "1820px"
    },
    "custom": {
      "color": {
        "nav": {
          "item": {
            "background": "#f9fbfa",
            "hover-background": "#f3f7f6",
            "active-background": "#eef4f2"
          }
        }
      },
      "input": {
        "border-radius": "0px"
      },
      "product-image-ratio": "1"
    }
  },
  "styles": {
    "spacing": {
      "padding": {
        "top": "8rem"
      }
    },
    "typography": {
      "fontFamily": "var:preset|font-family|jost"
    },
    "color": {
      "gradient": "linear-gradient(180deg, #FAFCFE 0%, #FFFFFF 100%)"
    },
    "elements": {
      "heading": {
        "typography": {
          "fontFamily": "var:preset|font-family|prata"
        }
      },
      "button": {
        "border": {
          "radius": "0px"
        },
        ":hover": {
          "color": {
            "background": "#4b8a71"
          }
        }
      }
    },
    "blocks": {
      "core/post-featured-image": {
        "border": {
          "radius": "0px"
        },
        "dimensions": {
          "aspectRatio": "1"
        }
      },
      "woocommerce/product-image": {
        "border": {
          "radius": "0px"
        }
      },
      "woocommerce/product-sale-badge": {
        "border": {
          "radius": "0px"
        }
      },
      "core/post-terms": {
        "variations": {
          "pill": {
            "elements": {
              "link": {
                "border": {
                  "radius": "0"
                },
                "color": {
                  "text": "var:preset|color|brandy-primary",
                  "background": "#377e6212"
                },
                ":hover": {
                  "color": {
                    "background": "#377e6226"
                  }
                }
              }
            }
          }
        }
      },
      "core/tag-cloud": {
        "elements": {
          "link": {
            "border": {
              "radius": "0"
            },
            ":hover": {
              "color": {
                "background": "#edf3f1"
              }
            }
          }
        }
      }
    }
  }
}
