2022-02-02 16:48:50 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
|
|
|
"version": 2,
|
|
|
|
"customTemplates": [
|
|
|
|
{
|
|
|
|
"name": "blank",
|
|
|
|
"title": "Blank",
|
|
|
|
"postTypes": [
|
|
|
|
"page",
|
|
|
|
"post"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"settings": {
|
|
|
|
"appearanceTools": true,
|
|
|
|
"color": {
|
|
|
|
"palette": [
|
|
|
|
{
|
|
|
|
"slug": "foreground",
|
|
|
|
"color": "#242321",
|
|
|
|
"name": "Foreground"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "background",
|
|
|
|
"color": "#FCFBF8",
|
|
|
|
"name": "Background"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "primary",
|
|
|
|
"color": "#71706E",
|
|
|
|
"name": "Primary"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "tertiary",
|
|
|
|
"color": "#CFCFCF",
|
|
|
|
"name": "Tertiary"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"custom": {
|
|
|
|
"spacing": {
|
2022-02-04 10:10:48 +00:00
|
|
|
"small": "clamp(20px, 4vw, 40px)",
|
2022-02-02 16:48:50 +00:00
|
|
|
"medium": "clamp(30px, 8vw, 100px)",
|
|
|
|
"large": "clamp(100px, 12vw, 460px)",
|
|
|
|
"outer": "min(4vw, 90px)"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"layout": {
|
|
|
|
"contentSize": "620px",
|
2022-02-04 10:10:48 +00:00
|
|
|
"wideSize": "1260px"
|
2022-02-02 16:48:50 +00:00
|
|
|
},
|
2022-02-04 19:25:01 +00:00
|
|
|
"spacing": {
|
|
|
|
"units": [
|
|
|
|
"%",
|
|
|
|
"px",
|
|
|
|
"em",
|
|
|
|
"rem",
|
|
|
|
"vh",
|
|
|
|
"vw"
|
|
|
|
]
|
|
|
|
},
|
2022-02-02 16:48:50 +00:00
|
|
|
"typography": {
|
|
|
|
"fontFamilies": [
|
|
|
|
{
|
|
|
|
"fontFamily": "\"Chivo\", sans-serif",
|
|
|
|
"name": "Chivo",
|
|
|
|
"slug": "chivo"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"fontSizes": [
|
|
|
|
{
|
|
|
|
"name": "Small",
|
|
|
|
"size": "16px",
|
|
|
|
"slug": "small"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Normal",
|
|
|
|
"size": "18px",
|
|
|
|
"slug": "normal"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Medium",
|
2022-02-10 17:05:12 +00:00
|
|
|
"size": "clamp(24px, 5vw, 32px)",
|
2022-02-02 16:48:50 +00:00
|
|
|
"slug": "medium"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Large",
|
2022-02-10 17:05:12 +00:00
|
|
|
"size": "clamp(36px, 6vw, 48px)",
|
2022-02-02 16:48:50 +00:00
|
|
|
"slug": "large"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Huge",
|
2022-02-10 17:05:12 +00:00
|
|
|
"size": "clamp(42px, 7vw, 64px)",
|
2022-02-02 16:48:50 +00:00
|
|
|
"slug": "huge"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"styles": {
|
|
|
|
"blocks": {
|
|
|
|
"core/button": {
|
|
|
|
"border": {
|
|
|
|
"radius": "0"
|
|
|
|
},
|
|
|
|
"color": {
|
|
|
|
"background": "var(--wp--preset--color--foreground)",
|
|
|
|
"text": "var(--wp--preset--color--background)"
|
|
|
|
},
|
|
|
|
"typography": {
|
2022-02-10 17:53:02 +00:00
|
|
|
"fontFamily": "var(--wp--preset--font-family--chivo)",
|
2022-02-02 16:48:50 +00:00
|
|
|
"fontSize": "var(--wp--preset--typography--font-size--normal)",
|
|
|
|
"textTransform": "uppercase"
|
|
|
|
}
|
|
|
|
},
|
2022-02-03 14:57:55 +00:00
|
|
|
"core/heading": {
|
|
|
|
"typography": {
|
2022-02-08 22:19:21 +00:00
|
|
|
"fontWeight": "100",
|
2022-02-03 14:57:55 +00:00
|
|
|
"lineHeight": "1.1"
|
|
|
|
}
|
|
|
|
},
|
2022-02-15 11:27:32 +00:00
|
|
|
"core/post-comments": {
|
|
|
|
"elements": {
|
|
|
|
"h3": {
|
|
|
|
"typography": {
|
|
|
|
"textTransform": "uppercase"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"typography": {
|
|
|
|
"fontSize": "var(--wp--preset--font-size--small)"
|
|
|
|
},
|
|
|
|
"spacing": {
|
|
|
|
"padding": {
|
|
|
|
"top": "var(--wp--custom--spacing--small)"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2022-02-10 17:12:35 +00:00
|
|
|
"core/post-navigation-link": {
|
|
|
|
"typography": {
|
|
|
|
"fontSize": "var(--wp--preset--font-size--medium)",
|
|
|
|
"fontWeight": "100",
|
|
|
|
"textTransform": "uppercase"
|
|
|
|
}
|
|
|
|
},
|
2022-02-15 11:27:32 +00:00
|
|
|
"core/pullquote": {
|
|
|
|
"border": {
|
|
|
|
"width": "0"
|
|
|
|
},
|
|
|
|
"spacing": {
|
|
|
|
"padding": {
|
|
|
|
"top": "var(--wp--custom--spacing--medium)",
|
|
|
|
"bottom": "var(--wp--custom--spacing--medium)"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"typography": {
|
|
|
|
"fontWeight": "100",
|
|
|
|
"lineHeight": "1.2"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"core/quote": {
|
|
|
|
"border": {
|
|
|
|
"width": "1px"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"core/separator": {
|
|
|
|
"color": {
|
|
|
|
"background": "var(--wp--preset--color--foreground)"
|
|
|
|
}
|
|
|
|
},
|
2022-02-02 16:48:50 +00:00
|
|
|
"core/site-title": {
|
|
|
|
"typography": {
|
|
|
|
"fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
|
"fontWeight": "400",
|
|
|
|
"textTransform": "uppercase"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"color": {
|
|
|
|
"background": "var(--wp--preset--color--background)",
|
|
|
|
"text": "var(--wp--preset--color--foreground)"
|
|
|
|
},
|
|
|
|
"elements": {
|
|
|
|
"h1": {
|
|
|
|
"typography": {
|
2022-02-10 17:05:12 +00:00
|
|
|
"fontSize": "clamp(48px, 8vw, 72px)"
|
2022-02-02 16:48:50 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"h2": {
|
|
|
|
"typography": {
|
2022-02-03 14:57:55 +00:00
|
|
|
"fontSize": "var(--wp--preset--font-size--huge)"
|
2022-02-02 16:48:50 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"h3": {
|
|
|
|
"typography": {
|
2022-02-03 14:57:55 +00:00
|
|
|
"fontSize": "var(--wp--preset--font-size--large)"
|
2022-02-02 16:48:50 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"h4": {
|
|
|
|
"typography": {
|
2022-02-03 14:57:55 +00:00
|
|
|
"fontSize": "var(--wp--preset--font-size--medium)"
|
2022-02-02 16:48:50 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"h5": {
|
|
|
|
"typography": {
|
2022-02-03 14:57:55 +00:00
|
|
|
"fontSize": "var(--wp--preset--font-size--normal)"
|
2022-02-02 16:48:50 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"h6": {
|
|
|
|
"typography": {
|
2022-02-03 14:57:55 +00:00
|
|
|
"fontSize": "var(--wp--preset--font-size--small)"
|
2022-02-02 16:48:50 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"spacing": {
|
|
|
|
"blockGap": "1.25rem"
|
|
|
|
},
|
|
|
|
"typography": {
|
|
|
|
"fontFamily": "var(--wp--preset--font-family--chivo)",
|
2022-02-04 10:11:01 +00:00
|
|
|
"fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
|
"fontWeight": "400",
|
|
|
|
"lineHeight": "1.6"
|
2022-02-02 16:48:50 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"templateParts": [
|
|
|
|
{
|
|
|
|
"name": "header",
|
|
|
|
"title": "Header",
|
|
|
|
"area": "header"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "footer",
|
|
|
|
"title": "Footer",
|
|
|
|
"area": "footer"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|