{
  "$schema": "https://schemas.wp.org/wp/6.7/theme.json",
  "version": 3,
  "title": "Minimal Clean",
  "settings": {
    "color": {
      "palette": [
        {
          "slug": "base",
          "color": "#ffffff",
          "name": "Base"
        },
        {
          "slug": "contrast",
          "color": "#18181b",
          "name": "Contrast"
        },
        {
          "slug": "primary",
          "color": "#000000",
          "name": "Primary"
        },
        {
          "slug": "secondary",
          "color": "#71717a",
          "name": "Secondary"
        },
        {
          "slug": "accent",
          "color": "#6366f1",
          "name": "Accent"
        },
        {
          "slug": "accent-2",
          "color": "#a3a3a3",
          "name": "Accent 2"
        },
        {
          "slug": "accent-3",
          "color": "#22c55e",
          "name": "Accent 3"
        },
        {
          "slug": "accent-4",
          "color": "#ef4444",
          "name": "Accent 4"
        },
        {
          "slug": "accent-5",
          "color": "#fafafa",
          "name": "Accent 5"
        },
        {
          "slug": "accent-6",
          "color": "color-mix(in srgb, #18181b 10%, transparent)",
          "name": "Accent 6"
        }
      ],
      "gradients": [
        {
          "slug": "primary-to-accent",
          "gradient": "linear-gradient(135deg, #000000 0%, #6366f1 100%)",
          "name": "Black to Indigo"
        },
        {
          "slug": "success-gradient",
          "gradient": "linear-gradient(135deg, #6366f1 0%, #22c55e 100%)",
          "name": "Clean Gradient"
        }
      ]
    }
  },
  "styles": {
    "color": {
      "background": "#ffffff",
      "text": "#18181b"
    },
    "typography": {
      "fontFamily": "var(--wp--preset--font-family--system-font)",
      "fontSize": "16px",
      "lineHeight": "1.7"
    },
    "elements": {
      "link": {
        "color": {
          "text": "#000000"
        },
        ":hover": {
          "color": {
            "text": "#6366f1"
          }
        }
      },
      "button": {
        "color": {
          "background": "#000000",
          "text": "#ffffff"
        },
        "border": {
          "radius": "0"
        },
        ":hover": {
          "color": {
            "background": "#18181b"
          }
        }
      },
      "heading": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--system-font)",
          "fontWeight": "600",
          "letterSpacing": "-0.025em"
        },
        "color": {
          "text": "#000000"
        }
      }
    },
    "blocks": {
      "core/site-title": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--system-font)",
          "fontWeight": "800",
          "letterSpacing": "-0.05em"
        },
        "color": {
          "text": "#000000"
        }
      },
      "core/separator": {
        "border": {
          "color": "#e4e4e7"
        }
      },
      "core/quote": {
        "border": {
          "color": "#000000"
        }
      }
    }
  }
}