{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 3,
  "title": "Pet styles",
  "description": "Brandy Pet site",
  "settings": {
    "color": {
      "palette": [
        {
          "color": "#504030",
          "slug": "brandy-primary",
          "name": "Brandy Primary"
        },
        {
          "color": "#E09FAF",
          "slug": "brandy-secondary",
          "name": "Brandy Secondary"
        },
        {
          "color": "#7D7369",
          "slug": "brandy-muted-foreground",
          "name": "Brandy Secondary Text"
        },
        {
          "color": "#e3e1da",
          "slug": "brandy-border",
          "name": "Brandy Border"
        }
      ]
    },
    "typography": {
      "fontFamilies": [
        {
          "fontFace": [
            {
              "fontFamily": "Nunito",
              "fontStyle": "normal",
              "fontWeight": "100 900",
              "src": [
                "file:./[brandy_sites_path]assets/fonts/nunito/nunito-regular.woff2"
              ],
              "fontDisplay": "swap"
            },
            {
              "fontFamily": "Nunito",
              "fontStyle": "italic",
              "fontWeight": "100 900",
              "src": [
                "file:./[brandy_sites_path]assets/fonts/nunito/nunito-italic.woff2"
              ],
              "fontDisplay": "swap"
            }
          ],
          "fontFamily": "\"Nunito\", sans-serif",
          "name": "Nunito",
          "slug": "nunito"
        },
        {
          "fontFamily": "-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif",
          "slug": "system-fonts",
          "name": "System fonts"
        }
      ]
    },
    "custom": {
      "color": {
        "background": "#ECE8DF",
        "foreground": "var:preset|color|brandy-primary",
        "sidebar": {
          "background": "var:custom|color|background"
        },
        "card": {
          "background": "#F4F0E5"
        },
        "input": {
          "background": "var:custom|color|background",
          "border": "#D3D0C7",
          "hover-border": "#D3D0C7",
          "focus-border": "var:preset|color|brandy-primary"
        },
        "nav": {
          "item": {
            "background": "#F2EFE7",
            "hover-background": "#FCFAF5",
            "active-background": "#FCFAF5",
            "count-background": "#F5F3ED",
            "count-foreground": "var:preset|color|brandy-foreground"
          }
        }
      },
      "input": {
        "border-radius": "10px"
      },
      "product-image-ratio": "4/5"
    }
  },
  "styles": {
    "spacing": {
      "padding": {
        "top": "12rem"
      }
    },
    "typography": {
      "fontFamily": "var:preset|font-family|nunito"
    },
    "elements": {
      "heading": {
        "typography": {
          "fontFamily": "var:preset|font-family|nunito",
          "fontWeight": "700"
        }
      },
      "button": {
        "color": {
          "text": "var:preset|color|white",
          "background": "#726155"
        },
        ":hover": {
          "color": {
            "text": "var:preset|color|white",
            "background": "var:preset|color|brandy-primary"
          }
        },
        "border": {
          "radius": "22px"
        },
        "spacing": {
          "padding": {
            "left": "24px",
            "right": "24px",
            "top": "13px",
            "bottom": "13px"
          }
        },
        "typography": {
          "fontWeight": "700"
        }
      }
    },
    "blocks": {
      "core/post-terms": {
        "variations": {
          "pill": {
            "elements": {
              "link": {
                "color": {
                  "text": "var:preset|color|brandy-primary",
                  "background": "#ffffff"
                },
                ":hover": {
                  "color": {
                    "background": "#41342826"
                  }
                }
              }
            }
          }
        }
      },
      "core/tag-cloud": {
        "elements": {
          "link": {
            "color": {
              "background": "#F2EFE7"
            },
            ":hover": {
              "color": {
                "background": "#f5f2e9"
              }
            }
          }
        }
      },
      "woocommerce/cart-totals-block": {
        "color": {
          "background": "#F2EFE7"
        }
      },
      "woocommerce/checkout-totals-block": {
        "color": {
          "background": "#F2EFE7"
        }
      }
    }
  }
}
