{
  "version": 2,
  "settings": {
    "appearanceTools": true,
    "layout": {
      "contentSize": "880px",
      "wideSize": "1280px"
    },
    "spacing": {
      "customPadding": true,
      "customMargin": true,
      "units": ["px", "rem", "%"],
      "spacingScale": {
        "steps": 7,
        "mediumStep": 1.5
      }
    },
    "color": {
      "defaultPalette": false,
      "custom": true,
      "palette": [
        { "slug": "background", "name": "Background", "color": "#FFFFFF" },
        { "slug": "foreground", "name": "Foreground", "color": "#111111" },
        { "slug": "muted", "name": "Muted", "color": "#6B7280" },
        { "slug": "accent", "name": "Accent", "color": "#1F2937" }
      ]
    },
    "typography": {
      "fluid": true,
      "fontFamilies": [
        {
          "slug": "system",
          "name": "System",
          "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif"
        }
      ],
      "fontSizes": [
        { "slug": "small", "name": "Small", "size": "0.875rem" },
        { "slug": "medium", "name": "Medium", "size": "1rem" },
        { "slug": "large", "name": "Large", "size": "1.5rem" },
        { "slug": "x-large", "name": "X Large", "size": "2.25rem" },
        { "slug": "xx-large", "name": "XX Large", "size": "3rem" }
      ]
    }
  },
  "styles": {
    "spacing": {
      "blockGap": "2.5rem"
    },
    "color": {
      "background": "var(--wp--preset--color--background)",
      "text": "var(--wp--preset--color--foreground)"
    },
    "typography": {
      "fontFamily": "var(--wp--preset--font-family--system)",
      "lineHeight": "1.6"
    },
    "elements": {
      "link": {
        "color": {
          "text": "var(--wp--preset--color--accent)"
        },
        ":hover": {
          "color": {
            "text": "var(--wp--preset--color--foreground)"
          }
        }
      }
    },
    "blocks": {
      "core/group": {
        "spacing": {
          "margin": {
            "top": "0.5rem",
            "bottom": "2rem"
          }
        }
      },
      "core/template-part": {
        "spacing": {
          "padding": {
            "top": "3rem",
            "bottom": "3rem"
          }
        }
      },
      "core/navigation": {
        "elements": {
          "link": {
            "color": {
              "text": "var(--wp--preset--color--foreground)"
            },
            ":hover": {
              "color": {
                "text": "var(--wp--preset--color--accent)"
              }
            }
          }
        },
        "typography": {
          "fontWeight": "500"
        }
      },
      "core/post-content": {
        "spacing": {
          "padding": {
            "top": "3rem",
            "bottom": "3rem"
          }
        }
      },
      "core/post-title": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--xx-large)"
        }
      },
      "core/query-title": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--x-large)"
        }
      },
      "core/post-date": {
        "typography": {
          "fontSize": "var(--wp--preset--font-size--small)"
        },
        "color": {
          "text": "var(--wp--preset--color--muted)"
        }
      },
      "core/paragraph": {
        "spacing": {
          "margin": {
            "bottom": "1rem"
          }
        }
      }
    }
  }
}