{ "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "version": 3, "settings": { "color": { "defaultDuotone": false, "defaultGradients": false, "defaultPalette": false, "palette": [ { "color": "#FFFFFF", "name": "Base", "slug": "base" }, { "color": "#010203", "name": "Contrast", "slug": "contrast" }, { "color": "#61ADF8", "name": "Accent 1", "slug": "accent-1" }, { "color": "#FFF1E3", "name": "Accent 2", "slug": "accent-2" }, { "color": "#003366", "name": "Accent 3", "slug": "accent-3" }, { "color": "#9F6932", "name": "Accent 4", "slug": "accent-4" }, { "color": "#FBFAF3", "name": "Accent 5", "slug": "accent-5" }, { "color": "color-mix(in srgb, currentColor 20%, transparent)", "name": "Accent 6", "slug": "accent-6" } ] }, "typography": { "writingMode": true, "defaultFontSizes": false, "fluid": true, "fontSizes": [ { "fluid": false, "name": "Small", "size": "0.875rem", "slug": "small" }, { "fluid": { "max": "1.125rem", "min": "1rem" }, "name": "Medium", "size": "1rem", "slug": "medium" }, { "fluid": { "max": "1.375rem", "min": "1.125rem" }, "name": "Large", "size": "1.38rem", "slug": "large" }, { "fluid": { "max": "2rem", "min": "1.75rem" }, "name": "Extra Large", "size": "1.75rem", "slug": "x-large" }, { "fluid": { "max": "3rem", "min": "2.15rem" }, "name": "Extra Extra Large", "size": "2.15rem", "slug": "xx-large" } ], "fontFamilies": [ { "name": "Montserrat", "slug": "montserrat", "fontFamily": "Montserrat, sans-serif", "fontFace": [ { "src": [ "file:./assets/fonts/montserrat/Montserrat-VariableFont_wght.ttf" ], "fontWeight": "200 800", "fontStyle": "normal", "fontFamily": "Montserrat" }, { "src": [ "file:./assets/fonts/montserrat/Montserrat-Italic-VariableFont_wght.ttf" ], "fontWeight": "200 800", "fontStyle": "italic", "fontFamily": "Montserrat Italic" } ] }, { "name": "PT Serif", "slug": "pt-serif", "fontFamily": "\"PT Serif\", serif", "fontFace": [ { "src": [ "file:./assets/fonts/pt-serif/PTSerif-Regular.ttf" ], "fontWeight": "400", "fontStyle": "normal", "fontFamily": "\"PT Serif\"" }, { "src": [ "file:./assets/fonts/pt-serif/PTSerif-Italic.ttf" ], "fontWeight": "400", "fontStyle": "italic", "fontFamily": "\"PT Serif\"" }, { "src": [ "file:./assets/fonts/pt-serif/PTSerif-Bold.ttf" ], "fontWeight": "700", "fontStyle": "normal", "fontFamily": "\"PT Serif\"" }, { "src": [ "file:./assets/fonts/pt-serif/PTSerif-BoldItalic.ttf" ], "fontWeight": "700", "fontStyle": "italic", "fontFamily": "\"PT Serif\"" } ] }, { "name": "Playfair Display", "slug": "playfair-display", "fontFamily": "\"Playfair Display\", serif", "fontFace": [ { "src": [ "file:./assets/fonts/playfair-display/PlayfairDisplay-VariableFont_wght.ttf" ], "fontWeight": "400 900", "fontStyle": "normal", "fontFamily": "\"Playfair Display\"" }, { "src": [ "file:./assets/fonts/playfair-display/PlayfairDisplay-Italic-VariableFont_wght.ttf" ], "fontWeight": "400 900", "fontStyle": "italic", "fontFamily": "\"Playfair Display Italic\"" } ] }, { "name": "Fira Code", "slug": "fira-code", "fontFamily": "\"Fira Code\", monospace", "fontFace": [ { "src": [ "file:./assets/fonts/fira-code/FiraCode-VariableFont_wght.woff2" ], "fontWeight": "300 700", "fontStyle": "normal", "fontFamily": "\"Fira Code\"" } ] } ] } }, "styles": { "color": { "background": "var:preset|color|base", "text": "var:preset|color|contrast" }, "spacing": { "blockGap": "1.2rem", "padding": { "left": "var:preset|spacing|50", "right": "var:preset|spacing|50" } }, "typography": { "fontFamily": "var:preset|font-family|montserrat", "fontSize": "var:preset|font-size|medium", "fontWeight": "300", "letterSpacing": "-0.1px", "lineHeight": "1.4" }, "blocks": { "core/avatar": { "border": { "radius": "100px" } }, "core/button": { "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);}", "spacing": { "padding": { "bottom": "calc(1rem - 1px)", "left": "calc(2.25rem - 1px)", "right": "calc(2.25rem - 1px)", "top": "calc(1rem - 1px)" } } } } }, "core/columns": { "spacing": { "blockGap": "var:preset|spacing|50" } }, "core/buttons": { "spacing": { "blockGap": "16px" } }, "core/code": { "typography": { "fontFamily": "var:preset|font-family|fira-code", "fontSize": "var:preset|font-size|medium", "fontWeight": "300" }, "color": { "background": "var:preset|color|accent-5", "text": "var:preset|color|contrast" }, "spacing": { "padding": { "right": "var:preset|spacing|40", "bottom": "var:preset|spacing|40", "left": "var:preset|spacing|40", "top": "var:preset|spacing|40" } } }, "core/comment-author-name": { "color": { "text": "var:preset|color|accent-4" }, "elements": { "link": { "color": { "text": "var:preset|color|accent-4" }, "typography": { "textDecoration": "none" }, ":hover": { "typography": { "textDecoration": "underline" } } } }, "typography": { "fontSize": "var:preset|font-size|small" }, "spacing": { "margin": { "top": "5px", "bottom": "0px" } } }, "core/comment-content": { "typography": { "fontSize": "var:preset|font-size|medium" }, "spacing": { "margin": { "top": "var:preset|spacing|30", "bottom": "var:preset|spacing|30" } } }, "core/comment-date": { "typography": { "fontSize": "var:preset|font-size|small" }, "color": { "text": "var:preset|color|contrast" }, "elements": { "link": { "color": { "text": "var:preset|color|contrast" } } } }, "core/comment-edit-link": { "elements": { "link": { "color": { "text": "var:preset|color|contrast" } } }, "typography": { "fontSize": "var:preset|font-size|small" } }, "core/comment-reply-link": { "elements": { "link": { "color": { "text": "var:preset|color|contrast" } } }, "typography": { "fontSize": "var:preset|font-size|small" } }, "core/post-comments-form": { "css": "& textarea, input:not([type=submit]){border-radius:.25rem; border-color: var(--wp--preset--color--accent-6) !important;} & input[type=checkbox]{margin:0 .2rem 0 0 !important;} & label {font-size: var(--wp--preset--font-size--small); }", "typography": { "fontSize": "var:preset|font-size|medium" }, "spacing": { "padding": { "top": "var:preset|spacing|40", "bottom": "var:preset|spacing|40" } } }, "core/comments-pagination": { "typography": { "fontSize": "var:preset|font-size|medium" }, "spacing": { "margin": { "top": "var:preset|spacing|40", "bottom": "var:preset|spacing|40" } } }, "core/comments-pagination-next": { "typography": { "fontSize": "var:preset|font-size|medium" } }, "core/comments-pagination-numbers": { "typography": { "fontSize": "var:preset|font-size|medium" } }, "core/comments-pagination-previous": { "typography": { "fontSize": "var:preset|font-size|medium" } }, "core/post-date": { "color":{ "text": "var:preset|color|accent-4" }, "elements": { "link": { "color" : { "text": "var:preset|color|accent-4" }, ":hover": { "typography": { "textDecoration": "underline" } }, "typography": { "textDecoration": "none" } } }, "typography": { "fontSize": "var:preset|font-size|small" } }, "core/post-navigation-link": { "typography": { "fontSize": "var:preset|font-size|medium" } }, "core/post-terms": { "css": "& a { white-space: nowrap; }", "typography": { "fontSize": "var:preset|font-size|small", "fontWeight": "600" } }, "core/post-title": { "elements": { "link": { ":hover": { "typography": { "textDecoration": "underline" } }, "typography": { "textDecoration": "none" } } } }, "core/quote": { "border": { "style": "solid", "width": "0 0 0 2px", "color": "currentColor" }, "spacing": { "blockGap": "var:preset|spacing|30", "margin": { "left": "0", "right": "0" }, "padding": { "top": "var:preset|spacing|30", "right": "var:preset|spacing|40", "bottom": "var:preset|spacing|30", "left": "var:preset|spacing|40" } }, "typography": { "fontSize": "var:preset|font-size|large", "fontWeight": "300" }, "elements": { "cite": { "typography": { "fontSize": "var:preset|font-size|small", "fontStyle": "normal", "fontWeight": "300" }, "css": "& sub { font-size: 0.65em }" } }, "css": "&.has-text-align-right { border-width: 0 2px 0 0; } &.has-text-align-center { border-width: 0;border-inline: 0; padding-inline: 0; }", "variations": { "plain": { "border": { "color": "transparent", "style": "none", "width": "0", "radius": "0" }, "spacing": { "padding": { "top": "0", "right": "0", "bottom": "0", "left": "0" } } } } }, "core/pullquote": { "typography": { "fontSize": "var:preset|font-size|xx-large", "fontWeight": "300", "lineHeight": "1.2" }, "elements": { "cite": { "typography": { "fontSize": "var:preset|font-size|small", "fontStyle": "normal" } } }, "spacing": { "padding": { "bottom": "var:preset|spacing|30", "top": "var:preset|spacing|30" } }, "css": "& p:last-of-type {margin-bottom: var(--wp--preset--spacing--30);}" }, "core/query-pagination": { "typography": { "fontSize": "var:preset|font-size|medium", "fontWeight": "500" } }, "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);}", "typography": { "fontSize": "var:preset|font-size|medium", "lineHeight": "1.6" }, "elements": { "button": { "border": { "radius": "3.125rem" }, "spacing": { "margin": { "left": "1.125rem" } }, ":hover" : { "border": { "color": "transparent" } } } } }, "core/separator": { "border": { "color": "currentColor", "style": "solid", "width": "0 0 1px 0" }, "color": { "text": "var:preset|color|accent-6" }, "variations": { "wide": { "css": " &:not(.alignfull){max-width: var(--wp--style--global--wide-size) !important;}" } } }, "core/site-tagline": { "typography": { "fontSize": "var:preset|font-size|medium" } }, "core/site-title": { "typography": { "fontWeight": "700", "letterSpacing": "-.5px" }, "elements": { "link": { "typography": { "textDecoration": "none" }, ":hover": { "typography": { "textDecoration": "underline" } } } } }, "core/term-description": { "typography": { "fontSize": "var:preset|font-size|medium" } }, "core/navigation": { "typography": { "fontSize": "var:preset|font-size|medium" }, "elements": { "link": { ":hover": { "typography": { "textDecoration": "underline" } }, "typography": { "textDecoration": "none" } } } }, "core/list": { "css": "& li{margin-top: 0.5rem;}" } }, "elements": { "button": { "color": { "background": "var:preset|color|contrast", "text": "var:preset|color|base" }, ":focus": { "outline": { "color": "var:preset|color|accent-4", "offset": "2px" } }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--contrast) 85%, transparent)", "text": "var:preset|color|base" }, "border": { "color": "transparent" } }, "spacing": { "padding": { "bottom": "1rem", "left": "2.25rem", "right": "2.25rem", "top": "1rem" } }, "typography": { "fontSize": "var:preset|font-size|medium" } }, "caption": { "typography": { "fontSize": "var:preset|font-size|small", "lineHeight": "1.4" } }, "h1": { "typography": { "fontSize": "var:preset|font-size|xx-large" } }, "h2": { "typography": { "fontSize": "var:preset|font-size|x-large" } }, "h3": { "typography": { "fontSize": "var:preset|font-size|large" } }, "h4": { "typography": { "fontSize": "var:preset|font-size|medium" } }, "h5": { "typography": { "fontSize": "var:preset|font-size|small", "letterSpacing": "0.5px" } }, "h6": { "typography": { "fontSize": "var:preset|font-size|small", "fontWeight": "700", "letterSpacing": "1.4px", "textTransform": "uppercase" } }, "heading": { "typography": { "fontWeight": "400", "lineHeight": "1.125", "letterSpacing": "-0.1px" } }, "link": { "color": { "text": "currentColor" }, ":hover": { "typography": { "textDecoration": "none" } } } } } }