{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 3,
  "settings": {
    "appearanceTools": true,
    "useRootPaddingAwareAlignments": true,
    "layout": {
      "contentSize": "760px",
      "wideSize": "1200px"
    },
    "color": {
      "defaultPalette": false,
      "defaultGradients": false,
      "custom": true,
      "palette": [
        { "slug": "base", "color": "#F6F1EA", "name": "Base (warm off-white)" },
        { "slug": "surface", "color": "#FBF8F3", "name": "Surface" },
        { "slug": "ink", "color": "#23302C", "name": "Ink (deep green)" },
        { "slug": "sage", "color": "#5E7468", "name": "Sage" },
        { "slug": "sage-soft", "color": "#E3E7DF", "name": "Sage soft" },
        { "slug": "clay", "color": "#B5673F", "name": "Clay (accent)" },
        { "slug": "clay-soft", "color": "#EAD7C8", "name": "Clay soft" },
        { "slug": "muted", "color": "#7A8780", "name": "Muted text" },
        { "slug": "white", "color": "#FFFFFF", "name": "White" }
      ]
    },
    "typography": {
      "fluid": true,
      "fontFamilies": [
        {
          "fontFamily": "'Fraunces', Georgia, serif",
          "slug": "serif",
          "name": "Fraunces (headings)",
          "fontFace": [
            { "fontFamily": "Fraunces", "fontWeight": "300 500", "fontStyle": "normal", "fontStretch": "normal", "src": ["file:./assets/fonts/fraunces.woff2"] }
          ]
        },
        {
          "fontFamily": "'Inter', -apple-system, sans-serif",
          "slug": "sans",
          "name": "Inter (body)",
          "fontFace": [
            { "fontFamily": "Inter", "fontWeight": "300 500", "fontStyle": "normal", "fontStretch": "normal", "src": ["file:./assets/fonts/inter.woff2"] }
          ]
        }
      ],
      "fontSizes": [
        { "slug": "small", "size": "14px", "name": "Small" },
        { "slug": "medium", "size": "17px", "name": "Medium" },
        { "slug": "large", "size": "clamp(1.4rem, 1.1rem + 1.5vw, 2.1rem)", "name": "Large" },
        { "slug": "x-large", "size": "clamp(2.2rem, 1.6rem + 3vw, 3.4rem)", "name": "X Large" },
        { "slug": "xx-large", "size": "clamp(2.8rem, 1.8rem + 5vw, 4.5rem)", "name": "XX Large" }
      ]
    },
    "spacing": {
      "units": ["px", "rem", "%", "vw"],
      "spacingSizes": [
        { "slug": "30", "size": "1rem", "name": "1" },
        { "slug": "40", "size": "1.5rem", "name": "2" },
        { "slug": "50", "size": "2.5rem", "name": "3" },
        { "slug": "60", "size": "4rem", "name": "4" },
        { "slug": "70", "size": "6rem", "name": "5" }
      ]
    }
  },
  "styles": {
    "color": { "background": "var(--wp--preset--color--base)", "text": "var(--wp--preset--color--ink)" },
    "spacing": { "padding": { "left": "clamp(1.25rem, 5vw, 3rem)", "right": "clamp(1.25rem, 5vw, 3rem)" } },
    "typography": { "fontFamily": "var(--wp--preset--font-family--sans)", "fontSize": "17px", "lineHeight": "1.7" },
    "elements": {
      "heading": { "typography": { "fontFamily": "var(--wp--preset--font-family--serif)", "fontWeight": "400", "lineHeight": "1.14", "letterSpacing": "-0.01em" } },
      "h1": { "typography": { "fontSize": "var(--wp--preset--font-size--xx-large)" } },
      "h2": { "typography": { "fontSize": "var(--wp--preset--font-size--x-large)" } },
      "h3": { "typography": { "fontSize": "var(--wp--preset--font-size--large)" } },
      "link": { "color": { "text": "var(--wp--preset--color--clay)" }, "typography": { "textDecoration": "none" } },
      "button": {
        "color": { "background": "var(--wp--preset--color--clay)", "text": "var(--wp--preset--color--white)" },
        "border": { "radius": "2px" },
        "typography": { "fontFamily": "var(--wp--preset--font-family--sans)", "fontSize": "14px", "fontWeight": "500" },
        "spacing": { "padding": { "top": "13px", "bottom": "13px", "left": "26px", "right": "26px" } }
      }
    }
  },
  "templateParts": [
    { "name": "header", "title": "Header", "area": "header" },
    { "name": "footer", "title": "Footer", "area": "footer" }
  ],
  "customTemplates": [
    { "name": "page-no-title", "title": "Page (no title)", "postTypes": ["page"] }
  ]
}
