{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 3,
  "title": "Marketplace styles",
  "description": "Brandy Marketplace store",
  "settings": {
    "color": {
      "palette": [
        {
          "color": "#3E52FF",
          "slug": "brandy-primary",
          "name": "Brandy Primary"
        },
        {
          "color": "#8AFF8C",
          "slug": "brandy-seconadary",
          "name": "Brandy Secondary"
        },
        {
          "color": "#606979",
          "slug": "brandy-muted-foreground",
          "name": "Brandy Secondary Text"
        }
      ]
    },
    "typography": {
      "fontFamilies": [
        {
          "fontFace": [
            {
              "fontFamily": "Inter",
              "fontStyle": "normal",
              "fontWeight": "100 900",
              "src": [
                "file:./[brandy_sites_path]assets/fonts/inter/inter-regular.woff2"
              ],
              "fontDisplay": "swap"
            }
          ],
          "fontFamily": "\"Inter\", serif",
          "name": "Inter",
          "slug": "inter"
        },
        {
          "fontFace": [
            {
              "fontFamily": "Outfit",
              "fontStyle": "normal",
              "fontWeight": "100 900",
              "src": ["file:./assets/fonts/outfit/outfit-regular.woff2"],
              "fontDisplay": "swap"
            }
          ],
          "fontFamily": "\"Outfit\", serif",
          "name": "Outfit",
          "slug": "outfit"
        },
        {
          "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": "1440px"
    },
    "custom": {
      "color": {
        "nav": {
          "item": {
            "background": "#fafcff",
            "hover-background": "#f4f8ff",
            "active-background": "#e5f1fc"
          }
        }
      },
      "input": {
        "border-radius": "15px"
      },
      "product-image-ratio": "1"
    }
  },
  "styles": {
    "spacing": {
      "padding": {
        "bottom": "var:preset|spacing|50"
      }
    },
    "typography": {
      "fontFamily": "var:preset|font-family|outfit"
    },
    "elements": {
      "heading": {
        "typography": {
          "fontFamily": "var:preset|font-family|inter",
          "fontWeight": "700"
        }
      },
      "button": {
        "color": {
          "text": "var:preset|color|white",
          "background": "var:preset|color|brandy-foreground"
        },
        ":hover": {
          "color": {
            "text": "var:preset|color|white",
            "background": "var:preset|color|brandy-primary"
          }
        },
        "border": {
          "radius": "100px"
        },
        "typography": {
          "fontWeight": "500"
        },
        "spacing": {
          "padding": {
            "left": "30px",
            "right": "30px",
            "top": "17px",
            "bottom": "17px"
          }
        }
      }
    },
    "blocks": {
      "woocommerce/product-sale-badge": {
        "shadow": "none",
        "color": {
          "text": "var:preset|color|brandy-foreground",
          "background": "var:preset|color|white"
        },
        "border": {
          "radius": "100px"
        },
        "spacing": {
          "padding": {
            "top": "3px",
            "right": "12px",
            "bottom": "3px",
            "left": "12px"
          }
        },
        "typography": {
          "fontWeight": "400",
          "textTransform": "capitalize"
        }
      },
      "core/categories": {
        "css": "& .cat-item{display:flex;width:100%;margin-bottom:10px;} & .cat-item:last-child{margin-bottom:0;} & .cat-item.current-cat a{font-weight:600;background-color:#edf3ff !important;}",
        "elements": {
          "link": {
            "color": {
              "background": "#fafcff"
            },
            ":hover": {
              "color": {
                "background": "#f4f8ff"
              }
            }
          }
        }
      },
      "core/post-terms": {
        "variations": {
          "pill": {
            "elements": {
              "link": {
                "color": {
                  "text": "var:preset|color|brandy-primary",
                  "background": "#0075ff12"
                },
                ":hover": {
                  "color": {
                    "background": "#0075ff26"
                  }
                }
              }
            }
          }
        }
      },
      "core/tag-cloud": {
        "elements": {
          "link": {
            ":hover": {
              "color": {
                "background": "#ecf2ff"
              }
            }
          }
        }
      }
    }
  }
}
