{
  "$schema": "https://schemas.wp.org/wp/6.4/theme.json",
  "version": 2,
  "title": "Warm Editorial",
  "settings": {
    "color": {
      "palette": [
        {
          "slug": "base",
          "color": "#fff9f1",
          "name": "Base"
        },
        {
          "slug": "contrast",
          "color": "#1c1510",
          "name": "Contrast"
        },
        {
          "slug": "muted",
          "color": "#76685f",
          "name": "Muted"
        },
        {
          "slug": "surface",
          "color": "#f6ecdf",
          "name": "Surface"
        },
        {
          "slug": "surface-alt",
          "color": "#ecdcc9",
          "name": "Surface Alt"
        },
        {
          "slug": "primary",
          "color": "#b45309",
          "name": "Primary"
        },
        {
          "slug": "accent",
          "color": "#e11d48",
          "name": "Accent"
        }
      ],
      "gradients": [
        {
          "slug": "primary-accent",
          "gradient": "linear-gradient(135deg, #b45309 0%, #e11d48 100%)",
          "name": "Primary Accent"
        },
        {
          "slug": "warm-paper",
          "gradient": "linear-gradient(135deg, #fff9f1 0%, #f6ecdf 100%)",
          "name": "Warm Paper"
        }
      ]
    }
  },
  "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--primary)",
          "text": "var(--wp--preset--color--base)"
        },
        "border": {
          "radius": "999px"
        }
      },
      "link": {
        "color": {
          "text": "var(--wp--preset--color--primary)"
        }
      },
      "heading": {
        "typography": {
          "fontWeight": "730",
          "letterSpacing": "-0.035em"
        }
      }
    },
    "blocks": {
      "core/quote": {
        "border": {
          "left": {
            "color": "var(--wp--preset--color--accent)",
            "width": "3px"
          }
        }
      }
    }
  }
}
