2020-11-10 20:46:05 +00:00
|
|
|
{
|
2021-09-27 18:34:43 +00:00
|
|
|
"$schema": "https://json.schemastore.org/theme-v1.json",
|
2021-05-05 17:51:52 +00:00
|
|
|
"version": 1,
|
2021-03-25 13:33:56 +00:00
|
|
|
"templateParts": [
|
|
|
|
{
|
|
|
|
"name": "header",
|
|
|
|
"area": "header"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "footer",
|
|
|
|
"area": "footer"
|
2021-04-08 15:55:32 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "navigation",
|
|
|
|
"area": "navigation"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "post-meta",
|
|
|
|
"area": "Post Meta"
|
2021-03-25 13:33:56 +00:00
|
|
|
}
|
|
|
|
],
|
2021-02-15 09:38:16 +00:00
|
|
|
"settings": {
|
2021-05-05 17:51:52 +00:00
|
|
|
"color": {
|
|
|
|
"palette": [
|
|
|
|
{
|
2021-06-25 10:22:53 +00:00
|
|
|
"slug": "foreground",
|
|
|
|
"color": "#1a1a1a",
|
|
|
|
"name": "Foreground"
|
2021-04-08 15:55:32 +00:00
|
|
|
},
|
2021-05-05 17:51:52 +00:00
|
|
|
{
|
2021-06-25 10:22:53 +00:00
|
|
|
"slug": "background",
|
|
|
|
"color": "#ffffff",
|
|
|
|
"name": "Background"
|
2021-04-08 15:55:32 +00:00
|
|
|
},
|
2021-05-05 17:51:52 +00:00
|
|
|
{
|
2021-06-25 10:22:53 +00:00
|
|
|
"slug": "primary",
|
|
|
|
"color": "#000000",
|
|
|
|
"name": "Primary"
|
2021-04-08 15:55:32 +00:00
|
|
|
},
|
2021-05-05 17:51:52 +00:00
|
|
|
{
|
2021-06-25 10:22:53 +00:00
|
|
|
"slug": "secondary",
|
2021-05-05 17:51:52 +00:00
|
|
|
"color": "#666666",
|
2021-06-25 10:22:53 +00:00
|
|
|
"name": "Secondary"
|
2021-04-08 15:55:32 +00:00
|
|
|
},
|
2021-05-05 17:51:52 +00:00
|
|
|
{
|
2021-09-13 20:50:26 +00:00
|
|
|
"slug": "tertiary",
|
2021-06-25 10:22:53 +00:00
|
|
|
"color": "#add8e6",
|
2021-09-13 20:50:26 +00:00
|
|
|
"name": "tertiary"
|
2021-05-05 17:51:52 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"custom": {
|
|
|
|
"button": {
|
|
|
|
"border": {
|
2021-05-21 12:05:54 +00:00
|
|
|
"radius": "5px",
|
2021-11-04 21:16:17 +00:00
|
|
|
"color": "var(--wp--custom--color--foreground)"
|
2021-05-05 17:51:52 +00:00
|
|
|
},
|
|
|
|
"color": {
|
2021-11-04 21:16:17 +00:00
|
|
|
"text": "var(--wp--custom--color--background)",
|
|
|
|
"background": "var(--wp--custom--color--primary)"
|
2021-05-21 12:05:54 +00:00
|
|
|
},
|
|
|
|
"spacing": {
|
|
|
|
"padding": {
|
|
|
|
"top": "4px",
|
|
|
|
"bottom": "4px",
|
|
|
|
"left": "14px",
|
|
|
|
"right": "14px"
|
|
|
|
}
|
|
|
|
},
|
2021-05-07 11:24:29 +00:00
|
|
|
"typography": {
|
2021-05-21 12:05:54 +00:00
|
|
|
"fontSize": "var(--wp--preset--font-size--small)",
|
2021-11-04 21:16:17 +00:00
|
|
|
"fontWeight": 600
|
2021-05-07 11:24:29 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"color": {
|
2021-06-25 10:22:53 +00:00
|
|
|
"primary": "var(--wp--preset--color--primary)",
|
|
|
|
"secondary": "var(--wp--preset--color--secondary)",
|
2021-11-04 21:16:17 +00:00
|
|
|
"foreground": "var(--wp--preset--color--foreground)",
|
|
|
|
"background": "var(--wp--preset--color--background)",
|
2021-09-13 20:50:26 +00:00
|
|
|
"tertiary": "var(--wp--preset--color--tertiary)"
|
2021-05-07 11:24:29 +00:00
|
|
|
},
|
2021-09-13 20:30:10 +00:00
|
|
|
"gap": {
|
2021-05-07 11:24:29 +00:00
|
|
|
"baseline": "10px",
|
2021-11-04 21:16:17 +00:00
|
|
|
"horizontal": "min(32px, 5vw)"
|
2021-05-05 17:51:52 +00:00
|
|
|
},
|
|
|
|
"width": {
|
|
|
|
"default": "750px",
|
|
|
|
"wide": "1022px"
|
2020-11-10 20:46:05 +00:00
|
|
|
}
|
2021-05-05 17:51:52 +00:00
|
|
|
},
|
2021-05-07 11:24:29 +00:00
|
|
|
"layout": {
|
|
|
|
"contentSize": "782px",
|
|
|
|
"wideSize": "1000px"
|
2021-04-08 15:55:32 +00:00
|
|
|
},
|
2021-05-07 11:24:29 +00:00
|
|
|
"typography": {
|
|
|
|
"customFontSize": true,
|
|
|
|
"customLineHeight": true,
|
|
|
|
"fontSizes": [
|
|
|
|
{
|
|
|
|
"name": "Small",
|
2022-04-05 19:52:02 +00:00
|
|
|
"size": "1rem",
|
2021-05-07 11:24:29 +00:00
|
|
|
"slug": "small"
|
2021-05-05 17:51:52 +00:00
|
|
|
},
|
2021-05-07 11:24:29 +00:00
|
|
|
{
|
2022-01-14 14:28:25 +00:00
|
|
|
"name": "Medium",
|
2022-04-05 19:52:02 +00:00
|
|
|
"size": "1.25rem",
|
2022-01-14 14:28:25 +00:00
|
|
|
"slug": "medium"
|
2021-05-05 17:51:52 +00:00
|
|
|
},
|
2021-05-07 11:24:29 +00:00
|
|
|
{
|
|
|
|
"name": "Large",
|
2022-04-05 19:52:02 +00:00
|
|
|
"size": "1.75rem",
|
2021-05-07 11:24:29 +00:00
|
|
|
"slug": "large"
|
|
|
|
},
|
|
|
|
{
|
2022-01-14 14:28:25 +00:00
|
|
|
"name": "Extra Large",
|
2022-04-05 19:52:02 +00:00
|
|
|
"size": "2.125rem",
|
2022-01-14 14:28:25 +00:00
|
|
|
"slug": "x-large"
|
2021-05-07 11:24:29 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"styles": {
|
|
|
|
"blocks": {
|
2021-11-04 21:16:17 +00:00
|
|
|
"core/navigation": {
|
2021-09-13 20:41:41 +00:00
|
|
|
"typography": {
|
2021-11-04 21:16:17 +00:00
|
|
|
"fontSize": "var(--wp--preset--font-size--small)"
|
2021-09-24 13:27:31 +00:00
|
|
|
}
|
|
|
|
},
|
2021-11-04 21:16:17 +00:00
|
|
|
"core/post-date": {
|
2021-05-07 11:24:29 +00:00
|
|
|
"typography": {
|
|
|
|
"fontSize": "var(--wp--preset--font-size--small)"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"core/post-title": {
|
2021-05-05 17:51:52 +00:00
|
|
|
"typography": {
|
2022-01-14 14:28:25 +00:00
|
|
|
"fontSize": "var(--wp--preset--font-size--x-large)",
|
2021-06-25 15:28:51 +00:00
|
|
|
"lineHeight": "var(--wp--custom--heading--typography--line-height)"
|
2021-05-07 11:24:29 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"core/pullquote": {
|
|
|
|
"typography": {
|
2022-01-14 14:28:25 +00:00
|
|
|
"fontSize": "var(--wp--preset--font-size--x-large)"
|
2021-05-06 15:44:04 +00:00
|
|
|
}
|
2021-10-08 15:26:20 +00:00
|
|
|
},
|
|
|
|
"core/site-title": {
|
|
|
|
"typography": {
|
2021-11-04 21:16:17 +00:00
|
|
|
"fontSize": "var(--wp--preset--font-size--large)"
|
2021-10-08 15:26:20 +00:00
|
|
|
}
|
2021-04-08 15:55:32 +00:00
|
|
|
}
|
|
|
|
},
|
2021-05-07 11:24:29 +00:00
|
|
|
"color": {
|
|
|
|
"background": "var(--wp--custom--color--background)",
|
|
|
|
"text": "var(--wp--custom--color--foreground)"
|
|
|
|
},
|
2021-05-05 17:51:52 +00:00
|
|
|
"elements": {
|
2021-05-06 15:44:04 +00:00
|
|
|
"h1": {
|
|
|
|
"typography": {
|
2022-04-05 19:52:02 +00:00
|
|
|
"fontSize": "2.625rem"
|
2021-05-06 15:44:04 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"h2": {
|
|
|
|
"typography": {
|
2022-01-14 14:28:25 +00:00
|
|
|
"fontSize": "var(--wp--preset--font-size--x-large)"
|
2021-05-06 15:44:04 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"h3": {
|
|
|
|
"typography": {
|
|
|
|
"fontSize": "var(--wp--preset--font-size--large)"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"h4": {
|
|
|
|
"typography": {
|
2022-04-05 19:52:02 +00:00
|
|
|
"fontSize": "1.5rem"
|
2021-05-06 15:44:04 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"h5": {
|
|
|
|
"typography": {
|
2022-01-14 14:28:25 +00:00
|
|
|
"fontSize": "var(--wp--preset--font-size--medium)"
|
2021-05-06 15:44:04 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"h6": {
|
|
|
|
"typography": {
|
|
|
|
"fontSize": "var(--wp--preset--font-size--small)"
|
2021-05-05 17:51:52 +00:00
|
|
|
}
|
2021-05-07 11:24:29 +00:00
|
|
|
},
|
|
|
|
"link": {
|
|
|
|
"color": {
|
|
|
|
"text": "var(--wp--custom--color--foreground)"
|
|
|
|
}
|
2021-03-03 19:08:00 +00:00
|
|
|
}
|
2022-07-20 18:54:48 +00:00
|
|
|
},
|
|
|
|
"typography": {
|
|
|
|
"fontFamily": "var:preset|font-family|poppins"
|
2020-11-10 20:46:05 +00:00
|
|
|
}
|
2021-05-06 15:44:04 +00:00
|
|
|
}
|
2021-11-04 21:16:17 +00:00
|
|
|
}
|