{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 2,
  "title": "Sublime",
  "settings": {
    "color": {
      "palette": [
        {
          "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%)))"
        }
      ]
    },
    "typography": {
      "fontFamilies": [
        {
          "fontFamily": "Playfair Display,var(--wp--custom--font-stack--serif)",
          "name": "Playfair Display",
          "slug": "playfair-display",
          "fontFace": [
            {
              "fontFamily": "Playfair Display,var(--wp--custom--font-stack--serif)",
              "fontStyle": "normal",
              "fontStretch": "normal",
              "fontDisplay": "swap",
              "fontWeight": "100 900",
              "src": [
                "file:./assets/fonts/playfair-display.woff2"
              ]
            }
          ]
        }
      ]
    }
  },
  "styles": {
    "elements": {
      "heading": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--playfair-display)",
          "lineHeight": "1.3",
          "fontWeight": "400"
        }
      }
    }
  }
}
