diff --git a/styles/atlantis.json b/styles/atlantis.json index 054bbcbb..555efcc3 100644 --- a/styles/atlantis.json +++ b/styles/atlantis.json @@ -5,6 +5,9 @@ "settings": { "color": { "palette": [ + { "slug": "base", "color": "#ffffff", "name": "Base" }, + { "slug": "contrast", "color": "#102e05", "name": "Contrast" }, + { "slug": "primary", "color": "#5acc16", "name": "Primary" }, { "slug": "brisko-50", "color": "#f2fee7", "name": "Atlantis 50" }, { "slug": "brisko-100", "color": "#e1fccb", "name": "Atlantis 100" }, { "slug": "brisko-200", "color": "#c4f99d", "name": "Atlantis 200" }, @@ -48,6 +51,10 @@ } }, "styles": { + "color": { + "background": "var(--wp--preset--color--base)", + "text": "var(--wp--preset--color--contrast)" + }, "typography": { "fontFamily": "var(--wp--preset--font-family--dm-sans)", "fontSize": "var(--wp--preset--font-size--medium)", diff --git a/styles/cove.json b/styles/cove.json index 52ccb2cb..6b990a2c 100644 --- a/styles/cove.json +++ b/styles/cove.json @@ -5,6 +5,9 @@ "settings": { "color": { "palette": [ + { "slug": "base", "color": "#ffffff", "name": "Base" }, + { "slug": "contrast", "color": "#282b3e", "name": "Contrast" }, + { "slug": "primary", "color": "#8795ca", "name": "Primary" }, { "slug": "brisko-50", "color": "#f3f5fa", "name": "Cove 50" }, { "slug": "brisko-100", "color": "#e8eff7", "name": "Cove 100" }, { "slug": "brisko-200", "color": "#d6e0ef", "name": "Cove 200" }, @@ -48,6 +51,10 @@ } }, "styles": { + "color": { + "background": "var(--wp--preset--color--base)", + "text": "var(--wp--preset--color--contrast)" + }, "typography": { "fontFamily": "var(--wp--preset--font-family--dm-sans)", "fontSize": "var(--wp--preset--font-size--medium)", diff --git a/styles/electric.json b/styles/electric.json index 783fd000..985d22ee 100644 --- a/styles/electric.json +++ b/styles/electric.json @@ -6,7 +6,7 @@ "color": { "palette": [ { - "color": "#f3f3f1", + "color": "#ffffff", "name": "Base", "slug": "base" }, @@ -16,12 +16,12 @@ "slug": "contrast" }, { - "color": "#f3f3f1", + "color": "#30343b", "name": "Primary", "slug": "primary" }, { - "color": "#30343b", + "color": "#ffffff", "name": "Secondary", "slug": "secondary" }, @@ -31,9 +31,46 @@ "slug": "tertiary" } ] + }, + "typography": { + "fontFamilies": [ + { + "slug": "primary", + "fontFamily": "Inter, sans-serif", + "name": "Inter" + }, + { + "slug": "secondary", + "fontFamily": "Georgia, serif", + "name": "Georgia" + }, + { + "slug": "dm-sans", + "fontFamily": "'DM Sans', sans-serif", + "name": "DM Sans" + } + ], + "fontSizes": [ + { "slug": "small", "size": "14px", "name": "Small" }, + { "slug": "normal", "size": "16px", "name": "Normal" }, + { "slug": "medium", "size": "18px", "name": "Medium" }, + { "slug": "large", "size": "24px", "name": "Large" }, + { "slug": "x-large", "size": "30px", "name": "X-Large" }, + { "slug": "xx-large", "size": "36px", "name": "XX-Large" }, + { "slug": "huge", "size": "48px", "name": "Huge" } + ] } }, "styles": { + "color": { + "background": "var(--wp--preset--color--base)", + "text": "var(--wp--preset--color--contrast)" + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--dm-sans)", + "fontSize": "var(--wp--preset--font-size--medium)", + "lineHeight": "1.6" + }, "elements": { "button": { "border": { @@ -53,6 +90,10 @@ "left": "1.333em" } }, + "typography": { + "fontWeight": "600", + "letterSpacing": "0.02em" + }, ":active": { "typography": { "textDecoration": "underline dotted" @@ -81,6 +122,9 @@ } }, "link": { + "color": { + "text": "var(--wp--preset--color--contrast)" + }, ":focus": { "typography": { "textDecoration": "underline dotted" @@ -90,11 +134,46 @@ "typography": { "textDecoration": "underline dotted" } + }, + ":hover": { + "typography": { + "textDecoration": "underline" + } + } + }, + "heading": { + "color": { + "text": "var(--wp--preset--color--contrast)" + }, + "typography": { + "fontWeight": "700", + "lineHeight": "1.2" + } + }, + "h1": { + "typography": { + "fontSize": "var(--wp--preset--font-size--huge)", + "lineHeight": "1.1" + } + }, + "h2": { + "typography": { + "fontSize": "var(--wp--preset--font-size--xx-large)", + "lineHeight": "1.2" + } + }, + "h3": { + "typography": { + "fontSize": "var(--wp--preset--font-size--x-large)", + "lineHeight": "1.2" + } + }, + "h4": { + "typography": { + "fontSize": "var(--wp--preset--font-size--large)", + "fontWeight": "600" } } - }, - "typography": { - "fontFamily": "var(--wp--preset--font-family--dm-sans)" } } } diff --git a/styles/falcon.json b/styles/falcon.json index 15d8a559..89c30c8c 100644 --- a/styles/falcon.json +++ b/styles/falcon.json @@ -5,6 +5,9 @@ "settings": { "color": { "palette": [ + { "slug": "base", "color": "#ffffff", "name": "Base" }, + { "slug": "contrast", "color": "#33242d", "name": "Contrast" }, + { "slug": "primary", "color": "#ac88a0", "name": "Primary" }, { "slug": "brisko-50", "color": "#f9f6f9", "name": "Falcon 50" }, { "slug": "brisko-100", "color": "#f4eff3", "name": "Falcon 100" }, { "slug": "brisko-200", "color": "#eae0e8", "name": "Falcon 200" }, @@ -48,6 +51,10 @@ } }, "styles": { + "color": { + "background": "var(--wp--preset--color--base)", + "text": "var(--wp--preset--color--contrast)" + }, "typography": { "fontFamily": "var(--wp--preset--font-family--dm-sans)", "fontSize": "var(--wp--preset--font-size--medium)", diff --git a/styles/gothic.json b/styles/gothic.json index 15ce1552..5501df78 100644 --- a/styles/gothic.json +++ b/styles/gothic.json @@ -5,6 +5,9 @@ "settings": { "color": { "palette": [ + { "slug": "base", "color": "#ffffff", "name": "Base" }, + { "slug": "contrast", "color": "#1d272f", "name": "Contrast" }, + { "slug": "primary", "color": "#4e7a8c", "name": "Primary" }, { "slug": "brisko-50", "color": "#f3f7f8", "name": "Gothic 50" }, { "slug": "brisko-100", "color": "#dfeaee", "name": "Gothic 100" }, { "slug": "brisko-200", "color": "#c3d7de", "name": "Gothic 200" }, @@ -48,6 +51,10 @@ } }, "styles": { + "color": { + "background": "var(--wp--preset--color--base)", + "text": "var(--wp--preset--color--contrast)" + }, "typography": { "fontFamily": "var(--wp--preset--font-family--dm-sans)", "fontSize": "var(--wp--preset--font-size--medium)", diff --git a/styles/grapes.json b/styles/grapes.json index 5f0138ab..dd6edf82 100644 --- a/styles/grapes.json +++ b/styles/grapes.json @@ -6,7 +6,7 @@ "color": { "palette": [ { - "color": "#E1E1C7", + "color": "#ffffff", "name": "Base", "slug": "base" }, @@ -29,11 +29,133 @@ "color": "#F0EBD2", "name": "Tertiary", "slug": "tertiary" + }, + { + "color": "#E1E1C7", + "name": "Accent", + "slug": "accent" } ] + }, + "typography": { + "fontFamilies": [ + { + "slug": "primary", + "fontFamily": "Inter, sans-serif", + "name": "Inter" + }, + { + "slug": "secondary", + "fontFamily": "Georgia, serif", + "name": "Georgia" + }, + { + "slug": "dm-sans", + "fontFamily": "'DM Sans', sans-serif", + "name": "DM Sans" + }, + { + "slug": "source-serif-pro", + "fontFamily": "'Source Serif Pro', serif", + "name": "Source Serif Pro" + } + ], + "fontSizes": [ + { "slug": "small", "size": "14px", "name": "Small" }, + { "slug": "normal", "size": "16px", "name": "Normal" }, + { "slug": "medium", "size": "18px", "name": "Medium" }, + { "slug": "large", "size": "24px", "name": "Large" }, + { "slug": "x-large", "size": "30px", "name": "X-Large" }, + { "slug": "xx-large", "size": "36px", "name": "XX-Large" }, + { "slug": "huge", "size": "48px", "name": "Huge" } + ] } }, "styles": { + "color": { + "background": "var(--wp--preset--color--base)", + "text": "var(--wp--preset--color--contrast)" + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--dm-sans)", + "fontSize": "var(--wp--preset--font-size--medium)", + "lineHeight": "1.7" + }, + "elements": { + "button": { + "border": { + "radius": "9999px" + }, + "color": { + "background": "var(--wp--preset--color--primary)", + "text": "var(--wp--preset--color--base)" + }, + "spacing": { + "padding": { + "top": "0.75em", + "right": "1.5em", + "bottom": "0.75em", + "left": "1.5em" + } + }, + "typography": { + "fontWeight": "600", + "letterSpacing": "0.02em" + }, + ":visited": { + "color": { + "text": "var(--wp--preset--color--base)" + } + }, + ":hover": { + "color": { + "background": "var(--wp--preset--color--contrast)", + "text": "var(--wp--preset--color--base)" + } + } + }, + "heading": { + "color": { + "text": "var(--wp--preset--color--primary)" + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--source-serif-pro)", + "fontWeight": "600", + "lineHeight": "1.2" + } + }, + "link": { + "color": { + "text": "var(--wp--preset--color--primary)" + }, + ":hover": { + "color": { + "text": "var(--wp--preset--color--contrast)" + }, + "typography": { + "textDecoration": "underline dashed" + } + } + }, + "h1": { + "typography": { + "fontSize": "var(--wp--preset--font-size--huge)", + "lineHeight": "1.1" + } + }, + "h2": { + "typography": { + "fontSize": "var(--wp--preset--font-size--xx-large)", + "lineHeight": "1.2" + } + }, + "h3": { + "typography": { + "fontSize": "var(--wp--preset--font-size--x-large)", + "lineHeight": "1.2" + } + } + }, "blocks": { "core/post-comments": { "elements": { @@ -47,49 +169,39 @@ } }, "core/post-date": { + "color": { + "text": "var(--wp--preset--color--primary)" + }, "typography": { "fontFamily": "var(--wp--preset--font-family--source-serif-pro)", - "fontStyle": "italic" + "fontStyle": "italic", + "fontSize": "var(--wp--preset--font-size--small)" } }, "core/post-terms": { + "color": { + "text": "var(--wp--preset--color--primary)" + }, "typography": { "fontFamily": "var(--wp--preset--font-family--source-serif-pro)", - "fontStyle": "italic" + "fontStyle": "italic", + "fontSize": "var(--wp--preset--font-size--small)" } }, "core/site-title": { - "typography": { - "textTransform": "lowercase" - } - } - }, - "elements": { - "button": { - "border": { - "radius": "9999px" - }, "color": { - "background": "var(--wp--preset--color--primary)", - "text": "var(--wp--preset--color--base)" + "text": "var(--wp--preset--color--primary)" }, - ":visited": { - "color": { - "text": "var(--wp--preset--color--base)" - } - } - }, - "heading": { "typography": { "fontFamily": "var(--wp--preset--font-family--source-serif-pro)", - "fontWeight": "600" + "fontWeight": "700", + "textTransform": "lowercase" } }, - "link": { - ":hover": { - "typography": { - "textDecoration": "underline dashed" - } + "core/paragraph": { + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)", + "lineHeight": "1.7" } } } diff --git a/styles/heather.json b/styles/heather.json index dfdff90f..dd1929d2 100644 --- a/styles/heather.json +++ b/styles/heather.json @@ -5,6 +5,9 @@ "settings": { "color": { "palette": [ + { "slug": "base", "color": "#ffffff", "name": "Base" }, + { "slug": "contrast", "color": "#30343b", "name": "Contrast" }, + { "slug": "primary", "color": "#8898a9", "name": "Primary" }, { "slug": "brisko-50", "color": "#f6f7f8", "name": "Heather 50" }, { "slug": "brisko-100", "color": "#e9edf0", "name": "Heather 100" }, { "slug": "brisko-200", "color": "#d9dfe4", "name": "Heather 200" }, @@ -22,6 +25,11 @@ "slug": "heather-gradient", "gradient": "linear-gradient(135deg, #e9edf0 0%, #8898a9 100%)", "name": "Heather Gradient" + }, + { + "slug": "heather-subtle", + "gradient": "linear-gradient(135deg, #f6f7f8 0%, #d9dfe4 100%)", + "name": "Heather Subtle" } ], "duotone": [ @@ -29,6 +37,11 @@ "slug": "heather-duotone", "colors": ["#76849a", "#f6f7f8"], "name": "Heather Duotone" + }, + { + "slug": "heather-contrast", + "colors": ["#30343b", "#ffffff"], + "name": "Heather Contrast" } ] }, @@ -62,6 +75,10 @@ } }, "styles": { + "color": { + "background": "var(--wp--preset--color--base)", + "text": "var(--wp--preset--color--contrast)" + }, "typography": { "fontFamily": "var(--wp--preset--font-family--dm-sans)", "fontSize": "var(--wp--preset--font-size--medium)", @@ -149,7 +166,8 @@ }, ":hover": { "color": { - "text": "var(--wp--preset--color--brisko-950)" + "background": "var(--wp--preset--color--brisko-800)", + "text": "#ffffff" } } }, diff --git a/styles/marigold.json b/styles/marigold.json index 7f9c5765..4b4a2eef 100644 --- a/styles/marigold.json +++ b/styles/marigold.json @@ -6,7 +6,7 @@ "color": { "palette": [ { - "color": "#F6F2EC", + "color": "#ffffff", "name": "Base", "slug": "base" }, @@ -29,6 +29,11 @@ "color": "#E7A1A9", "name": "Tertiary", "slug": "tertiary" + }, + { + "color": "#F6F2EC", + "name": "Accent", + "slug": "accent" } ] }, @@ -67,6 +72,28 @@ ] }, "typography": { + "fontFamilies": [ + { + "slug": "primary", + "fontFamily": "Inter, sans-serif", + "name": "Inter" + }, + { + "slug": "secondary", + "fontFamily": "Georgia, serif", + "name": "Georgia" + }, + { + "slug": "dm-sans", + "fontFamily": "'DM Sans', sans-serif", + "name": "DM Sans" + }, + { + "slug": "source-serif-pro", + "fontFamily": "'Source Serif Pro', serif", + "name": "Source Serif Pro" + } + ], "fontSizes": [ { "size": "clamp(0.875rem, 0.799rem + 0.24vw, 1rem)", @@ -112,6 +139,24 @@ } }, "styles": { + "color": { + "background": "var(--wp--preset--color--base)", + "text": "var(--wp--preset--color--contrast)" + }, + "spacing": { + "blockGap": "2.5rem", + "padding": { + "bottom": "var(--wp--preset--spacing--50)", + "left": "var(--wp--preset--spacing--40)", + "right": "var(--wp--preset--spacing--40)", + "top": "var(--wp--preset--spacing--50)" + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--source-serif-pro)", + "fontSize": "var(--wp--preset--font-size--normal)", + "lineHeight": "1.5" + }, "blocks": { "core/comment-author-name": { "elements": { @@ -246,17 +291,26 @@ } }, "heading": { + "color": { + "text": "var(--wp--preset--color--primary)" + }, "typography": { "fontStyle": "italic" } }, "link": { + "color": { + "text": "var(--wp--preset--color--primary)" + }, ":active": { "color": { "text": "var(--wp--preset--color--primary)" } }, ":hover": { + "color": { + "text": "var(--wp--preset--color--secondary)" + }, "typography": { "textDecoration": "none" } @@ -267,10 +321,20 @@ "radius": "50px" }, "color": { - "background": "var(--wp--preset--color--secondary)" + "background": "var(--wp--preset--color--secondary)", + "text": "var(--wp--preset--color--contrast)" + }, + "spacing": { + "padding": { + "top": "0.75em", + "right": "1.5em", + "bottom": "0.75em", + "left": "1.5em" + } }, "typography": { - "fontSize": "var(--wp--preset--font-size--normal)" + "fontSize": "var(--wp--preset--font-size--normal)", + "fontWeight": "600" }, ":hover": { "color": { @@ -280,29 +344,17 @@ }, ":focus": { "color": { - "background": "var(--wp--preset--color--primary)" + "background": "var(--wp--preset--color--primary)", + "text": "var(--wp--preset--color--base)" } }, ":active": { "color": { - "background": "var(--wp--preset--color--primary)" + "background": "var(--wp--preset--color--primary)", + "text": "var(--wp--preset--color--base)" } } } - }, - "spacing": { - "blockGap": "2.5rem", - "padding": { - "bottom": "var(--wp--preset--spacing--50)", - "left": "var(--wp--preset--spacing--40)", - "right": "var(--wp--preset--spacing--40)", - "top": "var(--wp--preset--spacing--50)" - } - }, - "typography": { - "fontFamily": "var(--wp--preset--font-family--source-serif-pro)", - "fontSize": "var(--wp--preset--font-size--normal)", - "lineHeight": "1.5" } } } diff --git a/styles/pewter.json b/styles/pewter.json index b3938f82..f7fa3c95 100644 --- a/styles/pewter.json +++ b/styles/pewter.json @@ -5,6 +5,9 @@ "settings": { "color": { "palette": [ + { "slug": "base", "color": "#ffffff", "name": "Base" }, + { "slug": "contrast", "color": "#17171a", "name": "Contrast" }, + { "slug": "primary", "color": "#55555f", "name": "Primary" }, { "slug": "pewter-50", "color": "#f9f9fa", "name": "Pewter 50" }, { "slug": "pewter-100", "color": "#f1f1f3", "name": "Pewter 100" }, { "slug": "pewter-150", "color": "#e4e4e7", "name": "Pewter 150" }, @@ -48,6 +51,10 @@ } }, "styles": { + "color": { + "background": "var(--wp--preset--color--base)", + "text": "var(--wp--preset--color--contrast)" + }, "typography": { "fontFamily": "var(--wp--preset--font-family--dm-sans)", "fontSize": "var(--wp--preset--font-size--medium)", @@ -133,9 +140,21 @@ "background": "var(--wp--preset--color--pewter-450)", "text": "#ffffff" }, + "spacing": { + "padding": { + "top": "0.75em", + "right": "1.5em", + "bottom": "0.75em", + "left": "1.5em" + } + }, + "typography": { + "fontWeight": "600" + }, ":hover": { "color": { - "text": "var(--wp--preset--color--pewter-550)" + "background": "var(--wp--preset--color--pewter-500)", + "text": "#ffffff" } } }, diff --git a/styles/pitch.json b/styles/pitch.json index 2d99f683..69af63cd 100644 --- a/styles/pitch.json +++ b/styles/pitch.json @@ -6,12 +6,12 @@ "color": { "palette": [ { - "color": "#202124", + "color": "#ffffff", "name": "Base", "slug": "base" }, { - "color": "#e8eaed", + "color": "#202124", "name": "Contrast", "slug": "contrast" }, @@ -29,10 +29,37 @@ "color": "#303134", "name": "Tertiary", "slug": "tertiary" + }, + { + "color": "#e8eaed", + "name": "Accent", + "slug": "accent" } ] }, "typography": { + "fontFamilies": [ + { + "slug": "primary", + "fontFamily": "Inter, sans-serif", + "name": "Inter" + }, + { + "slug": "secondary", + "fontFamily": "Georgia, serif", + "name": "Georgia" + }, + { + "slug": "dm-sans", + "fontFamily": "'DM Sans', sans-serif", + "name": "DM Sans" + }, + { + "slug": "inter", + "fontFamily": "Inter, sans-serif", + "name": "Inter" + } + ], "fontSizes": [ { "size": "0.85rem", @@ -41,7 +68,7 @@ "max": "1rem" }, "slug": "small", - "name": "small" + "name": "Small" }, { "size": "1.1rem", @@ -83,10 +110,72 @@ } }, "styles": { + "color": { + "background": "var(--wp--preset--color--base)", + "text": "var(--wp--preset--color--contrast)" + }, + "spacing": { + "blockGap": "var(--wp--preset--spacing--40)", + "padding": { + "right": "var(--wp--preset--spacing--70)", + "left": "var(--wp--preset--spacing--70)" + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--inter)", + "fontSize": "var(--wp--preset--font-size--medium)", + "lineHeight": "1.7" + }, + "elements": { + "heading": { + "color": { + "text": "var(--wp--preset--color--contrast)" + }, + "typography": { + "fontWeight": "700" + } + }, + "link": { + "color": { + "text": "var(--wp--preset--color--primary)" + }, + ":hover": { + "color": { + "text": "var(--wp--preset--color--secondary)" + } + } + }, + "button": { + "border": { + "radius": "0.375rem" + }, + "color": { + "background": "var(--wp--preset--color--primary)", + "text": "var(--wp--preset--color--contrast)" + }, + "spacing": { + "padding": { + "top": "0.75em", + "right": "1.5em", + "bottom": "0.75em", + "left": "1.5em" + } + }, + "typography": { + "fontWeight": "600" + }, + ":hover": { + "color": { + "background": "var(--wp--preset--color--secondary)", + "text": "var(--wp--preset--color--base)" + } + } + } + }, "blocks": { "core/separator": { "border": { - "color":"var(--wp--preset--color--tertiary)", + "color": "var(--wp--preset--color--tertiary)", "width": "2px" } }, @@ -97,18 +186,6 @@ "fontWeight": "600" } } - }, - "spacing": { - "blockGap": "var(--wp--preset--spacing--40)", - "padding": { - "right": "var(--wp--preset--spacing--70)", - "left": "var(--wp--preset--spacing--70)" - } - }, - "typography": { - "fontFamily": "var(--wp--preset--font-family--inter)", - "fontSize": "var(--wp--preset--font-size--medium)", - "lineHeight": "1.7" } } } diff --git a/styles/red.json b/styles/red.json index 4e241596..decf604d 100644 --- a/styles/red.json +++ b/styles/red.json @@ -5,17 +5,20 @@ "settings": { "color": { "palette": [ - { "slug": "brisko-50", "color": "#fff0f0", "name": "Red 50" }, - { "slug": "brisko-100", "color": "#ffdddd", "name": "Red 100" }, - { "slug": "brisko-200", "color": "#ffc0c0", "name": "Red 200" }, - { "slug": "brisko-300", "color": "#ff9494", "name": "Red 300" }, - { "slug": "brisko-400", "color": "#ff5757", "name": "Red 400" }, - { "slug": "brisko-500", "color": "#ff2323", "name": "Red 500" }, - { "slug": "brisko-600", "color": "#ff0000", "name": "Red 600" }, - { "slug": "brisko-700", "color": "#d70000", "name": "Red 700" }, - { "slug": "brisko-800", "color": "#b10303", "name": "Red 800" }, - { "slug": "brisko-900", "color": "#920a0a", "name": "Red 900" }, - { "slug": "brisko-950", "color": "#500000", "name": "Red 950" } + { "slug": "base", "color": "#ffffff", "name": "Base" }, + { "slug": "contrast", "color": "#500000", "name": "Contrast" }, + { "slug": "primary", "color": "#ff0000", "name": "Primary" }, + { "slug": "brisko-50", "color": "#fff0f0", "name": "Red 50" }, + { "slug": "brisko-100", "color": "#ffdddd", "name": "Red 100" }, + { "slug": "brisko-200", "color": "#ffc0c0", "name": "Red 200" }, + { "slug": "brisko-300", "color": "#ff9494", "name": "Red 300" }, + { "slug": "brisko-400", "color": "#ff5757", "name": "Red 400" }, + { "slug": "brisko-500", "color": "#ff2323", "name": "Red 500" }, + { "slug": "brisko-600", "color": "#ff0000", "name": "Red 600" }, + { "slug": "brisko-700", "color": "#d70000", "name": "Red 700" }, + { "slug": "brisko-800", "color": "#b10303", "name": "Red 800" }, + { "slug": "brisko-900", "color": "#920a0a", "name": "Red 900" }, + { "slug": "brisko-950", "color": "#500000", "name": "Red 950" } ] }, "typography": { @@ -48,6 +51,10 @@ } }, "styles": { + "color": { + "background": "var(--wp--preset--color--base)", + "text": "var(--wp--preset--color--contrast)" + }, "typography": { "fontFamily": "var(--wp--preset--font-family--dm-sans)", "fontSize": "var(--wp--preset--font-size--medium)", @@ -133,9 +140,21 @@ "background": "var(--wp--preset--color--brisko-700)", "text": "#ffffff" }, + "spacing": { + "padding": { + "top": "0.75em", + "right": "1.5em", + "bottom": "0.75em", + "left": "1.5em" + } + }, + "typography": { + "fontWeight": "600" + }, ":hover": { "color": { - "text": "var(--wp--preset--color--brisko-950)" + "background": "var(--wp--preset--color--brisko-800)", + "text": "#ffffff" } } }, diff --git a/styles/spring.json b/styles/spring.json index 20e7b30b..d85bcd63 100644 --- a/styles/spring.json +++ b/styles/spring.json @@ -5,6 +5,9 @@ "settings": { "color": { "palette": [ + { "slug": "base", "color": "#ffffff", "name": "Base" }, + { "slug": "contrast", "color": "#023119", "name": "Contrast" }, + { "slug": "primary", "color": "#0aaf54", "name": "Primary" }, { "slug": "brisko-50", "color": "#effef5", "name": "Green 50" }, { "slug": "brisko-100", "color": "#d9ffe9", "name": "Green 100" }, { "slug": "brisko-200", "color": "#b6fcd5", "name": "Green 200" }, @@ -48,6 +51,10 @@ } }, "styles": { + "color": { + "background": "var(--wp--preset--color--base)", + "text": "var(--wp--preset--color--contrast)" + }, "typography": { "fontFamily": "var(--wp--preset--font-family--dm-sans)", "fontSize": "var(--wp--preset--font-size--medium)", @@ -133,9 +140,21 @@ "background": "var(--wp--preset--color--brisko-700)", "text": "#ffffff" }, + "spacing": { + "padding": { + "top": "0.75em", + "right": "1.5em", + "bottom": "0.75em", + "left": "1.5em" + } + }, + "typography": { + "fontWeight": "600" + }, ":hover": { "color": { - "text": "var(--wp--preset--color--brisko-950)" + "background": "var(--wp--preset--color--brisko-800)", + "text": "#ffffff" } } }, diff --git a/styles/stone.json b/styles/stone.json index dbf0ad2d..88e60924 100644 --- a/styles/stone.json +++ b/styles/stone.json @@ -5,6 +5,9 @@ "settings": { "color": { "palette": [ + { "slug": "base", "color": "#ffffff", "name": "Base" }, + { "slug": "contrast", "color": "#0c0a09", "name": "Contrast" }, + { "slug": "primary", "color": "#44403c", "name": "Primary" }, { "slug": "stone-50", "color": "#fafaf9", "name": "Stone 50" }, { "slug": "stone-100", "color": "#f5f5f4", "name": "Stone 100" }, { "slug": "stone-150", "color": "#e7e5e4", "name": "Stone 150" }, @@ -48,6 +51,10 @@ } }, "styles": { + "color": { + "background": "var(--wp--preset--color--base)", + "text": "var(--wp--preset--color--contrast)" + }, "typography": { "fontFamily": "var(--wp--preset--font-family--dm-sans)", "fontSize": "var(--wp--preset--font-size--medium)", @@ -133,9 +140,21 @@ "background": "var(--wp--preset--color--stone-450)", "text": "#ffffff" }, + "spacing": { + "padding": { + "top": "0.75em", + "right": "1.5em", + "bottom": "0.75em", + "left": "1.5em" + } + }, + "typography": { + "fontWeight": "600" + }, ":hover": { "color": { - "text": "var(--wp--preset--color--stone-550)" + "background": "var(--wp--preset--color--stone-500)", + "text": "#ffffff" } } }, diff --git a/styles/totem.json b/styles/totem.json index cb8b92d2..b01b1faf 100644 --- a/styles/totem.json +++ b/styles/totem.json @@ -5,6 +5,9 @@ "settings": { "color": { "palette": [ + { "slug": "base", "color": "#ffffff", "name": "Base" }, + { "slug": "contrast", "color": "#4a0e00", "name": "Contrast" }, + { "slug": "primary", "color": "#ff6700", "name": "Primary" }, { "slug": "brisko-50", "color": "#fff6eb", "name": "Totem 50" }, { "slug": "brisko-100", "color": "#ffedd0", "name": "Totem 100" }, { "slug": "brisko-200", "color": "#ffd5a1", "name": "Totem 200" }, @@ -48,6 +51,10 @@ } }, "styles": { + "color": { + "background": "var(--wp--preset--color--base)", + "text": "var(--wp--preset--color--contrast)" + }, "typography": { "fontFamily": "var(--wp--preset--font-family--dm-sans)", "fontSize": "var(--wp--preset--font-size--medium)", @@ -133,9 +140,21 @@ "background": "var(--wp--preset--color--brisko-700)", "text": "#ffffff" }, + "spacing": { + "padding": { + "top": "0.75em", + "right": "1.5em", + "bottom": "0.75em", + "left": "1.5em" + } + }, + "typography": { + "fontWeight": "600" + }, ":hover": { "color": { - "text": "var(--wp--preset--color--brisko-950)" + "background": "var(--wp--preset--color--brisko-800)", + "text": "#ffffff" } } }, diff --git a/styles/whisper.json b/styles/whisper.json index e85de767..9f9d0375 100644 --- a/styles/whisper.json +++ b/styles/whisper.json @@ -6,12 +6,12 @@ "color": { "palette": [ { - "color": "#E5E7F2", + "color": "#ffffff", "name": "Base", "slug": "base" }, { - "color": "#47484B", + "color": "#0B0033", "name": "Contrast", "slug": "contrast" }, @@ -21,7 +21,7 @@ "slug": "primary" }, { - "color": "#0B0033", + "color": "#47484B", "name": "Secondary", "slug": "secondary" }, @@ -29,10 +29,37 @@ "color": "#F9F9FB", "name": "Tertiary", "slug": "tertiary" + }, + { + "color": "#E5E7F2", + "name": "Accent", + "slug": "accent" } ] }, "typography": { + "fontFamilies": [ + { + "slug": "primary", + "fontFamily": "Inter, sans-serif", + "name": "Inter" + }, + { + "slug": "secondary", + "fontFamily": "Georgia, serif", + "name": "Georgia" + }, + { + "slug": "dm-sans", + "fontFamily": "'DM Sans', sans-serif", + "name": "DM Sans" + }, + { + "slug": "source-serif-pro", + "fontFamily": "'Source Serif Pro', serif", + "name": "Source Serif Pro" + } + ], "fontSizes": [ { "fluid": { @@ -78,6 +105,28 @@ } }, "styles": { + "color": { + "background": "var(--wp--preset--color--base)", + "text": "var(--wp--preset--color--contrast)" + }, + "border": { + "color": "var(--wp--preset--color--tertiary)", + "style": "solid", + "width": "max(1vw, 0.5rem)" + }, + "spacing": { + "padding": { + "top": "var(--wp--preset--spacing--40)", + "right": "var(--wp--preset--spacing--30)", + "bottom": "var(--wp--preset--spacing--40)", + "left": "var(--wp--preset--spacing--30)" + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--dm-sans)", + "fontSize": "var(--wp--preset--font-size--medium)", + "lineHeight": "1.6" + }, "blocks": { "core/image": { "elements": { @@ -95,7 +144,7 @@ }, "core/navigation": { "color": { - "text": "var(--wp--preset--color--contrast)" + "text": "var(--wp--preset--color--secondary)" }, "elements": { "link": { @@ -107,7 +156,7 @@ } }, "color": { - "text": "var(--wp--preset--color--contrast)" + "text": "var(--wp--preset--color--secondary)" }, ":hover": { "border": { @@ -115,7 +164,7 @@ }, "color": { "background": "transparent", - "text": "var(--wp--preset--color--secondary)" + "text": "var(--wp--preset--color--contrast)" }, "typography": { "textDecoration": "none" @@ -150,7 +199,7 @@ "link": { ":hover": { "border": { - "color": "var(--wp--preset--color--contrast)" + "color": "var(--wp--preset--color--secondary)" }, "color": { "background": "var(--wp--preset--color--tertiary)" @@ -167,7 +216,7 @@ "link": { ":hover": { "border": { - "color": "var(--wp--preset--color--contrast)" + "color": "var(--wp--preset--color--secondary)" }, "color": { "background": "var(--wp--preset--color--tertiary)" @@ -219,22 +268,22 @@ }, "core/pullquote": { "border": { - "color": "var(--wp--preset--color--contrast)", + "color": "var(--wp--preset--color--secondary)", "style": "double", "width": "6px" }, "color": { - "text": "var(--wp--preset--color--secondary)" + "text": "var(--wp--preset--color--contrast)" } }, "core/quote": { "border": { - "color": "var(--wp--preset--color--contrast)", + "color": "var(--wp--preset--color--secondary)", "style": "double", "width": "0 0 0 6px" }, "color": { - "text": "var(--wp--preset--color--secondary)" + "text": "var(--wp--preset--color--contrast)" }, "spacing": { "margin": { @@ -250,7 +299,7 @@ "link": { ":hover": { "border": { - "color": "var(--wp--preset--color--contrast)" + "color": "var(--wp--preset--color--secondary)" }, "color": { "background": "var(--wp--preset--color--tertiary)" @@ -270,7 +319,7 @@ }, "core/separator": { "border": { - "color": "var(--wp--preset--color--contrast)", + "color": "var(--wp--preset--color--secondary)", "style": "double", "width": "6px 0 0 0" } @@ -334,7 +383,7 @@ "textTransform": "capitalize" } }, - "core/comment-author-name":{ + "core/comment-author-name": { "elements": { "link": { ":hover": { @@ -410,12 +459,12 @@ }, ":hover": { "border": { - "color": "var(--wp--preset--color--secondary)", + "color": "var(--wp--preset--color--contrast)", "width": "2px 2px 4px 2px !important" }, "color": { "background": "var(--wp--preset--color--tertiary)", - "text": "var(--wp--preset--color--secondary)" + "text": "var(--wp--preset--color--contrast)" }, "spacing": { "padding": { @@ -425,13 +474,13 @@ }, ":focus": { "border": { - "color": "var(--wp--preset--color--secondary)", + "color": "var(--wp--preset--color--contrast)", "style": "dashed dashed double", "width": "2px 2px 4px 2px !important" }, "color": { "background": "var(--wp--preset--color--tertiary)", - "text": "var(--wp--preset--color--secondary)" + "text": "var(--wp--preset--color--contrast)" }, "spacing": { "padding": { @@ -441,12 +490,12 @@ }, ":active": { "border": { - "color": "var(--wp--preset--color--secondary)", + "color": "var(--wp--preset--color--contrast)", "width": "2px 2px 4px 2px !important" }, "color": { "background": "var(--wp--preset--color--tertiary)", - "text": "var(--wp--preset--color--secondary)" + "text": "var(--wp--preset--color--contrast)" }, "spacing": { "padding": { @@ -474,7 +523,7 @@ }, "h2": { "color": { - "text": "var(--wp--preset--color--secondary)" + "text": "var(--wp--preset--color--contrast)" }, "typography": { "fontSize": "clamp(3.16rem, 1.08vw + 2.89rem, 3.75rem)", @@ -484,7 +533,7 @@ }, "h3": { "color": { - "text": "var(--wp--preset--color--secondary)" + "text": "var(--wp--preset--color--contrast)" }, "typography": { "fontSize": "clamp(2.37rem, 0.81vw + 2.17rem, 2.81rem)", @@ -513,7 +562,7 @@ }, "heading": { "color": { - "text": "var(--wp--preset--color--secondary)" + "text": "var(--wp--preset--color--contrast)" }, "typography": { "fontFamily": "var(--wp--preset--font-family--source-serif-pro)" @@ -526,14 +575,14 @@ "width": "0 0 2px 0" }, "color": { - "text": "var(--wp--preset--color--secondary)" + "text": "var(--wp--preset--color--contrast)" }, ":hover": { "border": { - "color": "var(--wp--preset--color--contrast)" + "color": "var(--wp--preset--color--secondary)" }, "color": { - "text": "var(--wp--preset--color--secondary)" + "text": "var(--wp--preset--color--contrast)" }, "typography": { "textDecoration": "none" @@ -552,7 +601,7 @@ "width": "0" }, "color": { - "text": "var(--wp--preset--color--secondary)" + "text": "var(--wp--preset--color--contrast)" }, "typography": { "textDecoration": "none" @@ -562,22 +611,6 @@ "textDecoration": "none" } } - }, - "border": { - "color": "var(--wp--preset--color--tertiary)", - "style": "solid", - "width": "max(1vw, 0.5rem)" - }, - "spacing": { - "padding": { - "top": "var(--wp--preset--spacing--40)", - "right": "var(--wp--preset--spacing--30)", - "bottom": "var(--wp--preset--spacing--40)", - "left": "var(--wp--preset--spacing--30)" - } - }, - "typography": { - "fontFamily": "var(--wp--preset--font-family--dm-sans)" } } } diff --git a/templates/404.html b/templates/404.html index 8e569f2a..94229d77 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,9 +1,67 @@ - + - -
- -
+ +
+
+

404

+ + + +

Page Not Found

+ + + +

Sorry, the page you are looking for doesn't exist or has been moved. Let's get you back on track.

+ + + + + + + + + + + + + + + + + +
+

Popular Pages

+ + + + +
+
+
- + diff --git a/templates/archive.html b/templates/archive.html index 08315874..9d1e5088 100644 --- a/templates/archive.html +++ b/templates/archive.html @@ -1,27 +1,55 @@ - -
+ +
+
+ + -
- +
+ +
- + +
- + - - - + +
+ +
+
+
+ - - + + + + + + + + + + + - -
-
+ + +
+

No posts found

+ + + +

No posts were found in this category. Check back later for new content!

+
+ + + +
diff --git a/templates/blog-alternative.html b/templates/blog-alternative.html index 4cb56627..6ffacbee 100644 --- a/templates/blog-alternative.html +++ b/templates/blog-alternative.html @@ -1,29 +1,47 @@ - - - -
- -
- - -
- -
- -
- - - -
- -
- -
- - -
- -
+ + + +
+
+ + +
+ +
+
+ + + +
+
+ + + + + + + + + + + + + + + + + +
+

No posts found

+ + + +

No posts were found in this archive. Check back later for new content!

+
+ +
+
+
- + diff --git a/templates/front-page.html b/templates/front-page.html index dbed7d48..86d0975b 100644 --- a/templates/front-page.html +++ b/templates/front-page.html @@ -1,45 +1,45 @@ -
-
-
+
+
+

Empowering Brand
with Cutting-Edge
Design Solutions

-
-

Bring your vision to life with Rivor. We seamlessly merge design, strategy, and technology to craft impactful digital experiences that elevate your brand.

+
+

Bring your vision to life with Rivor. We seamlessly merge design, strategy, and technology to craft impactful digital experiences that elevate your brand.

-
- -
-
-
-

Discover our Solutions

+ +
+
+
+

Discover our Solutions

@@ -47,7 +47,7 @@

Discove

- + diff --git a/templates/home.html b/templates/home.html index 0ee2cfab..c33a3707 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,33 +1,106 @@ - - - -
- -
- - - - - - - - - - - - - - - -
- - - - - - - -
+ + + +
+
+
+

Welcome to Our Blog

+ + + +

Discover insights, stories, and ideas that matter. Stay updated with our latest posts and join our growing community.

+ + + + +
+ + + +
+
+

Latest Articles

+ + + +

Fresh content and insights from our team.

+
+ + + +
+ +
+ + +
+ + + + + + +
+ +
+
+
+ + + + + + + + + + + + + + + + + +
+

Coming Soon

+ + + +

We're working on some amazing content. Check back soon for our first posts!

+
+ +
+
+ + + + + + + +
+
+

Got any book recommendations?

+ + + + +
+ + + +
+
+
+
+
+
- + diff --git a/templates/index.html b/templates/index.html index 055860c1..5cd58168 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,27 +1,61 @@ - - - -
- -
- - - - - - - - - - - - - - - -
- -
+ + + +
+
+
+

Latest Posts

+ + + +

Discover our latest articles, insights, and updates.

+
+ + + +
+ +
+ + +
+ + + + +
+ +
+
+
+ + + + + + + + + + + + + + + + + +
+

No posts found

+ + + +

It looks like we haven't published any posts yet. Check back soon for new content!

+
+ +
+
+
- + diff --git a/templates/page-no-title.html b/templates/page-no-title.html new file mode 100644 index 00000000..420626eb --- /dev/null +++ b/templates/page-no-title.html @@ -0,0 +1,47 @@ + + + +
+
+ + + + +
+
+ + + +
+

Questions About This Service?

+ + + +

We're here to help! Contact us to learn more about how we can serve your business needs.

+ + + + +
+ + + +
+
+

Last updated:

+ + +
+
+
+
+
+ + + diff --git a/templates/page.html b/templates/page.html index dced2909..7745def5 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,16 +1,35 @@ - - - -
- -
- -
- - - - -
+ + + +
+
+ + +
+ + +
+ +
+
+
+ + + + + +
+ + + + +
+

Was this page helpful? Let us know.

+
+ + +
+
- + diff --git a/templates/search.html b/templates/search.html index c244753e..49da94e6 100644 --- a/templates/search.html +++ b/templates/search.html @@ -1,33 +1,57 @@ - - - -
- - - -
- - - - - - - - - - - - - - - - - - - -
- -
+ + + +
+
+ + +

Here are the search results for your query. Use the search form to try a different search.

+ + + +
+ +
+ + + + + + +
+ +
+
+ + + + + + + + + + + + + + + + + +
+

No results found

+ + + +

Sorry, but nothing matched your search terms. Please try again with different keywords.

+ + +
+ +
+
+
- + diff --git a/templates/single.html b/templates/single.html index 47f85696..bff63c7b 100644 --- a/templates/single.html +++ b/templates/single.html @@ -1,18 +1,35 @@ - - - -
- -
- - -
- - - - - -
+ + + +
+
+ + +
+ + +
+ + + +
+
+
+ + + + + +
+ + + + + + + +
+
- + diff --git a/theme.json b/theme.json index c2d37fd1..d2781a7b 100644 --- a/theme.json +++ b/theme.json @@ -3,23 +3,338 @@ "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "settings": { "appearanceTools": true, + "useRootPaddingAwareAlignments": true, "layout": { "contentSize": "960px", - "wideSize": "1320px" + "wideSize": "1320px", + "allowEditing": false + }, + "border": { + "color": true, + "radius": true, + "style": true, + "width": true, + "custom": true + }, + "color": { + "background": true, + "custom": true, + "customDuotone": true, + "customGradient": true, + "defaultDuotone": true, + "defaultGradients": true, + "defaultPalette": false, + "text": true, + "link": true, + "heading": true, + "button": true, + "caption": true, + "palette": [ + { + "slug": "base", + "color": "#ffffff", + "name": "Base" + }, + { + "slug": "contrast", + "color": "#000000", + "name": "Contrast" + }, + { + "slug": "primary", + "color": "#2563eb", + "name": "Primary" + }, + { + "slug": "secondary", + "color": "#7c3aed", + "name": "Secondary" + }, + { + "slug": "tertiary", + "color": "#059669", + "name": "Tertiary" + }, + { + "slug": "neutral-50", + "color": "#fafafa", + "name": "Neutral 50" + }, + { + "slug": "neutral-100", + "color": "#f5f5f5", + "name": "Neutral 100" + }, + { + "slug": "neutral-200", + "color": "#e5e5e5", + "name": "Neutral 200" + }, + { + "slug": "neutral-300", + "color": "#d4d4d4", + "name": "Neutral 300" + }, + { + "slug": "neutral-400", + "color": "#a3a3a3", + "name": "Neutral 400" + }, + { + "slug": "neutral-500", + "color": "#737373", + "name": "Neutral 500" + }, + { + "slug": "neutral-600", + "color": "#525252", + "name": "Neutral 600" + }, + { + "slug": "neutral-700", + "color": "#404040", + "name": "Neutral 700" + }, + { + "slug": "neutral-800", + "color": "#262626", + "name": "Neutral 800" + }, + { + "slug": "neutral-900", + "color": "#171717", + "name": "Neutral 900" + }, + { + "slug": "success", + "color": "#22c55e", + "name": "Success" + }, + { + "slug": "warning", + "color": "#f59e0b", + "name": "Warning" + }, + { + "slug": "error", + "color": "#ef4444", + "name": "Error" + }, + { + "slug": "info", + "color": "#3b82f6", + "name": "Info" + } + ], + "gradients": [ + { + "slug": "primary-gradient", + "gradient": "linear-gradient(135deg, #2563eb 0%, #7c3aed 100%)", + "name": "Primary Gradient" + }, + { + "slug": "warm-gradient", + "gradient": "linear-gradient(135deg, #f59e0b 0%, #ef4444 100%)", + "name": "Warm Gradient" + }, + { + "slug": "cool-gradient", + "gradient": "linear-gradient(135deg, #3b82f6 0%, #059669 100%)", + "name": "Cool Gradient" + }, + { + "slug": "neutral-gradient", + "gradient": "linear-gradient(135deg, #f5f5f5 0%, #d4d4d4 100%)", + "name": "Neutral Gradient" + }, + { + "slug": "subtle-gradient", + "gradient": "linear-gradient(135deg, #fafafa 0%, #e5e5e5 100%)", + "name": "Subtle Gradient" + } + ], + "duotone": [ + { + "colors": ["#2563eb", "#7c3aed"], + "slug": "primary-duotone", + "name": "Primary Duotone" + }, + { + "colors": ["#000000", "#ffffff"], + "slug": "monochrome", + "name": "Monochrome" + }, + { + "colors": ["#059669", "#22c55e"], + "slug": "nature", + "name": "Nature" + }, + { + "colors": ["#525252", "#fafafa"], + "slug": "neutral", + "name": "Neutral" + } + ] + }, + "dimensions": { + "minHeight": true + }, + "position": { + "sticky": true + }, + "shadow": { + "defaultPresets": true, + "presets": [ + { + "name": "Small", + "slug": "small", + "shadow": "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1)" + }, + { + "name": "Medium", + "slug": "medium", + "shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)" + }, + { + "name": "Large", + "slug": "large", + "shadow": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)" + }, + { + "name": "Extra Large", + "slug": "xl", + "shadow": "0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)" + }, + { + "name": "Inner", + "slug": "inner", + "shadow": "inset 0 2px 4px 0 rgba(0, 0, 0, 0.05)" + }, + { + "name": "Soft", + "slug": "soft", + "shadow": "0 2px 8px 0 rgba(0, 0, 0, 0.06)" + } + ] }, "spacing": { "blockGap": true, "margin": true, "padding": true, "customSpacingSize": true, - "units": ["px", "rem", "em", "%", "vh", "vw"] + "units": ["px", "rem", "em", "%", "vh", "vw", "ch", "ex"], + "spacingScale": { + "operator": "*", + "increment": 1.5, + "steps": 7, + "mediumStep": 1.5, + "unit": "rem" + }, + "spacingSizes": [ + { + "size": "0.25rem", + "slug": "10", + "name": "1" + }, + { + "size": "0.5rem", + "slug": "20", + "name": "2" + }, + { + "size": "0.75rem", + "slug": "30", + "name": "3" + }, + { + "size": "1rem", + "slug": "40", + "name": "4" + }, + { + "size": "1.25rem", + "slug": "50", + "name": "5" + }, + { + "size": "1.5rem", + "slug": "60", + "name": "6" + }, + { + "size": "2rem", + "slug": "70", + "name": "7" + }, + { + "size": "2.5rem", + "slug": "80", + "name": "8" + }, + { + "size": "3rem", + "slug": "90", + "name": "9" + }, + { + "size": "4rem", + "slug": "100", + "name": "10" + }, + { + "size": "5rem", + "slug": "110", + "name": "11" + }, + { + "size": "6rem", + "slug": "120", + "name": "12" + }, + { + "size": "8rem", + "slug": "130", + "name": "13" + }, + { + "size": "10rem", + "slug": "140", + "name": "14" + }, + { + "size": "12rem", + "slug": "150", + "name": "15" + }, + { + "size": "16rem", + "slug": "160", + "name": "16" + } + ] }, "typography": { - "dropCap": false, + "dropCap": true, "fluid": true, + "fontStyle": true, + "fontWeight": true, + "letterSpacing": true, + "lineHeight": true, + "textDecoration": true, + "textTransform": true, + "writingMode": true, "fontFamilies": [ { "fontFace": [ + { + "fontFamily": "DM Sans", + "fontStretch": "normal", + "fontStyle": "normal", + "fontWeight": "300", + "src": [ + "file:./assets/fonts/dm-sans/DMSans-Light.woff2" + ] + }, { "fontFamily": "DM Sans", "fontStretch": "normal", @@ -38,6 +353,24 @@ "file:./assets/fonts/dm-sans/DMSans-Regular-Italic.woff2" ] }, + { + "fontFamily": "DM Sans", + "fontStretch": "normal", + "fontStyle": "normal", + "fontWeight": "500", + "src": [ + "file:./assets/fonts/dm-sans/DMSans-Medium.woff2" + ] + }, + { + "fontFamily": "DM Sans", + "fontStretch": "normal", + "fontStyle": "normal", + "fontWeight": "600", + "src": [ + "file:./assets/fonts/dm-sans/DMSans-SemiBold.woff2" + ] + }, { "fontFamily": "DM Sans", "fontStretch": "normal", @@ -93,6 +426,26 @@ "file:./assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2" ] }, + { + "fontDisplay": "block", + "fontFamily": "IBM Plex Mono", + "fontStretch": "normal", + "fontStyle": "normal", + "fontWeight": "500", + "src": [ + "file:./assets/fonts/ibm-plex-mono/IBMPlexMono-Medium.woff2" + ] + }, + { + "fontDisplay": "block", + "fontFamily": "IBM Plex Mono", + "fontStretch": "normal", + "fontStyle": "normal", + "fontWeight": "600", + "src": [ + "file:./assets/fonts/ibm-plex-mono/IBMPlexMono-SemiBold.woff2" + ] + }, { "fontDisplay": "block", "fontFamily": "IBM Plex Mono", @@ -104,7 +457,7 @@ ] } ], - "fontFamily": "'IBM Plex Mono', monospace", + "fontFamily": "\"IBM Plex Mono\", ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace", "name": "IBM Plex Mono", "slug": "ibm-plex-mono" }, @@ -120,14 +473,14 @@ ] } ], - "fontFamily": "\"Inter\", sans-serif", + "fontFamily": "\"Inter\", ui-sans-serif, system-ui, sans-serif", "name": "Inter", "slug": "inter" }, { - "fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif", - "name": "System Font", - "slug": "system-font" + "fontFamily": "ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif", + "name": "System Sans", + "slug": "system-sans" }, { "fontFace": [ @@ -150,19 +503,34 @@ ] } ], - "fontFamily": "\"Source Serif Pro\", serif", + "fontFamily": "\"Source Serif Pro\", ui-serif, 'Times New Roman', Times, serif", "name": "Source Serif Pro", "slug": "source-serif-pro" + }, + { + "fontFamily": "ui-serif, 'Times New Roman', Times, serif", + "name": "System Serif", + "slug": "system-serif" } ], "fontSizes": [ + { + "fluid": { + "min": "0.75rem", + "max": "0.875rem" + }, + "size": "0.875rem", + "slug": "xs", + "name": "Extra Small" + }, { "fluid": { "min": "0.875rem", "max": "1rem" }, "size": "1rem", - "slug": "small" + "slug": "small", + "name": "Small" }, { "fluid": { @@ -170,36 +538,490 @@ "max": "1.125rem" }, "size": "1.125rem", - "slug": "medium" + "slug": "medium", + "name": "Medium" + }, + { + "fluid": { + "min": "1.125rem", + "max": "1.25rem" + }, + "size": "1.25rem", + "slug": "large", + "name": "Large" + }, + { + "fluid": { + "min": "1.25rem", + "max": "1.5rem" + }, + "size": "1.5rem", + "slug": "xl", + "name": "Extra Large" }, { "fluid": { - "min": "1.75rem", + "min": "1.5rem", "max": "1.875rem" }, - "size": "1.75rem", - "slug": "large" + "size": "1.875rem", + "slug": "2xl", + "name": "2X Large" }, { - "fluid": false, + "fluid": { + "min": "1.875rem", + "max": "2.25rem" + }, "size": "2.25rem", - "slug": "x-large" + "slug": "3xl", + "name": "3X Large" }, { "fluid": { - "min": "6.1rem", + "min": "2.25rem", + "max": "3rem" + }, + "size": "3rem", + "slug": "4xl", + "name": "4X Large" + }, + { + "fluid": { + "min": "3rem", + "max": "3.75rem" + }, + "size": "3.75rem", + "slug": "5xl", + "name": "5X Large" + }, + { + "fluid": { + "min": "3.75rem", + "max": "4.5rem" + }, + "size": "4.5rem", + "slug": "6xl", + "name": "6X Large" + }, + { + "fluid": { + "min": "4.5rem", + "max": "6rem" + }, + "size": "6rem", + "slug": "7xl", + "name": "7X Large" + }, + { + "fluid": { + "min": "6rem", + "max": "8rem" + }, + "size": "8rem", + "slug": "8xl", + "name": "8X Large" + }, + { + "fluid": { + "min": "8rem", "max": "10rem" }, "size": "10rem", - "slug": "xx-large" + "slug": "9xl", + "name": "9X Large" } ] - }, - "useRootPaddingAwareAlignments": true + } }, "styles": { + "color": { + "background": "var(--wp--preset--color--base)", + "text": "var(--wp--preset--color--contrast)" + }, "typography": { - "fontFamily": "system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Arial', sans-serif" + "fontFamily": "var(--wp--preset--font-family--inter)", + "fontSize": "var(--wp--preset--font-size--medium)", + "fontWeight": "400", + "lineHeight": "1.6" + }, + "spacing": { + "blockGap": "var(--wp--preset--spacing--40)", + "padding": { + "top": "var(--wp--preset--spacing--40)", + "right": "var(--wp--preset--spacing--40)", + "bottom": "var(--wp--preset--spacing--40)", + "left": "var(--wp--preset--spacing--40)" + } + }, + "elements": { + "button": { + "border": { + "radius": "0.375rem" + }, + "color": { + "background": "var(--wp--preset--color--primary)", + "text": "var(--wp--preset--color--base)" + }, + "spacing": { + "padding": { + "top": "var(--wp--preset--spacing--30)", + "right": "var(--wp--preset--spacing--50)", + "bottom": "var(--wp--preset--spacing--30)", + "left": "var(--wp--preset--spacing--50)" + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--inter)", + "fontSize": "var(--wp--preset--font-size--medium)", + "fontWeight": "500", + "lineHeight": "1.5", + "letterSpacing": "0.02em" + }, + ":hover": { + "color": { + "background": "var(--wp--preset--color--secondary)" + }, + "transform": "translateY(-1px)" + }, + ":focus": { + "color": { + "background": "var(--wp--preset--color--secondary)" + }, + "outline": { + "width": "2px", + "style": "solid", + "color": "var(--wp--preset--color--primary)", + "offset": "2px" + } + }, + ":active": { + "transform": "translateY(0)" + } + }, + "caption": { + "color": { + "text": "var(--wp--preset--color--neutral-600)" + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1.4", + "fontStyle": "italic" + } + }, + "cite": { + "color": { + "text": "var(--wp--preset--color--neutral-500)" + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "fontStyle": "italic" + } + }, + "h1": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--dm-sans)", + "fontSize": "var(--wp--preset--font-size--5xl)", + "fontWeight": "700", + "lineHeight": "1.2", + "letterSpacing": "-0.025em" + }, + "spacing": { + "margin": { + "bottom": "var(--wp--preset--spacing--60)" + } + } + }, + "h2": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--dm-sans)", + "fontSize": "var(--wp--preset--font-size--4xl)", + "fontWeight": "600", + "lineHeight": "1.3", + "letterSpacing": "-0.025em" + }, + "spacing": { + "margin": { + "top": "var(--wp--preset--spacing--80)", + "bottom": "var(--wp--preset--spacing--50)" + } + } + }, + "h3": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--dm-sans)", + "fontSize": "var(--wp--preset--font-size--3xl)", + "fontWeight": "600", + "lineHeight": "1.4" + }, + "spacing": { + "margin": { + "top": "var(--wp--preset--spacing--70)", + "bottom": "var(--wp--preset--spacing--40)" + } + } + }, + "h4": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--dm-sans)", + "fontSize": "var(--wp--preset--font-size--2xl)", + "fontWeight": "600", + "lineHeight": "1.4" + }, + "spacing": { + "margin": { + "top": "var(--wp--preset--spacing--60)", + "bottom": "var(--wp--preset--spacing--40)" + } + } + }, + "h5": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--dm-sans)", + "fontSize": "var(--wp--preset--font-size--xl)", + "fontWeight": "600", + "lineHeight": "1.5" + }, + "spacing": { + "margin": { + "top": "var(--wp--preset--spacing--50)", + "bottom": "var(--wp--preset--spacing--30)" + } + } + }, + "h6": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--dm-sans)", + "fontSize": "var(--wp--preset--font-size--large)", + "fontWeight": "600", + "lineHeight": "1.5", + "textTransform": "uppercase", + "letterSpacing": "0.05em" + }, + "spacing": { + "margin": { + "top": "var(--wp--preset--spacing--50)", + "bottom": "var(--wp--preset--spacing--30)" + } + } + }, + "heading": { + "color": { + "text": "var(--wp--preset--color--contrast)" + } + }, + "link": { + "color": { + "text": "var(--wp--preset--color--primary)" + }, + "typography": { + "textDecoration": "underline", + "textDecorationThickness": "1px", + "textUnderlineOffset": "2px" + }, + ":hover": { + "color": { + "text": "var(--wp--preset--color--secondary)" + }, + "typography": { + "textDecoration": "none" + } + }, + ":focus": { + "outline": { + "width": "2px", + "style": "solid", + "color": "var(--wp--preset--color--primary)", + "offset": "2px" + } + } + } + }, + "blocks": { + "core/code": { + "border": { + "color": "var(--wp--preset--color--neutral-200)", + "radius": "0.5rem", + "style": "solid", + "width": "1px" + }, + "color": { + "background": "var(--wp--preset--color--neutral-50)", + "text": "var(--wp--preset--color--neutral-800)" + }, + "spacing": { + "padding": "var(--wp--preset--spacing--50)" + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--ibm-plex-mono)", + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/navigation": { + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)", + "fontWeight": "500" + }, + "elements": { + "link": { + ":hover": { + "color": { + "text": "var(--wp--preset--color--primary)" + } + } + } + } + }, + "core/post-title": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--dm-sans)", + "fontSize": "var(--wp--preset--font-size--4xl)", + "fontWeight": "700", + "lineHeight": "1.2" + }, + "elements": { + "link": { + ":hover": { + "color": { + "text": "var(--wp--preset--color--primary)" + } + } + } + } + }, + "core/pullquote": { + "border": { + "color": "var(--wp--preset--color--primary)", + "style": "solid", + "width": "0 0 0 4px" + }, + "spacing": { + "padding": { + "left": "var(--wp--preset--spacing--60)" + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--xl)", + "fontStyle": "italic", + "lineHeight": "1.6" + } + }, + "core/quote": { + "border": { + "color": "var(--wp--preset--color--primary)", + "style": "solid", + "width": "0 0 0 4px" + }, + "spacing": { + "padding": { + "left": "var(--wp--preset--spacing--50)" + } + }, + "typography": { + "fontStyle": "italic" + } + }, + "core/search": { + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)", + "lineHeight": "1.6" + } + }, + "core/separator": { + "border": { + "color": "var(--wp--preset--color--neutral-200)", + "style": "solid", + "width": "0 0 1px 0" + }, + "color": { + "text": "var(--wp--preset--color--neutral-200)" + } + }, + "core/site-tagline": { + "color": { + "text": "var(--wp--preset--color--neutral-600)" + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)" + } + }, + "core/site-title": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--dm-sans)", + "fontSize": "var(--wp--preset--font-size--2xl)", + "fontWeight": "700", + "lineHeight": "1.4" + }, + "elements": { + "link": { + "color": { + "text": "var(--wp--preset--color--contrast)" + }, + "typography": { + "textDecoration": "none" + }, + ":hover": { + "color": { + "text": "var(--wp--preset--color--primary)" + } + } + } + } + }, + "core/table": { + "border": { + "color": "var(--wp--preset--color--neutral-200)" + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/verse": { + "border": { + "color": "var(--wp--preset--color--neutral-200)", + "style": "solid", + "width": "0 0 0 2px" + }, + "spacing": { + "padding": { + "left": "var(--wp--preset--spacing--50)" + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--source-serif-pro)", + "fontStyle": "italic" + } + } + } + }, + "customTemplates": [ + { + "name": "blank", + "title": "Blank", + "postTypes": [ + "page", + "post" + ] + }, + { + "name": "no-title", + "title": "No Title", + "postTypes": [ + "page", + "post" + ] + } + ], + "templateParts": [ + { + "name": "header", + "title": "Header", + "area": "header" + }, + { + "name": "footer", + "title": "Footer", + "area": "footer" } - } + ] }