{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 3,
  "title": "Halloween styles",
  "description": "Halloween site",
  "settings": {
    "color": {
      "palette": [
        {
          "color": "#E26B0F",
          "slug": "brandy-primary",
          "name": "Brandy Primary"
        },
        {
          "color": "#9747FF",
          "slug": "brandy-secondary",
          "name": "Brandy Secondary"
        },
        {
          "color": "#E0E3EC",
          "slug": "brandy-foreground",
          "name": "Brandy Primary Text"
        },
        {
          "color": "#A8AEAE",
          "slug": "brandy-muted-foreground",
          "name": "Brandy Secondary Text"
        },
        {
          "color": "#A7A9B01A",
          "slug": "brandy-border",
          "name": "Brandy Border"
        }
      ],
      "duotone": [
        {
          "colors": ["#ffffff", "#000000"],
          "slug": "white-and-black",
          "name": "White and Black"
        }
      ]
    },
    "typography": {
      "fontFamilies": [
        {
          "fontFace": [
            {
              "fontFamily": "Chelsea Market",
              "fontStyle": "normal",
              "fontWeight": "100 900",
              "src": [
                "file:./[brandy_sites_path]assets/fonts/chelsea-market/chelsea-market-regular.woff2"
              ],
              "fontDisplay": "swap"
            }
          ],
          "fontFamily": "\"Chelsea Market\", system-ui",
          "name": "Chelsea Market",
          "slug": "chelsea-market"
        },
        {
          "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"
        }
      ]
    },
    "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": "#040E17",
        "foreground": "var:preset|color|brandy-foreground",
        "card": {
          "background": "#282E36"
        },
        "input": {
          "foreground": "var:preset|color|brandy-foreground",
          "background": "#1F2329",
          "border": "#484F59",
          "hover-border": "#484F59",
          "focus-border": "#484F59"
        },
        "nav": {
          "item": {
            "foreground": "var:preset|color|brandy-foreground",
            "background": "#282E36",
            "hover-background": "#484F59",
            "active-background": "#FCFAF5",
            "active-foreground": "#151617",
            "count-background": "#F5F3ED",
            "count-foreground": "#151617"
          }
        },
        "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": "12px"
      },
      "product-image-ratio": "3/4"
    }
  },
  "styles": {
    "typography": {
      "fontFamily": "var:preset|font-family|lexend"
    },
    "elements": {
      "heading": {
        "typography": {
          "fontFamily": "var:preset|font-family|chelsea-market"
        }
      },
      "button": {
        "spacing": {
          "padding": {
            "left": "24px",
            "right": "24px",
            "top": "12px",
            "bottom": "12px"
          }
        },
        "border": {
          "radius": "12px"
        },
        ":hover": {
          "color": {
            "background": "#c65e0d"
          }
        }
      }
    },
    "blocks": {
      "woocommerce/product-sale-badge": {
        "border": {
          "radius": "12px"
        }
      },
      "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"
              }
            }
          }
        }
      }
    }
  }
}
