{
  "$schema": "https://schemas.wp.org/wp/6.4/theme.json",
  "version": 2,
  "title": "Minimal Light",
  "settings": {
    "color": {
      "palette": [
        {
          "slug": "base",
          "color": "#fbfaf7",
          "name": "Base"
        },
        {
          "slug": "contrast",
          "color": "#151515",
          "name": "Contrast"
        },
        {
          "slug": "muted",
          "color": "#6b665f",
          "name": "Muted"
        },
        {
          "slug": "surface",
          "color": "#f1efe9",
          "name": "Surface"
        },
        {
          "slug": "surface-alt",
          "color": "#e7e2d8",
          "name": "Surface Alt"
        },
        {
          "slug": "primary",
          "color": "#1f1f1f",
          "name": "Primary"
        },
        {
          "slug": "accent",
          "color": "#b08d57",
          "name": "Accent"
        }
      ],
      "gradients": [
        {
          "slug": "primary-accent",
          "gradient": "linear-gradient(135deg, #1f1f1f 0%, #b08d57 100%)",
          "name": "Primary Accent"
        },
        {
          "slug": "soft-surface",
          "gradient": "linear-gradient(135deg, #fbfaf7 0%, #f1efe9 100%)",
          "name": "Soft Surface"
        }
      ]
    }
  },
  "styles": {
    "color": {
      "background": "var(--wp--preset--color--base)",
      "text": "var(--wp--preset--color--contrast)"
    },
    "typography": {
      "fontFamily": "var(--wp--preset--font-family--system)"
    },
    "elements": {
      "button": {
        "color": {
          "background": "var(--wp--preset--color--contrast)",
          "text": "var(--wp--preset--color--base)"
        },
        "border": {
          "radius": "999px"
        }
      },
      "link": {
        "color": {
          "text": "var(--wp--preset--color--primary)"
        }
      },
      "heading": {
        "typography": {
          "fontWeight": "760",
          "letterSpacing": "-0.045em"
        }
      }
    }
  }
}
