{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 2,
  "settings": {
    "appearanceTools": true,
    "spacing": {
      "blockGap": true,
      "margin": true,
      "padding": true,
      "units": ["%","px","em","rem","vh","vw"]
    },
    "layout": {
      "contentSize": "calc(var(--beetan-site-container-width) - var(--beetan-box-layout-inner-gap))",
      "wideSize": "calc(var(--beetan-site-container-width) - var(--beetan-box-layout-inner-gap))"
    }
  },
  "styles": {
    "spacing": {
      "blockGap": "1.5em"
    }
  }
}