{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 3,
  "settings": {
    "color": {
      "palette": [
        {
          "slug": "primary",
          "color": "#0051c3",
          "name": "Primary"
        },
        {
          "slug": "secondary",
          "color": "#de5052",
          "name": "Secondary"
        },
        {
          "slug": "accent",
          "color": "#521010",
          "name": "Accent"
        },
        {
          "slug": "neutral-1",
          "color": "#404040",
          "name": "Neutral 1"
        },
        {
          "slug": "neutral-2",
          "color": "#000000",
          "name": "Neutral 2"
        },
        {
          "slug": "neutral-3",
          "color": "#595959",
          "name": "Neutral 3"
        },
        {
          "slug": "neutral-4",
          "color": "#ffffff",
          "name": "Neutral 4"
        },
        {
          "slug": "neutral-5",
          "color": "#ebebeb",
          "name": "Neutral 5"
        },
        {
          "slug": "bg-ffffff",
          "color": "#ffffff",
          "name": "Background #ffffff"
        },
        {
          "slug": "bg-ebebeb",
          "color": "#ebebeb",
          "name": "Background #ebebeb"
        }
      ],
      "gradients": [
        {
          "slug": "gradient-1",
          "gradient": "gradient(linear, 0% 0%, 0% 100%, from(rgb(222, 222, 222)), color-stop(0.03, rgb(235, 235, 235)), color-stop(0.97, rgb(235, 235, 235)), to(rgb(222, 222, 222)))",
          "name": "Gradient 1"
        }
      ]
    },
    "typography": {
      "fontFamilies": [
        {
          "fontFamily": "Times",
          "slug": "times",
          "name": "Times"
        }
      ],
      "fontSizes": [
        {
          "size": "60px",
          "slug": "size-60",
          "name": "60px"
        },
        {
          "size": "30px",
          "slug": "size-30",
          "name": "30px"
        },
        {
          "size": "16px",
          "slug": "size-16",
          "name": "16px"
        },
        {
          "size": "15px",
          "slug": "size-15",
          "name": "15px"
        },
        {
          "size": "13px",
          "slug": "size-13",
          "name": "13px"
        }
      ]
    },
    "spacing": {
      "spacingSizes": [
        {
          "size": "3px",
          "slug": "spacing-3",
          "name": "3px"
        },
        {
          "size": "23px",
          "slug": "spacing-23",
          "name": "23px"
        },
        {
          "size": "53px",
          "slug": "spacing-53",
          "name": "53px"
        },
        {
          "size": "160px",
          "slug": "spacing-160",
          "name": "160px"
        }
      ]
    },
    "layout": {
      "contentSize": "1200px",
      "wideSize": "1400px"
    }
  },
  "styles": {
    "color": {
      "background": "#ffffff",
      "text": "#000000"
    },
    "typography": {
      "fontSize": "13px",
      "lineHeight": "19.5px",
      "fontFamily": "Times"
    },
    "spacing": {}
  }
}