{
  "$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",
          "slug": "system-font",
          "name": "System Font"
        }
      ]
    }

  }
}