|
@@ -0,0 +1,771 @@
|
|
|
+{
|
|
|
+ "settings": {
|
|
|
+ "appearanceTools": true,
|
|
|
+ "color": {
|
|
|
+ "background": true,
|
|
|
+ "custom": true,
|
|
|
+ "customDuotone": true,
|
|
|
+ "customGradient": true,
|
|
|
+ "defaultDuotone": true,
|
|
|
+ "defaultGradients": true,
|
|
|
+ "defaultPalette": true,
|
|
|
+ "duotone": [],
|
|
|
+ "gradients": [],
|
|
|
+ "palette": [
|
|
|
+ {
|
|
|
+ "color": "#141414",
|
|
|
+ "name": "Primary",
|
|
|
+ "slug": "primary"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#e62b1a",
|
|
|
+ "name": "Secondary",
|
|
|
+ "slug": "secondary"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#2f2e2c",
|
|
|
+ "name": "Foreground",
|
|
|
+ "slug": "foreground"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#fafafa",
|
|
|
+ "name": "Background",
|
|
|
+ "slug": "background"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#fafafa",
|
|
|
+ "name": "Tertiary",
|
|
|
+ "slug": "tertiary"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#010229",
|
|
|
+ "name": "Futura Background",
|
|
|
+ "slug": "custom-futura-background"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#d1ddc9",
|
|
|
+ "name": "Futura Accent",
|
|
|
+ "slug": "custom-futura-accent"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#f2fcf5",
|
|
|
+ "name": "Futura Foreground",
|
|
|
+ "slug": "custom-futura-foreground"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#0b412f",
|
|
|
+ "name": "Century Background",
|
|
|
+ "slug": "custom-century-background"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#dfdbc5",
|
|
|
+ "name": "Century Foreground",
|
|
|
+ "slug": "custom-century-foreground"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "text": true
|
|
|
+ },
|
|
|
+ "layout": {
|
|
|
+ "contentSize": "70%",
|
|
|
+ "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": "90%"
|
|
|
+ },
|
|
|
+ "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": "Inter",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "600",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/inter_normal_600.ttf"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "Inter",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "700",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/inter_normal_700.ttf"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "fontFamily": "Inter",
|
|
|
+ "slug": "inter"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFace": [
|
|
|
+ {
|
|
|
+ "fontFamily": "Libre Baskerville",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "400",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/libre-baskerville_normal_400.ttf"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "Libre Baskerville",
|
|
|
+ "fontStyle": "italic",
|
|
|
+ "fontWeight": "400",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/libre-baskerville_italic_400.ttf"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "fontFamily": "Libre Baskerville",
|
|
|
+ "slug": "libre-baskerville"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFace": [
|
|
|
+ {
|
|
|
+ "fontFamily": "Evolventa",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "700",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/evolventa_normal_700.woff"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "Evolventa",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "400",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/evolventa_normal_400.woff"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "Evolventa",
|
|
|
+ "fontStyle": "italic",
|
|
|
+ "fontWeight": "700",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/evolventa_italic_700.woff"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "fontFamily": "Evolventa",
|
|
|
+ "slug": "evolventa"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "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/gallery": {
|
|
|
+ "spacing": {
|
|
|
+ "margin": {
|
|
|
+ "bottom": "var(--wp--preset--spacing--50)"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/heading": {
|
|
|
+ "color": {
|
|
|
+ "text": "var:preset|color|custom-century-foreground"
|
|
|
+ },
|
|
|
+ "elements": {
|
|
|
+ "link": {
|
|
|
+ "color": {
|
|
|
+ "text": "var:preset|color|custom-century-foreground"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/list": {
|
|
|
+ "spacing": {
|
|
|
+ "padding": {
|
|
|
+ "left": "var(--wp--preset--spacing--70)"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/navigation": {
|
|
|
+ "elements": {
|
|
|
+ "link": {
|
|
|
+ ":hover": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "underline"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/paragraph": {
|
|
|
+ "color": {
|
|
|
+ "text": "var:preset|color|custom-century-foreground"
|
|
|
+ },
|
|
|
+ "elements": {
|
|
|
+ "link": {
|
|
|
+ "color": {
|
|
|
+ "text": "var:preset|color|custom-century-foreground"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "1.5rem",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "500",
|
|
|
+ "letterSpacing": "0px",
|
|
|
+ "lineHeight": 1.4
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-author-name": {
|
|
|
+ "elements": {
|
|
|
+ "link": {
|
|
|
+ ":hover": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "underline"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-date": {
|
|
|
+ "color": {
|
|
|
+ "text": "var:preset|color|custom-century-foreground"
|
|
|
+ },
|
|
|
+ "elements": {
|
|
|
+ "link": {
|
|
|
+ ":hover": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "underline"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "color": {
|
|
|
+ "text": "var:preset|color|custom-century-foreground"
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "4rem",
|
|
|
+ "letterSpacing": "-3px"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-excerpt": {
|
|
|
+ "color": {
|
|
|
+ "text": "var:preset|color|secondary"
|
|
|
+ },
|
|
|
+ "elements": {
|
|
|
+ "link": {
|
|
|
+ "color": {
|
|
|
+ "text": "var:preset|color|secondary"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "lineHeight": 1
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-title": {
|
|
|
+ "color": {
|
|
|
+ "text": "var:preset|color|secondary"
|
|
|
+ },
|
|
|
+ "elements": {
|
|
|
+ "link": {
|
|
|
+ ":hover": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "underline"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "color": {
|
|
|
+ "text": "var:preset|color|secondary"
|
|
|
+ },
|
|
|
+ "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": {
|
|
|
+ "color": {
|
|
|
+ "text": "var:preset|color|secondary"
|
|
|
+ },
|
|
|
+ "elements": {
|
|
|
+ "link": {
|
|
|
+ "color": {
|
|
|
+ "text": "var:preset|color|secondary"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "letterSpacing": "-1px"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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": {
|
|
|
+ "color": {
|
|
|
+ "text": "var:preset|color|custom-futura-foreground"
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--medium)",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "600",
|
|
|
+ "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-century-background",
|
|
|
+ "text": "var:preset|color|custom-century-foreground"
|
|
|
+ },
|
|
|
+ "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-century-foreground",
|
|
|
+ "text": "var:preset|color|custom-century-background"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "caption": {
|
|
|
+ "color": {
|
|
|
+ "text": "var:preset|color|custom-century-foreground"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h1": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "6.4rem",
|
|
|
+ "letterSpacing": "-2px",
|
|
|
+ "lineHeight": "1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h2": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "4rem",
|
|
|
+ "letterSpacing": "-2px",
|
|
|
+ "lineHeight": "1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h3": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "clamp(1.5rem, calc(1.5rem + ((1vw - 0.48rem) * 0.4808)), 1.75rem)",
|
|
|
+ "lineHeight": "1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h4": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "clamp(1.25rem, calc(1.25rem + ((1vw - 0.48rem) * 0.4808)), 1.5rem)",
|
|
|
+ "lineHeight": "1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h5": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--medium)",
|
|
|
+ "lineHeight": "1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h6": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)",
|
|
|
+ "lineHeight": "1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "heading": {
|
|
|
+ "color": {
|
|
|
+ "text": "var:preset|color|custom-century-foreground"
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var:preset|font-family|libre-baskerville",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "500",
|
|
|
+ "lineHeight": "1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "link": {
|
|
|
+ ":hover": {
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "none"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "color": {
|
|
|
+ "text": "var:preset|color|custom-century-foreground"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "blockGap": "2rem",
|
|
|
+ "padding": {
|
|
|
+ "bottom": "0px",
|
|
|
+ "left": "var(--wp--preset--spacing--50)",
|
|
|
+ "right": "var(--wp--preset--spacing--50)",
|
|
|
+ "top": "0px"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var:preset|font-family|libre-baskerville",
|
|
|
+ "fontSize": "1.4rem",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "500",
|
|
|
+ "lineHeight": 1.4
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "templateParts": [
|
|
|
+ {
|
|
|
+ "area": "header",
|
|
|
+ "name": "header"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "area": "footer",
|
|
|
+ "name": "footer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "version": 2,
|
|
|
+ "$schema": "https://schemas.wp.org/trunk/theme.json"
|
|
|
+}
|