|
@@ -0,0 +1,832 @@
|
|
|
|
+{
|
|
|
|
+ "settings": {
|
|
|
|
+ "appearanceTools": true,
|
|
|
|
+ "color": {
|
|
|
|
+ "customDuotone": true,
|
|
|
|
+ "customGradient": false,
|
|
|
|
+ "defaultDuotone": false,
|
|
|
|
+ "defaultGradients": false,
|
|
|
|
+ "defaultPalette": true,
|
|
|
|
+ "duotone": [
|
|
|
|
+ {
|
|
|
|
+ "colors": [
|
|
|
|
+ "#45083B",
|
|
|
|
+ "#FFEFCC"
|
|
|
|
+ ],
|
|
|
|
+ "name": "Default",
|
|
|
|
+ "slug": "default"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "colors": [
|
|
|
|
+ "#083045",
|
|
|
|
+ "#CCF3FF"
|
|
|
|
+ ],
|
|
|
|
+ "name": "Coral Dreams",
|
|
|
|
+ "slug": "coraldreams"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "colors": [
|
|
|
|
+ "#451C08",
|
|
|
|
+ "#CCF3FF"
|
|
|
|
+ ],
|
|
|
|
+ "name": "Peachy Ocean",
|
|
|
|
+ "slug": "peachyocean"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "colors": [
|
|
|
|
+ "#084545",
|
|
|
|
+ "#FFE5EA"
|
|
|
|
+ ],
|
|
|
|
+ "name": "Frozen Pink",
|
|
|
|
+ "slug": "frozenpink"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "colors": [
|
|
|
|
+ "#45080D",
|
|
|
|
+ "#FFE5E8"
|
|
|
|
+ ],
|
|
|
|
+ "name": "Kiss Goodbye",
|
|
|
|
+ "slug": "kissgoodbye"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "colors": [
|
|
|
|
+ "#083045",
|
|
|
|
+ "#E5FFF0"
|
|
|
|
+ ],
|
|
|
|
+ "name": "Mint Boneyard",
|
|
|
|
+ "slug": "mintboneyard"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "gradients": [],
|
|
|
|
+ "palette": [
|
|
|
|
+ {
|
|
|
|
+ "color": "#45083b",
|
|
|
|
+ "name": "Primary",
|
|
|
|
+ "slug": "primary"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "color": "#ffc549",
|
|
|
|
+ "name": "Secondary",
|
|
|
|
+ "slug": "secondary"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "color": "#45083b",
|
|
|
|
+ "name": "Foreground",
|
|
|
|
+ "slug": "foreground"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "color": "#ff754c",
|
|
|
|
+ "name": "Background",
|
|
|
|
+ "slug": "background"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "color": "#ffefcc",
|
|
|
|
+ "name": "Tertiary",
|
|
|
|
+ "slug": "tertiary"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "text": true
|
|
|
|
+ },
|
|
|
|
+ "layout": {
|
|
|
|
+ "contentSize": "720px",
|
|
|
|
+ "wideSize": "1200px"
|
|
|
|
+ },
|
|
|
|
+ "shadow": {
|
|
|
|
+ "defaultPresets": true,
|
|
|
|
+ "presets": []
|
|
|
|
+ },
|
|
|
|
+ "spacing": {
|
|
|
|
+ "customSpacingSize": true,
|
|
|
|
+ "spacingScale": {
|
|
|
|
+ "theme": {
|
|
|
|
+ "steps": 0
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "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": [
|
|
|
|
+ {
|
|
|
|
+ "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.woff2"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "fontFamily": "Rubik",
|
|
|
|
+ "fontStyle": "normal",
|
|
|
|
+ "fontWeight": "400",
|
|
|
|
+ "src": [
|
|
|
|
+ "file:./assets/fonts/rubik_normal_400.woff2"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "fontFamily": "Rubik",
|
|
|
|
+ "fontStyle": "normal",
|
|
|
|
+ "fontWeight": "500",
|
|
|
|
+ "src": [
|
|
|
|
+ "file:./assets/fonts/rubik_normal_500.woff2"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "fontFamily": "Rubik",
|
|
|
|
+ "fontStyle": "italic",
|
|
|
|
+ "fontWeight": "300",
|
|
|
|
+ "src": [
|
|
|
|
+ "file:./assets/fonts/rubik_italic_300.woff2"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "fontFamily": "Rubik",
|
|
|
|
+ "fontStyle": "italic",
|
|
|
|
+ "fontWeight": "400",
|
|
|
|
+ "src": [
|
|
|
|
+ "file:./assets/fonts/rubik_italic_400.woff2"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "fontFamily": "Rubik",
|
|
|
|
+ "fontStyle": "italic",
|
|
|
|
+ "fontWeight": "500",
|
|
|
|
+ "src": [
|
|
|
|
+ "file:./assets/fonts/rubik_italic_500.woff2"
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "fontFamily": "Rubik, sans-serif",
|
|
|
|
+ "name": "Rubik",
|
|
|
|
+ "slug": "rubik"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "fontFace": [
|
|
|
|
+ {
|
|
|
|
+ "fontFamily": "Platypi",
|
|
|
|
+ "fontStyle": "normal",
|
|
|
|
+ "fontWeight": "400",
|
|
|
|
+ "src": [
|
|
|
|
+ "file:./assets/fonts/Platypi-Regular.woff2"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "fontFamily": "Platypi",
|
|
|
|
+ "fontStyle": "normal",
|
|
|
|
+ "fontWeight": "700",
|
|
|
|
+ "src": [
|
|
|
|
+ "file:./assets/fonts/Platypi-Bold.woff2"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "fontFamily": "Platypi",
|
|
|
|
+ "fontStyle": "italic",
|
|
|
|
+ "fontWeight": "400",
|
|
|
|
+ "src": [
|
|
|
|
+ "file:./assets/fonts/Platypi-Italic.woff2"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "fontFamily": "Platypi",
|
|
|
|
+ "fontStyle": "italic",
|
|
|
|
+ "fontWeight": "700",
|
|
|
|
+ "src": [
|
|
|
|
+ "file:./assets/fonts/Platypi-BoldItalic.woff2"
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "fontFamily": "Platypi",
|
|
|
|
+ "name": "Platypi",
|
|
|
|
+ "slug": "platypi"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "fontFace": [
|
|
|
|
+ {
|
|
|
|
+ "fontFamily": "\"Uncut Sans\"",
|
|
|
|
+ "fontStyle": "normal",
|
|
|
|
+ "fontWeight": "300",
|
|
|
|
+ "src": [
|
|
|
|
+ "file:./assets/fonts/UncutSans-Light.woff2"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "fontFamily": "\"Uncut Sans\"",
|
|
|
|
+ "fontStyle": "normal",
|
|
|
|
+ "fontWeight": "500",
|
|
|
|
+ "src": [
|
|
|
|
+ "file:./assets/fonts/UncutSans-Medium.woff2"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "fontFamily": "\"Uncut Sans\"",
|
|
|
|
+ "fontStyle": "normal",
|
|
|
|
+ "fontWeight": "400",
|
|
|
|
+ "src": [
|
|
|
|
+ "file:./assets/fonts/UncutSans-Regular.woff2"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "fontFamily": "\"Uncut Sans\"",
|
|
|
|
+ "fontStyle": "italic",
|
|
|
|
+ "fontWeight": "400",
|
|
|
|
+ "src": [
|
|
|
|
+ "file:./assets/fonts/UncutSans-RegularItalic.woff2"
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "fontFamily": "\"Uncut Sans\"",
|
|
|
|
+ "name": "Uncut Sans",
|
|
|
|
+ "slug": "uncut-sans"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "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"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "fluid": {
|
|
|
|
+ "max": "6rem",
|
|
|
|
+ "min": "5.75rem"
|
|
|
|
+ },
|
|
|
|
+ "name": "Double Extra Large",
|
|
|
|
+ "size": "6rem",
|
|
|
|
+ "slug": "xx-large"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "fontStyle": true,
|
|
|
|
+ "fontWeight": true,
|
|
|
|
+ "letterSpacing": true,
|
|
|
|
+ "textDecoration": true,
|
|
|
|
+ "textTransform": true
|
|
|
|
+ },
|
|
|
|
+ "useRootPaddingAwareAlignments": true
|
|
|
|
+ },
|
|
|
|
+ "styles": {
|
|
|
|
+ "blocks": {
|
|
|
|
+ "core/avatar": {
|
|
|
|
+ "filter": {
|
|
|
|
+ "duotone": "var(--wp--preset--duotone--default)"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "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/image": {
|
|
|
|
+ "filter": {
|
|
|
|
+ "duotone": "var(--wp--preset--duotone--default)"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "core/list": {
|
|
|
|
+ "spacing": {
|
|
|
|
+ "padding": {
|
|
|
|
+ "left": "var(--wp--preset--spacing--70)"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "core/navigation": {
|
|
|
|
+ "elements": {
|
|
|
|
+ "link": {
|
|
|
|
+ ":hover": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "textDecoration": "underline"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "typography": {
|
|
|
|
+ "textDecoration": "none"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "spacing": {
|
|
|
|
+ "blockGap": "var(--wp--preset--spacing--50)"
|
|
|
|
+ },
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--rubik)",
|
|
|
|
+ "fontSize": "var(--wp--preset--font-size--large)",
|
|
|
|
+ "fontStyle": "normal",
|
|
|
|
+ "fontWeight": "400",
|
|
|
|
+ "letterSpacing": "0.03rem",
|
|
|
|
+ "lineHeight": "1",
|
|
|
|
+ "textTransform": "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": {
|
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--rubik)",
|
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)",
|
|
|
|
+ "fontStyle": "normal",
|
|
|
|
+ "fontWeight": "500",
|
|
|
|
+ "letterSpacing": "0rem"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "core/post-featured-image": {
|
|
|
|
+ "filter": {
|
|
|
|
+ "duotone": "var(--wp--preset--duotone--default)"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "core/post-terms": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--rubik)",
|
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)",
|
|
|
|
+ "fontStyle": "normal",
|
|
|
|
+ "fontWeight": "500",
|
|
|
|
+ "letterSpacing": "0rem",
|
|
|
|
+ "textTransform": "uppercase"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "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/query-pagination": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontSize": "var(--wp--preset--font-size--x-large)"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "core/query-title": {
|
|
|
|
+ "spacing": {
|
|
|
|
+ "padding": {
|
|
|
|
+ "bottom": "var(--wp--preset--spacing--30)",
|
|
|
|
+ "top": "var(--wp--preset--spacing--70)"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "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(--wp--preset--font-size--large)",
|
|
|
|
+ "fontStyle": "normal",
|
|
|
|
+ "fontWeight": "600"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "core/read-more": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)",
|
|
|
|
+ "fontStyle": "normal",
|
|
|
|
+ "fontWeight": "500",
|
|
|
|
+ "textTransform": "uppercase"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "core/search": {
|
|
|
|
+ "border": {
|
|
|
|
+ "bottom": {
|
|
|
|
+ "style": "solid",
|
|
|
|
+ "width": "4px"
|
|
|
|
+ },
|
|
|
|
+ "color": null,
|
|
|
|
+ "left": {
|
|
|
|
+ "style": "solid",
|
|
|
|
+ "width": "4px"
|
|
|
|
+ },
|
|
|
|
+ "radius": "0px",
|
|
|
|
+ "right": {
|
|
|
|
+ "style": "solid",
|
|
|
|
+ "width": "4px"
|
|
|
|
+ },
|
|
|
|
+ "style": null,
|
|
|
|
+ "top": {
|
|
|
|
+ "style": "solid",
|
|
|
|
+ "width": "4px"
|
|
|
|
+ },
|
|
|
|
+ "width": null
|
|
|
|
+ },
|
|
|
|
+ "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-logo": {
|
|
|
|
+ "filter": {
|
|
|
|
+ "duotone": "var(--wp--preset--duotone--default)"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "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--small)",
|
|
|
|
+ "fontStyle": "normal",
|
|
|
|
+ "fontWeight": "700",
|
|
|
|
+ "letterSpacing": "0rem",
|
|
|
|
+ "textTransform": "none"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "color": {
|
|
|
|
+ "background": "var(--wp--preset--color--background)",
|
|
|
|
+ "text": "var(--wp--preset--color--primary)"
|
|
|
|
+ },
|
|
|
|
+ "css": ".no-underline a{text-decoration: none;}",
|
|
|
|
+ "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--tertiary)"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "h1": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--rubik)",
|
|
|
|
+ "fontSize": "6rem",
|
|
|
|
+ "fontStyle": "normal",
|
|
|
|
+ "fontWeight": "400",
|
|
|
|
+ "letterSpacing": "-0.09rem",
|
|
|
|
+ "lineHeight": "1.1"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "h2": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--rubik)",
|
|
|
|
+ "fontSize": "var(--wp--preset--font-size--x-large)",
|
|
|
|
+ "fontStyle": "normal",
|
|
|
|
+ "fontWeight": "300",
|
|
|
|
+ "letterSpacing": "0rem",
|
|
|
|
+ "lineHeight": "1.2"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "h3": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--rubik)",
|
|
|
|
+ "fontSize": "var(--wp--preset--font-size--large)",
|
|
|
|
+ "fontStyle": "normal",
|
|
|
|
+ "fontWeight": "300",
|
|
|
|
+ "lineHeight": 1.3999999999999999
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "h4": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--rubik)",
|
|
|
|
+ "fontSize": "var(--wp--preset--font-size--medium)",
|
|
|
|
+ "fontStyle": "normal",
|
|
|
|
+ "lineHeight": 1.3999999999999999,
|
|
|
|
+ "textTransform": "uppercase"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "h5": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--rubik)",
|
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)",
|
|
|
|
+ "fontStyle": "normal",
|
|
|
|
+ "lineHeight": 1.3999999999999999
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "h6": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--rubik)",
|
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)",
|
|
|
|
+ "fontStyle": "normal",
|
|
|
|
+ "letterSpacing": "0.3rem",
|
|
|
|
+ "lineHeight": 1.3999999999999999,
|
|
|
|
+ "textTransform": "uppercase"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "heading": {
|
|
|
|
+ "color": {
|
|
|
|
+ "text": "var(--wp--preset--color--primary)"
|
|
|
|
+ },
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--rubik)",
|
|
|
|
+ "fontStyle": "normal",
|
|
|
|
+ "lineHeight": 1.3999999999999999
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "link": {
|
|
|
|
+ ":hover": {
|
|
|
|
+ "color": {
|
|
|
|
+ "text": "var(--wp--preset--color--primary)"
|
|
|
|
+ },
|
|
|
|
+ "typography": {
|
|
|
|
+ "textDecoration": "none"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "color": {
|
|
|
|
+ "text": "var(--wp--preset--color--primary)"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "spacing": {
|
|
|
|
+ "blockGap": "var(--wp--preset--spacing--60)",
|
|
|
|
+ "padding": {
|
|
|
|
+ "bottom": "0",
|
|
|
|
+ "left": "var(--wp--preset--spacing--50)",
|
|
|
|
+ "right": "var(--wp--preset--spacing--50)",
|
|
|
|
+ "top": "0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--uncut-sans)",
|
|
|
|
+ "fontSize": "var(--wp--preset--font-size--medium)",
|
|
|
|
+ "letterSpacing": "0rem",
|
|
|
|
+ "lineHeight": "1.5"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "templateParts": [
|
|
|
|
+ {
|
|
|
|
+ "area": "header",
|
|
|
|
+ "name": "header"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "area": "footer",
|
|
|
|
+ "name": "footer"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "version": 3,
|
|
|
|
+ "$schema": "https://schemas.wp.org/trunk/theme.json"
|
|
|
|
+}
|