123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692 |
- {
- "settings": {
- "appearanceTools": true,
- "color": {
- "background": true,
- "custom": true,
- "customDuotone": true,
- "customGradient": true,
- "defaultDuotone": true,
- "defaultGradients": true,
- "defaultPalette": true,
- "duotone": [],
- "gradients": [],
- "palette": [
- {
- "color": "#ffffff",
- "name": "Primary",
- "slug": "primary"
- },
- {
- "color": "#2831ff",
- "name": "Secondary",
- "slug": "secondary"
- },
- {
- "color": "#ffffff",
- "name": "Foreground",
- "slug": "foreground"
- },
- {
- "color": "#0f0f0f",
- "name": "Background",
- "slug": "background"
- },
- {
- "color": "#202020",
- "name": "Tertiary",
- "slug": "tertiary"
- }
- ],
- "text": true
- },
- "layout": {
- "contentSize": "620px",
- "definitions": {
- "constrained": {
- "baseStyles": [
- {
- "rules": {
- "float": "left",
- "margin-inline-end": "2em",
- "margin-inline-start": "0"
- },
- "selector": " > .alignleft"
- },
- {
- "rules": {
- "float": "right",
- "margin-inline-end": "0",
- "margin-inline-start": "2em"
- },
- "selector": " > .alignright"
- },
- {
- "rules": {
- "margin-left": "auto !important",
- "margin-right": "auto !important"
- },
- "selector": " > .aligncenter"
- },
- {
- "rules": {
- "margin-left": "auto !important",
- "margin-right": "auto !important",
- "max-width": "var(--wp--style--global--content-size)"
- },
- "selector": " > :where(:not(.alignleft):not(.alignright):not(.alignfull))"
- },
- {
- "rules": {
- "max-width": "var(--wp--style--global--wide-size)"
- },
- "selector": " > .alignwide"
- }
- ],
- "className": "is-layout-constrained",
- "name": "constrained",
- "slug": "constrained",
- "spacingStyles": [
- {
- "rules": {
- "margin-block-start": "0"
- },
- "selector": " > :first-child:first-child"
- },
- {
- "rules": {
- "margin-block-end": "0"
- },
- "selector": " > :last-child:last-child"
- },
- {
- "rules": {
- "margin-block-end": "0"
- },
- "selector": " > *"
- }
- ]
- },
- "default": {
- "baseStyles": [
- {
- "rules": {
- "float": "left",
- "margin-inline-end": "2em",
- "margin-inline-start": "0"
- },
- "selector": " > .alignleft"
- },
- {
- "rules": {
- "float": "right",
- "margin-inline-end": "0",
- "margin-inline-start": "2em"
- },
- "selector": " > .alignright"
- },
- {
- "rules": {
- "margin-left": "auto !important",
- "margin-right": "auto !important"
- },
- "selector": " > .aligncenter"
- }
- ],
- "className": "is-layout-flow",
- "name": "default",
- "slug": "flow",
- "spacingStyles": [
- {
- "rules": {
- "margin-block-start": "0"
- },
- "selector": " > :first-child:first-child"
- },
- {
- "rules": {
- "margin-block-end": "0"
- },
- "selector": " > :last-child:last-child"
- },
- {
- "rules": {
- "margin-block-end": "0"
- },
- "selector": " > *"
- }
- ]
- },
- "flex": {
- "baseStyles": [
- {
- "rules": {
- "align-items": "center",
- "flex-wrap": "wrap"
- }
- },
- {
- "rules": {
- "margin": "0"
- },
- "selector": " > *"
- }
- ],
- "className": "is-layout-flex",
- "displayMode": "flex",
- "name": "flex",
- "slug": "flex"
- },
- "grid": {
- "baseStyles": [
- {
- "rules": {
- "margin": "0"
- },
- "selector": " > *"
- }
- ],
- "className": "is-layout-grid",
- "displayMode": "grid",
- "name": "grid",
- "slug": "grid"
- }
- },
- "wideSize": "1140px"
- },
- "shadow": {
- "defaultPresets": true,
- "presets": []
- },
- "spacing": {
- "customSpacingSize": true,
- "spacingScale": {
- "increment": 1.5,
- "mediumStep": 1.5,
- "operator": "*",
- "steps": 7,
- "unit": "rem"
- },
- "spacingSizes": [],
- "units": [
- "%",
- "px",
- "em",
- "rem",
- "vh",
- "vw"
- ]
- },
- "typography": {
- "customFontSize": true,
- "dropCap": true,
- "fluid": true,
- "fontFamilies": [
- {
- "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
- "name": "System Font",
- "slug": "system-font"
- },
- {
- "fontFace": [
- {
- "fontFamily": "Piazzolla",
- "fontStyle": "normal",
- "fontWeight": "200",
- "src": [
- "file:./assets/fonts/piazzolla_normal_200.ttf"
- ]
- },
- {
- "fontFamily": "Piazzolla",
- "fontStyle": "italic",
- "fontWeight": "200",
- "src": [
- "file:./assets/fonts/piazzolla_italic_200.ttf"
- ]
- },
- {
- "fontFamily": "Piazzolla",
- "fontStyle": "italic",
- "fontWeight": "600",
- "src": [
- "file:./assets/fonts/piazzolla_italic_600.ttf"
- ]
- },
- {
- "fontFamily": "Piazzolla",
- "fontStyle": "normal",
- "fontWeight": "600",
- "src": [
- "file:./assets/fonts/piazzolla_normal_600.ttf"
- ]
- }
- ],
- "fontFamily": "Piazzolla",
- "slug": "piazzolla"
- }
- ],
- "fontSizes": [
- {
- "fluid": {
- "max": "1.0625rem",
- "min": "0.825rem"
- },
- "name": "Small",
- "size": "1rem",
- "slug": "small"
- },
- {
- "fluid": {
- "max": "1.25rem",
- "min": "1rem"
- },
- "name": "Medium",
- "size": "1.125rem",
- "slug": "medium"
- },
- {
- "fluid": {
- "max": "2rem",
- "min": "1.75rem"
- },
- "name": "Large",
- "size": "1.75rem",
- "slug": "large"
- },
- {
- "fluid": {
- "max": "3rem",
- "min": "2.5rem"
- },
- "name": "Extra Large",
- "size": "3rem",
- "slug": "x-large"
- }
- ],
- "fontStyle": true,
- "fontWeight": true,
- "letterSpacing": true,
- "textDecoration": true,
- "textTransform": true
- },
- "useRootPaddingAwareAlignments": true
- },
- "styles": {
- "blocks": {
- "core/button": {
- "border": {
- "radius": "4em"
- }
- },
- "core/code": {
- "border": {
- "color": "var(--wp--preset--color--foreground)",
- "radius": "0.25rem",
- "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)"
- }
- },
- "core/cover": {
- "css": "{\n aspect-ratio: 1;\n}"
- },
- "core/gallery": {
- "spacing": {
- "margin": {
- "bottom": "var(--wp--preset--spacing--50)"
- }
- }
- },
- "core/list": {
- "spacing": {
- "padding": {
- "left": "var(--wp--preset--spacing--70)"
- }
- }
- },
- "core/navigation": {
- "elements": {
- "link": {
- ":hover": {
- "typography": {
- "textDecoration": "underline"
- }
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- }
- },
- "core/paragraph": {
- "typography": {
- "fontSize": "24px",
- "lineHeight": 1.4
- }
- },
- "core/post-author-name": {
- "elements": {
- "link": {
- ":hover": {
- "typography": {
- "textDecoration": "underline"
- }
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- }
- },
- "core/post-content": {
- "typography": {
- "fontSize": "var:preset|font-size|medium"
- }
- },
- "core/post-date": {
- "color": {
- "text": "var(--wp--preset--color--foreground)"
- },
- "elements": {
- "link": {
- ":hover": {
- "typography": {
- "textDecoration": "underline"
- }
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)"
- }
- },
- "core/post-featured-image": {
- "border": {
- "bottom": {
- "radius": "4px"
- },
- "left": {
- "radius": "4px"
- },
- "radius": "4em",
- "right": {
- "radius": "4px"
- },
- "top": {
- "radius": "4px"
- }
- },
- "spacing": {
- "padding": {
- "bottom": "var:preset|spacing|30",
- "left": "var:preset|spacing|30",
- "right": "var:preset|spacing|30",
- "top": "var:preset|spacing|30"
- }
- }
- },
- "core/post-navigation-link": {
- "typography": {
- "fontSize": "24px"
- }
- },
- "core/post-title": {
- "elements": {
- "link": {
- ":hover": {
- "typography": {
- "textDecoration": "underline"
- }
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- },
- "spacing": {
- "margin": {
- "bottom": "0"
- }
- },
- "typography": {
- "fontSize": "1.6rem"
- }
- },
- "core/pullquote": {
- "border": {
- "color": "var(--wp--preset--color--foreground)",
- "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/query-pagination-next": {
- "typography": {
- "fontSize": "var:preset|font-size|medium"
- }
- },
- "core/query-pagination-previous": {
- "typography": {
- "fontSize": "var:preset|font-size|medium"
- }
- },
- "core/query-title": {
- "typography": {
- "fontSize": "var:preset|font-size|large"
- }
- },
- "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--small)"
- }
- },
- "core/site-title": {
- "elements": {
- "link": {
- ":hover": {
- "typography": {
- "textDecoration": "underline"
- }
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- },
- "typography": {
- "fontSize": "2.6rem",
- "fontStyle": "normal",
- "fontWeight": "200"
- }
- }
- },
- "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--background)"
- }
- },
- ":focus": {
- "color": {
- "background": "var(--wp--preset--color--primary)",
- "text": "var(--wp--preset--color--background)"
- },
- "outline": {
- "color": "var(--wp--preset--color--primary)",
- "offset": "2px",
- "style": "dotted",
- "width": "1px"
- }
- },
- ":hover": {
- "color": {
- "background": "var(--wp--preset--color--secondary)",
- "text": "var(--wp--preset--color--background)"
- }
- },
- "border": {
- "radius": "0.25rem"
- },
- "color": {
- "background": "var(--wp--preset--color--primary)",
- "text": "var(--wp--preset--color--background)"
- }
- },
- "h1": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--x-large)"
- }
- },
- "h2": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--large)"
- }
- },
- "h3": {
- "typography": {
- "fontSize": "clamp(1.5rem, calc(1.5rem + ((1vw - 0.48rem) * 0.4808)), 1.75rem)"
- }
- },
- "h4": {
- "typography": {
- "fontSize": "clamp(1.25rem, calc(1.25rem + ((1vw - 0.48rem) * 0.4808)), 1.5rem)"
- }
- },
- "h5": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--medium)"
- }
- },
- "h6": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)"
- }
- },
- "heading": {
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--rubik)",
- "fontWeight": "400",
- "lineHeight": "1.125"
- }
- },
- "link": {
- ":hover": {
- "typography": {
- "textDecoration": "none"
- }
- },
- "color": {
- "text": "var(--wp--preset--color--primary)"
- }
- }
- },
- "spacing": {
- "blockGap": "2vh",
- "padding": {
- "bottom": "2em",
- "left": "2em",
- "right": "2em",
- "top": "2em"
- }
- },
- "typography": {
- "fontFamily": "var:preset|font-family|piazzolla",
- "fontSize": "var: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"
- }
|