{ "version": 3, "$schema": "https://schemas.wp.org/trunk/theme.json", "settings": { "useRootPaddingAwareAlignments": true, "appearanceTools": true, "color": { "defaultDuotone": false, "defaultGradients": false, "defaultPalette": false, "palette": [ { "color": "#040810", "name": "Background", "slug": "background" }, { "color": "#FAF7EF", "name": "Foreground", "slug": "foreground" }, { "color": "#8E9AEC", "name": "Accent", "slug": "accent" } ] }, "layout": { "contentSize": "968px", "wideSize": "1440px" }, "typography": { "fontFamilies": [ { "fontFamily": "EB Garamond", "slug": "eb-garamond", "name": "EB Garamond", "fontFace": [ { "fontFamily": "EB Garamond", "fontWeight": "400", "fontStyle": "normal", "src": ["file:./assets/fonts/eb-garamond/eb-garamond.woff2"] }, { "fontFamily": "EB Garamond", "fontWeight": "400", "fontStyle": "italic", "src": ["file:./assets/fonts/eb-garamond/eb-garamond-italic.woff2"] }, { "fontFamily": "EB Garamond", "fontWeight": "500", "fontStyle": "normal", "src": ["file:./assets/fonts/eb-garamond/eb-garamond-medium.woff2"] }, { "fontFamily": "EB Garamond", "fontWeight": "500", "fontStyle": "italic", "src": ["file:./assets/fonts/eb-garamond/eb-garamond-medium-italic.woff2"] }, { "fontFamily": "EB Garamond", "fontWeight": "600", "fontStyle": "normal", "src": ["file:./assets/fonts/eb-garamond/eb-garamond-semibold.woff2"] }, { "fontFamily": "EB Garamond", "fontWeight": "600", "fontStyle": "italic", "src": ["file:./assets/fonts/eb-garamond/eb-garamond-semibold-italic.woff2"] }, { "fontFamily": "EB Garamond", "fontWeight": "700", "fontStyle": "normal", "src": ["file:./assets/fonts/eb-garamond/eb-garamond-bold.woff2"] }, { "fontFamily": "EB Garamond", "fontWeight": "700", "fontStyle": "italic", "src": ["file:./assets/fonts/eb-garamond/eb-garamond-bold-italic.woff2"] }, { "fontFamily": "EB Garamond", "fontWeight": "800", "fontStyle": "normal", "src": ["file:./assets/fonts/eb-garamond/eb-garamond-extrabold.woff2"] }, { "fontFamily": "EB Garamond", "fontWeight": "800", "fontStyle": "italic", "src": ["file:./assets/fonts/eb-garamond/eb-garamond-extrabold-italic.woff2"] } ] }, { "fontFamily": "Jura", "slug": "jura", "name": "Jura", "fontFace": [ { "fontFamily": "Jura", "fontWeight": "300", "fontStyle": "normal", "src": ["file:./assets/fonts/jura/jura-light.woff2"] }, { "fontFamily": "Jura", "fontWeight": "400", "fontStyle": "normal", "src": ["file:./assets/fonts/jura/jura.woff2"] }, { "fontFamily": "Jura", "fontWeight": "500", "fontStyle": "normal", "src": ["file:./assets/fonts/jura/jura-medium.woff2"] }, { "fontFamily": "Jura", "fontWeight": "600", "fontStyle": "normal", "src": ["file:./assets/fonts/jura/jura-semibold.woff2"] }, { "fontFamily": "Jura", "fontWeight": "700", "fontStyle": "normal", "src": ["file:./assets/fonts/jura/jura-bold.woff2"] } ] }, { "fontFamily": "sora", "slug": "sora", "name": "sora", "fontFace": [ { "fontFamily": "Sora", "fontWeight": "100", "fontStyle": "normal", "src": ["file:./assets/fonts/sora/sora-thin.woff2"] }, { "fontFamily": "Sora", "fontWeight": "200", "fontStyle": "normal", "src": ["file:./assets/fonts/sora/sora-extralight.woff2"] }, { "fontFamily": "Sora", "fontWeight": "300", "fontStyle": "normal", "src": ["file:./assets/fonts/sora/sora-light.woff2"] }, { "fontFamily": "Sora", "fontWeight": "400", "fontStyle": "normal", "src": ["file:./assets/fonts/sora/sora.woff2"] }, { "fontFamily": "Sora", "fontWeight": "500", "fontStyle": "normal", "src": ["file:./assets/fonts/sora/sora-medium.woff2"] }, { "fontFamily": "Sora", "fontWeight": "600", "fontStyle": "normal", "src": ["file:./assets/fonts/sora/sora-semibold.woff2"] }, { "fontFamily": "Sora", "fontWeight": "700", "fontStyle": "normal", "src": ["file:./assets/fonts/sora/sora-bold.woff2"] }, { "fontFamily": "Sora", "fontWeight": "800", "fontStyle": "normal", "src": ["file:./assets/fonts/sora/sora-extrabold.woff2"] } ] } ], "fontSizes": [ { "fluid": false, "name": "Small", "size": "14px", "slug": "tiny" }, { "fluid": false, "name": "medium", "size": "16px", "slug": "medium" }, { "fluid": false, "name": "Standard", "size": "18px", "slug": "standard" }, { "name": "Extra Large", "size": "38px", "slug": "x-large" } ] } }, "styles": { "spacing": { "padding": { "top": "0", "bottom": "0", "left": "0", "right": "0" } }, "color": { "background": "var(--wp--preset--color--background)", "text": "var(--wp--preset--color--foreground)" }, "typography": { "fontFamily": "var(--wp--preset--font-family--sora)", "fontWeight": "300", "fontSize": "var(--wp--preset--font-size--standard)" }, "blocks": { "core/image": { "border": { "color": "#FFF", "width": "1px", "style": "solid", "radius": "12px" } }, "core/heading": { "typography": { "fontFamily": "var(--wp--preset--font-family--eb-garamond)", "fontSize": "var(--wp--preset--font-size--x-large)", "fontWeight": "700", "lineHeight": "1.0" } }, "core/paragraph": { "typography": { "fontFamily": "var(--wp--preset--font-family--sora)", "fontWeight": "300", "fontSize": "var(--wp--preset--font-size--standard)" } }, "core/button": { "color": { "background": "transparent", "text": "var(--wp--preset--color--foreground)" }, "typography": { "textTransform": "uppercase", "fontFamily": "var(--wp--preset--font-family--jura)", "fontSize": "var(--wp--preset--font-size--small)", "fontWeight": "700" }, "border": { "width": "1px", "style": "solid", "radius": "0.85em" }, "spacing": { "padding": { "bottom": ".5em", "top": ".5em", "left": ".75em", "right": ".75em" } } } } }, "templateParts": [ { "area": "header", "name": "header", "title": "Header" }, { "area": "footer", "name": "footer", "title": "Footer" } ] }