|
@@ -0,0 +1,706 @@
|
|
|
+{
|
|
|
+ "settings": {
|
|
|
+ "appearanceTools": true,
|
|
|
+ "color": {
|
|
|
+ "background": true,
|
|
|
+ "custom": true,
|
|
|
+ "customDuotone": true,
|
|
|
+ "customGradient": true,
|
|
|
+ "defaultDuotone": true,
|
|
|
+ "defaultGradients": true,
|
|
|
+ "defaultPalette": true,
|
|
|
+ "duotone": [],
|
|
|
+ "gradients": [],
|
|
|
+ "palette": [
|
|
|
+ {
|
|
|
+ "color": "#382f3b",
|
|
|
+ "name": "Base",
|
|
|
+ "slug": "base"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#eddcfe",
|
|
|
+ "name": "Contrast",
|
|
|
+ "slug": "contrast"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#eddcfe",
|
|
|
+ "name": "Primary",
|
|
|
+ "slug": "primary"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#eddcfe",
|
|
|
+ "name": "Secondary",
|
|
|
+ "slug": "secondary"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#382f3b",
|
|
|
+ "name": "Tertiary",
|
|
|
+ "slug": "tertiary"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#f83e3e",
|
|
|
+ "name": "Var 2 Color 1",
|
|
|
+ "slug": "custom-var-2-color-1"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#0c052a",
|
|
|
+ "name": "Var 2 Color 2",
|
|
|
+ "slug": "custom-var-2-color-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#dadcdd",
|
|
|
+ "name": "Var 3 Color 1",
|
|
|
+ "slug": "custom-var-3-color-1"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#4342f4",
|
|
|
+ "name": "Var 3 Color 2",
|
|
|
+ "slug": "custom-var-3-color-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#0f2649",
|
|
|
+ "name": "Var 4 Color 1",
|
|
|
+ "slug": "custom-var-4-color-1"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#b1f83e",
|
|
|
+ "name": "Var 4 Color 2",
|
|
|
+ "slug": "custom-var-4-color-2"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "text": true
|
|
|
+ },
|
|
|
+ "layout": {
|
|
|
+ "contentSize": "760px",
|
|
|
+ "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": "Inter Tight",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "400",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/inter-tight_normal_400.ttf"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "Inter Tight",
|
|
|
+ "fontStyle": "italic",
|
|
|
+ "fontWeight": "400",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/inter-tight_italic_400.ttf"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "Inter Tight",
|
|
|
+ "fontStyle": "italic",
|
|
|
+ "fontWeight": "300",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/inter-tight_italic_300.ttf"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "Inter Tight",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "300",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/inter-tight_normal_300.ttf"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "Inter Tight",
|
|
|
+ "fontStyle": "italic",
|
|
|
+ "fontWeight": "700",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/inter-tight_italic_700.ttf"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "Inter Tight",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "700",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/inter-tight_normal_700.ttf"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "fontFamily": "Inter Tight",
|
|
|
+ "slug": "inter-tight"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFace": [
|
|
|
+ {
|
|
|
+ "fontFamily": "Libre Franklin",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "600",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/libre-franklin_normal_600.ttf"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "Libre Franklin",
|
|
|
+ "fontStyle": "italic",
|
|
|
+ "fontWeight": "600",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/libre-franklin_italic_600.ttf"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "fontFamily": "Libre Franklin",
|
|
|
+ "slug": "libre-franklin"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "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--contrast)",
|
|
|
+ "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": "0.8rem",
|
|
|
+ "letterSpacing": "0.02rem"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/comment-content": {
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--libre-caslon-text)",
|
|
|
+ "fontSize": "1.2rem",
|
|
|
+ "lineHeight": 1.6
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/comment-date": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "0.8rem",
|
|
|
+ "letterSpacing": "0.02rem"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/comment-edit-link": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "0.8rem"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/comment-reply-link": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "1.4rem",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "600",
|
|
|
+ "lineHeight": "1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-author": {
|
|
|
+ "spacing": {
|
|
|
+ "margin": {
|
|
|
+ "bottom": "0px",
|
|
|
+ "left": "0px",
|
|
|
+ "right": "0px",
|
|
|
+ "top": "0px"
|
|
|
+ },
|
|
|
+ "padding": {
|
|
|
+ "bottom": "0px",
|
|
|
+ "left": "0px",
|
|
|
+ "right": "0px",
|
|
|
+ "top": "0px"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "1.4rem",
|
|
|
+ "lineHeight": "1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-author-name": {
|
|
|
+ "elements": {
|
|
|
+ "link": {
|
|
|
+ ":hover": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "underline"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-content": {
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--libre-caslon-text)",
|
|
|
+ "fontSize": "1.2rem",
|
|
|
+ "lineHeight": "1.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-date": {
|
|
|
+ "color": {
|
|
|
+ "text": "var(--wp--preset--color--custom-var-2-color-2)"
|
|
|
+ },
|
|
|
+ "elements": {
|
|
|
+ "link": {
|
|
|
+ ":hover": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "underline"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "color": {
|
|
|
+ "text": "var(--wp--preset--color--custom-var-2-color-2)"
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "400",
|
|
|
+ "lineHeight": "1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-excerpt": {
|
|
|
+ "spacing": {
|
|
|
+ "margin": {
|
|
|
+ "bottom": "0px",
|
|
|
+ "left": "0px",
|
|
|
+ "right": "0px",
|
|
|
+ "top": "0px"
|
|
|
+ },
|
|
|
+ "padding": {
|
|
|
+ "bottom": "0px",
|
|
|
+ "left": "0px",
|
|
|
+ "right": "0px",
|
|
|
+ "top": "0px"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)",
|
|
|
+ "letterSpacing": "0rem",
|
|
|
+ "lineHeight": "1.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-template": {
|
|
|
+ "css": ".wp-block-post-template.is-flex-container { gap:0;}"
|
|
|
+ },
|
|
|
+ "core/post-terms": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "400",
|
|
|
+ "lineHeight": "1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-title": {
|
|
|
+ "elements": {
|
|
|
+ "link": {
|
|
|
+ ":hover": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "underline"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "margin": {
|
|
|
+ "bottom": "0px",
|
|
|
+ "left": "0px",
|
|
|
+ "right": "0px",
|
|
|
+ "top": "0px"
|
|
|
+ },
|
|
|
+ "padding": {
|
|
|
+ "bottom": "0px",
|
|
|
+ "left": "0px",
|
|
|
+ "right": "0px",
|
|
|
+ "top": "0px"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "4.8rem",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "300",
|
|
|
+ "letterSpacing": "-0.2rem",
|
|
|
+ "lineHeight": "1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/pullquote": {
|
|
|
+ "border": {
|
|
|
+ "color": "var(--wp--preset--color--contrast)",
|
|
|
+ "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/query-pagination": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "2rem",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "300",
|
|
|
+ "lineHeight": "1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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/read-more": {
|
|
|
+ "typography": {
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "600"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/search": {
|
|
|
+ "border": {
|
|
|
+ "bottom": {
|
|
|
+ "style": "none",
|
|
|
+ "width": "0px"
|
|
|
+ },
|
|
|
+ "color": null,
|
|
|
+ "left": {
|
|
|
+ "style": "none",
|
|
|
+ "width": "0px"
|
|
|
+ },
|
|
|
+ "radius": "2px",
|
|
|
+ "right": {
|
|
|
+ "style": "none",
|
|
|
+ "width": "0px"
|
|
|
+ },
|
|
|
+ "style": null,
|
|
|
+ "top": {
|
|
|
+ "style": "none",
|
|
|
+ "width": "0px"
|
|
|
+ },
|
|
|
+ "width": null
|
|
|
+ },
|
|
|
+ "color": {
|
|
|
+ "text": "var(--wp--preset--color--custom-var-2-color-1)"
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--urbanist)",
|
|
|
+ "fontSize": "1rem",
|
|
|
+ "letterSpacing": "0px",
|
|
|
+ "lineHeight": "1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/separator": {
|
|
|
+ "border": {
|
|
|
+ "color": "currentColor",
|
|
|
+ "style": "solid",
|
|
|
+ "width": "0 0 1px 0"
|
|
|
+ },
|
|
|
+ "color": {
|
|
|
+ "text": "var(--wp--preset--color--contrast)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/site-tagline": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "1.4rem",
|
|
|
+ "lineHeight": "1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/site-title": {
|
|
|
+ "elements": {
|
|
|
+ "link": {
|
|
|
+ ":hover": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "underline"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--medium)",
|
|
|
+ "fontWeight": "700"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "color": {
|
|
|
+ "background": "var(--wp--preset--color--custom-var-2-color-1)",
|
|
|
+ "text": "var(--wp--preset--color--custom-var-2-color-2)"
|
|
|
+ },
|
|
|
+ "elements": {
|
|
|
+ "button": {
|
|
|
+ ":active": {
|
|
|
+ "color": {
|
|
|
+ "background": "var(--wp--preset--color--primary)",
|
|
|
+ "text": "var(--wp--preset--color--base)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ ":focus": {
|
|
|
+ "color": {
|
|
|
+ "background": "var(--wp--preset--color--primary)",
|
|
|
+ "text": "var(--wp--preset--color--base)"
|
|
|
+ },
|
|
|
+ "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--base)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "border": {
|
|
|
+ "radius": "0.25rem"
|
|
|
+ },
|
|
|
+ "color": {
|
|
|
+ "background": "var(--wp--preset--color--custom-var-2-color-2)",
|
|
|
+ "text": "var(--wp--preset--color--custom-var-2-color-1)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h1": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "4.8rem",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "300",
|
|
|
+ "letterSpacing": "-0.2rem",
|
|
|
+ "lineHeight": "1",
|
|
|
+ "textTransform": "uppercase"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h2": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "2.4rem",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "400",
|
|
|
+ "letterSpacing": "0.05rem",
|
|
|
+ "lineHeight": "1",
|
|
|
+ "textTransform": "uppercase"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h3": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "2rem",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "400",
|
|
|
+ "letterSpacing": "0.05rem",
|
|
|
+ "lineHeight": "1",
|
|
|
+ "textTransform": "uppercase"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h4": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "1rem",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "400",
|
|
|
+ "lineHeight": "1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h5": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "1rem",
|
|
|
+ "lineHeight": "1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h6": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)",
|
|
|
+ "lineHeight": "1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "heading": {
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--urbanist)",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "300",
|
|
|
+ "lineHeight": "1.125"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "link": {
|
|
|
+ ":hover": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "none"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "color": {
|
|
|
+ "text": "var(--wp--preset--color--custom-var-2-color-2)"
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "underline"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "blockGap": "2rem",
|
|
|
+ "padding": {
|
|
|
+ "bottom": "0rem",
|
|
|
+ "left": "2rem",
|
|
|
+ "right": "2rem",
|
|
|
+ "top": "0rem"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--inter-tight)",
|
|
|
+ "fontSize": "1rem",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "400",
|
|
|
+ "lineHeight": "1.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "templateParts": [
|
|
|
+ {
|
|
|
+ "area": "header",
|
|
|
+ "name": "header"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "area": "footer",
|
|
|
+ "name": "footer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "version": 2,
|
|
|
+ "$schema": "https://schemas.wp.org/trunk/theme.json"
|
|
|
+}
|