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,
|
|
|
|
"fontFamilies": [
|
|
|
|
{
|
|
|
|
"fontFamily": "\"Poppins\", sans-serif",
|
2021-06-25 15:28:51 +00:00
|
|
|
"slug": "poppins",
|
2021-08-12 11:17:10 +00:00
|
|
|
"name": "Poppins",
|
|
|
|
"google": "family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900"
|
2021-05-07 11:24:29 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif",
|
|
|
|
"slug": "system-font",
|
|
|
|
"name": "System Font"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fontFamily": "Helvetica Neue, Helvetica, Arial, sans-serif",
|
|
|
|
"slug": "helvetica-arial"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fontFamily": "Geneva, Tahoma, Verdana, sans-serif",
|
|
|
|
"slug": "geneva-verdana"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fontFamily": "Cambria, Georgia, serif",
|
|
|
|
"slug": "cambria-georgia"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fontFamily": "Hoefler Text, Baskerville Old Face, Garamond, Times New Roman, serif",
|
|
|
|
"slug": "hoefler-times-new-roman"
|
2021-05-05 17:51:52 +00:00
|
|
|
}
|
2021-05-07 11:24:29 +00:00
|
|
|
],
|
|
|
|
"fontSizes": [
|
|
|
|
{
|
|
|
|
"name": "Small",
|
|
|
|
"size": "16.6px",
|
|
|
|
"slug": "small"
|
2021-05-05 17:51:52 +00:00
|
|
|
},
|
2021-05-07 11:24:29 +00:00
|
|
|
{
|
|
|
|
"name": "Normal",
|
|
|
|
"size": "20px",
|
|
|
|
"slug": "normal"
|
2021-05-05 17:51:52 +00:00
|
|
|
},
|
2021-05-07 11:24:29 +00:00
|
|
|
{
|
|
|
|
"name": "Large",
|
|
|
|
"size": "28.8px",
|
|
|
|
"slug": "large"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Huge",
|
|
|
|
"size": "34.56px",
|
|
|
|
"slug": "huge"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"styles": {
|
|
|
|
"blocks": {
|
|
|
|
"core/button": {
|
2021-05-05 17:51:52 +00:00
|
|
|
"typography": {
|
2021-11-04 21:16:17 +00:00
|
|
|
"fontFamily": "var(--wp--preset--font-family--poppins)"
|
2021-05-05 17:51:52 +00:00
|
|
|
}
|
|
|
|
},
|
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": {
|
2021-08-12 11:17:10 +00:00
|
|
|
"fontFamily": "var(--wp--preset--font-family--poppins)",
|
2021-05-05 17:51:52 +00:00
|
|
|
"fontSize": "var(--wp--preset--font-size--huge)",
|
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": {
|
|
|
|
"fontSize": "var(--wp--preset--font-size--huge)"
|
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": {
|
2021-08-12 11:17:10 +00:00
|
|
|
"fontFamily": "var(--wp--preset--font-family--poppins)",
|
2021-05-06 15:44:04 +00:00
|
|
|
"fontSize": "41.47px"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"h2": {
|
|
|
|
"typography": {
|
2021-08-12 11:17:10 +00:00
|
|
|
"fontFamily": "var(--wp--preset--font-family--poppins)",
|
2021-05-06 15:44:04 +00:00
|
|
|
"fontSize": "var(--wp--preset--font-size--huge)"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"h3": {
|
|
|
|
"typography": {
|
2021-08-12 11:17:10 +00:00
|
|
|
"fontFamily": "var(--wp--preset--font-family--poppins)",
|
2021-05-06 15:44:04 +00:00
|
|
|
"fontSize": "var(--wp--preset--font-size--large)"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"h4": {
|
|
|
|
"typography": {
|
2021-08-12 11:17:10 +00:00
|
|
|
"fontFamily": "var(--wp--preset--font-family--poppins)",
|
2021-05-06 15:44:04 +00:00
|
|
|
"fontSize": "24px"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"h5": {
|
|
|
|
"typography": {
|
2021-08-12 11:17:10 +00:00
|
|
|
"fontFamily": "var(--wp--preset--font-family--poppins)",
|
2021-05-06 15:44:04 +00:00
|
|
|
"fontSize": "var(--wp--preset--font-size--normal)"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"h6": {
|
|
|
|
"typography": {
|
2021-08-12 11:17:10 +00:00
|
|
|
"fontFamily": "var(--wp--preset--font-family--poppins)",
|
2021-05-06 15:44:04 +00:00
|
|
|
"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
|
|
|
}
|
2021-05-07 11:24:29 +00:00
|
|
|
},
|
|
|
|
"typography": {
|
2021-11-04 21:16:17 +00:00
|
|
|
"fontFamily": "var(--wp--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
|
|
|
}
|