{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 2,
  "settings": {
    "layout": {
      "contentSize": "800px",
      "wideSize": "1200px"
    },

    "color": {
      "palette": [
        {
          "name": "Primary",
          "slug": "primary",
          "color": "#2563eb"
        },
        {
          "name": "Dark",
          "slug": "dark",
          "color": "#111827"
        },
        {
          "name": "Light Gray",
          "slug": "light-gray",
          "color": "#f3f4f6"
        }
      ]
    },

    "typography": {
      "fontFamilies": [
        {
          "fontFamily": "system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif",
          "slug": "system-font",
          "name": "System Font"
        }
      ],
      "fontSizes": [
        {
          "slug": "small",
          "size": "14px",
          "name": "Small"
        },
        {
          "slug": "medium",
          "size": "18px",
          "name": "Medium"
        },
        {
          "slug": "large",
          "size": "24px",
          "name": "Large"
        },
        {
          "slug": "x-large",
          "size": "32px",
          "name": "Extra Large"
        }
      ],
      "lineHeight": true
    },

    "spacing": {
      "padding": true,
      "margin": true,
      "units": ["px", "em", "rem", "%"]
    }
  },

  "styles": {
    "color": {
      "background": "#ffffff",
      "text": "#111827"
    },

    "typography": {
      "fontFamily": "var(--wp--preset--font-family--system-font)",
      "lineHeight": "1.6"
    },

    "spacing": {
      "blockGap": "24px"
    },

    "elements": {
      "link": {
        "color": {
          "text": "#2563eb"
        }
      }
    }
  }
}