2021-07-26 20:22:07 +00:00
|
|
|
{
|
2021-09-27 18:34:43 +00:00
|
|
|
"$schema": "https://json.schemastore.org/theme-v1.json",
|
2021-07-26 20:22:07 +00:00
|
|
|
"version": 1,
|
2022-02-16 15:06:58 +00:00
|
|
|
"customTemplates": [
|
|
|
|
{
|
|
|
|
"name": "blank",
|
|
|
|
"title": "Blank",
|
|
|
|
"postTypes": [
|
|
|
|
"page",
|
|
|
|
"post"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "header-footer-only",
|
|
|
|
"title": "Header and Footer Only",
|
|
|
|
"postTypes": [
|
|
|
|
"page",
|
|
|
|
"post"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"templateParts": [
|
|
|
|
{
|
|
|
|
"name": "header",
|
|
|
|
"area": "header"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "footer",
|
|
|
|
"area": "footer"
|
|
|
|
}
|
|
|
|
],
|
2021-07-26 20:22:07 +00:00
|
|
|
"settings": {
|
2022-02-16 15:06:58 +00:00
|
|
|
"appearanceTools": true,
|
2021-07-26 20:22:07 +00:00
|
|
|
"color": {
|
2021-11-04 21:16:17 +00:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2021-07-26 20:22:07 +00:00
|
|
|
"palette": [
|
|
|
|
{
|
|
|
|
"slug": "primary",
|
2021-07-26 10:09:29 +00:00
|
|
|
"color": "#000000",
|
2021-07-26 20:22:07 +00:00
|
|
|
"name": "Primary"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "background",
|
2021-08-16 19:00:08 +00:00
|
|
|
"color": "#B9FB9C",
|
2021-07-26 20:22:07 +00:00
|
|
|
"name": "Background"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"custom": {
|
|
|
|
"button": {
|
|
|
|
"border": {
|
|
|
|
"color": "var(--wp--custom--color--primary)",
|
2021-08-04 09:13:47 +00:00
|
|
|
"radius": "0",
|
2022-02-16 15:06:58 +00:00
|
|
|
"width": "3px",
|
|
|
|
"style": "solid"
|
2021-07-26 20:22:07 +00:00
|
|
|
},
|
|
|
|
"color": {
|
|
|
|
"background": "var(--wp--custom--color--primary)",
|
|
|
|
"text": "var(--wp--custom--color--background)"
|
|
|
|
},
|
|
|
|
"hover": {
|
|
|
|
"color": {
|
2021-08-04 09:13:47 +00:00
|
|
|
"text": "var(--wp--custom--color--primary)",
|
|
|
|
"background": "var(--wp--custom--color--background)"
|
2021-07-26 20:22:07 +00:00
|
|
|
},
|
|
|
|
"border": {
|
2021-08-04 09:13:47 +00:00
|
|
|
"color": "var(--wp--custom--color--primary)"
|
2021-07-26 20:22:07 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"spacing": {
|
|
|
|
"padding": {
|
2022-02-16 15:06:58 +00:00
|
|
|
"top": "0.667em",
|
|
|
|
"bottom": "0.667em",
|
2021-08-04 09:13:47 +00:00
|
|
|
"left": "1.75em",
|
|
|
|
"right": "1.75em"
|
2021-07-26 20:22:07 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"typography": {
|
2022-04-05 19:52:02 +00:00
|
|
|
"fontSize": "1rem",
|
2022-02-16 15:06:58 +00:00
|
|
|
"fontWeight": "700",
|
|
|
|
"lineHeight": 1.2
|
2021-11-04 21:16:17 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"body": {
|
|
|
|
"typography": {
|
|
|
|
"lineHeight": 1.6
|
2021-07-26 20:22:07 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"color": {
|
2021-07-26 10:09:29 +00:00
|
|
|
"foreground": "var(--wp--preset--color--primary)",
|
2021-07-26 20:22:07 +00:00
|
|
|
"background": "var(--wp--preset--color--background)",
|
|
|
|
"primary": "var(--wp--preset--color--primary)",
|
2021-07-26 10:09:29 +00:00
|
|
|
"secondary": "var(--wp--preset--color--primary)",
|
2021-09-13 20:50:26 +00:00
|
|
|
"tertiary": "var(--wp--preset--color--background)"
|
2021-07-26 20:22:07 +00:00
|
|
|
},
|
|
|
|
"form": {
|
|
|
|
"border": {
|
2021-08-05 07:26:20 +00:00
|
|
|
"color": "var(--wp--custom--color--primary)",
|
2021-07-26 20:22:07 +00:00
|
|
|
"radius": "0",
|
|
|
|
"style": "solid",
|
2021-08-05 07:38:53 +00:00
|
|
|
"width": "3px"
|
2021-07-26 20:22:07 +00:00
|
|
|
},
|
2021-08-06 16:57:11 +00:00
|
|
|
"checkbox": {
|
|
|
|
"checked": {
|
2022-01-14 14:28:25 +00:00
|
|
|
"fontSize": "var(--wp--custom--font-size--normal)",
|
2021-08-06 16:57:11 +00:00
|
|
|
"position": {
|
|
|
|
"left": "7px",
|
|
|
|
"top": "3px"
|
|
|
|
},
|
|
|
|
"sizing": {
|
|
|
|
"height": "25px",
|
|
|
|
"width": "25px"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"unchecked": {
|
|
|
|
"position": {
|
|
|
|
"top": "-0.4em"
|
|
|
|
},
|
|
|
|
"sizing": {
|
|
|
|
"height": "30px",
|
|
|
|
"width": "30px"
|
|
|
|
}
|
|
|
|
}
|
2021-08-12 10:22:18 +00:00
|
|
|
},
|
2021-07-26 20:22:07 +00:00
|
|
|
"color": {
|
2021-11-04 21:16:17 +00:00
|
|
|
"background": "transparent"
|
2021-07-26 20:22:07 +00:00
|
|
|
},
|
|
|
|
"label": {
|
2021-09-07 10:29:23 +00:00
|
|
|
"spacing": {
|
|
|
|
"margin": {
|
2021-09-13 20:30:10 +00:00
|
|
|
"bottom": "var(--wp--custom--gap--baseline)"
|
2021-09-07 10:29:23 +00:00
|
|
|
}
|
|
|
|
},
|
2021-07-26 20:22:07 +00:00
|
|
|
"typography": {
|
2022-01-14 14:28:25 +00:00
|
|
|
"fontSize": "var(--wp--custom--font-sizes--x-small)",
|
2021-08-12 10:22:18 +00:00
|
|
|
"fontWeight": "900",
|
|
|
|
"letterSpacing": ".1em",
|
|
|
|
"textTransform": "uppercase"
|
2021-07-26 20:22:07 +00:00
|
|
|
}
|
|
|
|
},
|
2021-11-04 21:16:17 +00:00
|
|
|
"padding": "calc( 0.5 * var(--wp--custom--gap--horizontal) )",
|
2021-07-26 20:22:07 +00:00
|
|
|
"typography": {
|
2021-08-05 07:26:20 +00:00
|
|
|
"fontSize": "var(--wp--preset--font-size--small)"
|
2021-07-26 20:22:07 +00:00
|
|
|
}
|
|
|
|
},
|
2021-11-04 21:16:17 +00:00
|
|
|
"fontSizes": {
|
2022-04-05 19:52:02 +00:00
|
|
|
"x-small": "0.875rem",
|
|
|
|
"normal": "1.25rem"
|
2021-07-26 20:22:07 +00:00
|
|
|
},
|
2021-11-04 21:16:17 +00:00
|
|
|
"gap": {
|
2022-02-16 15:06:58 +00:00
|
|
|
"baseline": "10px",
|
|
|
|
"horizontal": "min(30px, 5vw)",
|
|
|
|
"vertical": "min(30px, 5vw)"
|
2021-07-26 20:22:07 +00:00
|
|
|
},
|
|
|
|
"heading": {
|
|
|
|
"typography": {
|
2021-11-04 21:16:17 +00:00
|
|
|
"fontWeight": "700"
|
2021-07-26 20:22:07 +00:00
|
|
|
}
|
|
|
|
},
|
2021-07-28 13:38:06 +00:00
|
|
|
"layout": {
|
2021-08-12 08:52:16 +00:00
|
|
|
"contentSize": "684px",
|
2022-02-11 09:07:22 +00:00
|
|
|
"wideSize": "1160px"
|
2021-07-28 13:38:06 +00:00
|
|
|
},
|
2021-07-27 09:21:23 +00:00
|
|
|
"line-height": {
|
|
|
|
"body": 1.6
|
2022-02-16 15:06:58 +00:00
|
|
|
},
|
|
|
|
"spacing": {
|
|
|
|
"small": "clamp(20px, 4vw, 40px)",
|
|
|
|
"medium": "clamp(30px, 8vw, 100px)",
|
|
|
|
"large": "clamp(100px, 12vw, 460px)",
|
|
|
|
"outer": "min(4vw, 90px)"
|
2021-07-26 20:22:07 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"layout": {
|
2021-07-28 13:38:06 +00:00
|
|
|
"contentSize": "684px",
|
2022-02-11 09:07:22 +00:00
|
|
|
"wideSize": "1160px"
|
2021-07-26 20:22:07 +00:00
|
|
|
},
|
2022-02-16 15:06:58 +00:00
|
|
|
"spacing": {
|
|
|
|
"units": [
|
|
|
|
"%",
|
|
|
|
"px",
|
|
|
|
"em",
|
|
|
|
"rem",
|
|
|
|
"vh",
|
|
|
|
"vw"
|
|
|
|
]
|
|
|
|
},
|
2021-07-26 20:22:07 +00:00
|
|
|
"typography": {
|
|
|
|
"customFontSize": true,
|
|
|
|
"customLineHeight": true,
|
|
|
|
"fontFamilies": [
|
|
|
|
{
|
2021-07-27 09:21:23 +00:00
|
|
|
"fontFamily": "\"Red Hat Display\", sans-serif",
|
2022-02-16 15:06:58 +00:00
|
|
|
"slug": "red-hat-display",
|
|
|
|
"name": "Red Hat Display"
|
2021-07-26 20:22:07 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"fontSizes": [
|
|
|
|
{
|
2021-08-05 09:53:05 +00:00
|
|
|
"name": "Small",
|
2022-04-05 19:52:02 +00:00
|
|
|
"size": "1rem",
|
2021-08-05 09:48:24 +00:00
|
|
|
"slug": "small"
|
2021-07-26 20:22:07 +00:00
|
|
|
},
|
|
|
|
{
|
2021-07-27 09:21:23 +00:00
|
|
|
"name": "Medium",
|
2022-04-05 19:52:02 +00:00
|
|
|
"size": "1.5rem",
|
2021-08-03 16:05:22 +00:00
|
|
|
"slug": "medium"
|
2021-07-26 20:22:07 +00:00
|
|
|
},
|
|
|
|
{
|
2021-07-27 09:21:23 +00:00
|
|
|
"name": "Large",
|
2022-04-05 19:52:02 +00:00
|
|
|
"size": "min(max(1.75rem, 5vw), 2.25rem)",
|
2021-08-05 09:54:14 +00:00
|
|
|
"slug": "large"
|
2021-07-27 09:21:23 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Extra Large",
|
2022-04-05 19:52:02 +00:00
|
|
|
"size": "min(max(2.25rem, 5vw), 3rem)",
|
2022-01-14 14:28:25 +00:00
|
|
|
"slug": "x-large"
|
2021-07-26 20:22:07 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"styles": {
|
|
|
|
"blocks": {
|
|
|
|
"core/button": {
|
2022-02-16 15:06:58 +00:00
|
|
|
"border": {
|
|
|
|
"radius": "var(--wp--custom--button--border--radius)"
|
|
|
|
},
|
2021-07-26 20:22:07 +00:00
|
|
|
"color": {
|
|
|
|
"background": "var(--wp--custom--button--color--background)",
|
|
|
|
"text": "var(--wp--custom--button--color--text)"
|
|
|
|
},
|
|
|
|
"typography": {
|
|
|
|
"fontSize": "var(--wp--custom--button--typography--font-size)",
|
|
|
|
"fontWeight": "var(--wp--custom--button--typography--font-weight)",
|
2021-08-12 16:40:31 +00:00
|
|
|
"letterSpacing": "0.1em",
|
|
|
|
"textTransform": "uppercase"
|
2021-07-26 20:22:07 +00:00
|
|
|
}
|
|
|
|
},
|
2022-02-16 15:06:58 +00:00
|
|
|
"core/code": {
|
|
|
|
"border": {
|
|
|
|
"color": "#CCCCCC",
|
|
|
|
"radius": "0px",
|
|
|
|
"style": "solid",
|
|
|
|
"width": "2px"
|
|
|
|
},
|
|
|
|
"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)"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"typography": {
|
|
|
|
"fontFamily": "monospace"
|
|
|
|
}
|
|
|
|
},
|
2021-11-04 21:16:17 +00:00
|
|
|
"core/cover": {
|
|
|
|
"filter": {
|
|
|
|
"duotone": "var(--wp--preset--duotone--default-filter)"
|
2021-09-13 20:41:41 +00:00
|
|
|
},
|
2021-07-26 20:22:07 +00:00
|
|
|
"spacing": {
|
2021-11-04 21:16:17 +00:00
|
|
|
"padding": "15vh"
|
|
|
|
}
|
|
|
|
},
|
2022-02-11 09:07:14 +00:00
|
|
|
"core/file": {
|
|
|
|
"typography": {
|
|
|
|
"letterSpacing": "0.1em",
|
|
|
|
"textTransform": "uppercase"
|
|
|
|
}
|
|
|
|
},
|
2022-02-16 15:06:58 +00:00
|
|
|
"core/gallery": {
|
|
|
|
"spacing": {
|
|
|
|
"margin": {
|
|
|
|
"bottom": "var(--wp--custom--gap--vertical)"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2021-11-04 21:16:17 +00:00
|
|
|
"core/image": {
|
|
|
|
"filter": {
|
|
|
|
"duotone": "var(--wp--preset--duotone--default-filter)"
|
|
|
|
}
|
|
|
|
},
|
2021-12-20 09:05:38 +00:00
|
|
|
"core/navigation": {
|
|
|
|
"typography": {
|
|
|
|
"letterSpacing": "0.05em",
|
2022-02-16 15:06:58 +00:00
|
|
|
"fontSize": "var(--wp--custom--font-sizes--normal)",
|
2021-12-20 09:05:38 +00:00
|
|
|
"fontWeight": "900",
|
|
|
|
"textTransform": "uppercase"
|
|
|
|
},
|
|
|
|
"spacing": {
|
|
|
|
"blockGap": "var(--wp--custom--gap--horizontal)"
|
|
|
|
}
|
|
|
|
},
|
2021-11-04 21:16:17 +00:00
|
|
|
"core/post-author": {
|
|
|
|
"filter": {
|
|
|
|
"duotone": "var(--wp--preset--duotone--default-filter)"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"core/post-date": {
|
2022-02-16 15:06:58 +00:00
|
|
|
"color": {
|
|
|
|
"link": "var(--wp--custom--color--foreground)",
|
|
|
|
"text": "var(--wp--custom--color--foreground)"
|
|
|
|
},
|
2021-09-13 20:41:41 +00:00
|
|
|
"typography": {
|
2022-02-16 15:06:58 +00:00
|
|
|
"fontSize": "var(--wp--preset--font-size--small)",
|
2021-11-04 21:16:17 +00:00
|
|
|
"fontWeight": "500"
|
2021-07-26 20:22:07 +00:00
|
|
|
}
|
|
|
|
},
|
2021-11-04 21:16:17 +00:00
|
|
|
"core/post-featured-image": {
|
|
|
|
"filter": {
|
|
|
|
"duotone": "var(--wp--preset--duotone--default-filter)"
|
2021-09-24 13:27:31 +00:00
|
|
|
}
|
|
|
|
},
|
2021-11-04 21:16:17 +00:00
|
|
|
"core/post-terms": {
|
2021-07-26 20:22:07 +00:00
|
|
|
"typography": {
|
2021-11-04 21:16:17 +00:00
|
|
|
"fontWeight": "500"
|
2021-07-26 20:22:07 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"core/post-title": {
|
2021-11-04 21:16:17 +00:00
|
|
|
"typography": {
|
2022-04-05 19:52:02 +00:00
|
|
|
"fontSize": "min(max(3rem, 7vw), 4.5rem)",
|
2021-11-04 21:16:17 +00:00
|
|
|
"fontWeight": "700",
|
|
|
|
"lineHeight": "1.2"
|
|
|
|
},
|
2021-10-08 15:26:20 +00:00
|
|
|
"spacing": {
|
|
|
|
"margin": {
|
|
|
|
"bottom": "1em"
|
|
|
|
}
|
2021-07-26 20:22:07 +00:00
|
|
|
}
|
|
|
|
},
|
2021-11-04 21:16:17 +00:00
|
|
|
"core/post-navigation-link": {
|
2021-07-26 20:22:07 +00:00
|
|
|
"typography": {
|
2021-08-18 15:04:51 +00:00
|
|
|
"fontWeight": "500"
|
2021-07-26 20:22:07 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"core/pullquote": {
|
2022-02-16 15:06:58 +00:00
|
|
|
"border": {
|
|
|
|
"style": "solid",
|
|
|
|
"width": "1px 0"
|
|
|
|
},
|
2021-07-26 20:22:07 +00:00
|
|
|
"typography": {
|
2022-02-16 15:06:58 +00:00
|
|
|
"fontStyle": "italic",
|
2022-01-14 14:28:25 +00:00
|
|
|
"fontSize": "var(--wp--preset--font-size--x-large)"
|
2022-02-16 15:06:58 +00:00
|
|
|
},
|
|
|
|
"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/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--custom--font-sizes--normal)",
|
|
|
|
"fontStyle": "normal"
|
2021-10-21 18:36:41 +00:00
|
|
|
}
|
|
|
|
},
|
2022-02-11 09:07:14 +00:00
|
|
|
"core/search": {
|
|
|
|
"typography": {
|
2022-02-16 15:06:58 +00:00
|
|
|
"fontSize": "var(--wp--custom--button--typography--font-size)",
|
2022-02-11 09:07:14 +00:00
|
|
|
"letterSpacing": "0.1em",
|
|
|
|
"textTransform": "uppercase"
|
|
|
|
}
|
|
|
|
},
|
2021-07-26 20:22:07 +00:00
|
|
|
"core/separator": {
|
2022-02-16 15:06:58 +00:00
|
|
|
"color": {
|
2022-05-09 08:29:02 +00:00
|
|
|
"background": "var(--wp--custom--color--foreground)"
|
2022-02-16 15:06:58 +00:00
|
|
|
},
|
2021-07-26 20:22:07 +00:00
|
|
|
"border": {
|
2021-08-12 07:26:18 +00:00
|
|
|
"width": "0 0 3px 0"
|
2021-07-26 20:22:07 +00:00
|
|
|
}
|
|
|
|
},
|
2022-02-16 15:06:58 +00:00
|
|
|
"core/site-tagline": {
|
|
|
|
"typography": {
|
|
|
|
"fontSize": "var(--wp--custom--font-sizes--x-small)"
|
|
|
|
}
|
|
|
|
},
|
2021-10-08 15:26:20 +00:00
|
|
|
"core/site-title": {
|
|
|
|
"typography": {
|
|
|
|
"fontSize": "var(--wp--preset--font-size--medium)",
|
2021-10-19 10:52:21 +00:00
|
|
|
"fontWeight": "900",
|
2021-10-08 15:26:20 +00:00
|
|
|
"letterSpacing": "0.05em",
|
|
|
|
"textTransform": "uppercase"
|
|
|
|
}
|
2021-07-26 20:22:07 +00:00
|
|
|
}
|
|
|
|
},
|
2022-02-16 15:06:58 +00:00
|
|
|
"color": {
|
|
|
|
"background": "var(--wp--custom--color--background)",
|
|
|
|
"text": "var(--wp--custom--color--foreground)"
|
|
|
|
},
|
2021-07-26 20:22:07 +00:00
|
|
|
"elements": {
|
|
|
|
"h1": {
|
|
|
|
"typography": {
|
2022-04-05 19:52:02 +00:00
|
|
|
"fontSize": "min(max(3rem, 7vw), 4.5rem)",
|
2021-07-27 09:21:23 +00:00
|
|
|
"fontWeight": "700",
|
2021-11-04 21:16:17 +00:00
|
|
|
"lineHeight": "1.2"
|
2021-08-20 15:36:09 +00:00
|
|
|
},
|
|
|
|
"spacing": {
|
|
|
|
"margin": {
|
2021-09-13 20:30:10 +00:00
|
|
|
"top": "calc( 1.1 * var(--wp--custom--gap--vertical) )",
|
|
|
|
"bottom": "calc( 1.1 * var(--wp--custom--gap--vertical) )"
|
2021-08-20 15:36:09 +00:00
|
|
|
}
|
2021-07-26 20:22:07 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"h2": {
|
|
|
|
"typography": {
|
2022-04-05 19:52:02 +00:00
|
|
|
"fontSize": "min(max(2.25rem, 5vw), 4rem)",
|
2021-07-27 09:21:23 +00:00
|
|
|
"fontWeight": "900",
|
2021-11-04 21:16:17 +00:00
|
|
|
"lineHeight": "1.2"
|
2022-02-16 15:06:58 +00:00
|
|
|
},
|
|
|
|
"spacing": {
|
|
|
|
"margin": {
|
|
|
|
"top": "var(--wp--custom--gap--vertical)",
|
|
|
|
"bottom": "var(--wp--custom--gap--vertical)"
|
|
|
|
}
|
2021-07-26 20:22:07 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"h3": {
|
|
|
|
"typography": {
|
2022-04-05 19:52:02 +00:00
|
|
|
"fontSize": "min(max(1.875rem, 5vw), 3rem)",
|
2021-07-27 09:21:23 +00:00
|
|
|
"fontWeight": "900",
|
2021-11-04 21:16:17 +00:00
|
|
|
"lineHeight": "1.3"
|
2022-02-16 15:06:58 +00:00
|
|
|
},
|
|
|
|
"spacing": {
|
|
|
|
"margin": {
|
|
|
|
"top": "var(--wp--custom--gap--vertical)",
|
|
|
|
"bottom": "var(--wp--custom--gap--vertical)"
|
|
|
|
}
|
2021-07-26 20:22:07 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"h4": {
|
|
|
|
"typography": {
|
2022-01-14 14:28:25 +00:00
|
|
|
"fontSize": "var(--wp--custom--font-size--normal)",
|
2021-11-04 21:16:17 +00:00
|
|
|
"fontWeight": "900",
|
2021-08-03 16:05:22 +00:00
|
|
|
"letterSpacing": "0.1em",
|
2021-11-04 21:16:17 +00:00
|
|
|
"lineHeight": "1.3",
|
2021-07-28 17:11:01 +00:00
|
|
|
"textTransform": "uppercase"
|
2022-02-16 15:06:58 +00:00
|
|
|
},
|
|
|
|
"spacing": {
|
|
|
|
"margin": {
|
|
|
|
"top": "var(--wp--custom--gap--vertical)",
|
|
|
|
"bottom": "var(--wp--custom--gap--vertical)"
|
|
|
|
}
|
2021-07-26 20:22:07 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"h5": {
|
|
|
|
"typography": {
|
2021-08-05 09:48:24 +00:00
|
|
|
"fontSize": "var(--wp--preset--font-size--small)",
|
2021-11-04 21:16:17 +00:00
|
|
|
"fontWeight": "900",
|
2021-08-03 16:05:22 +00:00
|
|
|
"letterSpacing": "0.1em",
|
2021-11-04 21:16:17 +00:00
|
|
|
"lineHeight": "1.3",
|
2021-07-28 17:11:01 +00:00
|
|
|
"textTransform": "uppercase"
|
2022-02-16 15:06:58 +00:00
|
|
|
},
|
|
|
|
"spacing": {
|
|
|
|
"margin": {
|
|
|
|
"top": "var(--wp--custom--gap--vertical)",
|
|
|
|
"bottom": "var(--wp--custom--gap--vertical)"
|
|
|
|
}
|
2021-07-26 20:22:07 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"h6": {
|
|
|
|
"typography": {
|
2022-01-14 14:28:25 +00:00
|
|
|
"fontSize": "var(--wp--custom--font-sizes--x-small)",
|
2021-11-04 21:16:17 +00:00
|
|
|
"fontWeight": "900",
|
2021-08-03 16:05:22 +00:00
|
|
|
"letterSpacing": "0.1em",
|
2021-11-04 21:16:17 +00:00
|
|
|
"lineHeight": "1.3",
|
2021-07-28 17:11:01 +00:00
|
|
|
"textTransform": "uppercase"
|
2022-02-16 15:06:58 +00:00
|
|
|
},
|
|
|
|
"spacing": {
|
|
|
|
"margin": {
|
|
|
|
"top": "var(--wp--custom--gap--vertical)",
|
|
|
|
"bottom": "var(--wp--custom--gap--vertical)"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"link": {
|
|
|
|
"color": {
|
|
|
|
"text": "var(--wp--custom--color--primary)"
|
2021-07-26 20:22:07 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2021-08-30 19:30:29 +00:00
|
|
|
"spacing": {
|
2021-09-20 08:51:18 +00:00
|
|
|
"blockGap": "0.5em"
|
2021-08-30 19:30:29 +00:00
|
|
|
},
|
2021-07-26 20:22:07 +00:00
|
|
|
"typography": {
|
2022-02-16 15:06:58 +00:00
|
|
|
"lineHeight": "var(--wp--custom--body--typography--line-height)",
|
|
|
|
"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
|
|
|
|
"fontSize": "var(--wp--custom--font-sizes--normal)",
|
2021-07-27 09:21:23 +00:00
|
|
|
"fontWeight": "400"
|
2021-07-26 20:22:07 +00:00
|
|
|
}
|
|
|
|
}
|
2021-11-04 21:16:17 +00:00
|
|
|
}
|