|
@@ -0,0 +1,844 @@
|
|
|
|
+{
|
|
|
|
+ "settings": {
|
|
|
|
+ "appearanceTools": true,
|
|
|
|
+ "color": {
|
|
|
|
+ "background": true,
|
|
|
|
+ "custom": true,
|
|
|
|
+ "customDuotone": true,
|
|
|
|
+ "customGradient": false,
|
|
|
|
+ "defaultDuotone": false,
|
|
|
|
+ "defaultGradients": false,
|
|
|
|
+ "defaultPalette": true,
|
|
|
|
+ "duotone": [
|
|
|
|
+ {
|
|
|
|
+ "colors": [
|
|
|
|
+ "#382F3B",
|
|
|
|
+ "#EDDCFE"
|
|
|
|
+ ],
|
|
|
|
+ "name": "Purple and lavender",
|
|
|
|
+ "slug": "duotone-1"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "colors": [
|
|
|
|
+ "#F83E3E",
|
|
|
|
+ "#0C052A"
|
|
|
|
+ ],
|
|
|
|
+ "name": "Pimento and blueblack",
|
|
|
|
+ "slug": "duotone-2"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "colors": [
|
|
|
|
+ "#DADCDD",
|
|
|
|
+ "#4342F4"
|
|
|
|
+ ],
|
|
|
|
+ "name": "Grey and aquamarine",
|
|
|
|
+ "slug": "duotone-3"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "colors": [
|
|
|
|
+ "#B1F83E",
|
|
|
|
+ "#0F2649"
|
|
|
|
+ ],
|
|
|
|
+ "name": "Lizard and blueblack",
|
|
|
|
+ "slug": "duotone-4"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "colors": [
|
|
|
|
+ "#0C052A",
|
|
|
|
+ "#F83E3E"
|
|
|
|
+ ],
|
|
|
|
+ "name": "Blueblack and Pimento",
|
|
|
|
+ "slug": "duotone-5"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "colors": [
|
|
|
|
+ "#4342F4",
|
|
|
|
+ "#DADCDD"
|
|
|
|
+ ],
|
|
|
|
+ "name": "Aquamarine and grey",
|
|
|
|
+ "slug": "duotone-6"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "colors": [
|
|
|
|
+ "#0F2649",
|
|
|
|
+ "#B1F83E"
|
|
|
|
+ ],
|
|
|
|
+ "name": "Blueblack and lizzard",
|
|
|
|
+ "slug": "duotone-7"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "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"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "text": true
|
|
|
|
+ },
|
|
|
|
+ "layout": {
|
|
|
|
+ "contentSize": "760px",
|
|
|
|
+ "wideSize": "1200px"
|
|
|
|
+ },
|
|
|
|
+ "shadow": {
|
|
|
|
+ "defaultPresets": true,
|
|
|
|
+ "presets": []
|
|
|
|
+ },
|
|
|
|
+ "spacing": {
|
|
|
|
+ "customSpacingSize": true,
|
|
|
|
+ "defaultSpacingSizes": false,
|
|
|
|
+ "spacingSizes": [
|
|
|
|
+ {
|
|
|
|
+ "name": "2X-Small",
|
|
|
|
+ "size": "0.5rem",
|
|
|
|
+ "slug": "20"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "X-Small",
|
|
|
|
+ "size": "clamp(0.5rem, 1vw, 1rem)",
|
|
|
|
+ "slug": "30"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Small",
|
|
|
|
+ "size": "clamp(0.75rem, 1.5vw, 1.5rem)",
|
|
|
|
+ "slug": "40"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Medium",
|
|
|
|
+ "size": "clamp(1rem, 2vw, 2rem)",
|
|
|
|
+ "slug": "50"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Large",
|
|
|
|
+ "size": "clamp(1.5rem, 3vw, 3rem)",
|
|
|
|
+ "slug": "60"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "X-Large",
|
|
|
|
+ "size": "clamp(2rem, 4vw, 4rem)",
|
|
|
|
+ "slug": "70"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "2X-Large",
|
|
|
|
+ "size": "clamp(3rem, 6vw, 6rem)",
|
|
|
|
+ "slug": "80"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "units": [
|
|
|
|
+ "%",
|
|
|
|
+ "px",
|
|
|
|
+ "em",
|
|
|
|
+ "rem",
|
|
|
|
+ "vh",
|
|
|
|
+ "vw"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "typography": {
|
|
|
|
+ "customFontSize": true,
|
|
|
|
+ "defaultFontSizes": false,
|
|
|
|
+ "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",
|
|
|
|
+ "name": "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",
|
|
|
|
+ "name": "Libre Franklin",
|
|
|
|
+ "slug": "libre-franklin"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "fontFace": [
|
|
|
|
+ {
|
|
|
|
+ "fontFamily": "Besley",
|
|
|
|
+ "fontStyle": "normal",
|
|
|
|
+ "fontWeight": "400",
|
|
|
|
+ "src": [
|
|
|
|
+ "file:./assets/fonts/PlIhFlO1MaNwaNGWUC92IOH_mtG4fbbBSdFoFPOl8-E.woff2"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "fontFamily": "Besley",
|
|
|
|
+ "fontStyle": "normal",
|
|
|
|
+ "fontWeight": "700",
|
|
|
|
+ "src": [
|
|
|
|
+ "file:./assets/fonts/PlIhFlO1MaNwaNGWUC92IOH_mtG4fVHGSdFoFPOl8-E.woff2"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "fontFamily": "Besley",
|
|
|
|
+ "fontStyle": "italic",
|
|
|
|
+ "fontWeight": "400",
|
|
|
|
+ "src": [
|
|
|
|
+ "file:./assets/fonts/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6CoZdiFdGg4-E04A.woff2"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "fontFamily": "Besley",
|
|
|
|
+ "fontStyle": "italic",
|
|
|
|
+ "fontWeight": "700",
|
|
|
|
+ "src": [
|
|
|
|
+ "file:./assets/fonts/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6CRpBiFdGg4-E04A.woff2"
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "fontFamily": "Besley, serif",
|
|
|
|
+ "name": "Besley",
|
|
|
|
+ "slug": "besley"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "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/avatar": {
|
|
|
|
+ "filter": {
|
|
|
|
+ "duotone": "var(--wp--preset--duotone--duotone-1)"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "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/comments": {
|
|
|
|
+ "spacing": {
|
|
|
|
+ "margin": {
|
|
|
|
+ "bottom": "var(--wp--preset--spacing--80)",
|
|
|
|
+ "top": "var(--wp--preset--spacing--80)"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "core/cover": {
|
|
|
|
+ "filter": {
|
|
|
|
+ "duotone": "var(--wp--preset--duotone--duotone-1)"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "core/gallery": {
|
|
|
|
+ "spacing": {
|
|
|
|
+ "margin": {
|
|
|
|
+ "bottom": "var(--wp--preset--spacing--50)"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "core/image": {
|
|
|
|
+ "filter": {
|
|
|
|
+ "duotone": "var(--wp--preset--duotone--duotone-1)"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "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": {
|
|
|
|
+ "spacing": {
|
|
|
|
+ "blockGap": "var(--wp--preset--spacing--50)"
|
|
|
|
+ },
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--libre-caslon-text)",
|
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)",
|
|
|
|
+ "lineHeight": "1.6"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "core/post-date": {
|
|
|
|
+ "color": {
|
|
|
|
+ "text": "var(--wp--preset--color--contrast)"
|
|
|
|
+ },
|
|
|
|
+ "elements": {
|
|
|
|
+ "link": {
|
|
|
|
+ ":hover": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "textDecoration": "underline"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "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-featured-image": {
|
|
|
|
+ "filter": {
|
|
|
|
+ "duotone": "var(--wp--preset--duotone--duotone-1)"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "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": {
|
|
|
|
+ "background": "var(--wp--preset--color--base)",
|
|
|
|
+ "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-logo": {
|
|
|
|
+ "filter": {
|
|
|
|
+ "duotone": "var(--wp--preset--duotone--duotone-1)"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "core/site-tagline": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontSize": "0.8rem",
|
|
|
|
+ "letterSpacing": "0.02rem",
|
|
|
|
+ "lineHeight": "1"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "core/site-title": {
|
|
|
|
+ "elements": {
|
|
|
|
+ "link": {
|
|
|
|
+ ":hover": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "textDecoration": "underline"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "typography": {
|
|
|
|
+ "textDecoration": "none"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--libre-franklin)",
|
|
|
|
+ "fontSize": "0.8rem",
|
|
|
|
+ "fontWeight": "700",
|
|
|
|
+ "letterSpacing": "0.02rem"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "color": {
|
|
|
|
+ "background": "var(--wp--preset--color--base)",
|
|
|
|
+ "text": "var(--wp--preset--color--contrast)"
|
|
|
|
+ },
|
|
|
|
+ "css": ".no-underline a{text-decoration: none;}",
|
|
|
|
+ "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--contrast)",
|
|
|
|
+ "text": "var(--wp--preset--color--base)"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "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--contrast)"
|
|
|
|
+ },
|
|
|
|
+ "typography": {
|
|
|
|
+ "textDecoration": "underline"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "spacing": {
|
|
|
|
+ "blockGap": "var(--wp--preset--spacing--30)",
|
|
|
|
+ "padding": {
|
|
|
|
+ "bottom": "var(--wp--preset--spacing--20)",
|
|
|
|
+ "left": "var(--wp--preset--spacing--40)",
|
|
|
|
+ "right": "var(--wp--preset--spacing--40)",
|
|
|
|
+ "top": "var(--wp--preset--spacing--20)"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--inter-tight)",
|
|
|
|
+ "fontSize": "1rem",
|
|
|
|
+ "fontStyle": "normal",
|
|
|
|
+ "fontWeight": "400",
|
|
|
|
+ "letterSpacing": "0rem",
|
|
|
|
+ "lineHeight": "1.4"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "templateParts": [
|
|
|
|
+ {
|
|
|
|
+ "area": "header",
|
|
|
|
+ "name": "header"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "area": "footer",
|
|
|
|
+ "name": "footer"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "version": 3,
|
|
|
|
+ "$schema": "https://schemas.wp.org/trunk/theme.json"
|
|
|
|
+}
|