{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 3,
  "title": "Shoes styles",
  "description": "Brandy Shoes site",
  "settings": {
    "color": {
      "palette": [
        {
          "color": "#0075FF",
          "slug": "brandy-primary",
          "name": "Brandy Primary"
        },
        {
          "color": "#7FD49C",
          "slug": "brandy-secondary",
          "name": "Brandy Secondary"
        },
        {
          "color": "#495C70",
          "slug": "brandy-muted-foreground",
          "name": "Brandy Secondary Text"
        }
      ]
    },
    "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"
        },
        {
          "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"
    },
    "shadow": {
      "presets": [
        {
          "name": "Small",
          "slug": "sm",
          "shadow": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)"
        },
        {
          "name": "Medium",
          "slug": "md",
          "shadow": "0 4px  10px 0 rgba( 0, 0, 0, 0.3 )"
        },
        {
          "name": "Base",
          "slug": "base",
          "shadow": "0 4px  20px 0 #00000026"
        },
        {
          "name": "Large",
          "slug": "lg",
          "shadow": "0 8px  15px 0 rgba( 0, 0, 0, 0.3 )"
        },
        {
          "name": "Custom 1",
          "slug": "custom-1",
          "shadow": "2px 2px 0px 0px var(--wp--preset--color--brandy-foreground)"
        },
        {
          "name": "Custom 2",
          "slug": "custom-2",
          "shadow": "3px 3px 0px 0px var(--wp--preset--color--brandy-foreground)"
        },
        {
          "name": "Custom 3",
          "slug": "custom-3",
          "shadow": "4px 4px 0px 0px var(--wp--preset--color--brandy-foreground)"
        }
      ]
    },
    "custom": {
      "color": {
        "nav": {
          "item": {
            "background": "#fafcff",
            "hover-background": "#f4f8ff",
            "active-background": "#e5f1fc"
          }
        }
      },
      "input": {
        "border-radius": "0px"
      },
      "product-image-ratio": "1"
    }
  },
  "styles": {
    "spacing": {
      "padding": {
        "bottom": "var(--wp--preset--spacing--40)"
      }
    },
    "typography": {
      "fontFamily": "var:preset|font-family|jost"
    },
    "elements": {
      "heading": {
        "typography": {
          "fontFamily": "var:preset|font-family|jost"
        }
      },
      "button": {
        "color": {
          "text": "var:preset|color|brandy-foreground",
          "background": "var:preset|color|white"
        },
        "border": {
          "radius": "8px",
          "width": "1.5px",
          "color": "var:preset|color|brandy-foreground",
          "style": "solid"
        },
        "shadow": "var:preset|shadow|custom-1",
        "spacing": {
          "padding": {
            "left": "30px",
            "right": "30px",
            "top": "17px",
            "bottom": "17px"
          }
        },
        "typography": {
          "fontSize": "16px",
          "fontWeight": "500",
          "lineHeight": "1"
        },
        ":hover": {
          "color": {
            "text": "var:preset|color|white",
            "background": "var:preset|color|brandy-foreground"
          },
          "shadow": "var:preset|shadow|custom-1"
        }
      }
    },
    "blocks": {
      "woocommerce/product-button": {
        "shadow": {
          "$ref": "styles.elements.button.shadow"
        },
        "border": {
          "width": {
            "$ref": "styles.elements.button.border.width"
          },
          "color": "var:preset|color|brandy-foreground",
          "style": "solid !important",
          "radius": {
            "$ref": "styles.elements.button.border.radius"
          }
        },
        "spacing": {
          "padding": {
            "left": "30px",
            "right": "30px",
            "top": "13px",
            "bottom": "13px"
          }
        },
        "typography": {
          "fontSize": "small"
        }
      },
      "core/post-featured-image": {
        "border": {
          "radius": "0px"
        }
      },
      "woocommerce/product-image": {
        "border": {
          "radius": "0px"
        }
      },
      "woocommerce/product-sale-badge": {
        "spacing": {
          "padding": {
            "top": "2px",
            "right": "8px",
            "bottom": "2px",
            "left": "8px"
          }
        },
        "border": {
          "radius": "0px"
        }
      },
      "woocommerce/cart-totals-block": {
        "border": {
          "radius": "0px"
        }
      },
      "woocommerce/checkout-totals-block": {
        "border": {
          "radius": "0px"
        }
      },
      "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"
              }
            }
          }
        }
      }
    }
  }
}
