|  | @@ -250,7 +250,7 @@
 | 
	
		
			
				|  |  |  			}
 | 
	
		
			
				|  |  |  		},
 | 
	
		
			
				|  |  |  		"color": {
 | 
	
		
			
				|  |  | -			"background": "var(--wp--preset--color--base)",
 | 
	
		
			
				|  |  | +			"background": "var(--wp--preset--color--white)",
 | 
	
		
			
				|  |  |  			"text": "var(--wp--preset--color--contrast)"
 | 
	
		
			
				|  |  |  		},
 | 
	
		
			
				|  |  |  		"elements": {
 | 
	
	
		
			
				|  | @@ -271,7 +271,7 @@
 | 
	
		
			
				|  |  |  				},
 | 
	
		
			
				|  |  |  				"color": {
 | 
	
		
			
				|  |  |  					"background": "var(--wp--preset--color--primary)",
 | 
	
		
			
				|  |  | -					"text": "var(--wp--preset--color--base)"
 | 
	
		
			
				|  |  | +					"text": "var(--wp--preset--color--white)"
 | 
	
		
			
				|  |  |  				},
 | 
	
		
			
				|  |  |  				"typography": {
 | 
	
		
			
				|  |  |  					"fontSize": "var(--wp--preset--font-size--small)",
 | 
	
	
		
			
				|  | @@ -347,8 +347,13 @@
 | 
	
		
			
				|  |  |  	],
 | 
	
		
			
				|  |  |  	"customTemplates": [
 | 
	
		
			
				|  |  |  		{
 | 
	
		
			
				|  |  | -			"name": "no-title",
 | 
	
		
			
				|  |  | -			"title": "No title",
 | 
	
		
			
				|  |  | +			"name": "page-no-title",
 | 
	
		
			
				|  |  | +			"title": "Page No title",
 | 
	
		
			
				|  |  | +			"postTypes": [ "post","page" ]
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		{
 | 
	
		
			
				|  |  | +			"name": "page-no-padding",
 | 
	
		
			
				|  |  | +			"title": "Page No Padding",
 | 
	
		
			
				|  |  |  			"postTypes": [ "post","page" ]
 | 
	
		
			
				|  |  |  		},
 | 
	
		
			
				|  |  |  		{
 |