|
@@ -1,297 +1,477 @@
|
|
{
|
|
{
|
|
- "version": 2,
|
|
|
|
- "$schema": "https://schemas.wp.org/trunk/theme.json",
|
|
|
|
- "settings": {
|
|
|
|
- "color": {
|
|
|
|
- "palette": [
|
|
|
|
- {
|
|
|
|
- "color": "#3efdfd",
|
|
|
|
- "name": "Primary",
|
|
|
|
- "slug": "primary"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "color": "#000000",
|
|
|
|
- "name": "Secondary",
|
|
|
|
- "slug": "secondary"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "color": "#111111",
|
|
|
|
- "name": "Foreground",
|
|
|
|
- "slug": "foreground"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "color": "#ffffff",
|
|
|
|
- "name": "Background",
|
|
|
|
- "slug": "background"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "color": "#78ffff",
|
|
|
|
- "name": "Tertiary",
|
|
|
|
- "slug": "tertiary"
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
- "layout": {
|
|
|
|
- "contentSize": "664px",
|
|
|
|
- "wideSize": "1195px"
|
|
|
|
- },
|
|
|
|
- "typography": {
|
|
|
|
- "fontFamilies": [
|
|
|
|
- {
|
|
|
|
- "fontFamily": "'DM Mono', monospace",
|
|
|
|
- "name": "DM Mono",
|
|
|
|
- "slug": "dm-mono",
|
|
|
|
- "fontFace": [
|
|
|
|
- {
|
|
|
|
- "fontDisplay": "block",
|
|
|
|
- "fontFamily": "DM Mono",
|
|
|
|
- "fontStretch": "normal",
|
|
|
|
- "fontStyle": "normal",
|
|
|
|
- "src": [
|
|
|
|
- "file:./assets/fonts/DMMono-Regular.ttf"
|
|
|
|
- ]
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "fontFamily": "Rubik, sans-serif",
|
|
|
|
- "name": "Rubik",
|
|
|
|
- "slug": "rubik",
|
|
|
|
- "fontFace": [
|
|
|
|
- {
|
|
|
|
- "fontDisplay": "block",
|
|
|
|
- "fontFamily": "Rubik",
|
|
|
|
- "fontStretch": "normal",
|
|
|
|
- "fontStyle": "normal",
|
|
|
|
- "fontWeight": "400",
|
|
|
|
- "src": [
|
|
|
|
- "file:./assets/fonts/Rubik-Regular.woff2"
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "fontDisplay": "block",
|
|
|
|
- "fontFamily": "Rubik",
|
|
|
|
- "fontStretch": "normal",
|
|
|
|
- "fontStyle": "normal",
|
|
|
|
- "fontWeight": "500",
|
|
|
|
- "src": [
|
|
|
|
- "file:./assets/fonts/Rubik-Medium.woff2"
|
|
|
|
- ]
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
- }
|
|
|
|
- ],
|
|
|
|
- "fontSizes": [
|
|
|
|
- {
|
|
|
|
- "fluid": {
|
|
|
|
- "min": "0.75rem",
|
|
|
|
- "max": "1rem"
|
|
|
|
- },
|
|
|
|
- "name": "Tiny",
|
|
|
|
- "size": "0.9rem",
|
|
|
|
- "slug": "x-small"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "fluid": false,
|
|
|
|
- "name": "Small",
|
|
|
|
- "size": "1rem",
|
|
|
|
- "slug": "small"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "fluid": false,
|
|
|
|
- "name": "Medium",
|
|
|
|
- "size": "1.125rem",
|
|
|
|
- "slug": "medium"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "fluid": false,
|
|
|
|
- "name": "Large",
|
|
|
|
- "size": "1.37rem",
|
|
|
|
- "slug": "large"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "fluid": {
|
|
|
|
- "min": "1.75rem",
|
|
|
|
- "max": "2.25rem"
|
|
|
|
- },
|
|
|
|
- "name": "Extra Large",
|
|
|
|
- "size": "2rem",
|
|
|
|
- "slug": "x-large"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "fluid": {
|
|
|
|
- "min": "2.25rem",
|
|
|
|
- "max": "3rem"
|
|
|
|
- },
|
|
|
|
- "name": "Huge",
|
|
|
|
- "size": "2.25rem",
|
|
|
|
- "slug": "xx-large"
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
- "useRootPaddingAwareAlignments": true
|
|
|
|
- },
|
|
|
|
- "styles": {
|
|
|
|
- "blocks": {
|
|
|
|
- "core/navigation": {
|
|
|
|
- "typography": {
|
|
|
|
- "textTransform": "uppercase"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "core/post-content": {
|
|
|
|
- "elements": {
|
|
|
|
- "link": {
|
|
|
|
- "typography": {
|
|
|
|
- "textDecoration": "underline"
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "core/site-tagline": {
|
|
|
|
- "typography": {
|
|
|
|
- "fontSize": "var(--wp--preset--font-size--x-small)"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "core/site-title": {
|
|
|
|
- "color": {
|
|
|
|
- "text": "var(--wp--preset--color--foreground)"
|
|
|
|
- },
|
|
|
|
- "typography": {
|
|
|
|
- "fontFamily": "var(--wp--preset--font-family--rubik)",
|
|
|
|
- "fontSize": "var(--wp--preset--font-size--x-large)"
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "elements": {
|
|
|
|
- "button": {
|
|
|
|
- ":hover": {
|
|
|
|
- "color": {
|
|
|
|
- "background": "var(--wp--preset--color--primary)",
|
|
|
|
- "text": "var(--wp--preset--color--foreground)"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- ":active": {
|
|
|
|
- "color": {
|
|
|
|
- "background": "var(--wp--preset--color--primary)",
|
|
|
|
- "text": "var(--wp--preset--color--foreground)"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- ":focus": {
|
|
|
|
- "color": {
|
|
|
|
- "background": "var(--wp--preset--color--primary)",
|
|
|
|
- "text": "var(--wp--preset--color--foreground)"
|
|
|
|
- },
|
|
|
|
- "outline": {
|
|
|
|
- "color": "var(--wp--preset--color--secondary)",
|
|
|
|
- "width": "2px",
|
|
|
|
- "style": "dotted",
|
|
|
|
- "offset": "2px"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "border": {
|
|
|
|
- "radius": "0"
|
|
|
|
- },
|
|
|
|
- "color": {
|
|
|
|
- "background": "var(--wp--preset--color--foreground)",
|
|
|
|
- "text": "var(--wp--preset--color--background)"
|
|
|
|
- },
|
|
|
|
- "typography": {
|
|
|
|
- "textTransform": "uppercase"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "heading": {
|
|
|
|
- "typography": {
|
|
|
|
- "fontFamily": "var(--wp--preset--font-family--rubik)",
|
|
|
|
- "fontWeight": "500",
|
|
|
|
- "textTransform": "uppercase",
|
|
|
|
- "lineHeight": "1.6"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "h1": {
|
|
|
|
- "typography": {
|
|
|
|
- "fontSize": "clamp(3rem, 1.6153846153846154rem + 2.8846153846153846vw, 4.5rem)",
|
|
|
|
- "lineHeight": "1.1"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "h2": {
|
|
|
|
- "typography": {
|
|
|
|
- "fontSize": "clamp(2rem, 0.15384615384615374rem + 3.8461538461538463vw, 4rem)",
|
|
|
|
- "lineHeight": "1.1"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "h3": {
|
|
|
|
- "typography": {
|
|
|
|
- "fontSize": "var(--wp--preset--font-size--x-large)",
|
|
|
|
- "lineHeight": "1.2"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "h4": {
|
|
|
|
- "typography": {
|
|
|
|
- "fontSize": "var(--wp--preset--font-size--medium)"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "h5": {
|
|
|
|
- "typography": {
|
|
|
|
- "fontSize": "var(--wp--preset--font-size--medium)",
|
|
|
|
- "fontWeight": "normal"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "h6": {
|
|
|
|
- "typography": {
|
|
|
|
- "fontSize": "var(--wp--preset--font-size--small)",
|
|
|
|
- "fontWeight": "normal"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "link": {
|
|
|
|
- "color": {
|
|
|
|
- "text": "var(--wp--preset--color--foreground)"
|
|
|
|
- },
|
|
|
|
- "typography": {
|
|
|
|
- "textDecoration": "none"
|
|
|
|
- },
|
|
|
|
- ":hover": {
|
|
|
|
- "color": {
|
|
|
|
- "text": "var(--wp--preset--color--foreground)",
|
|
|
|
- "background": "var(--wp--preset--color--primary)"
|
|
|
|
- },
|
|
|
|
- "typography": {
|
|
|
|
- "textDecoration": "none"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- ":active": {
|
|
|
|
- "color": {
|
|
|
|
- "text": "var(--wp--preset--color--background)",
|
|
|
|
- "background": "var(--wp--preset--color--foreground)"
|
|
|
|
- },
|
|
|
|
- "typography": {
|
|
|
|
- "textDecoration": "none"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- ":focus": {
|
|
|
|
- "color": {
|
|
|
|
- "text": "var(--wp--preset--color--foreground)",
|
|
|
|
- "background": "var(--wp--preset--color--primary)"
|
|
|
|
- },
|
|
|
|
- "typography": {
|
|
|
|
- "textDecoration": "none"
|
|
|
|
- },
|
|
|
|
- "outline": {
|
|
|
|
- "color": "var(--wp--preset--color--foreground)",
|
|
|
|
- "style": "dotted",
|
|
|
|
- "width": "2px",
|
|
|
|
- "offset": "2px"
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "spacing": {
|
|
|
|
- "padding": {
|
|
|
|
- "left": "clamp(1.25rem, 1.25rem + ((1vw - 0.5rem) * 13) , 8rem)",
|
|
|
|
- "right": "clamp(1.25rem, 1.25rem + ((1vw - 0.5rem) * 13) , 8rem)"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "typography": {
|
|
|
|
- "fontFamily": "var(--wp--preset--font-family--dm-mono)"
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
|
|
+ "customTemplates": [
|
|
|
|
+ {
|
|
|
|
+ "name": "blank",
|
|
|
|
+ "postTypes": [
|
|
|
|
+ "page",
|
|
|
|
+ "post"
|
|
|
|
+ ],
|
|
|
|
+ "title": "Blank"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "header-footer-only",
|
|
|
|
+ "postTypes": [
|
|
|
|
+ "page",
|
|
|
|
+ "post"
|
|
|
|
+ ],
|
|
|
|
+ "title": "Header and Footer Only"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "footer-only",
|
|
|
|
+ "postTypes": [
|
|
|
|
+ "page",
|
|
|
|
+ "post"
|
|
|
|
+ ],
|
|
|
|
+ "title": "Footer Only"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "settings": {
|
|
|
|
+ "appearanceTools": true,
|
|
|
|
+ "color": {
|
|
|
|
+ "palette": [
|
|
|
|
+ {
|
|
|
|
+ "color": "#3efdfd",
|
|
|
|
+ "name": "Primary",
|
|
|
|
+ "slug": "primary"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "color": "#000000",
|
|
|
|
+ "name": "Secondary",
|
|
|
|
+ "slug": "secondary"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "color": "#111111",
|
|
|
|
+ "name": "Foreground",
|
|
|
|
+ "slug": "foreground"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "color": "#ffffff",
|
|
|
|
+ "name": "Background",
|
|
|
|
+ "slug": "background"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "color": "#78ffff",
|
|
|
|
+ "name": "Tertiary",
|
|
|
|
+ "slug": "tertiary"
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "layout": {
|
|
|
|
+ "contentSize": "664px",
|
|
|
|
+ "wideSize": "1195px"
|
|
|
|
+ },
|
|
|
|
+ "spacing": {
|
|
|
|
+ "units": [
|
|
|
|
+ "%",
|
|
|
|
+ "px",
|
|
|
|
+ "em",
|
|
|
|
+ "rem",
|
|
|
|
+ "vh",
|
|
|
|
+ "vw"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "typography": {
|
|
|
|
+ "fluid": true,
|
|
|
|
+ "fontFamilies": [
|
|
|
|
+ {
|
|
|
|
+ "fontFace": [
|
|
|
|
+ {
|
|
|
|
+ "fontDisplay": "block",
|
|
|
|
+ "fontFamily": "DM Mono",
|
|
|
|
+ "fontStretch": "normal",
|
|
|
|
+ "fontStyle": "normal",
|
|
|
|
+ "src": [
|
|
|
|
+ "file:./assets/fonts/DMMono-Regular.ttf"
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "fontFamily": "'DM Mono', monospace",
|
|
|
|
+ "name": "DM Mono",
|
|
|
|
+ "slug": "dm-mono"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "fontFace": [
|
|
|
|
+ {
|
|
|
|
+ "fontDisplay": "block",
|
|
|
|
+ "fontFamily": "Rubik",
|
|
|
|
+ "fontStretch": "normal",
|
|
|
|
+ "fontStyle": "normal",
|
|
|
|
+ "fontWeight": "400",
|
|
|
|
+ "src": [
|
|
|
|
+ "file:./assets/fonts/Rubik-Regular.woff2"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "fontDisplay": "block",
|
|
|
|
+ "fontFamily": "Rubik",
|
|
|
|
+ "fontStretch": "normal",
|
|
|
|
+ "fontStyle": "normal",
|
|
|
|
+ "fontWeight": "500",
|
|
|
|
+ "src": [
|
|
|
|
+ "file:./assets/fonts/Rubik-Medium.woff2"
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "fontFamily": "Rubik, sans-serif",
|
|
|
|
+ "name": "Rubik",
|
|
|
|
+ "slug": "rubik"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "fontSizes": [
|
|
|
|
+ {
|
|
|
|
+ "fluid": {
|
|
|
|
+ "max": "1rem",
|
|
|
|
+ "min": "0.75rem"
|
|
|
|
+ },
|
|
|
|
+ "name": "Tiny",
|
|
|
|
+ "size": "0.9rem",
|
|
|
|
+ "slug": "x-small"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "fluid": false,
|
|
|
|
+ "name": "Small",
|
|
|
|
+ "size": "1rem",
|
|
|
|
+ "slug": "small"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "fluid": false,
|
|
|
|
+ "name": "Medium",
|
|
|
|
+ "size": "1.125rem",
|
|
|
|
+ "slug": "medium"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "fluid": false,
|
|
|
|
+ "name": "Large",
|
|
|
|
+ "size": "1.37rem",
|
|
|
|
+ "slug": "large"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "fluid": {
|
|
|
|
+ "max": "2.25rem",
|
|
|
|
+ "min": "1.75rem"
|
|
|
|
+ },
|
|
|
|
+ "name": "Extra Large",
|
|
|
|
+ "size": "2rem",
|
|
|
|
+ "slug": "x-large"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "fluid": {
|
|
|
|
+ "max": "3rem",
|
|
|
|
+ "min": "2.25rem"
|
|
|
|
+ },
|
|
|
|
+ "name": "Huge",
|
|
|
|
+ "size": "2.25rem",
|
|
|
|
+ "slug": "xx-large"
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "useRootPaddingAwareAlignments": true
|
|
|
|
+ },
|
|
|
|
+ "styles": {
|
|
|
|
+ "blocks": {
|
|
|
|
+ "core/code": {
|
|
|
|
+ "border": {
|
|
|
|
+ "color": "#CCCCCC",
|
|
|
|
+ "radius": "0px",
|
|
|
|
+ "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)",
|
|
|
|
+ "textDecoration": "underline"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "core/comments-title": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontSize": "var(--wp--preset--font-size--large)"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "core/gallery": {
|
|
|
|
+ "spacing": {
|
|
|
|
+ "margin": {
|
|
|
|
+ "bottom": "var(--wp--preset--spacing--50)"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "core/list": {
|
|
|
|
+ "spacing": {
|
|
|
|
+ "padding": {
|
|
|
|
+ "left": "var(--wp--preset--spacing--70)"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "core/navigation": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "textTransform": "uppercase"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "core/post-content": {
|
|
|
|
+ "elements": {
|
|
|
|
+ "link": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "textDecoration": "underline"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "core/post-date": {
|
|
|
|
+ "color": {
|
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
|
+ },
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "core/post-title": {
|
|
|
|
+ "spacing": {
|
|
|
|
+ "margin": {
|
|
|
|
+ "bottom": "0"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "core/pullquote": {
|
|
|
|
+ "border": {
|
|
|
|
+ "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/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": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontSize": "var(--wp--preset--font-size--medium)",
|
|
|
|
+ "lineHeight": "1.6"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "core/separator": {
|
|
|
|
+ "border": {
|
|
|
|
+ "color": "currentColor",
|
|
|
|
+ "style": "solid",
|
|
|
|
+ "width": "0 0 1px 0"
|
|
|
|
+ },
|
|
|
|
+ "color": {
|
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "core/site-tagline": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontSize": "var(--wp--preset--font-size--x-small)"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "core/site-title": {
|
|
|
|
+ "color": {
|
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
|
+ },
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--rubik)",
|
|
|
|
+ "fontSize": "var(--wp--preset--font-size--x-large)",
|
|
|
|
+ "fontWeight": "700",
|
|
|
|
+ "textDecoration": "none"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "color": {
|
|
|
|
+ "background": "var(--wp--preset--color--background)",
|
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
|
+ },
|
|
|
|
+ "elements": {
|
|
|
|
+ "button": {
|
|
|
|
+ ":active": {
|
|
|
|
+ "color": {
|
|
|
|
+ "background": "var(--wp--preset--color--primary)",
|
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ ":focus": {
|
|
|
|
+ "color": {
|
|
|
|
+ "background": "var(--wp--preset--color--primary)",
|
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
|
+ },
|
|
|
|
+ "outline": {
|
|
|
|
+ "color": "var(--wp--preset--color--secondary)",
|
|
|
|
+ "offset": "2px",
|
|
|
|
+ "style": "dotted",
|
|
|
|
+ "width": "2px"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ ":hover": {
|
|
|
|
+ "color": {
|
|
|
|
+ "background": "var(--wp--preset--color--primary)",
|
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "border": {
|
|
|
|
+ "radius": "0"
|
|
|
|
+ },
|
|
|
|
+ "color": {
|
|
|
|
+ "background": "var(--wp--preset--color--foreground)",
|
|
|
|
+ "text": "var(--wp--preset--color--background)"
|
|
|
|
+ },
|
|
|
|
+ "typography": {
|
|
|
|
+ "textTransform": "uppercase"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "h1": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontSize": "clamp(3rem, 1.6153846153846154rem + 2.8846153846153846vw, 4.5rem)",
|
|
|
|
+ "lineHeight": "1.1"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "h2": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontSize": "clamp(2rem, 0.15384615384615374rem + 3.8461538461538463vw, 4rem)",
|
|
|
|
+ "lineHeight": "1.1"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "h3": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontSize": "var(--wp--preset--font-size--x-large)",
|
|
|
|
+ "lineHeight": "1.2"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "h4": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontSize": "var(--wp--preset--font-size--medium)"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "h5": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontSize": "var(--wp--preset--font-size--medium)",
|
|
|
|
+ "fontWeight": "normal"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "h6": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)",
|
|
|
|
+ "fontWeight": "normal"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "heading": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--rubik)",
|
|
|
|
+ "fontWeight": "500",
|
|
|
|
+ "lineHeight": "1.6",
|
|
|
|
+ "textTransform": "uppercase"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "link": {
|
|
|
|
+ ":active": {
|
|
|
|
+ "color": {
|
|
|
|
+ "background": "var(--wp--preset--color--foreground)",
|
|
|
|
+ "text": "var(--wp--preset--color--background)"
|
|
|
|
+ },
|
|
|
|
+ "typography": {
|
|
|
|
+ "textDecoration": "none"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ ":focus": {
|
|
|
|
+ "color": {
|
|
|
|
+ "background": "var(--wp--preset--color--primary)",
|
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
|
+ },
|
|
|
|
+ "outline": {
|
|
|
|
+ "color": "var(--wp--preset--color--foreground)",
|
|
|
|
+ "offset": "2px",
|
|
|
|
+ "style": "dotted",
|
|
|
|
+ "width": "2px"
|
|
|
|
+ },
|
|
|
|
+ "typography": {
|
|
|
|
+ "textDecoration": "none"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ ":hover": {
|
|
|
|
+ "color": {
|
|
|
|
+ "background": "var(--wp--preset--color--primary)",
|
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
|
+ },
|
|
|
|
+ "typography": {
|
|
|
|
+ "textDecoration": "none"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "color": {
|
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
|
+ },
|
|
|
|
+ "typography": {
|
|
|
|
+ "textDecoration": "none"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "spacing": {
|
|
|
|
+ "blockGap": "1.5rem",
|
|
|
|
+ "padding": {
|
|
|
|
+ "left": "clamp(1.25rem, 1.25rem + ((1vw - 0.5rem) * 13) , 8rem)",
|
|
|
|
+ "right": "clamp(1.25rem, 1.25rem + ((1vw - 0.5rem) * 13) , 8rem)"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--dm-mono)",
|
|
|
|
+ "fontSize": "var(--wp--preset--font-size--medium)",
|
|
|
|
+ "lineHeight": "1.6"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "templateParts": [
|
|
|
|
+ {
|
|
|
|
+ "area": "header",
|
|
|
|
+ "name": "header"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "area": "footer",
|
|
|
|
+ "name": "footer"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "version": 2,
|
|
|
|
+ "$schema": "https://schemas.wp.org/trunk/theme.json"
|
|
|
|
+}
|