{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 3,
  "title": "Shoes styles",
  "description": "Brandy Shoes site",
  "settings": {
    "color": {
      "palette": [
        {
          "color": "#BFEA88",
          "slug": "brandy-primary",
          "name": "Brandy Primary"
        },
        {
          "color": "#E5F33C",
          "slug": "brandy-secondary",
          "name": "Brandy Secondary"
        },
        {
          "color": "#FCFCFC",
          "slug": "brandy-foreground",
          "name": "Brandy Primary Text"
        },
        {
          "color": "#B1B2B2",
          "slug": "brandy-muted-foreground",
          "name": "Brandy Secondary Text"
        },
        {
          "color": "#BFEA881A",
          "slug": "brandy-border",
          "name": "Brandy Border"
        }
      ],
      "duotone": [
        {
          "colors": ["#ffffff", "#000000"],
          "slug": "white-and-black",
          "name": "White and Black"
        }
      ]
    },
    "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(255, 255, 255, 0.1), 0 1px 2px 0 rgba(255, 255, 255, 0.06)"
        },
        {
          "name": "Medium",
          "slug": "md",
          "shadow": "0 4px  10px 0 rgba( 255, 255, 255, 0.3 )"
        },
        {
          "name": "Base",
          "slug": "base",
          "shadow": "0 4px  20px 0 #ffffff26"
        },
        {
          "name": "Large",
          "slug": "lg",
          "shadow": "0 8px  15px 0 rgba( 255, 255, 255, 0.3 )"
        }
      ],
      "custom": true
    },
    "custom": {
      "color": {
        "background": "#111111",
        "foreground": "var:preset|color|brandy-foreground",
        "sidebar": {
          "background": "#22271d"
        },
        "card": {
          "background": "#282E36"
        },
        "input": {
          "foreground": "var:preset|color|brandy-foreground",
          "background": "#FFFFFF03",
          "border": "#484F59",
          "hover-border": "#484F59",
          "focus-border": "#484F59"
        },
        "nav": {
          "item": {
            "foreground": "var:preset|color|brandy-foreground",
            "background": "#282E36",
            "hover-background": "#484F59",
            "active-background": "#ecffdb",
            "active-foreground": "#111111",
            "count-background": "var:preset|color|white",
            "count-foreground": "#111111"
          }
        },
        "button": {
          "outline": {
            "hover-foreground": "var:preset|color|white",
            "hover-background": "var:preset|color|brandy-primary",
            "hover-border": "var:preset|color|brandy-primary"
          }
        }
      },
      "input": {
        "border-radius": "16px"
      },
      "product-image-ratio": "3/4"
    }
  },
  "styles": {
    "spacing": {
      "padding": {
        "top": "12rem"
      }
    },
    "typography": {
      "fontFamily": "var:preset|font-family|jost"
    },
    "elements": {
      "heading": {
        "typography": {
          "fontFamily": "var:preset|font-family|jost",
          "fontWeight": "600"
        },
        "color": {
          "text": "var:preset|color|brandy-secondary"
        }
      },
      "button": {
        "spacing": {
          "padding": {
            "left": "24px",
            "right": "24px",
            "top": "13px",
            "bottom": "13px"
          }
        },
        "border": {
          "radius": "36px"
        },
        "color": {
          "text": "#111111",
          "background": "var:preset|color|brandy-primary"
        },
        ":hover": {
          "color": {
            "text": {
              "ref": "styles.elements.button.color.text"
            },
            "background": "var:preset|color|brandy-secondary"
          }
        }
      }
    },
    "blocks": {
      "woocommerce/product-sale-badge": {
        "color": {
          "background": "#E87561"
        },
        "border": {
          "radius": "6px"
        }
      },
      "core/button": {
        "variations": {
          "outline": {
            "color": {
              "text": "var:preset|color|brandy-muted-foreground"
            },
            "border": {
              "width": "1px",
              "color": "#A8AEAE"
            }
          }
        }
      },
      "core/categories": {
        "elements": {
          "link": {
            "border": {
              "radius": "12px"
            },
            "color": {
              "text": "var:preset|color|brandy-foreground",
              "background": "#282E36"
            },
            ":hover": {
              "color": {
                "text": "var:preset|color|brandy-foreground",
                "background": "#484F59"
              }
            }
          }
        }
      },
      "core/post-terms": {
        "variations": {
          "pill": {
            "elements": {
              "link": {
                "color": {
                  "text": "var:preset|color|brandy-foreground",
                  "background": "#282E36"
                },
                ":hover": {
                  "color": {
                    "text": "var:preset|color|brandy-foreground",
                    "background": "#484F59"
                  }
                }
              }
            }
          }
        }
      },
      "core/tag-cloud": {
        "elements": {
          "link": {
            "color": {
              "text": "var:preset|color|brandy-foreground",
              "background": "#282E36"
            },
            ":hover": {
              "color": {
                "text": "var:preset|color|brandy-foreground",
                "background": "#484F59"
              }
            }
          }
        }
      },
      "core/post-title": {
        "elements": {
          "link": {
            "color": {
              "text": "var:preset|color|brandy-foreground"
            }
          }
        }
      }
    }
  }
}
