123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661 |
- {
- "settings": {
- "appearanceTools": true,
- "color": {
- "custom": true,
- "customGradient": true,
- "duotone": [
- {
- "colors": [
- "#000",
- "#FFF"
- ],
- "name": "Default filter",
- "slug": "default-filter"
- }
- ],
- "palette": [
- {
- "color": "#212121",
- "name": "Primary",
- "slug": "primary"
- },
- {
- "color": "#5d588e",
- "name": "Secondary",
- "slug": "secondary"
- },
- {
- "color": "#212121",
- "name": "Foreground",
- "slug": "foreground"
- },
- {
- "color": "#ffffff",
- "name": "Background",
- "slug": "background"
- },
- {
- "color": "#757575",
- "name": "Tertiary",
- "slug": "tertiary"
- }
- ]
- },
- "layout": {
- "contentSize": "520px",
- "wideSize": "1000px"
- },
- "spacing": {
- "spacingScale": {
- "steps": 0
- },
- "spacingSizes": [
- {
- "name": "1",
- "size": "0.75rem",
- "slug": "30"
- },
- {
- "name": "2",
- "size": "1rem",
- "slug": "40"
- },
- {
- "name": "3",
- "size": "1.5rem",
- "slug": "50"
- },
- {
- "name": "4",
- "size": "2rem",
- "slug": "60"
- },
- {
- "name": "5",
- "size": "3rem",
- "slug": "70"
- },
- {
- "name": "6",
- "size": "4rem",
- "slug": "80"
- }
- ],
- "units": [
- "%",
- "px",
- "em",
- "rem",
- "vh",
- "vw"
- ]
- },
- "typography": {
- "customFontSize": true,
- "fluid": true,
- "fontFamilies": [
- {
- "fontFace": [
- {
- "fontFamily": "Nimbus Sans",
- "fontStyle": "normal",
- "fontWeight": "400",
- "src": [
- "file:./assets/fonts/nimbus-sans_normal_400.woff"
- ]
- },
- {
- "fontFamily": "Nimbus Sans",
- "fontStyle": "normal",
- "fontWeight": "700",
- "src": [
- "file:./assets/fonts/nimbus-sans_normal_700.woff"
- ]
- },
- {
- "fontFamily": "Nimbus Sans",
- "fontStyle": "italic",
- "fontWeight": "400",
- "src": [
- "file:./assets/fonts/nimbus-sans_italic_400.woff"
- ]
- },
- {
- "fontFamily": "Nimbus Sans",
- "fontStyle": "italic",
- "fontWeight": "700",
- "src": [
- "file:./assets/fonts/nimbus-sans_italic_700.woff"
- ]
- }
- ],
- "fontFamily": "Nimbus Sans",
- "slug": "nimbus-sans"
- }
- ],
- "fontSizes": [
- {
- "fluid": {
- "max": "0.833rem",
- "min": "0.833rem"
- },
- "name": "Extra Small",
- "size": "0.833rem",
- "slug": "x-small"
- },
- {
- "fluid": {
- "max": "1rem",
- "min": "0.833rem"
- },
- "name": "Small",
- "size": "1rem",
- "slug": "small"
- },
- {
- "fluid": {
- "max": "1.2rem",
- "min": "1rem"
- },
- "name": "Medium",
- "size": "1.2rem",
- "slug": "medium"
- },
- {
- "fluid": {
- "max": "1.44rem",
- "min": "1.2rem"
- },
- "name": "Large",
- "size": "1.44rem",
- "slug": "large"
- },
- {
- "fluid": {
- "max": "1.728rem",
- "min": "1.44rem"
- },
- "name": "Extra Large",
- "size": "1.728rem",
- "slug": "x-large"
- },
- {
- "fluid": {
- "max": "2.074rem",
- "min": "1.728rem"
- },
- "name": "2X Large",
- "size": "1.901rem",
- "slug": "xx-large"
- }
- ]
- },
- "useRootPaddingAwareAlignments": true
- },
- "styles": {
- "blocks": {
- "core/avatar": {
- "typography": {
- "lineHeight": "0"
- }
- },
- "core/code": {
- "border": {
- "color": "var(--wp--preset--color--tertiary)",
- "radius": "3px",
- "style": "solid",
- "width": "1px"
- },
- "spacing": {
- "padding": "var(--wp--style--block-gap)"
- },
- "typography": {
- "fontFamily": "monospace"
- }
- },
- "core/columns": {
- "spacing": {
- "blockGap": "var(--wp--style--block-gap)"
- }
- },
- "core/comment-author-name": {
- "elements": {
- "link": {
- "color": {
- "text": "var(--wp--preset--color--tertiary)"
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--x-small)"
- }
- },
- "core/comment-date": {
- "elements": {
- "link": {
- "color": {
- "text": "var(--wp--preset--color--tertiary)"
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--x-small)"
- }
- },
- "core/comment-edit-link": {
- "elements": {
- "link": {
- "color": {
- "text": "var(--wp--preset--color--tertiary)"
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--x-small)"
- }
- },
- "core/comment-reply-link": {
- "elements": {
- "link": {
- "border": {
- "color": "var(--wp--preset--color--foreground)",
- "radius": "2px",
- "style": "solid",
- "width": "1px"
- },
- "spacing": {
- "padding": "0.109375rem 0.5rem"
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--x-small)",
- "textDecoration": "none"
- }
- }
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--x-small)"
- }
- },
- "core/comments-pagination": {
- "elements": {
- "link": {
- ":hover": {
- "typography": {
- "textDecoration": "underline solid"
- }
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)"
- }
- },
- "core/image": {
- "filter": {
- "duotone": "var(--wp--preset--duotone--default-filter)"
- }
- },
- "core/post-featured-image": {
- "filter": {
- "duotone": "var(--wp--preset--duotone--default-filter)"
- }
- },
- "core/cover": {
- "filter": {
- "duotone": "var(--wp--preset--duotone--default-filter)"
- }
- },
- "core/list": {
- "spacing": {
- "padding": {
- "left": "var(--wp--style--block-gap)"
- }
- }
- },
- "core/navigation": {
- "elements": {
- "link": {
- ":hover": {
- "typography": {
- "textDecoration": "none"
- }
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)"
- }
- },
- "core/post-author": {
- "color": {
- "text": "var(--wp--preset--color--tertiary)"
- },
- "elements": {
- "link": {
- "color": {
- "text": "var(--wp--preset--color--tertiary)"
- }
- }
- },
- "filter": {
- "duotone": "var(--wp--preset--duotone--default-filter)"
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--x-small)"
- }
- },
- "core/post-date": {
- "color": {
- "text": "var(--wp--preset--color--tertiary)"
- },
- "elements": {
- "link": {
- "color": {
- "text": "var(--wp--preset--color--tertiary)"
- }
- }
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--x-small)"
- }
- },
- "core/post-navigation-link": {
- "elements": {
- "link": {
- ":hover": {
- "typography": {
- "textDecoration": "underline solid"
- }
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)"
- }
- },
- "core/post-terms": {
- "color": {
- "text": "var(--wp--preset--color--tertiary)"
- },
- "elements": {
- "link": {
- "color": {
- "text": "var(--wp--preset--color--tertiary)"
- }
- }
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--x-small)"
- }
- },
- "core/post-title": {
- "elements": {
- "link": {
- ":hover": {
- "typography": {
- "textDecoration": "underline"
- }
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- },
- "spacing": {
- "margin": {
- "bottom": "0"
- }
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--x-large)"
- }
- },
- "core/pullquote": {
- "border": {
- "color": "var(--wp--preset--color--tertiary)",
- "style": "solid",
- "width": "1px 0"
- },
- "spacing": {
- "padding": "var(--wp--style--block-gap)"
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--medium)",
- "fontStyle": "italic"
- }
- },
- "core/query-pagination": {
- "elements": {
- "link": {
- ":hover": {
- "typography": {
- "textDecoration": "underline solid"
- }
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)"
- }
- },
- "core/query-title": {
- "typography": {
- "fontSize": "var(--wp--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--style--block-gap)"
- }
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)"
- }
- },
- "core/read-more": {
- "border": {
- "color": "var(--wp--preset--color--tertiary)",
- "radius": "2px",
- "style": "solid",
- "width": "1px"
- },
- "spacing": {
- "padding": "0 0.5rem"
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--x-small)",
- "textDecoration": "none"
- }
- },
- "core/search": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--x-small)"
- }
- },
- "core/separator": {
- "border": {
- "color": "currentColor",
- "style": "solid",
- "width": "0 0 1px 0"
- },
- "color": {
- "text": "#d9d9d9"
- }
- },
- "core/site-tagline": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--x-small)"
- }
- },
- "core/site-title": {
- "elements": {
- "link": {
- ":hover": {
- "typography": {
- "textDecoration": "underline"
- }
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--medium)",
- "fontWeight": "700"
- }
- }
- },
- "color": {
- "background": "var: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--secondary)",
- "text": "var(--wp--preset--color--background)"
- }
- },
- ":hover": {
- "color": {
- "background": "var(--wp--preset--color--secondary)",
- "text": "var(--wp--preset--color--background)"
- }
- },
- "border": {
- "radius": "2px"
- },
- "color": {
- "background": "var(--wp--preset--color--primary)",
- "text": "var(--wp--preset--color--background)"
- },
- "spacing": {
- "padding": "1.050420168em 2.100840336em"
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--x-small)",
- "fontWeight": "700",
- "letterSpacing": "0.04em",
- "textTransform": "uppercase"
- }
- },
- "h1": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--xx-large)"
- }
- },
- "h2": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--x-large)"
- }
- },
- "h3": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--large)"
- }
- },
- "h4": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--medium)"
- }
- },
- "h5": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)"
- }
- },
- "h6": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--x-small)"
- }
- },
- "heading": {
- "typography": {
- "fontFamily": "Nimbus Sans",
- "fontStyle": "normal",
- "fontWeight": "700",
- "lineHeight": "1.125"
- }
- },
- "link": {
- ":hover": {
- "typography": {
- "textDecoration": "none"
- }
- },
- "color": {
- "text": "var(--wp--preset--color--primary)"
- },
- "typography": {
- "fontFamily": "Nimbus Sans"
- }
- }
- },
- "spacing": {
- "blockGap": "1.5rem",
- "padding": {
- "bottom": "0",
- "left": "var(--wp--style--block-gap)",
- "right": "var(--wp--style--block-gap)",
- "top": "0"
- }
- },
- "typography": {
- "fontFamily": "var:preset|font-family|nimbus-sans",
- "fontSize": "var:preset|font-size|small",
- "lineHeight": "1.5"
- }
- },
- "templateParts": [
- {
- "area": "header",
- "name": "header"
- },
- {
- "area": "footer",
- "name": "footer"
- },
- {
- "area": "uncategorized",
- "name": "comments"
- }
- ],
- "version": 2,
- "$schema": "https://schemas.wp.org/trunk/theme.json"
- }
|