{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 3,
  "settings": {
    "color": {
      "palette": [
        {
          "slug": "primary",
          "color": "#146ef5",
          "name": "Primary"
        },
        {
          "slug": "secondary",
          "color": "#6ca7ff",
          "name": "Secondary"
        },
        {
          "slug": "accent",
          "color": "#3b82f6",
          "name": "Accent"
        },
        {
          "slug": "neutral-1",
          "color": "#080808",
          "name": "Neutral 1"
        },
        {
          "slug": "neutral-2",
          "color": "#ffffff",
          "name": "Neutral 2"
        },
        {
          "slug": "neutral-3",
          "color": "#5a5a5a",
          "name": "Neutral 3"
        },
        {
          "slug": "neutral-4",
          "color": "#d8d8d8",
          "name": "Neutral 4"
        },
        {
          "slug": "neutral-5",
          "color": "#f0f0f0",
          "name": "Neutral 5"
        },
        {
          "slug": "bg-ffffff",
          "color": "#ffffff",
          "name": "Background #ffffff"
        },
        {
          "slug": "bg-146ef5",
          "color": "#146ef5",
          "name": "Background #146ef5"
        },
        {
          "slug": "bg-080808",
          "color": "#080808",
          "name": "Background #080808"
        }
      ],
      "gradients": [
        {
          "slug": "gradient-1",
          "gradient": "linear-gradient(90deg, rgb(255, 255, 255) 30%, rgba(0, 0, 0, 0))",
          "name": "Gradient 1"
        },
        {
          "slug": "gradient-2",
          "gradient": "linear-gradient(90deg, rgb(8, 8, 8) 30%, rgba(0, 0, 0, 0))",
          "name": "Gradient 2"
        },
        {
          "slug": "gradient-3",
          "gradient": "linear-gradient(rgb(255, 255, 255) 0%, color(srgb 1 1 1 / 0.85) 30%, color(srgb 1 1 1 / 0.4) 65%, color(srgb 1 1 1 / 0.1) 90%, rgba(0, 0, 0, 0) 100%)",
          "name": "Gradient 3"
        },
        {
          "slug": "gradient-4",
          "gradient": "linear-gradient(color(srgb 1 1 1 / 0.6), color(srgb 1 1 1 / 0.33))",
          "name": "Gradient 4"
        },
        {
          "slug": "gradient-5",
          "gradient": "linear-gradient(rgb(8, 8, 8), rgb(8, 8, 8))",
          "name": "Gradient 5"
        }
      ]
    },
    "typography": {
      "fontFamilies": [
        {
          "fontFamily": "WF Visual Sans Variable",
          "slug": "wf-visual-sans-variable",
          "name": "WF Visual Sans Variable"
        },
        {
          "fontFamily": "WFVisualSans-Mono",
          "slug": "wfvisualsans-mono",
          "name": "WFVisualSans-Mono"
        },
        {
          "fontFamily": "Times",
          "slug": "times",
          "name": "Times"
        }
      ],
      "fontSizes": [
        {
          "size": "74.8571px",
          "slug": "size-74.8571",
          "name": "74.8571px"
        },
        {
          "size": "52.5714px",
          "slug": "size-52.5714",
          "name": "52.5714px"
        },
        {
          "size": "42.0571px",
          "slug": "size-42.0571",
          "name": "42.0571px"
        },
        {
          "size": "38.2857px",
          "slug": "size-38.2857",
          "name": "38.2857px"
        },
        {
          "size": "30.8571px",
          "slug": "size-30.8571",
          "name": "30.8571px"
        },
        {
          "size": "30.5714px",
          "slug": "size-30.5714",
          "name": "30.5714px"
        },
        {
          "size": "28.1143px",
          "slug": "size-28.1143",
          "name": "28.1143px"
        },
        {
          "size": "24px",
          "slug": "size-24",
          "name": "24px"
        }
      ]
    },
    "spacing": {
      "spacingSizes": [
        {
          "size": "1px",
          "slug": "spacing-1",
          "name": "1px"
        },
        {
          "size": "23px",
          "slug": "spacing-23",
          "name": "23px"
        },
        {
          "size": "31px",
          "slug": "spacing-31",
          "name": "31px"
        },
        {
          "size": "37px",
          "slug": "spacing-37",
          "name": "37px"
        },
        {
          "size": "40px",
          "slug": "spacing-40",
          "name": "40px"
        },
        {
          "size": "46px",
          "slug": "spacing-46",
          "name": "46px"
        },
        {
          "size": "56px",
          "slug": "spacing-56",
          "name": "56px"
        },
        {
          "size": "64px",
          "slug": "spacing-64",
          "name": "64px"
        }
      ]
    },
    "layout": {
      "contentSize": "1920px",
      "wideSize": "1400px"
    }
  },
  "styles": {
    "color": {
      "background": "#ffffff",
      "text": "#000000"
    },
    "typography": {
      "fontSize": "12px",
      "lineHeight": "12px",
      "fontFamily": "WF Visual Sans Variable"
    },
    "spacing": {}
  }
}