{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 3,
  "settings": {
    "color": {
      "palette": [
        {
          "slug": "primary",
          "color": "#ff6363",
          "name": "Primary"
        },
        {
          "slug": "secondary",
          "color": "#8cd6ff",
          "name": "Secondary"
        },
        {
          "slug": "accent",
          "color": "#56c2ff",
          "name": "Accent"
        },
        {
          "slug": "neutral-1",
          "color": "#ffffff",
          "name": "Neutral 1"
        },
        {
          "slug": "neutral-2",
          "color": "#6a6b6c",
          "name": "Neutral 2"
        },
        {
          "slug": "neutral-3",
          "color": "#9c9c9d",
          "name": "Neutral 3"
        },
        {
          "slug": "neutral-4",
          "color": "#434345",
          "name": "Neutral 4"
        },
        {
          "slug": "neutral-5",
          "color": "#e6e6e6",
          "name": "Neutral 5"
        },
        {
          "slug": "bg-07080a",
          "color": "#07080a",
          "name": "Background #07080a"
        },
        {
          "slug": "bg-000000",
          "color": "#000000",
          "name": "Background #000000"
        },
        {
          "slug": "bg-ffffff",
          "color": "#ffffff",
          "name": "Background #ffffff"
        }
      ],
      "gradients": [
        {
          "slug": "gradient-1",
          "gradient": "linear-gradient(137deg, rgba(17, 18, 20, 0.75) 4.87%, rgba(12, 13, 15, 0.9) 75.88%)",
          "name": "Gradient 1"
        },
        {
          "slug": "gradient-2",
          "gradient": "conic-gradient(from -80deg at 0px 15px, rgba(0, 0, 0, 0) 0deg, rgb(236, 165, 167) 20%, rgba(0, 0, 0, 0) 25%)",
          "name": "Gradient 2"
        },
        {
          "slug": "gradient-3",
          "gradient": "radial-gradient(85.77% 49.97% at 51% 5.12%, rgba(255, 150, 150, 0.11) 0px, rgba(222, 226, 255, 0.08) 45.83%, rgba(241, 242, 255, 0.02) 100%)",
          "name": "Gradient 3"
        },
        {
          "slug": "gradient-4",
          "gradient": "linear-gradient(rgb(255, 99, 99), rgb(215, 42, 42))",
          "name": "Gradient 4"
        },
        {
          "slug": "gradient-5",
          "gradient": "linear-gradient(135deg, rgb(86, 194, 255) 0%, rgb(19, 138, 242) 100%)",
          "name": "Gradient 5"
        }
      ]
    },
    "typography": {
      "fontFamilies": [
        {
          "fontFamily": "Inter",
          "slug": "inter",
          "name": "Inter"
        },
        {
          "fontFamily": "SF Pro Text",
          "slug": "sf-pro-text",
          "name": "SF Pro Text"
        },
        {
          "fontFamily": "SF Pro",
          "slug": "sf-pro",
          "name": "SF Pro"
        },
        {
          "fontFamily": "GeistMono",
          "slug": "geistmono",
          "name": "GeistMono"
        }
      ],
      "fontSizes": [
        {
          "size": "64px",
          "slug": "size-64",
          "name": "64px"
        },
        {
          "size": "56px",
          "slug": "size-56",
          "name": "56px"
        },
        {
          "size": "32px",
          "slug": "size-32",
          "name": "32px"
        },
        {
          "size": "24px",
          "slug": "size-24",
          "name": "24px"
        },
        {
          "size": "23.75px",
          "slug": "size-23.75",
          "name": "23.75px"
        },
        {
          "size": "22px",
          "slug": "size-22",
          "name": "22px"
        },
        {
          "size": "20px",
          "slug": "size-20",
          "name": "20px"
        },
        {
          "size": "18px",
          "slug": "size-18",
          "name": "18px"
        }
      ]
    },
    "spacing": {
      "spacingSizes": [
        {
          "size": "1px",
          "slug": "spacing-1",
          "name": "1px"
        },
        {
          "size": "45px",
          "slug": "spacing-45",
          "name": "45px"
        },
        {
          "size": "56px",
          "slug": "spacing-56",
          "name": "56px"
        },
        {
          "size": "64px",
          "slug": "spacing-64",
          "name": "64px"
        },
        {
          "size": "72px",
          "slug": "spacing-72",
          "name": "72px"
        },
        {
          "size": "80px",
          "slug": "spacing-80",
          "name": "80px"
        },
        {
          "size": "96px",
          "slug": "spacing-96",
          "name": "96px"
        },
        {
          "size": "102px",
          "slug": "spacing-102",
          "name": "102px"
        }
      ]
    },
    "layout": {
      "contentSize": "818px",
      "wideSize": "1400px"
    }
  },
  "styles": {
    "color": {
      "background": "#07080a",
      "text": "#ffffff"
    },
    "typography": {
      "fontSize": "16px",
      "lineHeight": "18.4px",
      "fontFamily": "Inter"
    },
    "spacing": {}
  }
}