{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 2,
  "title": "Sublime",
  "settings": {
    "custom": {
      "patternStyle": "iconic",
      "animation": "fade",
      "border": {
        "width": "2px",
        "style": "solid",
        "color": "var(--wp--preset--color--foreground)",
        "radius": "6px"
      },
      "boxShadow": {
        "x": "0em",
        "y": "7px",
        "blur": "0em",
        "spread": "-3px",
        "color": "var(--wp--preset--color--foreground)"
      },
      "navigationSeparator": {
        "content": ""
      },
      "buttonOutline": {
        "color": "var(--wp--preset--color--foreground)"
      },
      "subHeading": {
        "textTransform": "uppercase",
        "fontSize": "clamp(12px, 1.4vw, 14px)",
        "fontWeight": "600",
        "letterSpacing": "0.5em",
        "marginBottom": "var(--wp--preset--spacing--sm)"
      },
      "surface": {
        "background": "var(--wp--preset--color--background)",
        "borderRadius": "15px",
        "borderColor": "var(--wp--custom--border--color)"
      }
    },
    "color": {
      "palette": [
        {
          "color": "#151929",
          "name": "Primary",
          "slug": "primary"
        },
        {
          "color": "#151929",
          "name": "Secondary",
          "slug": "secondary"
        },
        {
          "color": "#151929",
          "name": "Foreground",
          "slug": "foreground"
        },
        {
          "color": "#1d243c",
          "name": "Heading",
          "slug": "heading"
        },
        {
          "color": "#3f4c7c",
          "name": "Body",
          "slug": "body"
        },
        {
          "color": "#7e87ad",
          "name": "Neutral",
          "slug": "neutral"
        },
        {
          "color": "#d0d4e3",
          "name": "Outline",
          "slug": "outline"
        },
        {
          "color": "#f6f6f9",
          "name": "Surface",
          "slug": "surface"
        },
        {
          "color": "#ffffff",
          "name": "Background",
          "slug": "background"
        },
        {
          "color": "currentColor",
          "name": "Current Color",
          "slug": "currentColor"
        },
        {
          "color": "inherit",
          "name": "Inherit",
          "slug": "inherit"
        },
        {
          "color": "transparent",
          "name": "Transparent",
          "slug": "transparent"
        }
      ],
      "gradients": [
        {
          "slug": "light",
          "name": "Light",
          "gradient": "linear-gradient(135deg, rgba(248, 255, 252, 1) 0%, rgba(232, 243, 255, 1) 12%, rgba(253, 255, 254, 1) 19%, rgba(223, 255, 241, 1) 29%, rgba(234, 252, 255, 1) 42%, rgba(230, 255, 230, 1) 47%, rgba(211, 255, 211, 1) 54%, rgba(230, 255, 230, 1) 59%, rgba(253, 255, 254, 1) 65%, rgba(234, 251, 255, 1) 72%, rgba(221, 255, 233, 1) 84%, rgba(240, 255, 234, 1) 94%, rgba(253, 255, 254, 1) 98%, rgba(246, 255, 250, 1) 100%)"
        },
        {
          "slug": "conic-light",
          "name": "Conic Light",
          "gradient": "var(--wp--preset--gradient--custom-conic-light,var(--wp--custom--gradient--conic, conic-gradient(from 135deg,rgb(194,248,242) 0%,rgb(243,243,252) 14%,rgb(202,246,246) 24%,rgb(232,252,234) 35%,rgb(243,255,240) 45%,rgb(228,254,254) 57%,rgb(246,255,254) 67%,rgb(179,248,162) 85%,rgb(199,245,240) 100%)))"
        }
      ]
    }
  },
  "styles": {
    "color": {
      "background": "var(--wp--preset--gradient--light)",
      "text": "var(--wp--preset--color--heading)"
    },
    "typography": {
      "fontWeight": "400"
    },
    "elements": {
      "button": {
        "color": {
          "background": "var(--wp--preset--color--foreground)"
        }
      },
      "heading": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--playfair-display)",
          "lineHeight": "1.3"
        }
      },
      "link": {
        "color": {
          "text": "inherit"
        }
      }
    }
  }
}
