{
  "version": 2,

  "settings": {
    "appearanceTools": true,

    "color": {
      "custom": true,
      "customGradient": true,
      "palette": [
        {
          "slug": "primary",
          "name": "Primary",
          "color": "#0d6efd"
        },
        {
          "slug": "secondary",
          "name": "Secondary",
          "color": "#6c757d"
        },
        {
          "slug": "dark",
          "name": "Dark",
          "color": "#000000"
        },
        {
          "slug": "light",
          "name": "Light",
          "color": "#ffffff"
        }
      ]
    },

    "typography": {
      "customFontSize": true,
      "lineHeight": true,
      "dropCap": false,
      "fontSizes": [
        {
          "slug": "small",
          "name": "Small",
          "size": "14px"
        },
        {
          "slug": "normal",
          "name": "Normal",
          "size": "16px"
        },
        {
          "slug": "large",
          "name": "Large",
          "size": "32px"
        },
        {
          "slug": "xlarge",
          "name": "XLarge",
          "size": "48px"
        }
      ]
    },

    "layout": {
      "contentSize": "800px",
      "wideSize": "1200px"
    },

    "spacing": {
      "customPadding": true,
      "units": ["px", "em", "rem", "%"]
    },

    "blocks": {},

    "supports": {
      "responsive-embeds": true
    }
  },

  "styles": {
    "color": {
      "background": "#ffffff",
      "text": "#000000"
    },
    "typography": {
      "fontSize": "16px",
      "lineHeight": "1.6"
    }
  }
}