{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 3,
  "title": "Houseware styles",
  "description": "Houseware site",
  "settings": {
    "color": {
      "palette": [
        {
          "color": "#723B26",
          "slug": "brandy-primary",
          "name": "Brandy Primary"
        },
        {
          "color": "#B89D92",
          "slug": "brandy-secondary",
          "name": "Brandy Secondary"
        },
        {
          "color": "#7F8287",
          "slug": "brandy-muted-foreground",
          "name": "Brandy Secondary Text"
        }
      ]
    },
    "typography": {
      "fontFamilies": [
        {
          "fontFace": [
            {
              "fontFamily": "Outfit",
              "fontStyle": "normal",
              "fontWeight": "100 900",
              "src": ["file:./assets/fonts/outfit/outfit-regular.woff2"],
              "fontDisplay": "swap"
            }
          ],
          "fontFamily": "\"Outfit\", sans-serif",
          "name": "Outfit",
          "slug": "outfit"
        },
        {
          "fontFace": [
            {
              "fontFamily": "Lexend",
              "fontStyle": "normal",
              "fontWeight": "100 900",
              "src": [
                "file:./[brandy_sites_path]assets/fonts/lexend/lexend-regular.woff2"
              ],
              "fontDisplay": "swap"
            }
          ],
          "fontFamily": "\"Lexend\", sans-serif",
          "name": "Lexend",
          "slug": "lexend"
        },
        {
          "fontFamily": "-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif",
          "slug": "system-fonts",
          "name": "System fonts"
        }
      ]
    },
    "custom": {
      "color": {
        "nav": {
          "item": {
            "background": "#fbf9f8",
            "hover-background": "#f7f3f2",
            "active-background": "#ede2df"
          }
        }
      },
      "input": {
        "border-radius": "10px"
      },
      "product-image-ratio": "1",
      "icon": {
        "thickness": "1.5px"
      }
    }
  },
  "styles": {
    "typography": {
      "fontFamily": "var:preset|font-family|outfit"
    },
    "elements": {
      "heading": {
        "typography": {
          "fontFamily": "var:preset|font-family|outfit",
          "fontWeight": "500"
        }
      },
      "h1": {
        "typography": {
          "fontWeight": "500"
        }
      },
      "h2": {
        "typography": {
          "fontWeight": "500"
        }
      },
      "h3": {
        "typography": {
          "fontWeight": "500"
        }
      },
      "button": {
        "border": {
          "radius": "10px"
        },
        ":hover": {
          "color": {
            "background": "#4F281A"
          }
        }
      }
    },
    "blocks": {
      "core/button": {
        "variations": {
          "outline": {
            "css": "&:hover {color:var(--wp--preset--color--white);background:var(--wp--preset--color--brandy-primary);border-color:var(--wp--preset--color--brandy-primary);}",
            "color": {
              "text": "var:preset|color|brandy-primary"
            },
            "border": {
              "color": "var:preset|color|brandy-primary",
              "width": "1px"
            }
          }
        }
      },
      "core/post-featured-image": {
        "dimensions": {
          "aspectRatio": "3/4"
        },
        "border": {
          "radius": "18px"
        }
      },
      "core/post-terms": {
        "variations": {
          "pill": {
            "elements": {
              "link": {
                "color": {
                  "text": "var:preset|color|brandy-primary",
                  "background": "#723b2612"
                },
                ":hover": {
                  "color": {
                    "background": "#723b2626"
                  }
                }
              }
            }
          }
        }
      },
      "core/tag-cloud": {
        "elements": {
          "link": {
            ":hover": {
              "color": {
                "background": "#f2ecea"
              }
            }
          }
        }
      },
      "woocommerce/product-sale-badge": {
        "typography": {
          "textTransform": "capitalize"
        }
      }
    }
  }
}
