{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 3,
  "title": "Ebook styles",
  "description": "Ebook store styles",
  "settings": {
    "color": {
      "palette": [
        {
          "color": "#FF7F09",
          "slug": "brandy-primary",
          "name": "Brandy Primary"
        },
        {
          "color": "#305CA7",
          "slug": "brandy-secondary",
          "name": "Brandy Secondary"
        },
        {
          "color": "#64748B",
          "slug": "brandy-muted-foreground",
          "name": "Brandy Secondary Text"
        }
      ]
    },
    "typography": {
      "fontFamilies": [
        {
          "fontFace": [
            {
              "fontFamily": "Alice",
              "fontStyle": "normal",
              "fontWeight": "100 900",
              "src": [
                "file:./[brandy_sites_path]assets/fonts/alice/alice-regular.woff2"
              ],
              "fontDisplay": "swap"
            }
          ],
          "fontFamily": "\"Alice\", serif",
          "name": "Alice",
          "slug": "alice"
        },
        {
          "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"
        },
        {
          "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": "1280px"
    },
    "custom": {
      "color": {
        "nav": {
          "item": {
            "background": "#fffbf8",
            "hover-background": "#fff6ef",
            "active-background": "#f8ebe1"
          }
        }
      },
      "input": {
        "border-radius": "16px"
      },
      "product-image-ratio": "4/6"
    }
  },
  "styles": {
    "spacing": {
      "padding": {
        "top": "8rem"
      }
    },
    "typography": {
      "fontFamily": "var:preset|font-family|outfit"
    },
    "elements": {
      "heading": {
        "typography": {
          "fontFamily": "var:preset|font-family|alice",
          "fontWeight": "400"
        }
      },
      "button": {
        "border": {
          "radius": "16px"
        },
        ":hover": {
          "color": {
            "background": "#e06f07"
          }
        }
      }
    },
    "blocks": {
      "woocommerce/product-image": {
        "border": {
          "radius": "16px"
        }
      },
      "woocommerce/product-button": {
        "border": {
          "radius": "16px"
        },
        "typography": {
          "fontSize": "14px",
          "fontWeight": "500"
        }
      },
      "woocommerce/product-sale-badge": {
        "border": {
          "radius": "16px"
        }
      },
      "core/post-terms": {
        "variations": {
          "pill": {
            "elements": {
              "link": {
                "color": {
                  "text": "var:preset|color|brandy-primary",
                  "background": "#ff7f0912"
                },
                ":hover": {
                  "color": {
                    "background": "#ff7f0926"
                  }
                }
              }
            }
          }
        }
      },
      "core/tag-cloud": {
        "elements": {
          "link": {
            ":hover": {
              "color": {
                "background": "#fff1e6"
              }
            }
          }
        }
      }
    }
  }
}
