|
@@ -0,0 +1,740 @@
|
|
|
+{
|
|
|
+ "settings": {
|
|
|
+ "appearanceTools": true,
|
|
|
+ "color": {
|
|
|
+ "background": true,
|
|
|
+ "custom": true,
|
|
|
+ "customDuotone": true,
|
|
|
+ "customGradient": true,
|
|
|
+ "defaultDuotone": true,
|
|
|
+ "defaultGradients": true,
|
|
|
+ "defaultPalette": true,
|
|
|
+ "duotone": [],
|
|
|
+ "gradients": [],
|
|
|
+ "palette": [
|
|
|
+ {
|
|
|
+ "color": "#640101",
|
|
|
+ "name": "Primary",
|
|
|
+ "slug": "primary"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#afe6e9",
|
|
|
+ "name": "Secondary",
|
|
|
+ "slug": "secondary"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#640101",
|
|
|
+ "name": "Foreground",
|
|
|
+ "slug": "foreground"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#ffe4cc",
|
|
|
+ "name": "Background",
|
|
|
+ "slug": "background"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#e7f7f8",
|
|
|
+ "name": "Tertiary",
|
|
|
+ "slug": "tertiary"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#55264d",
|
|
|
+ "name": "Coral Dream 1",
|
|
|
+ "slug": "custom-coral-dream-1"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#ffcdd2",
|
|
|
+ "name": "Coral Dream 2",
|
|
|
+ "slug": "custom-coral-dream-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#007f9b",
|
|
|
+ "name": "Coral Dream 3",
|
|
|
+ "slug": "custom-coral-dream-3"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#b2d9e1",
|
|
|
+ "name": "Coral Dream 4",
|
|
|
+ "slug": "custom-coral-dream-4"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#ffe4cc",
|
|
|
+ "name": "Peachy Ocean 1",
|
|
|
+ "slug": "custom-peachy-ocean-1"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#640101",
|
|
|
+ "name": "Peachy Ocean 2",
|
|
|
+ "slug": "custom-peachy-ocean-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#afe6e9",
|
|
|
+ "name": "Peachy Ocean 3",
|
|
|
+ "slug": "custom-peachy-ocean-3"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#e7f7f8",
|
|
|
+ "name": "Peachy Ocean 4",
|
|
|
+ "slug": "custom-peachy-ocean-4"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#352c3a",
|
|
|
+ "name": "Default 1",
|
|
|
+ "slug": "custom-default-1"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#ffc549",
|
|
|
+ "name": "Default 2",
|
|
|
+ "slug": "custom-default-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#ff754c",
|
|
|
+ "name": "Default 3",
|
|
|
+ "slug": "custom-default-3"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#ffeec8",
|
|
|
+ "name": "Default 4",
|
|
|
+ "slug": "custom-default-4"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "text": true
|
|
|
+ },
|
|
|
+ "layout": {
|
|
|
+ "contentSize": "900px",
|
|
|
+ "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",
|
|
|
+ "margin-block-start": null
|
|
|
+ },
|
|
|
+ "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",
|
|
|
+ "margin-block-start": null
|
|
|
+ },
|
|
|
+ "selector": " > * + *"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "flex": {
|
|
|
+ "baseStyles": [
|
|
|
+ {
|
|
|
+ "rules": {
|
|
|
+ "align-items": "center",
|
|
|
+ "flex-wrap": "wrap"
|
|
|
+ },
|
|
|
+ "selector": ""
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "rules": {
|
|
|
+ "margin": "0"
|
|
|
+ },
|
|
|
+ "selector": " > *"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "className": "is-layout-flex",
|
|
|
+ "displayMode": "flex",
|
|
|
+ "name": "flex",
|
|
|
+ "slug": "flex",
|
|
|
+ "spacingStyles": [
|
|
|
+ {
|
|
|
+ "rules": {
|
|
|
+ "gap": null
|
|
|
+ },
|
|
|
+ "selector": ""
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "wideSize": "1100px"
|
|
|
+ },
|
|
|
+ "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": [
|
|
|
+ {
|
|
|
+ "fontFace": [],
|
|
|
+ "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
|
|
|
+ "name": "System Font",
|
|
|
+ "slug": "system-font"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFace": [
|
|
|
+ {
|
|
|
+ "fontFamily": "Linik Sans",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "500",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/linik-sans_normal_500.ttf"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "Linik Sans",
|
|
|
+ "fontStyle": "italic",
|
|
|
+ "fontWeight": "500",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/linik-sans_italic_500.ttf"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "Linik Sans",
|
|
|
+ "fontStyle": "italic",
|
|
|
+ "fontWeight": "400",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/linik-sans_italic_400.ttf"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "Linik Sans",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "400",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/linik-sans_normal_400.ttf"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "fontFamily": "Linik Sans",
|
|
|
+ "slug": "linik-sans"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFace": [
|
|
|
+ {
|
|
|
+ "fontFamily": "Rubik",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "300",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/rubik_normal_300.ttf"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "Rubik",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "500",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/rubik_normal_500.ttf"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "Rubik",
|
|
|
+ "fontStyle": "italic",
|
|
|
+ "fontWeight": "300",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/rubik_italic_300.ttf"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "Rubik",
|
|
|
+ "fontStyle": "italic",
|
|
|
+ "fontWeight": "500",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/rubik_italic_500.ttf"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "fontFamily": "Rubik",
|
|
|
+ "slug": "rubik"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "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/button": {
|
|
|
+ "typography": {
|
|
|
+ "textTransform": "uppercase"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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/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"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-author-name": {
|
|
|
+ "elements": {
|
|
|
+ "link": {
|
|
|
+ ":hover": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "underline"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-date": {
|
|
|
+ "color": {
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
+ },
|
|
|
+ "elements": {
|
|
|
+ "link": {
|
|
|
+ ":hover": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "underline"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-title": {
|
|
|
+ "elements": {
|
|
|
+ "link": {
|
|
|
+ ":hover": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "underline"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "margin": {
|
|
|
+ "bottom": "0"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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": {
|
|
|
+ "fontSize": "var:preset|font-size|large",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "600"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/search": {
|
|
|
+ "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": {
|
|
|
+ "elements": {
|
|
|
+ "link": {
|
|
|
+ ":hover": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "underline"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--medium)",
|
|
|
+ "fontWeight": "700"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "color": {
|
|
|
+ "background": "var:preset|color|custom-peachy-ocean-1",
|
|
|
+ "text": "var:preset|color|custom-peachy-ocean-2"
|
|
|
+ },
|
|
|
+ "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:preset|color|custom-peachy-ocean-2",
|
|
|
+ "text": "var:preset|color|custom-peachy-ocean-1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h1": {
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var:preset|font-family|rubik",
|
|
|
+ "fontSize": "6rem",
|
|
|
+ "letterSpacing": "-5px"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h2": {
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var:preset|font-family|rubik",
|
|
|
+ "fontSize": "3.6rem"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h3": {
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var:preset|font-family|rubik",
|
|
|
+ "fontSize": "2.8rem"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h4": {
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var:preset|font-family|rubik",
|
|
|
+ "fontSize": "1.13rem",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "500",
|
|
|
+ "textTransform": "uppercase"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h5": {
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var:preset|font-family|rubik",
|
|
|
+ "fontSize": "1.13rem",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "500"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h6": {
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var:preset|font-family|rubik",
|
|
|
+ "fontSize": "0.8rem",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "500",
|
|
|
+ "letterSpacing": "1px",
|
|
|
+ "textTransform": "uppercase"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "heading": {
|
|
|
+ "color": {
|
|
|
+ "text": "#640101"
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--rubik)",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "300",
|
|
|
+ "lineHeight": 1.1
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "link": {
|
|
|
+ ":hover": {
|
|
|
+ "color": {
|
|
|
+ "text": "var:preset|color|custom-peachy-ocean-2"
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "none"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "color": {
|
|
|
+ "text": "var:preset|color|custom-peachy-ocean-2"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "blockGap": "2.4rem",
|
|
|
+ "padding": {
|
|
|
+ "bottom": "0rem",
|
|
|
+ "left": "4rem",
|
|
|
+ "right": "4rem",
|
|
|
+ "top": "0rem"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var:preset|font-family|linik-sans",
|
|
|
+ "fontSize": "var(--wp--preset--font-size--medium)",
|
|
|
+ "lineHeight": "1.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "templateParts": [
|
|
|
+ {
|
|
|
+ "area": "header",
|
|
|
+ "name": "header"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "area": "footer",
|
|
|
+ "name": "footer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "version": 2,
|
|
|
+ "$schema": "https://schemas.wp.org/trunk/theme.json"
|
|
|
+}
|