{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 3,
  "settings": {
    "color": {
      "palette": [
        {
          "slug": "primary",
          "color": "#5865f2",
          "name": "Primary"
        },
        {
          "slug": "secondary",
          "color": "#35ed7e",
          "name": "Secondary"
        },
        {
          "slug": "accent",
          "color": "#1a2081",
          "name": "Accent"
        },
        {
          "slug": "neutral-1",
          "color": "#000000",
          "name": "Neutral 1"
        },
        {
          "slug": "neutral-2",
          "color": "#ffffff",
          "name": "Neutral 2"
        },
        {
          "slug": "neutral-3",
          "color": "#333333",
          "name": "Neutral 3"
        },
        {
          "slug": "neutral-4",
          "color": "#23272a",
          "name": "Neutral 4"
        },
        {
          "slug": "bg-1a2081",
          "color": "#1a2081",
          "name": "Background #1a2081"
        },
        {
          "slug": "bg-000000",
          "color": "#000000",
          "name": "Background #000000"
        }
      ],
      "gradients": [
        {
          "slug": "gradient-1",
          "gradient": "linear-gradient(rgba(88, 101, 242, 0) 43%, rgb(88, 101, 242) 77%)",
          "name": "Gradient 1"
        },
        {
          "slug": "gradient-2",
          "gradient": "linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.12) 12%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.08) 83%, rgba(255, 255, 255, 0.2))",
          "name": "Gradient 2"
        }
      ]
    },
    "typography": {
      "fontFamilies": [
        {
          "fontFamily": "Ggsans",
          "slug": "ggsans",
          "name": "Ggsans"
        },
        {
          "fontFamily": "Abcgintodiscord",
          "slug": "abcgintodiscord",
          "name": "Abcgintodiscord"
        },
        {
          "fontFamily": "ABC Ginto Normal",
          "slug": "abc-ginto-normal",
          "name": "ABC Ginto Normal"
        },
        {
          "fontFamily": "Times",
          "slug": "times",
          "name": "Times"
        },
        {
          "fontFamily": "Abcgintodiscordnord",
          "slug": "abcgintodiscordnord",
          "name": "Abcgintodiscordnord"
        }
      ],
      "fontSizes": [
        {
          "size": "61px",
          "slug": "size-61",
          "name": "61px"
        },
        {
          "size": "48px",
          "slug": "size-48",
          "name": "48px"
        },
        {
          "size": "44px",
          "slug": "size-44",
          "name": "44px"
        },
        {
          "size": "36px",
          "slug": "size-36",
          "name": "36px"
        },
        {
          "size": "22px",
          "slug": "size-22",
          "name": "22px"
        },
        {
          "size": "20px",
          "slug": "size-20",
          "name": "20px"
        },
        {
          "size": "18px",
          "slug": "size-18",
          "name": "18px"
        },
        {
          "size": "17.6px",
          "slug": "size-17.6",
          "name": "17.6px"
        }
      ]
    },
    "spacing": {
      "spacingSizes": [
        {
          "size": "1px",
          "slug": "spacing-1",
          "name": "1px"
        },
        {
          "size": "24px",
          "slug": "spacing-24",
          "name": "24px"
        },
        {
          "size": "29px",
          "slug": "spacing-29",
          "name": "29px"
        },
        {
          "size": "35px",
          "slug": "spacing-35",
          "name": "35px"
        },
        {
          "size": "48px",
          "slug": "spacing-48",
          "name": "48px"
        },
        {
          "size": "52px",
          "slug": "spacing-52",
          "name": "52px"
        },
        {
          "size": "56px",
          "slug": "spacing-56",
          "name": "56px"
        },
        {
          "size": "60px",
          "slug": "spacing-60",
          "name": "60px"
        }
      ]
    },
    "layout": {
      "contentSize": "1080px",
      "wideSize": "1400px"
    }
  },
  "styles": {
    "color": {
      "background": "#1a2081",
      "text": "#000000"
    },
    "typography": {
      "fontSize": "16px",
      "lineHeight": "normal",
      "fontFamily": "Ggsans"
    },
    "spacing": {}
  }
}