{
  "global": {
    "settings": {
      "color": {
        "palette": [
          {
            "slug": "black",
            "color": "#222"
          },
          {
            "slug": "white",
            "color": "#fff"
          },
          {
            "slug": "light-grey",
            "color": "#ccc"
          },
          {
            "slug": "dark-grey",
            "color": "#757575"
          },
          {
            "slug": "red",
            "color": "#c00"
          }
        ],
        "link": true
      },
      "custom": {
        "content": {
          "normalWidth": 520,
          "wideWidth": 750,
          "fullWidth": 840
        }
      }
    },
    "styles": {
      "color": {
        "background": "var(--wp--preset--color--white)",
        "text": "var(--wp--preset--color--black)",
        "link": "var(--wp--preset--color--red)"
      },
      "typography": {
        "fontFamily": "Lora, Georgia, serif",
        "fontSize": "1rem",
        "lineHeight": "1.45"
      }
    }
  },
  "core/site-title": {
    "styles": {
      "typography": {
        "fontSize": "1.811rem",
        "lineHeight": "1.3"
      }
    }
  },
  "core/site-tagline": {
    "styles": {
      "typography": {
        "fontSize": "1.618rem"
      }
    }
  },
  "core/heading/h2": {
    "styles": {
      "typography": {
        "fontSize": "1.618rem",
        "lineHeight": "1.3"
      }
    }
  },
  "core/heading/h3": {
    "styles": {
      "typography": {
        "fontSize": "1.159rem",
        "lineHeight": "1.3"
      }
    }
  },
  "core/heading/h4": {
    "styles": {
      "typography": {
        "fontSize": "1rem",
        "lineHeight": "1.3"
      }
    }
  },
  "core/heading/h5": {
    "styles": {
      "typography": {
        "fontSize": "1rem",
        "lineHeight": "1.3"
      }
    }
  },
  "core/heading/h6": {
    "styles": {
      "typography": {
        "fontSize": "1rem",
        "lineHeight": "1.3"
      }
    }
  },
  "core/post-title/h2": {
    "styles": {
      "typography": {
        "fontSize": "2.4rem"
      }
    }
  }
}
