/*THIS JSON FILE CAN BE USED WHEN CONVERTING AN OLD NON-BLOCK EDITOR SITE TO THE BLOCK EDITOR BUT NOT GOING WITH FULL SITE EDITING. IT SETS PARAGRAPHS AND SOME HEADINGS TO GLOBAL VALUES SO THESE STYLES SHOW IN THE wp EDITOR. THIS FILE NOT PERFECT. SEARCH FOR WORDPRESS THEME JSON FILE GENERATOR FOR SOME HELP, ALTHOUGH IT IS NOT CLEAR TO ME HOW TO DO ALL STYLES*/



{
   "$schema":"https://schemas.wp.org/trunk/theme.json",
   "version":2,
   "styles":{
      "elements":{
         "h2":{
            "color":{
               "text":"#2d2665"
            },
            "typography":{
               "fontSize":"40px",
               "fontWeight":"100",
               "lineHeight":"1.2"
            }
         }
      },
       
     "blocks":{
      "core/paragraph":{
         "spacing":{
            "margin":{
               "bottom":"0px",
               "top":"0px"
            },
            "padding":{
               "bottom":"15px"
            }
         }
      },
      "core/heading":{
         "spacing":{
            "padding":{
               "bottom":"15px",
               "top":"15px"
            },
            "margin":{
               "bottom":"0px",
               "top":"0px"
            }
         }
      },
      "core/list":{
        "spacing":{
            "padding":{
               "bottom":"15px"
            },
			"margin":{
               "top":"0px"
            }
        }
      }
   }
   },
   "settings":{
      "appearanceTools":true,
      "layout":{
         "contentSize":"1200px",
         "wideSize":"1200px"
      },
      "spacing":{
         "padding":true,
         "margin":true,
         "units":[
            "px",
            "em",
            "rem",
            "vh",
            "%",
            "vw"
         ]
      },
      "border":{
         "radius":"true",
         "color":"true",
         "style":"true",
         "width:":"true"
      }
   }
}