{
  "$schema": "https://schemas.wp.org/wp/6.4/theme.json",
  "version": 2,
  "title": "Dark Premium",
  "settings": {
    "color": {
      "palette": [
        {
          "slug": "base",
          "color": "#08090f",
          "name": "Base"
        },
        {
          "slug": "contrast",
          "color": "#ffffff",
          "name": "Contrast"
        },
        {
          "slug": "muted",
          "color": "#a7adbf",
          "name": "Muted"
        },
        {
          "slug": "surface",
          "color": "#11131d",
          "name": "Surface"
        },
        {
          "slug": "surface-alt",
          "color": "#191c2b",
          "name": "Surface Alt"
        },
        {
          "slug": "primary",
          "color": "#7c83ff",
          "name": "Primary"
        },
        {
          "slug": "accent",
          "color": "#a78bfa",
          "name": "Accent"
        }
      ],
      "gradients": [
        {
          "slug": "primary-accent",
          "gradient": "linear-gradient(135deg, #7c83ff 0%, #a78bfa 100%)",
          "name": "Primary Accent"
        },
        {
          "slug": "dark-premium",
          "gradient": "linear-gradient(135deg, #08090f 0%, #1b1f4f 100%)",
          "name": "Dark Premium"
        }
      ]
    }
  },
  "styles": {
    "color": {
      "background": "var(--wp--preset--color--base)",
      "text": "var(--wp--preset--color--contrast)"
    },
    "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": "780",
          "letterSpacing": "-0.05em"
        }
      }
    }
  }
}
