{
  "$schema": "https://schemas.wp.org/wp/trunk/theme.json",
  "version": 3,
  "settings": {
    "useRootPaddingAwareAlignments": true,
    "layout": {
      "contentSize": "1720px",
      "wideSize": "1920px"
    },
    "border": {
      "color": "transparent",
      "style": "none",
      "width": "0",
      "radius": "0"
    },
    "appearanceTools": true,
    "color": {
      "defaultDuotone": false,
      "defaultGradients": false,
      "defaultPalette": false,
      "palette": [
        {
          "color": "#F5EBDF",
          "name": "Base",
          "slug": "base"
        },
        {
          "color": "#2D2424",
          "name": "Contrast",
          "slug": "contrast"
        },
        {
          "color": "#ffffff",
          "name": "Accent 1",
          "slug": "accent-1"
        },
        {
          "color": "#CCC3BE3D",
          "name": "Accent 2",
          "slug": "accent-2"
        },
        {
          "color": "#CCC3BE80",
          "name": "Accent 3",
          "slug": "accent-3"
        },
        {
          "color": "#9E9A9A",
          "name": "Accent 4",
          "slug": "accent-4"
        },
        {
          "color": "#B85C38",
          "name": "Accent 5",
          "slug": "accent-5"
        },
        {
          "color": "color-mix(in srgb, currentColor 20%, transparent)",
          "name": "Accent 6",
          "slug": "accent-6"
        },
        { "slug": "accent-7", "color": "#2D2424", "name": "Accent 7" }
      ]
    },
    "spacing": {
      "defaultSpacingSizes": false,
      "spacingSizes": [
        {
          "name": "Tiny",
          "size": "10px",
          "slug": "20"
        },
        {
          "name": "X-Small",
          "size": "20px",
          "slug": "30"
        },
        {
          "name": "Small",
          "size": "30px",
          "slug": "40"
        },
        {
          "name": "Regular",
          "size": "clamp(24px, 5vw, 48px)",
          "slug": "50"
        },
        {
          "name": "Large",
          "size": "clamp(0.875rem, 0.2825rem + 2.5279vw, 3rem)",
          "slug": "56"
        },
        {
          "name": "X-Large",
          "size": "clamp(1.5rem, 1.2212rem + 1.1896vw, 2.5rem)",
          "slug": "70"
        },
        {
          "name": "XX-Large",
          "size": "clamp(32px, 10vw, 128px)",
          "slug": "80"
        }
      ],
      "units": ["%", "px", "em", "rem", "vh", "vw"]
    },
    "typography": {
    "writingMode": true,
    "defaultFontSizes": false,
    "fluid": true,
    "baseFontSize": "medium",
      "fontSizes": [
        {
          "name": "Small",
          "size": "clamp(0.625rem, 0.5643rem + 0.2589vw, 0.875rem)",
          "slug": "small"
        },
        {
          "name": "Medium",
          "size": "clamp(0.875rem, 0.7840rem + 0.3883vw, 1.25rem)",
          "slug": "medium"
        },
        {
          "name": "Medium+",
          "size": "clamp(0.75rem, 0.4466rem + 1.2945vw, 2rem)",
          "slug": "medium-plus"
        },
        {
          "name": "Large",
          "size": "clamp(0.875rem, 0.2825rem + 2.5279vw, 3rem)",
          "slug": "large"
        },
        {
          "name": "Extra Large",
          "size": "clamp(1.5rem, 1.2573rem + 1.0356vw, 2.5rem)",
          "slug": "x-large"
        },
        {
          "name": "Extra Extra Large",
          "size": "clamp(2rem, 0.5437rem + 6.2136vw, 8rem)",
          "slug": "xx-large"
        }
      ],
      "fontFamilies": [
        {
          "name": "Manrope",
          "slug": "manrope",
          "fontFamily": "Manrope, sans-serif",
          "fontFace": [
            {
              "src": [
                "file:./assets/fonts/manrope/Manrope-VariableFont_wght.woff2"
              ],
              "fontWeight": "200 800",
              "fontStyle": "normal",
              "fontFamily": "Manrope"
            }
          ]
        },
        {
          "name": "DM Sans",
          "slug": "dm-sans",
          "fontFamily": "\"DM Sans\", sans-serif",
          "fontFace": [
            {
              "src": [
                "file:./assets/fonts/dm-sans/DMSans_18pt-Bold.ttf"
              ],
              "fontWeight": "700",
              "fontStyle": "bold",
              "fontFamily": "DM Sans Bold"
            },
            {
              "src": [
                "file:./assets/fonts/dm-sans/DMSans_18pt-Medium.ttf"
              ],
              "fontWeight": "500",
              "fontStyle": "medium",
              "fontFamily": "DM Sans Medium "
            },
            {
              "src": [
                "file:./assets/fonts/dm-sans/DMSans_18pt-Regular.ttf"
              ],
              "fontWeight": "400",
              "fontStyle": "normal",
              "fontFamily": "DM Sans Regular"
            }
          ]
        },
        {
          "name": "DM Serif",
          "slug": "dm-serif",
          "fontFamily": "\"DM Serif Display\", serif",
          "fontFace": [
            {
              "src": [
                "file:./assets/fonts/dm-serif/DMSerifDisplay-Regular.ttf"
              ],
              "fontWeight": "400",
              "fontStyle": "normal",
              "fontFamily": "DM Serif Display"
            },
            {
              "src": [
                "file:./assets/fonts/dm-serif/DMSerifDisplay-Italic.ttf"
              ],
              "fontWeight": "400",
              "fontStyle": "italic",
              "fontFamily": "DM Serif Display"
            }
          ]
        }
      ]
    }
  },
  "styles": {
        "spacing": {
      "padding": {
        "top": "0px",
        "bottom": "0px",
        "left": "8px",
        "right": "8px"
      }
    },

    "color": {
      "background": "var:preset|color|base",
      "text": "var:preset|color|contrast"
    },

    "typography": {
      "fontFamily": "var:preset|font-family|manrope",
      "fontSize": "var:preset|font-size|Regular",
      "fontWeight": "400",
      "letterSpacing": "-0.2px",
      "lineHeight": "1.4"
    },
    "blocks": {
      "core/group": {
        "variations": {
          "container": {
            "spacing": {
              "padding": {
                "left": "calc((100vw - 1720px) / 2)",
                "right": "calc((100vw - 1720px) / 2)"
              }
            }
          }
        }
      },
      "core/avatar": {
        "border": {
          "radius": "0px"
        }
      },
      "core/button": {
        "variations": {
          "outline": {
            "border": {
              "color": "currentColor",
              "width": "1px"
            },
            "css": ".wp-block-button__link:not(.has-background):hover {background-color:color-mix(in srgb, var(--wp--preset--color--contrast) 5%, transparent);}",
            "spacing": {
              "padding": {
                "bottom": "calc(1rem - 1px)",
                "left": "calc(2.25rem - 1px)",
                "right": "calc(2.25rem - 1px)",
                "top": "calc(1rem - 1px)"
              }
            }
          }
        }
      },

      "core/product-filters": {
        "css": "{background-color:blue;}"
      },
      "core/buttons": {
        "spacing": {
          "blockGap": "16px"
        }
      },
      "core/code": {
        "typography": {
          "fontFamily": "var:preset|font-family|fira-code",
          "fontSize": "var:preset|font-size|medium",
          "fontWeight": "300"
        },
        "color": {
          "background": "var:preset|color|accent-5",
          "text": "var:preset|color|contrast"
        },
        "spacing": {
          "padding": {
            "right": "var:preset|spacing|40",
            "bottom": "var:preset|spacing|40",
            "left": "var:preset|spacing|40",
            "top": "var:preset|spacing|40"
          }
        }
      },
      "core/comment-author-name": {
        "color": {
          "text": "var:preset|color|accent-4"
        },
        "elements": {
          "link": {
            "color": {
              "text": "var:preset|color|accent-4"
            },
            "typography": {
              "textDecoration": "none"
            },
            ":hover": {
              "typography": {
                "textDecoration": "none"
              }
            }
          }
        },
        "typography": {
          "fontSize": "var:preset|font-size|small"
        },
        "spacing": {
          "margin": {
            "top": "5px",
            "bottom": "0px"
          }
        }
      },
      "core/comment-content": {
        "typography": {
          "fontSize": "var:preset|font-size|medium"
        },
        "spacing": {
          "margin": {
            "top": "var:preset|spacing|30",
            "bottom": "var:preset|spacing|30"
          }
        }
      },
      "core/comment-date": {
        "typography": {
          "fontSize": "var:preset|font-size|small"
        },
        "color": {
          "text": "var:preset|color|contrast"
        },
        "elements": {
          "link": {
            "color": {
              "text": "var:preset|color|contrast"
            }
          }
        }
      },
      "core/comment-edit-link": {
        "elements": {
          "link": {
            "color": {
              "text": "var:preset|color|contrast"
            }
          }
        },
        "typography": {
          "fontSize": "var:preset|font-size|small"
        }
      },
      "core/comment-reply-link": {
        "elements": {
          "link": {
            "color": {
              "text": "var:preset|color|contrast"
            }
          }
        },
        "typography": {
          "fontSize": "var:preset|font-size|small"
        }
      },
      "core/post-comments-form": {
        "css": "& textarea, input:not([type=submit]){border-radius:.25rem; border-color: var(--wp--preset--color--accent-6) !important;} & input[type=checkbox]{margin:0 .2rem 0 0 !important;} & label {font-size: var(--wp--preset--font-size--small); }",
        "typography": {
          "fontSize": "var:preset|font-size|medium"
        },
        "spacing": {
          "padding": {
            "top": "var:preset|spacing|40",
            "bottom": "var:preset|spacing|40"
          }
        }
      },
      "core/comments-pagination": {
        "typography": {
          "fontSize": "var:preset|font-size|medium"
        },
        "spacing": {
          "margin": {
            "top": "var:preset|spacing|40",
            "bottom": "var:preset|spacing|40"
          }
        }
      },
      "core/comments-pagination-next": {
        "typography": {
          "fontSize": "var:preset|font-size|medium"
        }
      },
      "core/comments-pagination-numbers": {
        "typography": {
          "fontSize": "var:preset|font-size|medium"
        }
      },
      "core/comments-pagination-previous": {
        "typography": {
          "fontSize": "var:preset|font-size|medium"
        }
      },
      "core/post-date": {
        "color": {
          "text": "var:preset|color|accent-4"
        },
        "elements": {
          "link": {
            "color": {
              "text": "var:preset|color|accent-4"
            },
            ":hover": {
              "typography": {
                "textDecoration": "none"
              }
            },
            "typography": {
              "textDecoration": "none"
            }
          }
        },
        "typography": {
          "fontSize": "var:preset|font-size|small"
        }
      },
      "core/post-navigation-link": {
        "typography": {
          "fontSize": "var:preset|font-size|medium"
        }
      },
      "core/post-terms": {
        "css": "& a { white-space: nowrap; }",
        "typography": {
          "fontSize": "var:preset|font-size|small",
          "fontWeight": "600"
        }
      },
      "core/post-title": {
        "elements": {
          "link": {
            ":hover": {
              "typography": {
                "textDecoration": "underline"
              }
            },
            "typography": {
              "textDecoration": "none"
            }
          }
        }
      },
      "core/quote": {
        "border": {
          "style": "solid",
          "width": "0 0 0 2px",
          "color": "currentColor"
        },
        "spacing": {
          "blockGap": "var:preset|spacing|30",
          "margin": {
            "left": "0",
            "right": "0"
          },
          "padding": {
            "top": "var:preset|spacing|30",
            "right": "var:preset|spacing|40",
            "bottom": "var:preset|spacing|30",
            "left": "var:preset|spacing|40"
          }
        },
        "typography": {
          "fontSize": "var:preset|font-size|large",
          "fontWeight": "300"
        },
        "elements": {
          "cite": {
            "typography": {
              "fontSize": "var:preset|font-size|small",
              "fontStyle": "normal",
              "fontWeight": "300"
            },
            "css": "& sub { font-size: 0.65em }"
          }
        },
        "css": "&.has-text-align-right { border-width: 0 2px 0 0; } &.has-text-align-center { border-width: 0;border-inline: 0; padding-inline: 0; }",
        "variations": {
          "plain": {
            "border": {
              "color": "transparent",
              "style": "none",
              "width": "0",
              "radius": "0"
            },
            "spacing": {
              "padding": {
                "top": "0",
                "right": "0",
                "bottom": "0",
                "left": "0"
              }
            }
          }
        }
      },
      "core/pullquote": {
        "typography": {
          "fontSize": "var:preset|font-size|xx-large",
          "fontWeight": "300",
          "lineHeight": "1.2"
        },
        "elements": {
          "cite": {
            "typography": {
              "fontSize": "var:preset|font-size|small",
              "fontStyle": "normal"
            }
          }
        },
        "spacing": {
          "padding": {
            "bottom": "var:preset|spacing|30",
            "top": "var:preset|spacing|30"
          }
        },
        "css": "& p:last-of-type {margin-bottom: var(--wp--preset--spacing--30);}"
      },
      "core/query-pagination": {
        "typography": {
          "fontSize": "var:preset|font-size|medium",
          "fontWeight": "500"
        }
      },
      "core/search": {
        "css": "& .wp-block-search__input{border-radius:3.125rem;padding-left:1.5625rem;padding-right:1.5625rem;border-color:var(--wp--preset--color--accent-6);}",
        "typography": {
          "fontSize": "var:preset|font-size|medium",
          "lineHeight": "1.6"
        },
        "elements": {
          "button": {
            "border": {
              "radius": "3.125rem"
            },
            "spacing": {
              "margin": {
                "left": "1.125rem"
              }
            },
            ":hover": {
              "border": {
                "color": "transparent"
              }
            }
          }
        }
      },
      "core/separator": {
        "border": {
          "color": "currentColor",
          "style": "solid",
          "width": "0 0 1px 0"
        },
        "color": {
          "text": "var:preset|color|accent-6"
        },
        "variations": {
          "wide": {
            "css": " &:not(.alignfull){max-width: var(--wp--style--global--wide-size) !important;}"
          }
        }
      },
      "core/site-tagline": {
        "typography": {
          "fontSize": "var:preset|font-size|medium"
        }
      },
      "core/site-title": {
        "typography": {
          "fontWeight": "700",
          "letterSpacing": "-.5px"
        },
        "elements": {
          "link": {
            "typography": {
              "textDecoration": "none"
            },
            ":hover": {
              "typography": {
                "textDecoration": "underline"
              }
            }
          }
        }
      },
      "core/term-description": {
        "typography": {
          "fontSize": "var:preset|font-size|medium"
        }
      },
      "core/navigation": {
        "typography": {
          "fontSize": "var:preset|font-size|medium"
        },
        "elements": {
          "link": {
            ":hover": {
              "typography": {
                "textDecoration": "underline"
              }
            },
            "typography": {
              "textDecoration": "none"
            }
          }
        }
      },
      "core/list": {
        "css": "& li{margin-top: 0.5rem;}"
      }
    },
    "elements": {
      "button": {
        "color": {
          "background": "var:preset|color|contrast",
          "text": "var:preset|color|base"
        },
        ":focus": {
          "outline": {
            "color": "var:preset|color|accent-4",
            "offset": "2px"
          }
        },
        ":hover": {
          "color": {
            "background": "color-mix(in srgb, var(--wp--preset--color--contrast) 85%, transparent)",
            "text": "var:preset|color|base"
          },
          "border": {
            "color": "transparent"
          }
        },
        "spacing": {
          "padding": {
            "bottom": "1rem",
            "left": "2.25rem",
            "right": "2.25rem",
            "top": "1rem"
          }
        },
        "typography": {
          "fontSize": "var:preset|font-size|medium"
        }
      },
      "caption": {
        "typography": {
          "fontSize": "var:preset|font-size|small",
          "lineHeight": "1.4"
        }
      },
      "h1": {
        "typography": {
          "fontSize": "var:preset|font-size|large"
        }
      },
      "h2": {
        "typography": {
          "fontSize": "var:preset|font-size|x-large"
        }
      },
      "h3": {
        "typography": {
          "fontSize": "var:preset|font-size|small"
        }
      },
      "h4": {
        "typography": {
          "fontSize": "var:preset|font-size|small"
        }
      },
      "h5": {
        "typography": {
          "fontSize": "var:preset|font-size|small",
          "letterSpacing": "0.5px"
        }
      },
      "h6": {
        "typography": {
          "fontSize": "var:preset|font-size|small",
          "fontWeight": "700",
          "letterSpacing": "1.4px",
          "textTransform": "uppercase"
        }
      },
      "heading": {
        "typography": {
          "fontWeight": "400",
          "lineHeight": "1.125",
          "letterSpacing": "-0.1px"
        }
      },
      "link": {
        "color": {
          "text": "currentColor",
          "textDecoration": "none"
        },
        ":hover": {
          "typography": {
            "textDecoration": "none"
          }
        }
      }
    }
  },
  "templateParts": [
    {
      "area": "header",
      "name": "header",
      "title": "Header"
    },
    {
      "area": "footer",
      "name": "footer",
      "title": "Footer"
    }
  ],
  "customTemplates": [
    {
      "name": "page-no-title",
      "postTypes": ["page"],
      "title": "Page No Title"
    }
  ]
}
