{
  "version": 2,
  "title": "Dark Green",
  "settings": {
    "color": {
      "palette": [
        {
          "color": "#004C3F",
          "name": "Secondary Color",
          "slug": "secondary-color"
        },
        {
          "color": "#008060",
          "name": "accent Color",
          "slug": "accent-color"
        },
        {
          "name": "Light Color",
          "slug": "light-color",
          "color": "#fff"
        },
        {
          "name": "Background Color",
          "slug": "background-color",
          "color": "#F5F0ED"
        },
        {
          "name": "Dark Color",
          "slug": "dark-color",
          "color": "#000"
        },
        {
          "name": "Paragraph Color Light",
          "slug": "paragraph-color-light",
          "color": "#6B6B6B"
        },
        {
          "name": "Text Color",
          "slug": "text-color",
          "color": "#3F3F3F"
        },
        {
          "name": "Paragraph Color Dark",
          "slug": "paragraph-color-dark",
          "color": "#333333"
        },
        {
          "name": "Body",
          "color": "#FAFAFA",
          "slug": "body"
        },
        {
          "name": "Transparent",
          "color": "transparent",
          "slug": "transparent"
        }
      ]
    }
  },
  "styles": {
    "blocks": {
      "core/paragraph": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--poppins)"
        }
      },
      "core/list": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--poppins)"
        }
      }
    },
    "elements": {
      "heading": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--raleway)"
        }
      }
    },
    "typography": {
      "fontFamily": "var(--wp--preset--font-family--raleway)",
      "fontStyle": "normal",
      "fontWeight": "400",
      "lineHeight": "1.5"
    }
  }
}