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,
|
|
|
|
"settings": {
|
|
|
|
"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",
|
|
|
|
"width": "3px"
|
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": {
|
2021-08-04 09:13:47 +00:00
|
|
|
"left": "1.75em",
|
|
|
|
"right": "1.75em"
|
2021-07-26 20:22:07 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"typography": {
|
2021-08-04 09:13:47 +00:00
|
|
|
"fontSize": "16px",
|
2021-11-04 21:16:17 +00:00
|
|
|
"fontWeight": "700"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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
|
|
|
},
|
|
|
|
"colorPalettes": [
|
|
|
|
{
|
2021-08-02 15:56:47 +00:00
|
|
|
"label": "White",
|
|
|
|
"slug": "white",
|
2021-07-26 20:22:07 +00:00
|
|
|
"colors": {
|
2021-08-02 15:56:47 +00:00
|
|
|
"primary": "#000000",
|
2021-11-04 21:16:17 +00:00
|
|
|
"background": "#FFFFFF"
|
2021-07-26 20:22:07 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
2021-08-02 15:56:47 +00:00
|
|
|
"label": "Red",
|
|
|
|
"slug": "red",
|
2021-07-26 20:22:07 +00:00
|
|
|
"colors": {
|
2021-08-02 15:56:47 +00:00
|
|
|
"primary": "#000000",
|
|
|
|
"background": "#F3B2A9"
|
2021-07-26 20:22:07 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
2021-08-02 15:56:47 +00:00
|
|
|
"label": "Blue",
|
|
|
|
"slug": "blue",
|
2021-07-26 20:22:07 +00:00
|
|
|
"colors": {
|
2021-08-02 15:56:47 +00:00
|
|
|
"primary": "#000000",
|
|
|
|
"background": "#C9E4ED"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
2021-08-02 18:09:49 +00:00
|
|
|
"label": "Blue/Cream",
|
|
|
|
"slug": "blue-cream",
|
2021-08-02 15:56:47 +00:00
|
|
|
"colors": {
|
|
|
|
"primary": "#F9EED4",
|
|
|
|
"background": "#252B39"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
2021-08-02 18:09:49 +00:00
|
|
|
"label": "Green/Pink",
|
|
|
|
"slug": "green-pink",
|
2021-08-02 15:56:47 +00:00
|
|
|
"colors": {
|
|
|
|
"primary": "#F7B9A9",
|
|
|
|
"background": "#153232"
|
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-01-14 14:28:25 +00:00
|
|
|
"x-small": "14px",
|
|
|
|
"normal": "20px"
|
2021-07-26 20:22:07 +00:00
|
|
|
},
|
2021-11-04 21:16:17 +00:00
|
|
|
"gap": {
|
|
|
|
"baseline": "10px"
|
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
|
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
|
|
|
},
|
|
|
|
"typography": {
|
|
|
|
"customFontSize": true,
|
|
|
|
"customLineHeight": true,
|
|
|
|
"fontFamilies": [
|
|
|
|
{
|
2021-07-27 09:21:23 +00:00
|
|
|
"fontFamily": "\"Red Hat Display\", sans-serif",
|
2021-11-24 11:38:08 +00:00
|
|
|
"fontSlug": "red-hat-display",
|
|
|
|
"slug": "body-font",
|
|
|
|
"name": "Body (Red Hat Display)",
|
|
|
|
"google": "family=Red+Hat+Display:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fontFamily": "\"Red Hat Display\", sans-serif",
|
|
|
|
"fontSlug": "red-hat-display",
|
|
|
|
"slug": "heading-font",
|
|
|
|
"name": "Heading (Red Hat Display)",
|
2021-08-12 11:17:10 +00:00
|
|
|
"google": "family=Red+Hat+Display:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900"
|
2021-07-26 20:22:07 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"fontSizes": [
|
|
|
|
{
|
2021-08-05 09:53:05 +00:00
|
|
|
"name": "Small",
|
2021-07-26 20:22:07 +00:00
|
|
|
"size": "16px",
|
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",
|
2021-07-26 20:22:07 +00:00
|
|
|
"size": "24px",
|
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",
|
|
|
|
"size": "min(max(28px, 5vw), 36px)",
|
2021-08-05 09:54:14 +00:00
|
|
|
"slug": "large"
|
2021-07-27 09:21:23 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Extra Large",
|
|
|
|
"size": "min(max(36px, 5vw), 48px)",
|
2022-01-14 14:28:25 +00:00
|
|
|
"slug": "x-large"
|
2021-07-26 20:22:07 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"styles": {
|
|
|
|
"blocks": {
|
|
|
|
"core/button": {
|
|
|
|
"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
|
|
|
}
|
|
|
|
},
|
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"
|
|
|
|
}
|
|
|
|
},
|
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",
|
|
|
|
"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": {
|
2021-09-13 20:41:41 +00:00
|
|
|
"typography": {
|
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": {
|
|
|
|
"fontSize": "min(max(48px, 7vw), 72px)",
|
|
|
|
"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": {
|
|
|
|
"typography": {
|
2022-01-14 14:28:25 +00:00
|
|
|
"fontSize": "var(--wp--preset--font-size--x-large)"
|
2021-10-21 18:36:41 +00:00
|
|
|
}
|
|
|
|
},
|
2022-02-11 09:07:14 +00:00
|
|
|
"core/search": {
|
|
|
|
"typography": {
|
|
|
|
"letterSpacing": "0.1em",
|
|
|
|
"textTransform": "uppercase"
|
|
|
|
}
|
|
|
|
},
|
2021-07-26 20:22:07 +00:00
|
|
|
"core/separator": {
|
|
|
|
"border": {
|
2021-08-12 07:26:18 +00:00
|
|
|
"width": "0 0 3px 0"
|
2021-07-26 20:22:07 +00:00
|
|
|
}
|
|
|
|
},
|
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
|
|
|
}
|
|
|
|
},
|
|
|
|
"elements": {
|
|
|
|
"h1": {
|
|
|
|
"typography": {
|
2021-11-04 21:16:17 +00:00
|
|
|
"fontSize": "min(max(48px, 7vw), 72px)",
|
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": {
|
2021-11-04 21:16:17 +00:00
|
|
|
"fontSize": "min(max(36px, 5vw), 64px)",
|
2021-07-27 09:21:23 +00:00
|
|
|
"fontWeight": "900",
|
2021-11-04 21:16:17 +00:00
|
|
|
"lineHeight": "1.2"
|
2021-07-26 20:22:07 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"h3": {
|
|
|
|
"typography": {
|
2021-11-04 21:16:17 +00:00
|
|
|
"fontSize": "min(max(30px, 5vw), 48px)",
|
2021-07-27 09:21:23 +00:00
|
|
|
"fontWeight": "900",
|
2021-11-04 21:16:17 +00:00
|
|
|
"lineHeight": "1.3"
|
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"
|
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"
|
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"
|
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": {
|
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
|
|
|
}
|