Autosave: 20260216-183407

This commit is contained in:
Flatlogic Bot 2026-02-16 18:34:07 +00:00
parent 06cd7097d1
commit 4cbae27a10
37 changed files with 121 additions and 32 deletions

View File

@ -7,39 +7,56 @@
"defaultDuotone": false, "defaultDuotone": false,
"defaultGradients": false, "defaultGradients": false,
"defaultPalette": false, "defaultPalette": false,
"gradients": [
{
"name": "Warm Canvas",
"slug": "warm-canvas",
"gradient": "linear-gradient(135deg, #F7F3EE 0%, #F3EEE6 45%, #FAF6F0 100%)"
},
{
"name": "Sunset Wash",
"slug": "sunset-wash",
"gradient": "linear-gradient(135deg, #FFF1E5 0%, #FAD9C2 40%, #F7F3EE 100%)"
},
{
"name": "Harbor Mist",
"slug": "harbor-mist",
"gradient": "linear-gradient(135deg, #E8F0F4 0%, #DDE8EF 45%, #F7F3EE 100%)"
}
],
"palette": [ "palette": [
{ {
"color": "#FFFFFF", "color": "#F7F3EE",
"name": "Base", "name": "Base",
"slug": "base" "slug": "base"
}, },
{ {
"color": "#111111", "color": "#1D1B16",
"name": "Contrast", "name": "Contrast",
"slug": "contrast" "slug": "contrast"
}, },
{ {
"color": "#FFEE58", "color": "#D97757",
"name": "Accent 1", "name": "Accent 1",
"slug": "accent-1" "slug": "accent-1"
}, },
{ {
"color": "#F6CFF4", "color": "#3A6EA5",
"name": "Accent 2", "name": "Accent 2",
"slug": "accent-2" "slug": "accent-2"
}, },
{ {
"color": "#503AA8", "color": "#2F855A",
"name": "Accent 3", "name": "Accent 3",
"slug": "accent-3" "slug": "accent-3"
}, },
{ {
"color": "#686868", "color": "#8A8F98",
"name": "Accent 4", "name": "Accent 4",
"slug": "accent-4" "slug": "accent-4"
}, },
{ {
"color": "#FBFAF3", "color": "#FFF7EA",
"name": "Accent 5", "name": "Accent 5",
"slug": "accent-5" "slug": "accent-5"
}, },
@ -51,8 +68,22 @@
] ]
}, },
"layout": { "layout": {
"contentSize": "645px", "contentSize": "700px",
"wideSize": "1340px" "wideSize": "1400px"
},
"shadow": {
"presets": [
{
"name": "Soft",
"slug": "soft",
"shadow": "0 12px 30px rgba(29, 27, 22, 0.12)"
},
{
"name": "Lifted",
"slug": "lifted",
"shadow": "0 18px 40px rgba(29, 27, 22, 0.18)"
}
]
}, },
"spacing": { "spacing": {
"defaultSpacingSizes": false, "defaultSpacingSizes": false,
@ -151,6 +182,52 @@
} }
], ],
"fontFamilies": [ "fontFamilies": [
{
"name": "Fira Sans",
"slug": "fira-sans",
"fontFamily": "\"Fira Sans\", sans-serif",
"fontFace": [
{
"src": [
"file:./assets/fonts/fira-sans/FiraSans-Regular.woff2"
],
"fontWeight": "400",
"fontStyle": "normal",
"fontFamily": "\"Fira Sans\""
},
{
"src": [
"file:./assets/fonts/fira-sans/FiraSans-SemiBold.woff2"
],
"fontWeight": "600",
"fontStyle": "normal",
"fontFamily": "\"Fira Sans\""
}
]
},
{
"name": "Literata",
"slug": "literata",
"fontFamily": "\"Literata\", serif",
"fontFace": [
{
"src": [
"file:./assets/fonts/literata/Literata72pt-Regular.woff2"
],
"fontWeight": "400",
"fontStyle": "normal",
"fontFamily": "\"Literata\""
},
{
"src": [
"file:./assets/fonts/literata/Literata72pt-SemiBold.woff2"
],
"fontWeight": "600",
"fontStyle": "normal",
"fontFamily": "\"Literata\""
}
]
},
{ {
"name": "Manrope", "name": "Manrope",
"slug": "manrope", "slug": "manrope",
@ -187,22 +264,22 @@
}, },
"styles": { "styles": {
"color": { "color": {
"background": "var:preset|color|base", "background": "var:preset|gradient|warm-canvas",
"text": "var:preset|color|contrast" "text": "var:preset|color|contrast"
}, },
"spacing": { "spacing": {
"blockGap": "1.2rem", "blockGap": "1.4rem",
"padding": { "padding": {
"left": "var:preset|spacing|50", "left": "var:preset|spacing|50",
"right": "var:preset|spacing|50" "right": "var:preset|spacing|50"
} }
}, },
"typography": { "typography": {
"fontFamily": "var:preset|font-family|manrope", "fontFamily": "var:preset|font-family|fira-sans",
"fontSize": "var:preset|font-size|large", "fontSize": "var:preset|font-size|large",
"fontWeight": "300", "fontWeight": "400",
"letterSpacing": "-0.1px", "letterSpacing": "-0.15px",
"lineHeight": "1.4" "lineHeight": "1.55"
}, },
"blocks": { "blocks": {
"core/avatar": { "core/avatar": {
@ -211,13 +288,17 @@
} }
}, },
"core/button": { "core/button": {
"border": {
"radius": "999px"
},
"shadow": "var:preset|shadow|soft",
"variations": { "variations": {
"outline": { "outline": {
"border": { "border": {
"color": "currentColor", "color": "currentColor",
"width": "1px" "width": "1px"
}, },
"css": ".wp-block-button__link:not(.has-background):hover {background-color:color-mix(in srgb, var(--wp--preset--color--contrast) 5%, transparent);}", "css": ".wp-block-button__link:not(.has-background):hover {background-color:color-mix(in srgb, var(--wp--preset--color--contrast) 8%, transparent);}",
"spacing": { "spacing": {
"padding": { "padding": {
"bottom": "calc(1rem - 1px)", "bottom": "calc(1rem - 1px)",
@ -445,7 +526,8 @@
}, },
"typography": { "typography": {
"fontSize": "var:preset|font-size|large", "fontSize": "var:preset|font-size|large",
"fontWeight": "300" "fontWeight": "400",
"lineHeight": "1.5"
}, },
"elements": { "elements": {
"cite": { "cite": {
@ -480,8 +562,8 @@
"core/pullquote": { "core/pullquote": {
"typography": { "typography": {
"fontSize": "var:preset|font-size|xx-large", "fontSize": "var:preset|font-size|xx-large",
"fontWeight": "300", "fontWeight": "400",
"lineHeight": "1.2" "lineHeight": "1.15"
}, },
"elements": { "elements": {
"cite": { "cite": {
@ -506,7 +588,7 @@
} }
}, },
"core/search": { "core/search": {
"css": "& .wp-block-search__input{border-radius:3.125rem;padding-left:1.5625rem;padding-right:1.5625rem;border-color:var(--wp--preset--color--accent-6);}", "css": "& .wp-block-search__input{border-radius:3.125rem;padding-left:1.5625rem;padding-right:1.5625rem;border-color:var(--wp--preset--color--accent-6);box-shadow:0 8px 20px rgba(29, 27, 22, 0.08);} & .wp-block-search__input:focus{border-color:var(--wp--preset--color--accent-2);}",
"typography": { "typography": {
"fontSize": "var:preset|font-size|medium", "fontSize": "var:preset|font-size|medium",
"lineHeight": "1.6" "lineHeight": "1.6"
@ -596,7 +678,7 @@
"elements": { "elements": {
"button": { "button": {
"color": { "color": {
"background": "var:preset|color|contrast", "background": "var:preset|color|accent-2",
"text": "var:preset|color|base" "text": "var:preset|color|base"
}, },
":focus": { ":focus": {
@ -607,7 +689,7 @@
}, },
":hover": { ":hover": {
"color": { "color": {
"background": "color-mix(in srgb, var(--wp--preset--color--contrast) 85%, transparent)", "background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, #000000)",
"text": "var:preset|color|base" "text": "var:preset|color|base"
}, },
"border": { "border": {
@ -623,7 +705,9 @@
} }
}, },
"typography": { "typography": {
"fontSize": "var:preset|font-size|medium" "fontSize": "var:preset|font-size|medium",
"fontWeight": "600",
"letterSpacing": "0.2px"
} }
}, },
"caption": { "caption": {
@ -634,22 +718,26 @@
}, },
"h1": { "h1": {
"typography": { "typography": {
"fontSize": "var:preset|font-size|xx-large" "fontSize": "var:preset|font-size|xx-large",
"fontFamily": "var:preset|font-family|literata"
} }
}, },
"h2": { "h2": {
"typography": { "typography": {
"fontSize": "var:preset|font-size|x-large" "fontSize": "var:preset|font-size|x-large",
"fontFamily": "var:preset|font-family|literata"
} }
}, },
"h3": { "h3": {
"typography": { "typography": {
"fontSize": "var:preset|font-size|large" "fontSize": "var:preset|font-size|large",
"fontFamily": "var:preset|font-family|literata"
} }
}, },
"h4": { "h4": {
"typography": { "typography": {
"fontSize": "var:preset|font-size|medium" "fontSize": "var:preset|font-size|medium",
"fontFamily": "var:preset|font-family|literata"
} }
}, },
"h5": { "h5": {
@ -668,18 +756,19 @@
}, },
"heading": { "heading": {
"typography": { "typography": {
"fontWeight": "400", "fontFamily": "var:preset|font-family|literata",
"lineHeight": "1.125", "fontWeight": "500",
"letterSpacing": "-0.1px" "lineHeight": "1.18",
"letterSpacing": "-0.2px"
} }
}, },
"link": { "link": {
"color": { "color": {
"text": "currentColor" "text": "var:preset|color|accent-2"
}, },
":hover": { ":hover": {
"typography": { "typography": {
"textDecoration": "none" "textDecoration": "underline"
} }
} }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB