|
@@ -0,0 +1,679 @@
|
|
|
+{
|
|
|
+ "settings": {
|
|
|
+ "appearanceTools": true,
|
|
|
+ "color": {
|
|
|
+ "background": true,
|
|
|
+ "custom": true,
|
|
|
+ "customDuotone": true,
|
|
|
+ "customGradient": true,
|
|
|
+ "defaultDuotone": true,
|
|
|
+ "defaultGradients": true,
|
|
|
+ "defaultPalette": true,
|
|
|
+ "duotone": [],
|
|
|
+ "gradients": [],
|
|
|
+ "palette": [
|
|
|
+ {
|
|
|
+ "color": "#000000",
|
|
|
+ "name": "Primary",
|
|
|
+ "slug": "primary"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#fefefe",
|
|
|
+ "name": "Secondary",
|
|
|
+ "slug": "secondary"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#4e4e4e",
|
|
|
+ "name": "Foreground",
|
|
|
+ "slug": "foreground"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#ffffff",
|
|
|
+ "name": "Background",
|
|
|
+ "slug": "background"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#f5f6f7",
|
|
|
+ "name": "Tertiary",
|
|
|
+ "slug": "tertiary"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "text": true
|
|
|
+ },
|
|
|
+ "layout": {
|
|
|
+ "contentSize": "620px",
|
|
|
+ "definitions": {
|
|
|
+ "constrained": {
|
|
|
+ "baseStyles": [
|
|
|
+ {
|
|
|
+ "rules": {
|
|
|
+ "float": "left",
|
|
|
+ "margin-inline-end": "2em",
|
|
|
+ "margin-inline-start": "0"
|
|
|
+ },
|
|
|
+ "selector": " > .alignleft"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "rules": {
|
|
|
+ "float": "right",
|
|
|
+ "margin-inline-end": "0",
|
|
|
+ "margin-inline-start": "2em"
|
|
|
+ },
|
|
|
+ "selector": " > .alignright"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "rules": {
|
|
|
+ "margin-left": "auto !important",
|
|
|
+ "margin-right": "auto !important"
|
|
|
+ },
|
|
|
+ "selector": " > .aligncenter"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "rules": {
|
|
|
+ "margin-left": "auto !important",
|
|
|
+ "margin-right": "auto !important",
|
|
|
+ "max-width": "var(--wp--style--global--content-size)"
|
|
|
+ },
|
|
|
+ "selector": " > :where(:not(.alignleft):not(.alignright):not(.alignfull))"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "rules": {
|
|
|
+ "max-width": "var(--wp--style--global--wide-size)"
|
|
|
+ },
|
|
|
+ "selector": " > .alignwide"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "className": "is-layout-constrained",
|
|
|
+ "name": "constrained",
|
|
|
+ "slug": "constrained",
|
|
|
+ "spacingStyles": [
|
|
|
+ {
|
|
|
+ "rules": {
|
|
|
+ "margin-block-end": "0",
|
|
|
+ "margin-block-start": "0"
|
|
|
+ },
|
|
|
+ "selector": " > *"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "rules": {
|
|
|
+ "margin-block-end": "0"
|
|
|
+ },
|
|
|
+ "selector": " > * + *"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "default": {
|
|
|
+ "baseStyles": [
|
|
|
+ {
|
|
|
+ "rules": {
|
|
|
+ "float": "left",
|
|
|
+ "margin-inline-end": "2em",
|
|
|
+ "margin-inline-start": "0"
|
|
|
+ },
|
|
|
+ "selector": " > .alignleft"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "rules": {
|
|
|
+ "float": "right",
|
|
|
+ "margin-inline-end": "0",
|
|
|
+ "margin-inline-start": "2em"
|
|
|
+ },
|
|
|
+ "selector": " > .alignright"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "rules": {
|
|
|
+ "margin-left": "auto !important",
|
|
|
+ "margin-right": "auto !important"
|
|
|
+ },
|
|
|
+ "selector": " > .aligncenter"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "className": "is-layout-flow",
|
|
|
+ "name": "default",
|
|
|
+ "slug": "flow",
|
|
|
+ "spacingStyles": [
|
|
|
+ {
|
|
|
+ "rules": {
|
|
|
+ "margin-block-end": "0",
|
|
|
+ "margin-block-start": "0"
|
|
|
+ },
|
|
|
+ "selector": " > *"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "rules": {
|
|
|
+ "margin-block-end": "0"
|
|
|
+ },
|
|
|
+ "selector": " > * + *"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "flex": {
|
|
|
+ "baseStyles": [
|
|
|
+ {
|
|
|
+ "rules": {
|
|
|
+ "align-items": "center",
|
|
|
+ "flex-wrap": "wrap"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "rules": {
|
|
|
+ "margin": "0"
|
|
|
+ },
|
|
|
+ "selector": " > *"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "className": "is-layout-flex",
|
|
|
+ "displayMode": "flex",
|
|
|
+ "name": "flex",
|
|
|
+ "slug": "flex"
|
|
|
+ },
|
|
|
+ "grid": {
|
|
|
+ "baseStyles": [
|
|
|
+ {
|
|
|
+ "rules": {
|
|
|
+ "margin": "0"
|
|
|
+ },
|
|
|
+ "selector": " > *"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "className": "is-layout-grid",
|
|
|
+ "displayMode": "grid",
|
|
|
+ "name": "grid",
|
|
|
+ "slug": "grid"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "wideSize": "1200px"
|
|
|
+ },
|
|
|
+ "shadow": {
|
|
|
+ "defaultPresets": true,
|
|
|
+ "presets": []
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "customSpacingSize": true,
|
|
|
+ "spacingScale": {
|
|
|
+ "increment": 1.5,
|
|
|
+ "mediumStep": 1.5,
|
|
|
+ "operator": "*",
|
|
|
+ "steps": 7,
|
|
|
+ "unit": "rem"
|
|
|
+ },
|
|
|
+ "spacingSizes": [],
|
|
|
+ "units": [
|
|
|
+ "%",
|
|
|
+ "px",
|
|
|
+ "em",
|
|
|
+ "rem",
|
|
|
+ "vh",
|
|
|
+ "vw"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "customFontSize": true,
|
|
|
+ "dropCap": true,
|
|
|
+ "fluid": true,
|
|
|
+ "fontFamilies": [
|
|
|
+ {
|
|
|
+ "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
|
|
|
+ "name": "System Font",
|
|
|
+ "slug": "system-font"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFace": [
|
|
|
+ {
|
|
|
+ "fontFamily": "Manrope",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "400",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/manrope_normal_400.ttf"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "Manrope",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "500",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/manrope_normal_500.ttf"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "Manrope",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "600",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/manrope_normal_600.ttf"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "Manrope",
|
|
|
+ "fontStyle": "italic",
|
|
|
+ "fontWeight": "400",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/manrope_italic_400.otf"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "Manrope",
|
|
|
+ "fontStyle": "italic",
|
|
|
+ "fontWeight": "600",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/manrope_italic_600.otf"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "Manrope",
|
|
|
+ "fontStyle": "italic",
|
|
|
+ "fontWeight": "500",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/manrope_italic_500.otf"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "fontFamily": "Manrope",
|
|
|
+ "slug": "manrope"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "fontSizes": [
|
|
|
+ {
|
|
|
+ "fluid": {
|
|
|
+ "max": "1.0625rem",
|
|
|
+ "min": "0.825rem"
|
|
|
+ },
|
|
|
+ "name": "Small",
|
|
|
+ "size": "1rem",
|
|
|
+ "slug": "small"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fluid": {
|
|
|
+ "max": "1.25rem",
|
|
|
+ "min": "1rem"
|
|
|
+ },
|
|
|
+ "name": "Medium",
|
|
|
+ "size": "1.125rem",
|
|
|
+ "slug": "medium"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fluid": {
|
|
|
+ "max": "2rem",
|
|
|
+ "min": "1.75rem"
|
|
|
+ },
|
|
|
+ "name": "Large",
|
|
|
+ "size": "1.75rem",
|
|
|
+ "slug": "large"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fluid": {
|
|
|
+ "max": "3rem",
|
|
|
+ "min": "2.5rem"
|
|
|
+ },
|
|
|
+ "name": "Extra Large",
|
|
|
+ "size": "3rem",
|
|
|
+ "slug": "x-large"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "fontStyle": true,
|
|
|
+ "fontWeight": true,
|
|
|
+ "letterSpacing": true,
|
|
|
+ "textDecoration": true,
|
|
|
+ "textTransform": true
|
|
|
+ },
|
|
|
+ "useRootPaddingAwareAlignments": true
|
|
|
+ },
|
|
|
+ "styles": {
|
|
|
+ "blocks": {
|
|
|
+ "core/code": {
|
|
|
+ "border": {
|
|
|
+ "color": "var(--wp--preset--color--foreground)",
|
|
|
+ "radius": "0.25rem",
|
|
|
+ "style": "solid",
|
|
|
+ "width": "2px"
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "padding": {
|
|
|
+ "bottom": "var(--wp--preset--spacing--50)",
|
|
|
+ "left": "var(--wp--preset--spacing--50)",
|
|
|
+ "right": "var(--wp--preset--spacing--50)",
|
|
|
+ "top": "var(--wp--preset--spacing--50)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "monospace"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/comment-author-name": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/comment-date": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/comment-edit-link": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/comment-reply-link": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/cover": {
|
|
|
+ "color": {
|
|
|
+ "text": "var:preset|color|secondary"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/gallery": {
|
|
|
+ "spacing": {
|
|
|
+ "margin": {
|
|
|
+ "bottom": "var(--wp--preset--spacing--50)"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/list": {
|
|
|
+ "spacing": {
|
|
|
+ "padding": {
|
|
|
+ "left": "var(--wp--preset--spacing--70)"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/navigation": {
|
|
|
+ "elements": {
|
|
|
+ "link": {
|
|
|
+ ":hover": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "underline"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "blockGap": "10px"
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var:preset|font-size|small"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-author-name": {
|
|
|
+ "elements": {
|
|
|
+ "link": {
|
|
|
+ ":hover": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "underline"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "0.8rem"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-date": {
|
|
|
+ "color": {
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
+ },
|
|
|
+ "elements": {
|
|
|
+ "link": {
|
|
|
+ ":hover": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "underline"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "0.8rem"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-excerpt": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "0.9rem"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-featured-image": {
|
|
|
+ "border": {
|
|
|
+ "radius": "8px"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-navigation-link": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "0.8rem"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-terms": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "0.8rem"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-title": {
|
|
|
+ "elements": {
|
|
|
+ "link": {
|
|
|
+ ":hover": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "underline"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "margin": {
|
|
|
+ "bottom": "0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var:preset|font-size|medium"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/pullquote": {
|
|
|
+ "border": {
|
|
|
+ "color": "var(--wp--preset--color--foreground)",
|
|
|
+ "style": "solid",
|
|
|
+ "width": "1px 0"
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "padding": {
|
|
|
+ "bottom": "var(--wp--preset--spacing--50)",
|
|
|
+ "left": "var(--wp--preset--spacing--50)",
|
|
|
+ "right": "var(--wp--preset--spacing--50)",
|
|
|
+ "top": "var(--wp--preset--spacing--50)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--large)",
|
|
|
+ "fontStyle": "italic"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/quote": {
|
|
|
+ "border": {
|
|
|
+ "color": "var(--wp--preset--color--primary)",
|
|
|
+ "style": "solid",
|
|
|
+ "width": "0 0 0 1px"
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "padding": {
|
|
|
+ "left": "var(--wp--preset--spacing--50)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontStyle": "normal"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/search": {
|
|
|
+ "css": "\n.wp-block-search__input, .wp-block-search {\n font-size: 0.8rem;\n background-color: var(--wp--preset--color--tertiary);\n font-color: #3a3a3a;\n line-height: 1.2;\n border-radius: 8px;\n}\n\n.wp-block-search__button {\n font-size: 0.8rem;\n background-color: var(--wp--preset--color--tertiary);\n font-color: #3a3a3a;\n line-height: 1;\n border-radius: 2px;\n padding: 6px;\n}\n\n.wp-block-search__button svg {\n fill: var(--wp--preset--color--primary);\n}\n\n:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {\n margin-left: 12px;\n margin-right: 2px;\n margin-top: 2px;\n margin-bottom: 2px;\n}",
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--medium)",
|
|
|
+ "lineHeight": "1.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/separator": {
|
|
|
+ "border": {
|
|
|
+ "color": "currentColor",
|
|
|
+ "style": "solid",
|
|
|
+ "width": "0 0 1px 0"
|
|
|
+ },
|
|
|
+ "color": {
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/site-tagline": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/site-title": {
|
|
|
+ "color": {
|
|
|
+ "text": "var:preset|color|primary"
|
|
|
+ },
|
|
|
+ "elements": {
|
|
|
+ "link": {
|
|
|
+ ":hover": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "underline"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "color": {
|
|
|
+ "text": "var:preset|color|primary"
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var:preset|font-size|medium",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "700",
|
|
|
+ "letterSpacing": "0px",
|
|
|
+ "textTransform": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "color": {
|
|
|
+ "background": "var(--wp--preset--color--background)",
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
+ },
|
|
|
+ "css": "a:any-link {\ncursor: auto;\n text-decoration-thickness: .01em !important;\n text-underline-offset: .20em;\n}\na:where(:not(.wp-element-button)):hover {\n text-decoration: none;\n}",
|
|
|
+ "elements": {
|
|
|
+ "button": {
|
|
|
+ ":active": {
|
|
|
+ "color": {
|
|
|
+ "background": "var(--wp--preset--color--primary)",
|
|
|
+ "text": "var(--wp--preset--color--background)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ ":focus": {
|
|
|
+ "color": {
|
|
|
+ "background": "var(--wp--preset--color--primary)",
|
|
|
+ "text": "var(--wp--preset--color--background)"
|
|
|
+ },
|
|
|
+ "outline": {
|
|
|
+ "color": "var(--wp--preset--color--primary)",
|
|
|
+ "offset": "2px",
|
|
|
+ "style": "dotted",
|
|
|
+ "width": "1px"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ ":hover": {
|
|
|
+ "color": {
|
|
|
+ "background": "var(--wp--preset--color--secondary)",
|
|
|
+ "text": "var(--wp--preset--color--background)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "border": {
|
|
|
+ "radius": "0.25rem"
|
|
|
+ },
|
|
|
+ "color": {
|
|
|
+ "background": "var(--wp--preset--color--primary)",
|
|
|
+ "text": "var(--wp--preset--color--background)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h1": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var:preset|font-size|medium"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h2": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "1.12rem"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h3": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var:preset|font-size|small"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h4": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "0.96rem"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h5": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "0.9rem"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h6": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "0.8rem"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "heading": {
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--rubik)",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "600",
|
|
|
+ "lineHeight": "1.125"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "link": {
|
|
|
+ ":hover": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "none"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "color": {
|
|
|
+ "text": "var(--wp--preset--color--primary)"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "blockGap": "0px",
|
|
|
+ "padding": {
|
|
|
+ "bottom": "0px",
|
|
|
+ "left": "0px",
|
|
|
+ "right": "0px",
|
|
|
+ "top": "0px"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var:preset|font-family|manrope",
|
|
|
+ "fontSize": "var:preset|font-size|small",
|
|
|
+ "lineHeight": "1.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "templateParts": [
|
|
|
+ {
|
|
|
+ "area": "header",
|
|
|
+ "name": "header"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "area": "footer",
|
|
|
+ "name": "footer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "version": 2,
|
|
|
+ "$schema": "https://schemas.wp.org/trunk/theme.json"
|
|
|
+}
|