{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 2,
  "settings": {
    "appearanceTools": true,
    "color": {
      "palette": [
        { "color": "#1a56db", "name": "Primary",   "slug": "primary"   },
        { "color": "#1340a8", "name": "Primary Dark","slug": "primary-dark"},
        { "color": "#e8f0fe", "name": "Primary Light","slug": "primary-light"},
        { "color": "#f59e0b", "name": "Accent",    "slug": "accent"    },
        { "color": "#10b981", "name": "Success",   "slug": "success"   },
        { "color": "#ef4444", "name": "Danger",    "slug": "danger"    },
        { "color": "#111827", "name": "Dark",      "slug": "dark"      },
        { "color": "#374151", "name": "Gray 700",  "slug": "gray-700"  },
        { "color": "#6b7280", "name": "Gray 500",  "slug": "gray-500"  },
        { "color": "#d1d5db", "name": "Gray 300",  "slug": "gray-300"  },
        { "color": "#f3f4f6", "name": "Gray 100",  "slug": "gray-100"  },
        { "color": "#f9fafb", "name": "Gray 50",   "slug": "gray-50"   },
        { "color": "#ffffff", "name": "White",     "slug": "white"     }
      ],
      "gradients": [
        { "gradient": "linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #1a56db 100%)", "name": "Brand Gradient", "slug": "brand" }
      ]
    },
    "typography": {
      "fontFamilies": [
        {
          "fontFamily": "'Plus Jakarta Sans', system-ui, sans-serif",
          "name": "Plus Jakarta Sans",
          "slug": "primary"
        }
      ],
      "fontSizes": [
        { "fluid": false, "name": "Small",   "size": "0.875rem", "slug": "small"   },
        { "fluid": false, "name": "Normal",  "size": "1rem",     "slug": "normal"  },
        { "fluid": false, "name": "Large",   "size": "1.25rem",  "slug": "large"   },
        { "fluid": true,  "name": "X-Large", "size": "1.5rem",   "slug": "x-large", "fluid": { "min": "1.25rem", "max": "1.875rem" } },
        { "fluid": true,  "name": "Huge",    "size": "2rem",     "slug": "huge",    "fluid": { "min": "1.5rem",  "max": "2.5rem"   } }
      ]
    },
    "spacing": {
      "spacingSizes": [
        { "name": "1", "size": "0.25rem",  "slug": "10" },
        { "name": "2", "size": "0.5rem",   "slug": "20" },
        { "name": "3", "size": "0.75rem",  "slug": "30" },
        { "name": "4", "size": "1rem",     "slug": "40" },
        { "name": "5", "size": "1.5rem",   "slug": "50" },
        { "name": "6", "size": "2rem",     "slug": "60" },
        { "name": "7", "size": "3rem",     "slug": "70" },
        { "name": "8", "size": "4rem",     "slug": "80" }
      ]
    },
    "layout": {
      "contentSize": "760px",
      "wideSize":    "1280px"
    },
    "blocks": {
      "core/button": {
        "color": { "background": true, "text": true }
      }
    }
  },
  "styles": {
    "color": {
      "background": "#f9fafb",
      "text": "#374151"
    },
    "typography": {
      "fontFamily": "var(--wp--preset--font-family--primary)",
      "fontSize":   "var(--wp--preset--font-size--normal)",
      "lineHeight": "1.6"
    },
    "elements": {
      "link": {
        "color": { "text": "#1a56db" },
        ":hover": { "color": { "text": "#1340a8" } }
      },
      "h1": { "typography": { "fontWeight": "800", "lineHeight": "1.2" } },
      "h2": { "typography": { "fontWeight": "700", "lineHeight": "1.3" } },
      "h3": { "typography": { "fontWeight": "700", "lineHeight": "1.35" } }
    },
    "blocks": {
      "core/separator": {
        "color": { "background": "#d1d5db" }
      },
      "core/pullquote": {
        "border": { "style": "solid", "width": "4px", "color": "#1a56db" },
        "typography": { "fontStyle": "italic", "fontWeight": "600" }
      },
      "core/code": {
        "color": { "background": "#1f2937", "text": "#f9fafb" },
        "spacing": { "padding": { "top": "1rem", "right": "1.5rem", "bottom": "1rem", "left": "1.5rem" } },
        "border": { "radius": "0.5rem" }
      }
    }
  },
  "customTemplates": [
    { "name": "full-width",      "title": "Full Width",         "postTypes": ["page", "listing"] },
    { "name": "no-sidebar",      "title": "No Sidebar",         "postTypes": ["page", "post", "listing"] },
    { "name": "landing-page",    "title": "Landing Page",       "postTypes": ["page"] }
  ],
  "templateParts": [
    { "name": "header",  "title": "Header",  "area": "header" },
    { "name": "footer",  "title": "Footer",  "area": "footer" },
    { "name": "sidebar", "title": "Sidebar", "area": "uncategorized" }
  ]
}
