{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 3,
  "title": "WooCommerce styles",
  "description": "WooCommerce site",
  "settings": {
    "layout": {
      "wideSize": "1440px"
    },
    "color": {
      "palette": [
        {
          "color": "#2F70B3",
          "slug": "brandy-primary",
          "name": "Brandy Primary"
        },
        {
          "color": "#DB2929",
          "slug": "brandy-secondary",
          "name": "Brandy Secondary"
        },
        {
          "color": "#F2F7FB",
          "slug": "brandy-custom-1",
          "name": "Brandy Custom 1"
        },
        {
          "color": "#FFF5F0",
          "slug": "brandy-custom-2",
          "name": "Brandy Custom 2"
        },
        {
          "color": "#ffede4",
          "slug": "brandy-custom-3",
          "name": "Brandy Custom 3"
        }
      ]
    },
    "custom": {
      "color": {
        "nav": {
          "item": {
            "background": "#fafbfc",
            "hover-background": "#f4f7fa",
            "active-background": "#edf3f9"
          }
        }
      }
    }
  },
  "styles": {
    "elements": {
      "button": {
        ":hover": {
          "color": {
            "background": "#437eba"
          }
        }
      }
    },
    "blocks": {
      "core/post-terms": {
        "variations": {
          "pill": {
            "elements": {
              "link": {
                "color": {
                  "text": "var:preset|color|brandy-primary",
                  "background": "#2f70b312"
                },
                ":hover": {
                  "color": {
                    "background": "#2f70b326"
                  }
                }
              }
            }
          }
        }
      },
      "core/tag-cloud": {
        "elements": {
          "link": {
            ":hover": {
              "color": {
                "background": "#ecf2f8"
              }
            }
          }
        }
      }
    }
  }
}
