{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 2,
  "customTemplates": [
    {
      "name": "blank",
      "title": "Blank",
      "postTypes": ["page", "post"]
    },
    {
      "name": "blog-listing",
      "title": "Blog Listing",
      "postTypes": ["page"]
    },
    {
      "name": "page-left-sidebar",
      "title": "Page Left Sidebar",
      "postTypes": ["page"]
    },
    {
      "name": "page-right-sidebar",
      "title": "Page Right Sidebar",
      "postTypes": ["page"]
    },
    {
      "name": "page-no-featublue-image",
      "title": "Page (No Featublue Image)",
      "postTypes": ["page"]
    },
    {
      "name": "page-no-title-featublue-image",
      "title": "Page (No Title and Featublue Image)",
      "postTypes": ["page"]
    },
    {
      "name": "single-left-sidebar",
      "title": "Single Post Left Sidebar",
      "postTypes": ["post"]
    },
    {
      "name": "single-right-sidebar",
      "title": "Single Post Right Sidebar",
      "postTypes": ["post"]
    },
    {
      "name": "single-fullwidth",
      "title": "Single Full Width",
      "postTypes": ["post"]
    },
    {
      "name": "single",
      "title": "Single Post",
      "postTypes": ["post"]
    },
    {
      "name": "single-product",
      "title": "Single Product",
      "postTypes": ["product"]
    },
    {
      "name": "product-search-results",
      "title": "Products Search Result"
    },
    {
      "name": "taxonomy-product_tag",
      "title": "Products by Tag"
    },
    {
      "name": "taxonomy-product_cat",
      "title": "Products by Category"
    },
    {
      "name": "archive-product",
      "title": "Product Catalog"
    }
  ],
  "templateParts": [
    {
      "name": "header",
      "title": "Header",
      "area": "header"
    },
    {
      "name": "footer",
      "title": "Footer",
      "area": "footer"
    },
    {
      "name": "sidebar",
      "title": "Sidebar",
      "area": "uncategorized"
    },
    {
      "name": "product-sidebar",
      "title": "Product Sidebar",
      "area": "uncategorized"
    }
  ],
  "settings": {
    "appearanceTools": true,
    "color": {
      "background": true,
      "text": true,
      "link": true,
      "defaultDuotone": true,
      "defaultPalette": false,
      "defaultGradients": false,
      "duotone": [
        {
          "colors": ["#0d0d0d", "#ffffff"],
          "name": "Dark Gray and White",
          "slug": "dark-gray-and-white"
        },
        {
          "colors": ["#0d0d0d", "#d4af37"],
          "name": "Dark Gray and Gold",
          "slug": "dark-gray-and-gold"
        },
        {
          "colors": ["#d4af37", "#ffffff"],
          "name": "Gold and White",
          "slug": "gold-and-white"
        },
        {
          "colors": ["#d4af37", "#0d0d0d"],
          "name": "Gold and Dark Gray",
          "slug": "gold-and-dark-gray"
        },
        {
          "colors": ["#0d0d0d", "#ffd700"],
          "name": "Dark Gray and Bright Gold",
          "slug": "dark-gray-and-bright-gold"
        },
        {
          "colors": ["#d4af37", "#a67c00"],
          "name": "Gold and Dark Gold",
          "slug": "gold-and-dark-gold"
        },
        {
          "colors": ["#0d0d0d", "#e1c16e"],
          "name": "Dark Gray and Medium Gold",
          "slug": "dark-gray-and-medium-gold"
        },
        {
          "colors": ["#a67c00", "#ffffff"],
          "name": "Dark Gold and White",
          "slug": "dark-gold-and-white"
        },
        {
          "colors": ["#d4af37", "#f4d58d"],
          "name": "Gold and Light Gold",
          "slug": "gold-and-light-gold"
        },
        {
          "colors": ["#0d0d0d", "#f4d58d"],
          "name": "Dark Gray and Soft Gold",
          "slug": "dark-gray-and-soft-gold"
        }
      ],
      "gradients": [
        {
          "gradient": "linear-gradient(to bottom, #0d0d0d 0%, #d4af37 100%)",
          "name": "Dark Gray to Gold Vertical",
          "slug": "dark-gray-to-gold-vertical"
        },
        {
          "gradient": "linear-gradient(to right, #d4af37 0%, #0d0d0d 100%)",
          "name": "Gold to Dark Gray Horizontal",
          "slug": "gold-to-dark-gray-horizontal"
        },
        {
          "gradient": "linear-gradient(to bottom right, #0d0d0d 0%, #ffffff 100%)",
          "name": "Dark Gray to White Diagonal",
          "slug": "dark-gray-to-white-diagonal"
        },
        {
          "gradient": "linear-gradient(to bottom, #ffffff 50%, #d4af37 50%)",
          "name": "White to Gold Half",
          "slug": "white-to-gold-half"
        },
        {
          "gradient": "linear-gradient(to bottom, #d4af37 0%, #a67c00 100%)",
          "name": "Gold to Dark Gold",
          "slug": "gold-to-dark-gold"
        },
        {
          "gradient": "linear-gradient(to bottom right, #0d0d0d 0%, #d4af37 100%)",
          "name": "Dark Gray to Gold Diagonal",
          "slug": "dark-gray-to-gold-diagonal"
        },
        {
          "gradient": "linear-gradient(to top, #ffffff 0%, #0d0d0d 100%)",
          "name": "White to Dark Gray Vertical",
          "slug": "white-to-dark-gray-vertical"
        },
        {
          "gradient": "linear-gradient(to bottom left, #0d0d0d 0%, #f4d58d 100%)",
          "name": "Dark Gray to Light Gold Diagonal",
          "slug": "dark-gray-to-light-gold-diagonal"
        },
        {
          "gradient": "linear-gradient(to top right, #d4af37 0%, #ffffff 100%)",
          "name": "Gold to White Diagonal",
          "slug": "gold-to-white-diagonal"
        }
      ],

      "palette": [
        {
          "color": "#ffffff",
          "name": "White",
          "slug": "white"
        },
        {
          "color": "#000000",
          "name": "Black",
          "slug": "black"
        },
        {
          "color": "#f9f9f9",
          "name": "Background",
          "slug": "background"
        },
        {
          "color": "#1a1a1a",
          "name": "Foreground",
          "slug": "foreground"
        },
        {
          "color": "#0d0d0d",
          "name": "Primary",
          "slug": "primary"
        },
        {
          "color": "#d4af37",
          "name": "Secondary",
          "slug": "secondary"
        },
        {
          "color": "#333333",
          "name": "Body Text",
          "slug": "body-text"
        },
        {
          "color": "#242424",
          "name": "Heading",
          "slug": "heading"
        },
        {
          "color": "#dddddd",
          "name": "Border",
          "slug": "border"
        },
        {
          "color": "#f4d58d",
          "name": "Light Red",
          "slug": "light-red"
        },
        {
          "color": "#e1c16e",
          "name": "Medium Red",
          "slug": "medium-red"
        },
        {
          "color": "#a58e5d",
          "name": "Muted Grey",
          "slug": "muted-grey"
        },
        {
          "color": "#6c5e3b",
          "name": "Dark Grey",
          "slug": "dark-grey"
        },
        {
          "color": "#a67c00",
          "name": "Dark Red",
          "slug": "dark-red"
        },
        {
          "color": "#ffd700",
          "name": "Bright Red",
          "slug": "bright-red"
        }
      ]
    },
    "custom": {
      "spacing": {
        "small": "max(1.25rem, 5vw)",
        "medium": "clamp(2rem, 8vw, calc(4 * var(--wp--style--block-gap)))",
        "large": "clamp(4rem, 10vw, 8rem)"
      },
      "typography": {
        "font-size": {
          "heading-one": "clamp(36px, 3.5vw, 48px)",
          "heading-two": "clamp(30px, 3vw, 40px)",
          "heading-three": "clamp(24px, 2.5vw, 32px)",
          "heading-four": "clamp(20px, 2vw, 28px)",
          "heading-five": "clamp(18px, 1.8vw, 24px)",
          "heading-six": "clamp(16px, 1.5vw, 20px)"
        },
        "line-height": {
          "heading-one": "1.4",
          "heading-two": "1.4",
          "heading-three": "1.45",
          "heading-four": "1.5",
          "heading-five": "1.5",
          "heading-six": "1.6",
          "paragraph": "1.75",
          "extra-small": "1.75",
          "small": "1.6",
          "normal": "1.5"
        },
        "font-weight": {
          "light": 300,
          "normal": 400,
          "medium": 500,
          "semi-bold": 600,
          "bold": 700,
          "extra-bold": 900
        }
      },
      "gap": {
        "baseline": "15px",
        "horizontal": "min(30px, 5vw)",
        "vertical": "min(30px, 5vw)"
      }
    },
    "spacing": {
      "spacingScale": {
        "steps": 0
      },
      "spacingSizes": [
        {
          "size": "0.44rem;",
          "slug": "20",
          "name": "1"
        },
        {
          "size": "0.67rem",
          "slug": "30",
          "name": "2"
        },
        {
          "size": "1rem",
          "slug": "40",
          "name": "3"
        },
        {
          "size": "1.5rem",
          "slug": "50",
          "name": "4"
        },
        {
          "size": "2.25rem",
          "slug": "60",
          "name": "5"
        },
        {
          "size": "3.38rem",
          "slug": "70",
          "name": "6"
        },
        {
          "size": "5.06rem",
          "slug": "80",
          "name": "7"
        }
      ],
      "units": ["%", "px", "em", "rem", "vh", "vw"]
    },
    "typography": {
      "dropCap": false,
      "writingMode": true,
      "defaultFontSizes": false,
      "fontFamilies": [
        {
          "fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif",
          "name": "System Font",
          "slug": "system"
        },
        {
          "name": "Gilda Display",
          "slug": "gilda-display",
          "fontFamily": "Gilda Display",
          "fontFace": [
            {
              "src": [
                "file:./assets/fonts/Gilda_Display/GildaDisplay-Regular.ttf"
              ],
              "fontWeight": "400",
              "fontStyle": "normal",
              "fontFamily": "Gilda Display"
            }
          ]
        }
      ],
      "fontSizes": [
        {
          "name": "Extra Small",
          "size": "0.875rem",
          "slug": "extra-small"
        },
        {
          "name": "Small",
          "size": "1rem",
          "slug": "small"
        },
        {
          "name": "Normal",
          "size": "1.1rem",
          "slug": "normal"
        },
        {
          "name": "Regular",
          "size": "1.125rem",
          "slug": "regular"
        },
        {
          "name": "Medium",
          "size": "1.25rem",
          "slug": "medium"
        },
        {
          "name": "Moderate",
          "size": "1.7rem",
          "slug": "moderate"
        },
        {
          "name": "Section Title",
          "size": "clamp(36px,3vw,45px)",
          "slug": "section-title"
        },
        {
          "name": "Big",
          "size": "clamp(1.75rem, 3vw, 2.375rem)",
          "slug": "big"
        },
        {
          "name": "Huge",
          "size": "clamp(2.5rem, 4vw, 3rem)",
          "slug": "huge"
        },
        {
          "name": "Gigantic",
          "size": "clamp(2.3rem, 6vw, 4rem)",
          "slug": "gigantic"
        },
        {
          "name": "Colossal",
          "size": "clamp(2rem, 8vw, 5.25rem)",
          "slug": "colossal"
        },
        {
          "name": "Enormous",
          "size": "clamp(2.25rem, 0.545rem + 5.455vw, 6rem)",
          "slug": "enormous"
        }
      ]
    },
    "layout": {
      "contentSize": "840px",
      "wideSize": "1280px"
    }
  },
  "styles": {
    "blocks": {
      "core/button": {
        "variations": {
          "outline": {
            "color": {
              "text": "var(--wp--preset--color--primary)"
            },
            "spacing": {
              "padding": {
                "left": "2.2rem",
                "right": "2.2rem",
                "top": "0.8rem",
                "bottom": "0.8rem"
              }
            }
          }
        }
      },
      "core/heading": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--gilda-display)",
          "fontStyle": "normal",
          "fontWeight": "600"
        }
      },
      "core/quote": {
        "border": {
          "style": "solid",
          "width": "0 0 0 5px",
          "color": "var(--wp--preset--color--secondary)"
        },
        "color": {
          "background": "var(--wp--preset--color--background)"
        },
        "spacing": {
          "blockGap": "var(--wp--preset--spacing--40)",
          "margin": {
            "left": "0",
            "right": "0"
          },
          "padding": {
            "top": "var(--wp--preset--spacing--60)",
            "right": "var(--wp--preset--spacing--40)",
            "bottom": "var(--wp--preset--spacing--60)",
            "left": "var(--wp--preset--spacing--40)"
          }
        },
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--gilda-display)",
          "fontSize": "var(--wp--preset--font-size--regular)",
          "fontWeight": "500"
        },
        "elements": {
          "cite": {
            "typography": {
              "fontFamily": "var(--wp--preset--font-family--gilda-display)",
              "fontSize": "var(--wp--preset--font-size--normal)",
              "fontStyle": "normal"
            },
            "css": "& sub { font-size: 0.65em }"
          }
        }
      },
      "core/pullquote": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--gilda-display)",
          "fontSize": "var(--wp--preset--font-size--medium)",
          "fontWeight": "400"
        },
        "color": {
          "background": "var(--wp--preset--color--background)"
        },
        "elements": {
          "cite": {
            "typography": {
              "fontFamily": "var(--wp--preset--font-family--gilda-display)",
              "fontSize": "var(--wp--preset--font-size--normal)",
              "fontStyle": "normal"
            }
          }
        },
        "spacing": {
          "padding": {
            "bottom": "var(--wp--preset--spacing--40)",
            "top": "var(--wp--preset--spacing--40)"
          }
        }
      },
      "core/list": {
        "spacing": {
          "margin": {
            "top": "0px",
            "bottom": "10px"
          },
          "padding": {
            "left": "20px"
          }
        }
      },
      "core/table": {
        "spacing": {
          "margin": {
            "bottom": "1.5em"
          },
          "padding": {
            "left": "20px"
          }
        }
      },
      "core/separator": {
        "spacing": {
          "margin": {
            "bottom": "1.5em"
          }
        },
        "border": {
          "radius": "0px",
          "width": "0px"
        },
        "color": {
          "background": "#999"
        }
      },
      "core/navigation": {
        "elements": {
          "link": {
            ":hover": {
              "color": {
                "text": "var(--wp--preset--color--secondary)"
              },
              "typography": {
                "textDecoration": "none"
              }
            },
            ":focus": {
              "color": {
                "text": "var(--wp--preset--color--secondary)"
              },
              "typography": {
                "textDecoration": "none"
              }
            },
            ":active": {
              "color": {
                "text": "var(--wp--preset--color--secondary)"
              },
              "typography": {
                "textDecoration": "none"
              }
            },
            "typography": {
              "fontFamily": "var(--wp--preset--font-family--system)",
              "textDecoration": "none"
            },
            "spacing": {
              "padding": {
                "left": "0",
                "right": "0",
                "top": "12px",
                "bottom": "12px"
              }
            }
          }
        },
        "typography": {
          "fontSize": "var(--wp--preset--font-size--normal)"
        }
      }
    },
    "elements": {
      "button": {
        "spacing": {
          "padding": {
            "left": "2.2rem",
            "right": "2.2rem",
            "top": "0.8rem",
            "bottom": "0.8rem"
          }
        },
        "border": {
          "radius": "0px",
          "width": "0px"
        },
        "color": {
          "background": "var(--wp--preset--color--foreground)",
          "text": "var(--wp--preset--color--background)"
        },
        ":hover": {
          "color": {
            "background": "var(--wp--preset--color--secondary)",
            "text": "var(--wp--preset--color--white)"
          }
        },
        ":focus": {
          "color": {
            "background": "var(--wp--preset--color--secondary)",
            "text": "var(--wp--preset--color--white)"
          }
        },
        ":active": {
          "color": {
            "background": "var(--wp--preset--color--secondary)",
            "text": "var(--wp--preset--color--white)"
          }
        },
        ":visited": {
          "color": {
            "background": "var(--wp--preset--color--secondary)",
            "text": "var(--wp--preset--color--white)"
          }
        }
      },
      "h1": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--gilda-display)",
          "fontSize": "var(--wp--custom--typography--font-size--heading-one)",
          "lineHeight": "var(--wp--custom--typography--line-height--heading-one)"
        },
        "color": {
          "text": "var(--wp--preset--color--heading)"
        }
      },
      "h2": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--gilda-display)",
          "fontSize": "var(--wp--custom--typography--font-size--heading-two)",
          "lineHeight": "var(--wp--custom--typography--line-height--heading-two)"
        },
        "color": {
          "text": "var(--wp--preset--color--heading)"
        }
      },
      "h3": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--gilda-display)",
          "fontSize": "var(--wp--custom--typography--font-size--heading-three)",
          "lineHeight": "var(--wp--custom--typography--line-height--heading-three)"
        },
        "color": {
          "text": "var(--wp--preset--color--heading)"
        }
      },
      "h4": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--gilda-display)",
          "fontSize": "var(--wp--custom--typography--font-size--heading-four)",
          "lineHeight": "var(--wp--custom--typography--line-height--heading-four)"
        },
        "color": {
          "text": "var(--wp--preset--color--heading)"
        }
      },
      "h5": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--gilda-display)",
          "fontSize": "var(--wp--custom--typography--font-size--heading-five)",
          "lineHeight": "var(--wp--custom--typography--line-height--heading-five)"
        },
        "color": {
          "text": "var(--wp--preset--color--heading)"
        }
      },
      "h6": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--gilda-display)",
          "fontSize": "var(--wp--custom--typography--font-size--heading-six)",
          "lineHeight": "var(--wp--custom--typography--line-height--heading-six)"
        },
        "color": {
          "text": "var(--wp--preset--color--heading)"
        }
      },
      "link": {
        "color": {
          "text": "var(--wp--preset--color--heading)"
        },
        "typography": {
          "textDecoration": "none"
        },
        ":hover": {
          "typography": {
            "textDecoration": "none"
          },
          "color": {
            "text": "var(--wp--preset--color--secondary)"
          }
        },
        ":focus": {
          "typography": {
            "textDecoration": "none"
          },
          "color": {
            "text": "var(--wp--preset--color--secondary)"
          }
        },
        ":active": {
          "color": {
            "text": "var(--wp--preset--color--secondary)"
          },
          "typography": {
            "textDecoration": "none"
          }
        }
      }
    },
    "spacing": {
      "blockGap": "2rem",
      "margin": {
        "top": "0px",
        "bottom": "0px",
        "right": "0px",
        "left": "0px"
      }
    },
    "typography": {
      "fontFamily": "var(--wp--preset--font-family--system)",
      "fontSize": "var(--wp--preset--font-size--medium)",
      "lineHeight": "var(--wp--custom--typography--line-height--paragraph)",
      "fontWeight": "var(--wp--custom--typography--font-weight--normal)"
    },
    "color": {
      "text": "var(--wp--preset--color--body-text)",
      "background": "var(--wp--preset--color--background)"
    }
  }
}
