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,
"defaultGradients": 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": [
{
"color": "#FFFFFF",
"color": "#F7F3EE",
"name": "Base",
"slug": "base"
},
{
"color": "#111111",
"color": "#1D1B16",
"name": "Contrast",
"slug": "contrast"
},
{
"color": "#FFEE58",
"color": "#D97757",
"name": "Accent 1",
"slug": "accent-1"
},
{
"color": "#F6CFF4",
"color": "#3A6EA5",
"name": "Accent 2",
"slug": "accent-2"
},
{
"color": "#503AA8",
"color": "#2F855A",
"name": "Accent 3",
"slug": "accent-3"
},
{
"color": "#686868",
"color": "#8A8F98",
"name": "Accent 4",
"slug": "accent-4"
},
{
"color": "#FBFAF3",
"color": "#FFF7EA",
"name": "Accent 5",
"slug": "accent-5"
},
@ -51,8 +68,22 @@
]
},
"layout": {
"contentSize": "645px",
"wideSize": "1340px"
"contentSize": "700px",
"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": {
"defaultSpacingSizes": false,
@ -151,6 +182,52 @@
}
],
"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",
"slug": "manrope",
@ -187,22 +264,22 @@
},
"styles": {
"color": {
"background": "var:preset|color|base",
"background": "var:preset|gradient|warm-canvas",
"text": "var:preset|color|contrast"
},
"spacing": {
"blockGap": "1.2rem",
"blockGap": "1.4rem",
"padding": {
"left": "var:preset|spacing|50",
"right": "var:preset|spacing|50"
}
},
"typography": {
"fontFamily": "var:preset|font-family|manrope",
"fontFamily": "var:preset|font-family|fira-sans",
"fontSize": "var:preset|font-size|large",
"fontWeight": "300",
"letterSpacing": "-0.1px",
"lineHeight": "1.4"
"fontWeight": "400",
"letterSpacing": "-0.15px",
"lineHeight": "1.55"
},
"blocks": {
"core/avatar": {
@ -211,13 +288,17 @@
}
},
"core/button": {
"border": {
"radius": "999px"
},
"shadow": "var:preset|shadow|soft",
"variations": {
"outline": {
"border": {
"color": "currentColor",
"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": {
"padding": {
"bottom": "calc(1rem - 1px)",
@ -445,7 +526,8 @@
},
"typography": {
"fontSize": "var:preset|font-size|large",
"fontWeight": "300"
"fontWeight": "400",
"lineHeight": "1.5"
},
"elements": {
"cite": {
@ -480,8 +562,8 @@
"core/pullquote": {
"typography": {
"fontSize": "var:preset|font-size|xx-large",
"fontWeight": "300",
"lineHeight": "1.2"
"fontWeight": "400",
"lineHeight": "1.15"
},
"elements": {
"cite": {
@ -506,7 +588,7 @@
}
},
"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": {
"fontSize": "var:preset|font-size|medium",
"lineHeight": "1.6"
@ -596,7 +678,7 @@
"elements": {
"button": {
"color": {
"background": "var:preset|color|contrast",
"background": "var:preset|color|accent-2",
"text": "var:preset|color|base"
},
":focus": {
@ -607,7 +689,7 @@
},
":hover": {
"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"
},
"border": {
@ -623,7 +705,9 @@
}
},
"typography": {
"fontSize": "var:preset|font-size|medium"
"fontSize": "var:preset|font-size|medium",
"fontWeight": "600",
"letterSpacing": "0.2px"
}
},
"caption": {
@ -634,22 +718,26 @@
},
"h1": {
"typography": {
"fontSize": "var:preset|font-size|xx-large"
"fontSize": "var:preset|font-size|xx-large",
"fontFamily": "var:preset|font-family|literata"
}
},
"h2": {
"typography": {
"fontSize": "var:preset|font-size|x-large"
"fontSize": "var:preset|font-size|x-large",
"fontFamily": "var:preset|font-family|literata"
}
},
"h3": {
"typography": {
"fontSize": "var:preset|font-size|large"
"fontSize": "var:preset|font-size|large",
"fontFamily": "var:preset|font-family|literata"
}
},
"h4": {
"typography": {
"fontSize": "var:preset|font-size|medium"
"fontSize": "var:preset|font-size|medium",
"fontFamily": "var:preset|font-family|literata"
}
},
"h5": {
@ -668,18 +756,19 @@
},
"heading": {
"typography": {
"fontWeight": "400",
"lineHeight": "1.125",
"letterSpacing": "-0.1px"
"fontFamily": "var:preset|font-family|literata",
"fontWeight": "500",
"lineHeight": "1.18",
"letterSpacing": "-0.2px"
}
},
"link": {
"color": {
"text": "currentColor"
"text": "var:preset|color|accent-2"
},
":hover": {
"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