| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500 |
- {
- "customTemplates": [
- {
- "name": "blank",
- "postTypes": [
- "page",
- "post"
- ],
- "title": "Blank"
- },
- {
- "name": "blog-alternative",
- "postTypes": [
- "page"
- ],
- "title": "Blog (Alternative)"
- },
- {
- "name": "404",
- "postTypes": [
- "page"
- ],
- "title": "404"
- }
- ],
- "settings": {
- "appearanceTools": true,
- "blocks": {
- "core/image": {
- "appearanceTools": false,
- "border": {
- "color": true,
- "radius": true,
- "style": true,
- "width": true
- },
- "color": {
- "background": true,
- "button": true,
- "caption": true,
- "custom": true,
- "customDuotone": true,
- "customGradient": true,
- "defaultDuotone": true,
- "defaultGradients": true,
- "defaultPalette": true,
- "duotone": [],
- "gradients": [],
- "heading": true,
- "link": true,
- "palette": [
- {
- "color": "#fafafa",
- "name": "Base",
- "slug": "base"
- },
- {
- "color": "#47484B",
- "name": "Contrast",
- "slug": "contrast"
- },
- {
- "color": "#a11111",
- "name": "Primary",
- "slug": "primary"
- },
- {
- "color": "#0B0033",
- "name": "Secondary",
- "slug": "secondary"
- },
- {
- "color": "#F9F9FB",
- "name": "Tertiary",
- "slug": "tertiary"
- }
- ],
- "text": true
- },
- "dimensions": {
- "minHeight": true
- },
- "layout": {
- "contentSize": "1200px",
- "wideSize": "1200px"
- },
- "lightbox": {
- "allowEditing": true,
- "enabled": true
- },
- "position": {
- "sticky": true
- },
- "shadow": {
- "defaultPresets": true,
- "presets": []
- },
- "spacing": {
- "blockGap": true,
- "customSpacingSize": true,
- "margin": true,
- "padding": true,
- "spacingScale": {
- "increment": 1.5,
- "mediumStep": 1.5,
- "operator": "*",
- "steps": 0,
- "unit": "rem"
- },
- "spacingSizes": [
- {
- "name": "1",
- "size": "clamp(1.5rem, 5vw, 2rem)",
- "slug": "30"
- },
- {
- "name": "2",
- "size": "clamp(1.8rem, 1.8rem + ((1vw - 0.48rem) * 2.885), 3rem)",
- "slug": "40"
- },
- {
- "name": "3",
- "size": "clamp(2.5rem, 8vw, 4.5rem)",
- "slug": "50"
- },
- {
- "name": "4",
- "size": "clamp(3.75rem, 10vw, 7rem)",
- "slug": "60"
- },
- {
- "name": "5",
- "size": "clamp(5rem, 5.25rem + ((1vw - 0.48rem) * 9.096), 8rem)",
- "slug": "70"
- },
- {
- "name": "6",
- "size": "clamp(7rem, 14vw, 11rem)",
- "slug": "80"
- }
- ],
- "units": [
- "%",
- "px",
- "em",
- "rem",
- "vh",
- "vw"
- ]
- },
- "typography": {
- "customFontSize": true,
- "dropCap": false,
- "fluid": true,
- "fontFamilies": [
- {
- "fontFace": [
- {
- "fontFamily": "DM Sans",
- "fontStretch": "normal",
- "fontStyle": "normal",
- "fontWeight": "400",
- "src": [
- "file:./assets/fonts/dm-sans/DMSans-Regular.woff2"
- ]
- },
- {
- "fontFamily": "DM Sans",
- "fontStretch": "normal",
- "fontStyle": "italic",
- "fontWeight": "400",
- "src": [
- "file:./assets/fonts/dm-sans/DMSans-Regular-Italic.woff2"
- ]
- },
- {
- "fontFamily": "DM Sans",
- "fontStretch": "normal",
- "fontStyle": "normal",
- "fontWeight": "700",
- "src": [
- "file:./assets/fonts/dm-sans/DMSans-Bold.woff2"
- ]
- },
- {
- "fontFamily": "DM Sans",
- "fontStretch": "normal",
- "fontStyle": "italic",
- "fontWeight": "700",
- "src": [
- "file:./assets/fonts/dm-sans/DMSans-Bold-Italic.woff2"
- ]
- }
- ],
- "fontFamily": "\"DM Sans\", sans-serif",
- "name": "DM Sans",
- "slug": "dm-sans"
- },
- {
- "fontFace": [
- {
- "fontDisplay": "block",
- "fontFamily": "IBM Plex Mono",
- "fontStretch": "normal",
- "fontStyle": "normal",
- "fontWeight": "300",
- "src": [
- "file:./assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2"
- ]
- },
- {
- "fontDisplay": "block",
- "fontFamily": "IBM Plex Mono",
- "fontStretch": "normal",
- "fontStyle": "normal",
- "fontWeight": "400",
- "src": [
- "file:./assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2"
- ]
- },
- {
- "fontDisplay": "block",
- "fontFamily": "IBM Plex Mono",
- "fontStretch": "normal",
- "fontStyle": "italic",
- "fontWeight": "400",
- "src": [
- "file:./assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2"
- ]
- },
- {
- "fontDisplay": "block",
- "fontFamily": "IBM Plex Mono",
- "fontStretch": "normal",
- "fontStyle": "normal",
- "fontWeight": "700",
- "src": [
- "file:./assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2"
- ]
- }
- ],
- "fontFamily": "'IBM Plex Mono', monospace",
- "name": "IBM Plex Mono",
- "slug": "ibm-plex-mono"
- },
- {
- "fontFace": [
- {
- "fontFamily": "Inter",
- "fontStretch": "normal",
- "fontStyle": "normal",
- "fontWeight": "200 900",
- "src": [
- "file:./assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf"
- ]
- }
- ],
- "fontFamily": "\"Inter\", sans-serif",
- "name": "Inter",
- "slug": "inter"
- },
- {
- "fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif",
- "name": "System Font",
- "slug": "system-font"
- },
- {
- "fontFace": [
- {
- "fontFamily": "Source Serif Pro",
- "fontStretch": "normal",
- "fontStyle": "normal",
- "fontWeight": "200 900",
- "src": [
- "file:./assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2"
- ]
- },
- {
- "fontFamily": "Source Serif Pro",
- "fontStretch": "normal",
- "fontStyle": "italic",
- "fontWeight": "200 900",
- "src": [
- "file:./assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2"
- ]
- }
- ],
- "fontFamily": "\"Source Serif Pro\", serif",
- "name": "Source Serif Pro",
- "slug": "source-serif-pro"
- }
- ],
- "fontSizes": [
- {
- "fluid": {
- "max": "1rem",
- "min": "0.875rem"
- },
- "name": "Small",
- "size": "1rem",
- "slug": "small"
- },
- {
- "fluid": {
- "max": "1.187rem",
- "min": "1rem"
- },
- "name": "Medium",
- "size": "1.187rem",
- "slug": "medium"
- },
- {
- "fluid": {
- "max": "1.3125rem",
- "min": "1.187rem"
- },
- "name": "Large",
- "size": "1.3125rem",
- "slug": "large"
- },
- {
- "fluid": {
- "max": "2rem",
- "min": "1.562rem"
- },
- "name": "Extra Large",
- "size": "2rem",
- "slug": "x-large"
- },
- {
- "fluid": {
- "max": "7rem",
- "min": "3.375rem"
- },
- "size": "7rem",
- "slug": "xx-large"
- }
- ],
- "fontStyle": true,
- "fontWeight": true,
- "letterSpacing": true,
- "lineHeight": true,
- "textDecoration": true,
- "textTransform": true,
- "writingMode": false
- },
- "useRootPaddingAwareAlignments": true
- }
- },
- "color": {
- "background": true,
- "custom": true,
- "customDuotone": true,
- "customGradient": true,
- "defaultDuotone": true,
- "defaultGradients": true,
- "defaultPalette": true,
- "duotone": [],
- "gradients": [],
- "palette": [
- {
- "color": "#ffffff",
- "name": "Base",
- "slug": "base"
- },
- {
- "color": "#404040",
- "name": "Contrast",
- "slug": "contrast"
- },
- {
- "color": "#a10000",
- "name": "Primary",
- "slug": "primary"
- },
- {
- "color": "#000000",
- "name": "Secondary",
- "slug": "secondary"
- },
- {
- "color": "#f2f2f2",
- "name": "Tertiary",
- "slug": "tertiary"
- }
- ],
- "text": true
- },
- "layout": {
- "contentSize": "1200px",
- "wideSize": "1200px"
- },
- "shadow": {
- "defaultPresets": true,
- "presets": []
- },
- "spacing": {
- "customSpacingSize": true,
- "spacingScale": {
- "increment": 1.5,
- "mediumStep": 1.5,
- "operator": "*",
- "steps": 0,
- "unit": "rem"
- },
- "spacingSizes": [
- {
- "name": "1",
- "size": "clamp(1.5rem, 5vw, 2rem)",
- "slug": "30"
- },
- {
- "name": "2",
- "size": "clamp(1.8rem, 1.8rem + ((1vw - 0.48rem) * 2.885), 3rem)",
- "slug": "40"
- },
- {
- "name": "3",
- "size": "clamp(2.5rem, 8vw, 4.5rem)",
- "slug": "50"
- },
- {
- "name": "4",
- "size": "clamp(3.75rem, 10vw, 7rem)",
- "slug": "60"
- },
- {
- "name": "5",
- "size": "clamp(5rem, 5.25rem + ((1vw - 0.48rem) * 9.096), 8rem)",
- "slug": "70"
- },
- {
- "name": "6",
- "size": "clamp(7rem, 14vw, 11rem)",
- "slug": "80"
- }
- ],
- "units": [
- "%",
- "px",
- "em",
- "rem",
- "vh",
- "vw"
- ]
- },
- "typography": {
- "customFontSize": true,
- "dropCap": false,
- "fluid": true,
- "fontFamilies": [
- {
- "fontFace": [
- {
- "fontDisplay": "block",
- "fontFamily": "IBM Plex Mono",
- "fontStretch": "normal",
- "fontStyle": "normal",
- "fontWeight": "300",
- "src": [
- "file:./assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2"
- ]
- },
- {
- "fontDisplay": "block",
- "fontFamily": "IBM Plex Mono",
- "fontStretch": "normal",
- "fontStyle": "normal",
- "fontWeight": "400",
- "src": [
- "file:./assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2"
- ]
- },
- {
- "fontDisplay": "block",
- "fontFamily": "IBM Plex Mono",
- "fontStretch": "normal",
- "fontStyle": "italic",
- "fontWeight": "400",
- "src": [
- "file:./assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2"
- ]
- },
- {
- "fontDisplay": "block",
- "fontFamily": "IBM Plex Mono",
- "fontStretch": "normal",
- "fontStyle": "normal",
- "fontWeight": "700",
- "src": [
- "file:./assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2"
- ]
- }
- ],
- "fontFamily": "'IBM Plex Mono', monospace",
- "name": "IBM Plex Mono",
- "slug": "ibm-plex-mono"
- },
- {
- "fontFace": [
- {
- "fontFamily": "Inter",
- "fontStretch": "normal",
- "fontStyle": "normal",
- "fontWeight": "200 900",
- "src": [
- "file:./assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf"
- ]
- }
- ],
- "fontFamily": "\"Inter\", sans-serif",
- "name": "Inter",
- "slug": "inter"
- },
- {
- "fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif",
- "name": "System Font",
- "slug": "system-font"
- },
- {
- "fontFace": [
- {
- "fontFamily": "Source Serif Pro",
- "fontStretch": "normal",
- "fontStyle": "normal",
- "fontWeight": "200 900",
- "src": [
- "file:./assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2"
- ]
- },
- {
- "fontFamily": "Source Serif Pro",
- "fontStretch": "normal",
- "fontStyle": "italic",
- "fontWeight": "200 900",
- "src": [
- "file:./assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2"
- ]
- }
- ],
- "fontFamily": "\"Source Serif Pro\", serif",
- "name": "Source Serif Pro",
- "slug": "source-serif-pro"
- },
- {
- "fontFace": [
- {
- "fontFamily": "DM Sans",
- "fontStretch": "normal",
- "fontStyle": "normal",
- "fontWeight": "400",
- "src": [
- "file:./assets/fonts/dm-sans/DMSans-Regular.woff2"
- ]
- },
- {
- "fontFamily": "DM Sans",
- "fontStretch": "normal",
- "fontStyle": "italic",
- "fontWeight": "400",
- "src": [
- "file:./assets/fonts/dm-sans/DMSans-Regular-Italic.woff2"
- ]
- },
- {
- "fontFamily": "DM Sans",
- "fontStretch": "normal",
- "fontStyle": "normal",
- "fontWeight": "700",
- "src": [
- "file:./assets/fonts/dm-sans/DMSans-Bold.woff2"
- ]
- },
- {
- "fontFamily": "DM Sans",
- "fontStretch": "normal",
- "fontStyle": "italic",
- "fontWeight": "700",
- "src": [
- "file:./assets/fonts/dm-sans/DMSans-Bold-Italic.woff2"
- ]
- },
- {
- "fontFamily": "DM Sans",
- "fontStyle": "normal",
- "fontWeight": "500",
- "src": [
- "file:./assets/fonts/dm-sans_normal_500.ttf"
- ]
- },
- {
- "fontFamily": "DM Sans",
- "fontStyle": "italic",
- "fontWeight": "500",
- "src": [
- "file:./assets/fonts/dm-sans_italic_500.ttf"
- ]
- }
- ],
- "fontFamily": "\"DM Sans\", sans-serif",
- "name": "DM Sans",
- "slug": "dm-sans"
- }
- ],
- "fontSizes": [
- {
- "fluid": {
- "max": "1rem",
- "min": "0.875rem"
- },
- "name": "Small",
- "size": "1rem",
- "slug": "small"
- },
- {
- "fluid": {
- "max": "1.187rem",
- "min": "1rem"
- },
- "name": "Medium",
- "size": "1.187rem",
- "slug": "medium"
- },
- {
- "fluid": {
- "max": "1.3125rem",
- "min": "1.187rem"
- },
- "name": "Large",
- "size": "1.3125rem",
- "slug": "large"
- },
- {
- "fluid": {
- "max": "2rem",
- "min": "1.562rem"
- },
- "name": "Extra Large",
- "size": "2rem",
- "slug": "x-large"
- },
- {
- "fluid": {
- "max": "7rem",
- "min": "3.375rem"
- },
- "size": "7rem",
- "slug": "xx-large"
- }
- ],
- "fontStyle": true,
- "fontWeight": true,
- "letterSpacing": true,
- "textDecoration": true,
- "textTransform": true
- },
- "useRootPaddingAwareAlignments": true
- },
- "styles": {
- "blocks": {
- "core/button": {
- "border": {
- "bottom": {
- "style": "",
- "width": ""
- },
- "left": {
- "style": "",
- "width": ""
- },
- "radius": "5rem",
- "right": {
- "style": "",
- "width": ""
- },
- "top": {
- "style": "",
- "width": ""
- }
- },
- "color": {
- "background": "var(--wp--preset--color--primary)",
- "text": "var(--wp--preset--color--base)"
- },
- "elements": {
- "link": {
- "color": {
- "text": "var(--wp--preset--color--base)"
- }
- }
- },
- "typography": {
- "fontSize": "1.5rem",
- "fontStyle": "normal",
- "fontWeight": "500"
- }
- },
- "core/categories": {
- "typography": {
- "fontSize": "1.25em"
- }
- },
- "core/comment-author-name": {
- "elements": {
- "link": {
- ":active": {
- "color": {
- "text": "var(--wp--preset--color--secondary)"
- },
- "typography": {
- "textDecoration": "none"
- }
- },
- ":focus": {
- "typography": {
- "textDecoration": "none"
- }
- },
- ":hover": {
- "typography": {
- "textDecoration": "none"
- }
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- }
- },
- "core/comment-date": {
- "elements": {
- "link": {
- ":active": {
- "color": {
- "text": "var(--wp--preset--color--secondary)"
- },
- "typography": {
- "textDecoration": "none"
- }
- },
- ":focus": {
- "typography": {
- "textDecoration": "none"
- }
- },
- ":hover": {
- "typography": {
- "textDecoration": "none"
- }
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)"
- }
- },
- "core/comment-edit-link": {
- "elements": {
- "link": {
- ":focus": {
- "typography": {
- "textDecoration": "none"
- }
- },
- ":hover": {
- "typography": {
- "textDecoration": "none"
- }
- }
- }
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)"
- }
- },
- "core/comment-reply-link": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)"
- }
- },
- "core/comments-pagination": {
- "elements": {
- "link": {
- "typography": {
- "textDecoration": "none"
- }
- }
- },
- "spacing": {
- "margin": {
- "top": "var(--wp--preset--spacing--40)"
- }
- }
- },
- "core/comments-title": {
- "spacing": {
- "margin": {
- "bottom": "var(--wp--preset--spacing--40)"
- }
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--large)"
- }
- },
- "core/cover": {
- "border": {
- "radius": "0.2rem"
- }
- },
- "core/heading": {
- "elements": {
- "link": {
- ":hover": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- }
- }
- }
- },
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--dm-sans)",
- "textTransform": "uppercase"
- }
- },
- "core/image": {
- "border": {
- "radius": "0.2rem"
- },
- "css": ""
- },
- "core/list": {
- "css": "",
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--inter)"
- }
- },
- "core/list-item": {
- "css": ""
- },
- "core/navigation": {
- "color": {
- "text": "var(--wp--preset--color--contrast)"
- },
- "elements": {
- "link": {
- ":active": {
- "typography": {
- "textDecoration": "none"
- }
- },
- ":focus": {
- "typography": {
- "textDecoration": "none"
- }
- },
- ":hover": {
- "border": {
- "color": "var(--wp--preset--color--primary)"
- },
- "color": {
- "background": "transparent",
- "text": "var(--wp--preset--color--secondary)"
- },
- "typography": {
- "textDecoration": "none"
- }
- },
- "border": {
- "bottom": {
- "color": "transparent",
- "style": "solid",
- "width": "0.2ch"
- }
- },
- "color": {
- "text": "var(--wp--preset--color--contrast)"
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- },
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--dm-sans)",
- "fontSize": "var(--wp--preset--font-size--medium)"
- }
- },
- "core/navigation-link": {
- "css": "border-style: hidden;",
- "typography": {
- "textDecoration": "none"
- }
- },
- "core/navigation-submenu": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- }
- },
- "core/paragraph": {
- "color": {
- "text": "var(--wp--preset--color--black)"
- },
- "spacing": {
- "padding": {
- "bottom": "0",
- "top": "0"
- }
- },
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--inter)",
- "fontSize": "1.2rem",
- "fontStyle": "normal",
- "fontWeight": "300"
- }
- },
- "core/post-author": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)"
- }
- },
- "core/post-content": {
- "elements": {
- "link": {
- ":hover": {
- "border": {
- "color": "var(--wp--preset--color--contrast)"
- },
- "color": {
- "background": "var(--wp--preset--color--tertiary)"
- },
- "typography": {
- "textDecoration": "none"
- }
- },
- "color": {
- "text": "var(--wp--preset--color--secondary)"
- }
- }
- }
- },
- "core/post-date": {
- "elements": {
- "link": {
- ":hover": {
- "border": {
- "color": "var(--wp--preset--color--contrast)"
- },
- "color": {
- "background": "var(--wp--preset--color--tertiary)"
- },
- "typography": {
- "textDecoration": "none"
- }
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)",
- "fontWeight": "400"
- }
- },
- "core/post-excerpt": {
- "typography": {
- "fontSize": ""
- }
- },
- "core/post-featured-image": {
- "border": {
- "radius": "0.2rem"
- }
- },
- "core/post-terms": {
- "color": {
- "text": "var(--wp--preset--color--secondary)"
- },
- "css": "display: inline-flex;\nflex-wrap:wrap;",
- "elements": {
- "link": {
- "color": {
- "text": "var(--wp--preset--color--secondary)"
- }
- }
- },
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--source-serif-pro)",
- "fontSize": "1.2rem"
- }
- },
- "core/post-title": {
- "elements": {
- "link": {
- ":active": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- },
- "typography": {
- "textDecoration": "none"
- }
- },
- ":focus": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- },
- "typography": {
- "textDecoration": "underline dashed"
- }
- },
- ":hover": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- },
- "typography": {
- "textDecoration": "underline"
- }
- },
- "border": {
- "width": "0 !important"
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- },
- "spacing": {
- "margin": {
- "bottom": "1.25rem",
- "top": "1.25rem"
- }
- },
- "typography": {
- "fontStyle": "normal",
- "fontWeight": "400",
- "textTransform": "none"
- }
- },
- "core/pullquote": {
- "border": {
- "color": "var(--wp--preset--color--contrast)",
- "style": "double",
- "width": "6px"
- },
- "color": {
- "text": "var(--wp--preset--color--secondary)"
- },
- "elements": {
- "cite": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)",
- "fontStyle": "normal",
- "textTransform": "none"
- }
- }
- },
- "spacing": {
- "margin": {
- "bottom": "var(--wp--preset--spacing--40) !important",
- "top": "var(--wp--preset--spacing--40) !important"
- }
- },
- "typography": {
- "lineHeight": "1.3"
- }
- },
- "core/query": {
- "elements": {
- "h2": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--x-large)"
- }
- }
- }
- },
- "core/query-pagination": {
- "elements": {
- "link": {
- ":active": {
- "border": {
- "color": "var(--wp--preset--color--base)",
- "width": "0 0 2px 0"
- }
- },
- ":hover": {
- "border": {
- "color": "var(--wp--preset--color--contrast)"
- },
- "color": {
- "background": "var(--wp--preset--color--tertiary)"
- },
- "typography": {
- "textDecoration": "none"
- }
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)",
- "fontWeight": "400"
- }
- },
- "core/quote": {
- "border": {
- "color": "var(--wp--preset--color--contrast)",
- "style": "double",
- "width": "0 0 0 6px"
- },
- "color": {
- "text": "var(--wp--preset--color--secondary)"
- },
- "elements": {
- "cite": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)",
- "fontStyle": "normal"
- }
- }
- },
- "spacing": {
- "margin": {
- "left": "var(--wp--preset--spacing--30)"
- },
- "padding": {
- "left": "var(--wp--preset--spacing--30)",
- "right": "var(--wp--preset--spacing--30)"
- }
- }
- },
- "core/separator": {
- "border": {
- "color": "var(--wp--preset--color--primary)",
- "radius": "0.5rem",
- "style": "solid",
- "width": "0.1rem"
- },
- "color": {
- "background": ""
- },
- "css": "",
- "spacing": {
- "margin": {
- "bottom": "0",
- "top": "0"
- }
- },
- "variations": {
- "dots": {
- "color": {
- "background": "var(--wp--preset--color--primary)"
- }
- },
- "wide": {
- "color": {
- "background": "var(--wp--preset--color--primary)"
- },
- "spacing": {
- "margin": {
- "bottom": "0",
- "top": "0"
- }
- }
- }
- }
- },
- "core/site-tagline": {
- "color": {
- "text": "var(--wp--preset--color--black)"
- },
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--dm-sans)",
- "fontStyle": "normal",
- "fontWeight": "300"
- }
- },
- "core/site-title": {
- "elements": {
- "link": {
- ":active": {
- "border": {
- "color": "var(--wp--preset--color--primary)"
- },
- "color": {
- "background": "transparent",
- "text": "var(--wp--preset--color--secondary)"
- },
- "typography": {
- "textDecoration": "none"
- }
- },
- ":focus": {
- "typography": {
- "textDecoration": "none"
- }
- },
- ":hover": {
- "border": {
- "color": "var(--wp--preset--color--primary)"
- },
- "color": {
- "background": "transparent"
- },
- "typography": {
- "textDecoration": "none"
- }
- },
- "border": {
- "color": "transparent"
- },
- "color": {
- "text": "var(--wp--preset--color--primary)"
- },
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--dm-sans)",
- "fontSize": "var(--wp--preset--font-size--large)",
- "fontWeight": "700",
- "letterSpacing": "-0.01em",
- "textDecoration": "none"
- }
- }
- },
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--dm-sans)",
- "fontSize": "var(--wp--preset--font-size--large)",
- "fontWeight": "normal",
- "lineHeight": "1.4",
- "textTransform": "capitalize"
- }
- },
- "core/tag-cloud": {
- "css": "",
- "spacing": {
- "margin": {
- "bottom": "0px",
- "left": "0px",
- "right": "0px",
- "top": "0px"
- },
- "padding": {
- "bottom": "0px",
- "left": "0px",
- "right": "0px",
- "top": "0px"
- }
- }
- },
- "core/video": {
- "css": "\n\n"
- }
- },
- "border": {
- "color": "var(--wp--preset--color--base)",
- "style": "solid",
- "width": "max(1vw, 0.5rem)"
- },
- "color": {
- "background": "var(--wp--preset--color--base)",
- "text": "var(--wp--preset--color--secondary)"
- },
- "css": "/* keep FOOTER bottom*/\n.wp-site-blocks { \n min-height: 96.3vh; \n display: flex; \n flex-direction: column; \n justify-content: flex-start;\n padding:0;\n}\n \nfooter.wp-block-template-part { \n margin-top: auto; \n}\n\n/* GLOBAL block radius */\n.wp-block-group {\n border-radius: 0.2rem !important;\n}\n\n/* BLOCK/CARD scale:hover */\nli.artist.format-standard.has-post-thumbnail.hentry.type-artist.wp-block-post:hover, li.wp-block-post.post.type-post.format-standard.has-post-thumbnail.hentry:hover {\n scale: 1.01;\n transition: .3s ease;\n}\n.wp-block-group.has-primary-background-color.is-layout-constrained:hover {\n scale: 1.01;\n transition: .3s ease;\n}\n\n\n/* pagination block */\n.page-numbers {\n padding: 0.3rem 0.6rem 0.3rem 0.7rem;\n border-radius: 1rem;\n}\n.current {\n color: white;\n background-color: var(--wp--preset--color--primary);\n}\n.wp-container-core-query-pagination-layout-1 {\n justify-content: center;\n padding: 0.5rem 0;\n}\n\n\n/* MATERIAL list */\n.ul-material { \n margin-inline-start: 0.5rem !important;\n line-height: 2;\n font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.591), 1.2rem) !important;\n}\n\n/* \np.is-layout-flow, .wp-block-paragraph-is-layout-flow {\n font-family: auto;\n line-height: 1.6; \n} \n*/\n\n/* TAXONOMY block link */\nh6.tax-white a:hover {\n color: var(--wp--preset--color--base) !important;\n}\n\n/* social media icons */\n.wp-block-social-link-anchor:hover {\n color: var(--wp--preset--color--tertiary) !important;\n}\n\n/* ALL LINKS */\na {\ntext-decoration: none !important;\n background: none !important;\n border-style: none !important;\n}\n\na:hover {\n color: var(--wp--preset--color--primary) !important;\n text-decoration: underline !important;\n}\n\n.wp-block-navigation-item {\n color: black !important;\n}\n\n/* THUMBNAIL/CARD link \nhover */\nimg.attachment-post-thumbnail.size-post-thumbnail.wp-post-image:hover {\n transition: .3s ease;\n opacity: 0.9;\n scale: 1.01;\n}\n\n/* FIGCAPTIONS */\nfigcaption.wp-element-caption {\n font-size: 0.8rem !important;\n}\n.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {\n border-radius: 0.5rem;\n}\n\n/* COVER BLOCK height */\n.wp-block-cover {\n min-height:auto;\n}\n\n/* SEARCH BAR */\n.wp-block-search__input {\n font-size: 1.5rem;\n padding:0 1.2rem; \n}\n\n/* SEARCH BUTTON */\n.wp-element-button {\n border-width: 0.2rem !important;\n border-style: solid !important; \n background-color: var(--wp--preset--color--b);\n}\n.search-icon {\n color: var(--wp--preset--color--primary);\n}\n\n/* BLOCK BUTTONS Buttons */\n.wp-element-button, .wp-block-button__link {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n}\n\n.wp-element-button:hover, .wp-block-button__link:hover {\n border-color: var(--wp--preset--color--primary) !important;\n border-width: 0.2rem !important;\n border-style: double !important;\n padding-bottom: 0.5rem !important; \n color: white !important;\n}\n\n/* A-Z list */\n/* .az-columns {\ncolumn-count: 4 !important;\n} */\n\n.letter-section {\n font-family: 'Source Serif Pro';\n}\n\n.az-letters > ul.az-links > li {\n width: 3.6em !important;\n background: #a10000 !important;\n border-radius: 3em;\n}\n\n.az-letters > ul.az-links > li a {\n color: white !important;\n}\n\nh2.letter-title {\n font-family: \"DM Sans\", sans-serif;\n font-size: clamp(1.78rem, 0.61vw + 1.63rem, 2.11rem);\n margin: 0;\n}\n\nh6.wp-block-post-title.has-source-serif-pro-font-family {\n margin-bottom: 0.6rem !important;\n}\n\n.back-to-top {\n font-family: \"DM Sans\", sans-serif;\n}\n\n/* NAV responsive menu */\n.wp-block-navigation__responsive-container {\n bottom: auto;\n}\n\n/* IFRAME embed*/\niframe {\n aspect-ratio: 16 / 9;\n width: 100%;\n height: auto;\n border-radius: 0.2rem;\n}\n\n\n/* Video PopUp standard */\nimg.vp-img {\n aspect-ratio: 16 / 9;\n width: 100%;\n height: auto;\n}\n\nimg.vp-img:hover {\n opacity: 90%;\n}\n\n.vp-flex {\n max-width: 1000px !important;\n width: 100%;\n height: auto !important;\n}\n\n.video-pu {\n min-height:100%;\n margin: 1.5rem 9rem 0rem 9rem !important;\n}\n\n\n/* YouTube hide links */\n.ytp-chrome-top.ytp-show-cards-title {\n display: none !important;\n}\n\nh5.wp-block-heading.has-text-align-center.has-source-serif-pro-font-family {\n padding: 3.5rem 0;\n font-size: clamp(1rem, 2.13vw + 0.47rem, 2.06rem);\n\n}\n\n/** RESPONSIVE 718px **/\n@media (max-width: 781px) {\n\nh5.wp-block-heading.has-text-align-center.has-source-serif-pro-font-family {\n padding: 1rem 0;\n}\n\n/* TAXONOMY titles */\nh6.has-text-align-right {\n text-align: left;\n}\n\n.wp-block-column.has-border-color.has-primary-border-color.has-primary-background-color.has-background.is-layout-flow.wp-block-column-is-layout-flow {\n padding-bottom: 0 !important;\n}\n\n/* Sizzle reel */\n.video-pu{\n margin: 1.5rem 0rem 0rem !important;\n}\n\n.wp-block-group.sizzle-padding.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {\n padding: 0 1rem !important;\n}\n\n/* FLEX COLUMN REVERSE display */\n.column-reverse {\n flex-flow: column-reverse;\n}\n\n/* ARCHIVE Columns */\n.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {\ngrid-template-columns: repeat(2, minmax(0, 1fr));\n}\n\n}\n\n/** RESPONSIVE 431px **/\n@media (max-width: 431px) {\nh5.wp-block-heading.has-text-align-center.has-source-serif-pro-font-family {\n padding: 0;\n font-size: 1.2rem !important;\n}\n\n}",
- "elements": {
- "button": {
- ":active": {
- "border": {
- "color": "var(--wp--preset--color--secondary)",
- "width": "2px 2px 4px 2px !important"
- },
- "color": {
- "background": "var(--wp--preset--color--tertiary)",
- "text": "var(--wp--preset--color--secondary)"
- },
- "spacing": {
- "padding": {
- "bottom": "min(calc(1rem + 2px), 3vw) !important"
- }
- }
- },
- ":focus": {
- "border": {
- "color": "var(--wp--preset--color--secondary)",
- "style": "dashed dashed double",
- "width": "2px 2px 4px 2px !important"
- },
- "color": {
- "background": "var(--wp--preset--color--tertiary)",
- "text": "var(--wp--preset--color--secondary)"
- },
- "spacing": {
- "padding": {
- "bottom": "min(calc(1rem + 2px), 3vw) !important"
- }
- }
- },
- ":hover": {
- "border": {
- "color": "var(--wp--preset--color--secondary)",
- "width": "2px 2px 4px 2px !important"
- },
- "color": {
- "background": "var(--wp--preset--color--tertiary)",
- "text": "var(--wp--preset--color--secondary)"
- },
- "spacing": {
- "padding": {
- "bottom": "min(calc(1rem + 2px), 3vw) !important"
- }
- }
- },
- ":visited": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- }
- },
- "border": {
- "color": "var(--wp--preset--color--primary)",
- "radius": "10px",
- "style": "solid",
- "width": "2px 2px 6px 2px !important"
- },
- "color": {
- "background": "var(--wp--preset--color--primary)",
- "text": "var(--wp--preset--color--base)"
- },
- "spacing": {
- "padding": {
- "bottom": "min(1rem, 3vw) !important",
- "left": "min(2.75rem, 6vw) !important",
- "right": "min(2.75rem, 6vw) !important",
- "top": "min(1rem, 3vw) !important"
- }
- },
- "typography": {
- "fontWeight": "700",
- "letterSpacing": "1px",
- "textTransform": "uppercase"
- }
- },
- "cite": {
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--source-serif-pro)"
- }
- },
- "h1": {
- "typography": {
- "fontSize": "clamp(1rem, -0.24593rem + 7.246vw, 5rem)",
- "fontStyle": "normal",
- "fontWeight": "500",
- "letterSpacing": "-0.01em",
- "lineHeight": "1.2"
- }
- },
- "h2": {
- "color": {
- "text": "var(--wp--preset--color--secondary)"
- },
- "typography": {
- "fontSize": "clamp(3.16rem, 1.08vw + 2.89rem, 3.75rem)",
- "fontStyle": "normal",
- "fontWeight": "500",
- "letterSpacing": "0em",
- "lineHeight": "1.2"
- }
- },
- "h3": {
- "color": {
- "text": "var(--wp--preset--color--secondary)"
- },
- "typography": {
- "fontSize": "clamp(2.37rem, 0.81vw + 2.17rem, 2.81rem)",
- "fontStyle": "normal",
- "fontWeight": "500"
- }
- },
- "h4": {
- "typography": {
- "fontSize": "clamp(1.78rem, 0.61vw + 1.63rem, 2.11rem)",
- "fontStyle": "normal",
- "fontWeight": "500"
- }
- },
- "h5": {
- "typography": {
- "fontSize": "clamp(1.33rem, 0.45vw + 1.22rem, 1.58rem)",
- "fontStyle": "normal",
- "fontWeight": "500",
- "letterSpacing": "0.05rem",
- "textTransform": "none"
- }
- },
- "h6": {
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--dm-sans)",
- "fontSize": "clamp(1rem, 0.34vw + 0.91rem, 1.19rem)",
- "fontStyle": "normal",
- "fontWeight": "500",
- "letterSpacing": "0px",
- "textTransform": "uppercase"
- }
- },
- "heading": {
- "color": {
- "text": "var(--wp--preset--color--secondary)"
- },
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--source-serif-pro)",
- "fontStyle": "normal",
- "fontWeight": "500",
- "lineHeight": "1.4"
- }
- },
- "link": {
- ":active": {
- "border": {
- "width": "0"
- },
- "color": {
- "text": "var(--wp--preset--color--secondary)"
- },
- "typography": {
- "textDecoration": "none"
- }
- },
- ":focus": {
- "border": {
- "style": "dashed"
- },
- "typography": {
- "textDecoration": "underline"
- }
- },
- ":hover": {
- "border": {
- "color": "var(--wp--preset--color--contrast)"
- },
- "color": {
- "text": "var(--wp--preset--color--primary)"
- },
- "typography": {
- "textDecoration": "underline"
- }
- },
- "border": {
- "color": "var(--wp--preset--color--primary)",
- "style": "solid",
- "width": "0 0 0 0"
- },
- "color": {
- "text": "var(--wp--preset--color--contrast)"
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- },
- "spacing": {
- "blockGap": "1.5rem",
- "padding": {
- "bottom": "0",
- "left": "var(--wp--preset--spacing--30)",
- "right": "var(--wp--preset--spacing--30)",
- "top": "0"
- }
- },
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--inter)",
- "fontSize": "var(--wp--preset--font-size--medium)",
- "lineHeight": "1.6"
- }
- },
- "templateParts": [
- {
- "area": "header",
- "name": "header",
- "title": "Header"
- },
- {
- "area": "footer",
- "name": "footer",
- "title": "Footer"
- },
- {
- "area": "uncategorized",
- "name": "comments",
- "title": "Comments"
- },
- {
- "area": "uncategorized",
- "name": "post-meta",
- "title": "Post Meta"
- }
- ],
- "version": 2,
- "$schema": "https://schemas.wp.org/wp/6.4/theme.json"
- }
|