{
  "version": 3,
  "settings": {
    "appearanceTools": true,

    "layout": {
      "contentSize": "720px",
      "wideSize": "1200px"
    },

    "spacing": {
      "units": ["px", "em", "rem", "%"],
      "spacingSizes": [
        { "name": "XS", "slug": "xs", "size": "8px" },
        { "name": "S", "slug": "s", "size": "16px" },
        { "name": "M", "slug": "m", "size": "24px" },
        { "name": "L", "slug": "l", "size": "40px" },
        { "name": "XL", "slug": "xl", "size": "64px" }
      ]
    },

    "color": {
      "palette": [
        { "name": "Primary", "slug": "primary", "color": "#0d6efd" },
        { "name": "Secondary", "slug": "secondary", "color": "#6c757d" },
        { "name": "Dark", "slug": "dark", "color": "#212529" },
        { "name": "Light", "slug": "light", "color": "#f8f9fa" },
        { "name": "White", "slug": "white", "color": "#ffffff" }
      ]
    },

    "typography": {
      "fluid": true,
      "fontFamilies": [
        {
          "fontFamily": "system-ui, -apple-system, Segoe UI, Roboto, sans-serif",
          "slug": "primary",
          "name": "System Font"
        }
      ],
      "fontSizes": [
        { "name": "Small", "slug": "small", "size": "14px" },
        { "name": "Normal", "slug": "normal", "size": "16px" },
        { "name": "Medium", "slug": "medium", "size": "20px" },
        { "name": "Large", "slug": "large", "size": "28px" },
        { "name": "XL", "slug": "xl", "size": "36px" }
      ]
    },

    "border": {
      "radius": true
    }
  },

  "styles": {
    "spacing": {
      "blockGap": "24px"
    },

    "typography": {
      "fontFamily": "var(--wp--preset--font-family--primary)",
      "lineHeight": "1.6"
    },

    "color": {
      "background": "#ffffff",
      "text": "#212529"
    },

    "elements": {
      "heading": {
        "typography": {
          "fontWeight": "600",
          "lineHeight": "1.3"
        }
      },

      "link": {
        "color": {
          "text": "var(--wp--preset--color--primary)"
        },
        ":hover": {
          "color": {
            "text": "#0a58ca"
          }
        }
      },

      "button": {
        "border": {
          "radius": "6px"
        },
        "spacing": {
          "padding": {
            "top": "12px",
            "bottom": "12px",
            "left": "24px",
            "right": "24px"
          }
        },
        "color": {
          "background": "var(--wp--preset--color--primary)",
          "text": "#ffffff"
        },
        ":hover": {
          "color": {
            "background": "#0a58ca"
          }
        }
      }
    },

    "blocks": {
      "core/group": {
        "spacing": {
          "padding": {
            "top": "40px",
            "bottom": "40px"
          }
        }
      },

      "core/heading": {
        "typography": {
          "margin": {
            "bottom": "16px"
          }
        }
      },

      "core/paragraph": {
        "typography": {
          "margin": {
            "bottom": "16px"
          }
        }
      }
    }
  }
}