|
@@ -1,42 +1,40 @@
|
|
{
|
|
{
|
|
"$schema": "https://json.schemastore.org/theme-v1.json",
|
|
"$schema": "https://json.schemastore.org/theme-v1.json",
|
|
"version": 1,
|
|
"version": 1,
|
|
- "templateParts": [
|
|
|
|
- {
|
|
|
|
- "name": "header",
|
|
|
|
- "area": "header"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "name": "footer",
|
|
|
|
- "area": "footer"
|
|
|
|
- }
|
|
|
|
- ],
|
|
|
|
- "customTemplates": [
|
|
|
|
- {
|
|
|
|
- "name": "blank",
|
|
|
|
- "title": "Blank",
|
|
|
|
- "postTypes": [
|
|
|
|
- "page",
|
|
|
|
- "post"
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "name": "header-footer-only",
|
|
|
|
- "title": "Header and Footer Only",
|
|
|
|
- "postTypes": [
|
|
|
|
- "page",
|
|
|
|
- "post"
|
|
|
|
- ]
|
|
|
|
- }
|
|
|
|
- ],
|
|
|
|
"settings": {
|
|
"settings": {
|
|
- "border": {
|
|
|
|
- "customColor": true,
|
|
|
|
- "customRadius": true,
|
|
|
|
- "customStyle": true,
|
|
|
|
- "customWidth": true
|
|
|
|
- },
|
|
|
|
"color": {
|
|
"color": {
|
|
|
|
+ "duotone": [
|
|
|
|
+ {
|
|
|
|
+ "colors": [ "#000", "#B9FB9C" ],
|
|
|
|
+ "slug": "default-filter",
|
|
|
|
+ "name": "Default filter"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "colors": [ "#000", "#FFF" ],
|
|
|
|
+ "slug": "white-filter",
|
|
|
|
+ "name": "White Filter"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "colors": [ "#000", "#F3B2A9" ],
|
|
|
|
+ "slug": "red-filter",
|
|
|
|
+ "name": "Red Filter"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "colors": [ "#000", "#C9E4ED" ],
|
|
|
|
+ "slug": "blue-filter",
|
|
|
|
+ "name": "Blue Filter"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "colors": [ "#252B39", "#F9EED4" ],
|
|
|
|
+ "slug": "blue-cream-filter",
|
|
|
|
+ "name": "Blue/Cream Filter"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "colors": [ "#153232", "#F7B9A9" ],
|
|
|
|
+ "slug": "green-pink-filter",
|
|
|
|
+ "name": "Green/Pink Filter"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
"palette": [
|
|
"palette": [
|
|
{
|
|
{
|
|
"slug": "primary",
|
|
"slug": "primary",
|
|
@@ -48,67 +46,13 @@
|
|
"color": "#B9FB9C",
|
|
"color": "#B9FB9C",
|
|
"name": "Background"
|
|
"name": "Background"
|
|
}
|
|
}
|
|
- ],
|
|
|
|
- "duotone": [
|
|
|
|
- {
|
|
|
|
- "colors": [
|
|
|
|
- "#000",
|
|
|
|
- "#B9FB9C"
|
|
|
|
- ],
|
|
|
|
- "slug": "default-filter",
|
|
|
|
- "name": "Default filter"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "colors": [
|
|
|
|
- "#000",
|
|
|
|
- "#FFF"
|
|
|
|
- ],
|
|
|
|
- "slug": "white-filter",
|
|
|
|
- "name": "White Filter"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "colors": [
|
|
|
|
- "#000",
|
|
|
|
- "#F3B2A9"
|
|
|
|
- ],
|
|
|
|
- "slug": "red-filter",
|
|
|
|
- "name": "Red Filter"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "colors": [
|
|
|
|
- "#000",
|
|
|
|
- "#C9E4ED"
|
|
|
|
- ],
|
|
|
|
- "slug": "blue-filter",
|
|
|
|
- "name": "Blue Filter"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "colors": [
|
|
|
|
- "#252B39",
|
|
|
|
- "#F9EED4"
|
|
|
|
- ],
|
|
|
|
- "slug": "blue-cream-filter",
|
|
|
|
- "name": "Blue/Cream Filter"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "colors": [
|
|
|
|
- "#153232",
|
|
|
|
- "#F7B9A9"
|
|
|
|
- ],
|
|
|
|
- "slug": "green-pink-filter",
|
|
|
|
- "name": "Green/Pink Filter"
|
|
|
|
- }
|
|
|
|
]
|
|
]
|
|
},
|
|
},
|
|
"custom": {
|
|
"custom": {
|
|
- "alignment": {
|
|
|
|
- "alignedMaxWidth": "50%"
|
|
|
|
- },
|
|
|
|
"button": {
|
|
"button": {
|
|
"border": {
|
|
"border": {
|
|
"color": "var(--wp--custom--color--primary)",
|
|
"color": "var(--wp--custom--color--primary)",
|
|
"radius": "0",
|
|
"radius": "0",
|
|
- "style": "solid",
|
|
|
|
"width": "3px"
|
|
"width": "3px"
|
|
},
|
|
},
|
|
"color": {
|
|
"color": {
|
|
@@ -126,16 +70,18 @@
|
|
},
|
|
},
|
|
"spacing": {
|
|
"spacing": {
|
|
"padding": {
|
|
"padding": {
|
|
- "top": "0.667em",
|
|
|
|
- "bottom": "0.667em",
|
|
|
|
"left": "1.75em",
|
|
"left": "1.75em",
|
|
"right": "1.75em"
|
|
"right": "1.75em"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"typography": {
|
|
"typography": {
|
|
"fontSize": "16px",
|
|
"fontSize": "16px",
|
|
- "fontWeight": "700",
|
|
|
|
- "lineHeight": 2
|
|
|
|
|
|
+ "fontWeight": "700"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "body": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "lineHeight": 1.6
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"color": {
|
|
"color": {
|
|
@@ -151,7 +97,7 @@
|
|
"slug": "white",
|
|
"slug": "white",
|
|
"colors": {
|
|
"colors": {
|
|
"primary": "#000000",
|
|
"primary": "#000000",
|
|
- "background": "#FFFFFF"
|
|
|
|
|
|
+ "background": "#FFFFFF"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -187,11 +133,7 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
],
|
|
- "fontSizes": {
|
|
|
|
- "tiny": "14px"
|
|
|
|
- },
|
|
|
|
"form": {
|
|
"form": {
|
|
- "padding": "calc( 0.5 * var(--wp--custom--gap--horizontal) )",
|
|
|
|
"border": {
|
|
"border": {
|
|
"color": "var(--wp--custom--color--primary)",
|
|
"color": "var(--wp--custom--color--primary)",
|
|
"radius": "0",
|
|
"radius": "0",
|
|
@@ -200,7 +142,6 @@
|
|
},
|
|
},
|
|
"checkbox": {
|
|
"checkbox": {
|
|
"checked": {
|
|
"checked": {
|
|
- "content": "\"\\2715\"",
|
|
|
|
"fontSize": "var(--wp--preset--font-size--normal)",
|
|
"fontSize": "var(--wp--preset--font-size--normal)",
|
|
"position": {
|
|
"position": {
|
|
"left": "7px",
|
|
"left": "7px",
|
|
@@ -212,9 +153,7 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"unchecked": {
|
|
"unchecked": {
|
|
- "content": "\"\"",
|
|
|
|
"position": {
|
|
"position": {
|
|
- "left": "0",
|
|
|
|
"top": "-0.4em"
|
|
"top": "-0.4em"
|
|
},
|
|
},
|
|
"sizing": {
|
|
"sizing": {
|
|
@@ -224,9 +163,7 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"color": {
|
|
"color": {
|
|
- "background": "transparent",
|
|
|
|
- "boxShadow": "none",
|
|
|
|
- "text": "inherit"
|
|
|
|
|
|
+ "background": "transparent"
|
|
},
|
|
},
|
|
"label": {
|
|
"label": {
|
|
"spacing": {
|
|
"spacing": {
|
|
@@ -241,115 +178,26 @@
|
|
"textTransform": "uppercase"
|
|
"textTransform": "uppercase"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "padding": "calc( 0.5 * var(--wp--custom--gap--horizontal) )",
|
|
"typography": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--small)"
|
|
"fontSize": "var(--wp--preset--font-size--small)"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- "gallery": {
|
|
|
|
- "caption": {
|
|
|
|
- "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
|
- }
|
|
|
|
|
|
+ "fontSizes": {
|
|
|
|
+ "tiny": "14px"
|
|
},
|
|
},
|
|
- "body": {
|
|
|
|
- "typography": {
|
|
|
|
- "lineHeight": 1.6
|
|
|
|
- }
|
|
|
|
|
|
+ "gap": {
|
|
|
|
+ "baseline": "10px"
|
|
},
|
|
},
|
|
"heading": {
|
|
"heading": {
|
|
"typography": {
|
|
"typography": {
|
|
- "fontWeight": "700",
|
|
|
|
- "lineHeight": 1.125
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "latest-posts": {
|
|
|
|
- "meta": {
|
|
|
|
- "color": {
|
|
|
|
- "text": "var(--wp--custom--color--primary)"
|
|
|
|
- }
|
|
|
|
|
|
+ "fontWeight": "700"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"layout": {
|
|
"layout": {
|
|
"contentSize": "684px",
|
|
"contentSize": "684px",
|
|
"wideSize": "1194px"
|
|
"wideSize": "1194px"
|
|
},
|
|
},
|
|
- "list": {
|
|
|
|
- "spacing": {
|
|
|
|
- "padding": {
|
|
|
|
- "left": "calc( 2 * var(--wp--custom--gap--horizontal) )"
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "gap": {
|
|
|
|
- "baseline": "10px",
|
|
|
|
- "horizontal": "min(30px, 5vw)",
|
|
|
|
- "vertical": "min(30px, 5vw)"
|
|
|
|
- },
|
|
|
|
- "paragraph": {
|
|
|
|
- "dropcap": {
|
|
|
|
- "margin": ".1em .1em 0 0",
|
|
|
|
- "typography": {
|
|
|
|
- "fontSize": "110px",
|
|
|
|
- "fontWeight": "400"
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "post-author": {
|
|
|
|
- "typography": {
|
|
|
|
- "fontWeight": "normal"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "post-comment": {
|
|
|
|
- "typography": {
|
|
|
|
- "fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
|
- "lineHeight": "var(--wp--custom--body--typography--line-height)"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "pullquote": {
|
|
|
|
- "citation": {
|
|
|
|
- "typography": {
|
|
|
|
- "fontSize": "var(--wp--custom--font-sizes--tiny)",
|
|
|
|
- "fontFamily": "inherit",
|
|
|
|
- "fontStyle": "italic"
|
|
|
|
- },
|
|
|
|
- "spacing": {
|
|
|
|
- "margin": {
|
|
|
|
- "top": "var(--wp--custom--gap--vertical)"
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "typography": {
|
|
|
|
- "textAlign": "left"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "quote": {
|
|
|
|
- "citation": {
|
|
|
|
- "typography": {
|
|
|
|
- "fontSize": "var(--wp--custom--font-sizes--tiny)",
|
|
|
|
- "fontStyle": "italic",
|
|
|
|
- "fontWeight": "400"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "typography": {
|
|
|
|
- "textAlign": "left"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "separator": {
|
|
|
|
- "opacity": 1,
|
|
|
|
- "width": "150px"
|
|
|
|
- },
|
|
|
|
- "table": {
|
|
|
|
- "figcaption": {
|
|
|
|
- "typography": {
|
|
|
|
- "fontSize": "var(--wp--custom--font-sizes--tiny)"
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "video": {
|
|
|
|
- "caption": {
|
|
|
|
- "textAlign": "center",
|
|
|
|
- "margin": "var(--wp--custom--gap--vertical) auto"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
"line-height": {
|
|
"line-height": {
|
|
"body": 1.6
|
|
"body": 1.6
|
|
}
|
|
}
|
|
@@ -358,18 +206,6 @@
|
|
"contentSize": "684px",
|
|
"contentSize": "684px",
|
|
"wideSize": "1194px"
|
|
"wideSize": "1194px"
|
|
},
|
|
},
|
|
- "spacing": {
|
|
|
|
- "blockGap": true,
|
|
|
|
- "customPadding": true,
|
|
|
|
- "units": [
|
|
|
|
- "%",
|
|
|
|
- "px",
|
|
|
|
- "em",
|
|
|
|
- "rem",
|
|
|
|
- "vh",
|
|
|
|
- "vw"
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
"typography": {
|
|
"typography": {
|
|
"customFontSize": true,
|
|
"customFontSize": true,
|
|
"customLineHeight": true,
|
|
"customLineHeight": true,
|
|
@@ -413,9 +249,6 @@
|
|
"styles": {
|
|
"styles": {
|
|
"blocks": {
|
|
"blocks": {
|
|
"core/button": {
|
|
"core/button": {
|
|
- "border": {
|
|
|
|
- "radius": "var(--wp--custom--button--border--radius)"
|
|
|
|
- },
|
|
|
|
"color": {
|
|
"color": {
|
|
"background": "var(--wp--custom--button--color--background)",
|
|
"background": "var(--wp--custom--button--color--background)",
|
|
"text": "var(--wp--custom--button--color--text)"
|
|
"text": "var(--wp--custom--button--color--text)"
|
|
@@ -424,170 +257,92 @@
|
|
"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
|
|
"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
|
|
"fontSize": "var(--wp--custom--button--typography--font-size)",
|
|
"fontSize": "var(--wp--custom--button--typography--font-size)",
|
|
"fontWeight": "var(--wp--custom--button--typography--font-weight)",
|
|
"fontWeight": "var(--wp--custom--button--typography--font-weight)",
|
|
- "lineHeight": "var(--wp--custom--button--typography--line-height)",
|
|
|
|
"letterSpacing": "0.1em",
|
|
"letterSpacing": "0.1em",
|
|
"textTransform": "uppercase"
|
|
"textTransform": "uppercase"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- "core/code": {
|
|
|
|
- "border": {
|
|
|
|
- "color": "#CCCCCC",
|
|
|
|
- "radius": "0px",
|
|
|
|
- "style": "solid",
|
|
|
|
- "width": "2px"
|
|
|
|
|
|
+ "core/cover": {
|
|
|
|
+ "filter": {
|
|
|
|
+ "duotone": "var(--wp--preset--duotone--default-filter)"
|
|
},
|
|
},
|
|
"spacing": {
|
|
"spacing": {
|
|
- "padding": {
|
|
|
|
- "left": "var(--wp--custom--gap--horizontal)",
|
|
|
|
- "right": "var(--wp--custom--gap--horizontal)",
|
|
|
|
- "top": "var(--wp--custom--gap--vertical)",
|
|
|
|
- "bottom": "var(--wp--custom--gap--vertical)"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
|
|
+ "padding": "15vh"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "core/image": {
|
|
|
|
+ "filter": {
|
|
|
|
+ "duotone": "var(--wp--preset--duotone--default-filter)"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "core/post-author": {
|
|
|
|
+ "filter": {
|
|
|
|
+ "duotone": "var(--wp--preset--duotone--default-filter)"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "core/post-date": {
|
|
"typography": {
|
|
"typography": {
|
|
- "fontFamily": "monospace"
|
|
|
|
|
|
+ "fontWeight": "500"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- "core/gallery": {
|
|
|
|
- "spacing": {
|
|
|
|
- "margin": {
|
|
|
|
- "bottom": "var(--wp--custom--gap--vertical)"
|
|
|
|
- }
|
|
|
|
|
|
+ "core/post-featured-image": {
|
|
|
|
+ "filter": {
|
|
|
|
+ "duotone": "var(--wp--preset--duotone--default-filter)"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- "core/navigation": {
|
|
|
|
|
|
+ "core/post-terms": {
|
|
"typography": {
|
|
"typography": {
|
|
- "fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
|
- "letterSpacing": "0.05em"
|
|
|
|
|
|
+ "fontWeight": "500"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"core/post-title": {
|
|
"core/post-title": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--red-hat-display)",
|
|
|
|
+ "fontSize": "min(max(48px, 7vw), 72px)",
|
|
|
|
+ "fontWeight": "700",
|
|
|
|
+ "lineHeight": "1.2"
|
|
|
|
+ },
|
|
"spacing": {
|
|
"spacing": {
|
|
"margin": {
|
|
"margin": {
|
|
"bottom": "1em"
|
|
"bottom": "1em"
|
|
}
|
|
}
|
|
- },
|
|
|
|
- "typography": {
|
|
|
|
- "fontFamily": "var(--wp--preset--font-family--red-hat-display)",
|
|
|
|
- "fontSize": "min(max(48px, 7vw), 72px)",
|
|
|
|
- "lineHeight": "1.2",
|
|
|
|
- "fontWeight": "700"
|
|
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- "core/post-date": {
|
|
|
|
- "color": {
|
|
|
|
- "link": "var(--wp--custom--color--foreground)",
|
|
|
|
- "text": "var(--wp--custom--color--foreground)"
|
|
|
|
- },
|
|
|
|
|
|
+ "core/post-navigation-link": {
|
|
"typography": {
|
|
"typography": {
|
|
- "fontSize": "var(--wp--preset--font-size--small)",
|
|
|
|
"fontWeight": "500"
|
|
"fontWeight": "500"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"core/pullquote": {
|
|
"core/pullquote": {
|
|
- "border": {
|
|
|
|
- "style": "solid",
|
|
|
|
- "width": "1px 0"
|
|
|
|
- },
|
|
|
|
"typography": {
|
|
"typography": {
|
|
- "fontStyle": "italic",
|
|
|
|
"fontSize": "var(--wp--preset--font-size--huge)"
|
|
"fontSize": "var(--wp--preset--font-size--huge)"
|
|
- },
|
|
|
|
- "spacing": {
|
|
|
|
- "padding": {
|
|
|
|
- "left": "var(--wp--custom--gap--horizontal)",
|
|
|
|
- "right": "var(--wp--custom--gap--horizontal)",
|
|
|
|
- "top": "var(--wp--custom--gap--horizontal)",
|
|
|
|
- "bottom": "var(--wp--custom--gap--horizontal)"
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "core/search": {
|
|
|
|
- "typography": {
|
|
|
|
- "fontSize": "var(--wp--custom--button--typography--font-size)",
|
|
|
|
- "lineHeight": "var(--wp--custom--body--typography--line-height)"
|
|
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"core/separator": {
|
|
"core/separator": {
|
|
- "color": {
|
|
|
|
- "text": "var(--wp--custom--color--foreground)"
|
|
|
|
- },
|
|
|
|
"border": {
|
|
"border": {
|
|
- "color": "currentColor",
|
|
|
|
- "style": "solid",
|
|
|
|
"width": "0 0 3px 0"
|
|
"width": "0 0 3px 0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- "core/quote": {
|
|
|
|
- "border": {
|
|
|
|
- "color": "var(--wp--custom--color--primary)",
|
|
|
|
- "style": "solid",
|
|
|
|
- "width": "0 0 0 1px"
|
|
|
|
- },
|
|
|
|
- "spacing": {
|
|
|
|
- "padding": {
|
|
|
|
- "left": "var(--wp--custom--gap--horizontal)"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "typography": {
|
|
|
|
- "fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
|
- "fontStyle": "normal"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
"core/site-title": {
|
|
"core/site-title": {
|
|
"typography": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--medium)",
|
|
"fontSize": "var(--wp--preset--font-size--medium)",
|
|
"fontWeight": "900",
|
|
"fontWeight": "900",
|
|
- "textDecoration": "none",
|
|
|
|
"letterSpacing": "0.05em",
|
|
"letterSpacing": "0.05em",
|
|
"textTransform": "uppercase"
|
|
"textTransform": "uppercase"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- "core/cover": {
|
|
|
|
- "filter": {
|
|
|
|
- "duotone": "var(--wp--preset--duotone--default-filter)"
|
|
|
|
- },
|
|
|
|
- "spacing": {
|
|
|
|
- "padding": "15vh"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "core/image": {
|
|
|
|
- "filter": {
|
|
|
|
- "duotone": "var(--wp--preset--duotone--default-filter)"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "core/post-author": {
|
|
|
|
- "filter": {
|
|
|
|
- "duotone": "var(--wp--preset--duotone--default-filter)"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "core/post-featured-image": {
|
|
|
|
- "filter": {
|
|
|
|
- "duotone": "var(--wp--preset--duotone--default-filter)"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "core/post-terms": {
|
|
|
|
- "typography": {
|
|
|
|
- "fontWeight": "500"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "core/post-navigation-link": {
|
|
|
|
|
|
+ "core/navigation": {
|
|
"typography": {
|
|
"typography": {
|
|
- "fontWeight": "500"
|
|
|
|
|
|
+ "letterSpacing": "0.05em"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- "color": {
|
|
|
|
- "background": "var(--wp--custom--color--background)",
|
|
|
|
- "text": "var(--wp--custom--color--foreground)"
|
|
|
|
- },
|
|
|
|
"elements": {
|
|
"elements": {
|
|
"h1": {
|
|
"h1": {
|
|
"typography": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
|
|
"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
|
|
|
|
+ "fontSize": "min(max(48px, 7vw), 72px)",
|
|
"fontWeight": "700",
|
|
"fontWeight": "700",
|
|
- "lineHeight": "1.2",
|
|
|
|
- "fontSize": "min(max(48px, 7vw), 72px)"
|
|
|
|
|
|
+ "lineHeight": "1.2"
|
|
},
|
|
},
|
|
"spacing": {
|
|
"spacing": {
|
|
"margin": {
|
|
"margin": {
|
|
@@ -599,82 +354,47 @@
|
|
"h2": {
|
|
"h2": {
|
|
"typography": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
|
|
"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
|
|
|
|
+ "fontSize": "min(max(36px, 5vw), 64px)",
|
|
"fontWeight": "900",
|
|
"fontWeight": "900",
|
|
- "lineHeight": "1.2",
|
|
|
|
- "fontSize": "min(max(36px, 5vw), 64px)"
|
|
|
|
- },
|
|
|
|
- "spacing": {
|
|
|
|
- "margin": {
|
|
|
|
- "top": "var(--wp--custom--gap--vertical)",
|
|
|
|
- "bottom": "var(--wp--custom--gap--vertical)"
|
|
|
|
- }
|
|
|
|
|
|
+ "lineHeight": "1.2"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"h3": {
|
|
"h3": {
|
|
"typography": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
|
|
"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
|
|
|
|
+ "fontSize": "min(max(30px, 5vw), 48px)",
|
|
"fontWeight": "900",
|
|
"fontWeight": "900",
|
|
- "lineHeight": "1.3",
|
|
|
|
- "fontSize": "min(max(30px, 5vw), 48px)"
|
|
|
|
- },
|
|
|
|
- "spacing": {
|
|
|
|
- "margin": {
|
|
|
|
- "top": "var(--wp--custom--gap--vertical)",
|
|
|
|
- "bottom": "var(--wp--custom--gap--vertical)"
|
|
|
|
- }
|
|
|
|
|
|
+ "lineHeight": "1.3"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"h4": {
|
|
"h4": {
|
|
"typography": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
|
|
"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
|
|
- "fontWeight": "900",
|
|
|
|
- "lineHeight": "1.3",
|
|
|
|
"fontSize": "var(--wp--preset--font-size--normal)",
|
|
"fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
|
+ "fontWeight": "900",
|
|
"letterSpacing": "0.1em",
|
|
"letterSpacing": "0.1em",
|
|
|
|
+ "lineHeight": "1.3",
|
|
"textTransform": "uppercase"
|
|
"textTransform": "uppercase"
|
|
- },
|
|
|
|
- "spacing": {
|
|
|
|
- "margin": {
|
|
|
|
- "top": "var(--wp--custom--gap--vertical)",
|
|
|
|
- "bottom": "var(--wp--custom--gap--vertical)"
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"h5": {
|
|
"h5": {
|
|
"typography": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
|
|
"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
|
|
- "fontWeight": "900",
|
|
|
|
- "lineHeight": "1.3",
|
|
|
|
"fontSize": "var(--wp--preset--font-size--small)",
|
|
"fontSize": "var(--wp--preset--font-size--small)",
|
|
|
|
+ "fontWeight": "900",
|
|
"letterSpacing": "0.1em",
|
|
"letterSpacing": "0.1em",
|
|
|
|
+ "lineHeight": "1.3",
|
|
"textTransform": "uppercase"
|
|
"textTransform": "uppercase"
|
|
- },
|
|
|
|
- "spacing": {
|
|
|
|
- "margin": {
|
|
|
|
- "top": "var(--wp--custom--gap--vertical)",
|
|
|
|
- "bottom": "var(--wp--custom--gap--vertical)"
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"h6": {
|
|
"h6": {
|
|
"typography": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
|
|
"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
|
|
- "fontWeight": "900",
|
|
|
|
- "lineHeight": "1.3",
|
|
|
|
"fontSize": "var(--wp--custom--font-sizes--tiny)",
|
|
"fontSize": "var(--wp--custom--font-sizes--tiny)",
|
|
|
|
+ "fontWeight": "900",
|
|
"letterSpacing": "0.1em",
|
|
"letterSpacing": "0.1em",
|
|
|
|
+ "lineHeight": "1.3",
|
|
"textTransform": "uppercase"
|
|
"textTransform": "uppercase"
|
|
- },
|
|
|
|
- "spacing": {
|
|
|
|
- "margin": {
|
|
|
|
- "top": "var(--wp--custom--gap--vertical)",
|
|
|
|
- "bottom": "var(--wp--custom--gap--vertical)"
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "link": {
|
|
|
|
- "color": {
|
|
|
|
- "text": "var(--wp--custom--color--primary)"
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -682,10 +402,8 @@
|
|
"blockGap": "0.5em"
|
|
"blockGap": "0.5em"
|
|
},
|
|
},
|
|
"typography": {
|
|
"typography": {
|
|
- "lineHeight": "var(--wp--custom--body--typography--line-height)",
|
|
|
|
"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
|
|
"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
|
|
- "fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
|
"fontWeight": "400"
|
|
"fontWeight": "400"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
+}
|