{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 3,
  "settings": {
    "color": {
      "palette": [
        {
          "slug": "primary",
          "color": "#72e3ad",
          "name": "Primary"
        },
        {
          "slug": "secondary",
          "color": "#00bb68",
          "name": "Secondary"
        },
        {
          "slug": "accent",
          "color": "#a9f1ca",
          "name": "Accent"
        },
        {
          "slug": "neutral-1",
          "color": "#dfdfdf",
          "name": "Neutral 1"
        },
        {
          "slug": "neutral-2",
          "color": "#171717",
          "name": "Neutral 2"
        },
        {
          "slug": "neutral-3",
          "color": "#525252",
          "name": "Neutral 3"
        },
        {
          "slug": "neutral-4",
          "color": "#707070",
          "name": "Neutral 4"
        },
        {
          "slug": "neutral-5",
          "color": "#ffffff",
          "name": "Neutral 5"
        },
        {
          "slug": "bg-fcfcfc",
          "color": "#fcfcfc",
          "name": "Background #fcfcfc"
        },
        {
          "slug": "bg-f8f8f8",
          "color": "#f8f8f8",
          "name": "Background #f8f8f8"
        },
        {
          "slug": "bg-ffffff",
          "color": "#ffffff",
          "name": "Background #ffffff"
        }
      ],
      "gradients": [
        {
          "slug": "gradient-1",
          "gradient": "linear-gradient(rgb(223, 223, 223) 0px, oklab(0.904028 0.0000411272 0.0000180602 / 0.5) 100%)",
          "name": "Gradient 1"
        },
        {
          "slug": "gradient-2",
          "gradient": "linear-gradient(to top, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 50%, rgb(255, 255, 255) 85%)",
          "name": "Gradient 2"
        },
        {
          "slug": "gradient-3",
          "gradient": "radial-gradient(50% 100% at 50% 0px, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 50%, rgb(252, 252, 252) 100%)",
          "name": "Gradient 3"
        },
        {
          "slug": "gradient-4",
          "gradient": "linear-gradient(to right in oklab, rgba(0, 0, 0, 0) 0px, rgb(223, 223, 223) 50%, rgba(0, 0, 0, 0) 100%)",
          "name": "Gradient 4"
        }
      ]
    },
    "typography": {
      "fontFamilies": [
        {
          "fontFamily": "Circular",
          "slug": "circular",
          "name": "Circular"
        },
        {
          "fontFamily": "Source Code Pro",
          "slug": "source-code-pro",
          "name": "Source Code Pro"
        }
      ],
      "fontSizes": [
        {
          "size": "72px",
          "slug": "size-72",
          "name": "72px"
        },
        {
          "size": "36px",
          "slug": "size-36",
          "name": "36px"
        },
        {
          "size": "24px",
          "slug": "size-24",
          "name": "24px"
        },
        {
          "size": "18px",
          "slug": "size-18",
          "name": "18px"
        },
        {
          "size": "16px",
          "slug": "size-16",
          "name": "16px"
        },
        {
          "size": "14px",
          "slug": "size-14",
          "name": "14px"
        },
        {
          "size": "12px",
          "slug": "size-12",
          "name": "12px"
        }
      ]
    },
    "spacing": {
      "spacingSizes": [
        {
          "size": "1px",
          "slug": "spacing-1",
          "name": "1px"
        },
        {
          "size": "40px",
          "slug": "spacing-40",
          "name": "40px"
        },
        {
          "size": "48px",
          "slug": "spacing-48",
          "name": "48px"
        },
        {
          "size": "64px",
          "slug": "spacing-64",
          "name": "64px"
        },
        {
          "size": "90px",
          "slug": "spacing-90",
          "name": "90px"
        },
        {
          "size": "112px",
          "slug": "spacing-112",
          "name": "112px"
        },
        {
          "size": "128px",
          "slug": "spacing-128",
          "name": "128px"
        },
        {
          "size": "157px",
          "slug": "spacing-157",
          "name": "157px"
        }
      ]
    },
    "layout": {
      "contentSize": "1280px",
      "wideSize": "1400px"
    }
  },
  "styles": {
    "color": {
      "background": "#fcfcfc",
      "text": "#000000"
    },
    "typography": {
      "fontSize": "16px",
      "lineHeight": "24px",
      "fontFamily": "Circular"
    },
    "spacing": {}
  }
}