theme.json 26 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270
  1. {
  2. "settings": {
  3. "appearanceTools": true,
  4. "color": {
  5. "background": true,
  6. "custom": true,
  7. "customDuotone": true,
  8. "customGradient": true,
  9. "defaultDuotone": true,
  10. "defaultGradients": true,
  11. "defaultPalette": true,
  12. "duotone": [],
  13. "gradients": [],
  14. "palette": [
  15. {
  16. "color": "#ffffff",
  17. "name": "Base",
  18. "slug": "base"
  19. },
  20. {
  21. "color": "#3b3b3b",
  22. "name": "Contrast",
  23. "slug": "contrast"
  24. },
  25. {
  26. "color": "#000000",
  27. "name": "Primary",
  28. "slug": "primary"
  29. },
  30. {
  31. "color": "#000000",
  32. "name": "Secondary",
  33. "slug": "secondary"
  34. },
  35. {
  36. "color": "#c6c6c6",
  37. "name": "Tertiary",
  38. "slug": "tertiary"
  39. }
  40. ],
  41. "text": true
  42. },
  43. "layout": {
  44. "contentSize": "586px",
  45. "definitions": {
  46. "constrained": {
  47. "baseStyles": [
  48. {
  49. "rules": {
  50. "float": "left",
  51. "margin-inline-end": "2em",
  52. "margin-inline-start": "0"
  53. },
  54. "selector": " > .alignleft"
  55. },
  56. {
  57. "rules": {
  58. "float": "right",
  59. "margin-inline-end": "0",
  60. "margin-inline-start": "2em"
  61. },
  62. "selector": " > .alignright"
  63. },
  64. {
  65. "rules": {
  66. "margin-left": "auto !important",
  67. "margin-right": "auto !important"
  68. },
  69. "selector": " > .aligncenter"
  70. },
  71. {
  72. "rules": {
  73. "margin-left": "auto !important",
  74. "margin-right": "auto !important",
  75. "max-width": "var(--wp--style--global--content-size)"
  76. },
  77. "selector": " > :where(:not(.alignleft):not(.alignright):not(.alignfull))"
  78. },
  79. {
  80. "rules": {
  81. "max-width": "var(--wp--style--global--wide-size)"
  82. },
  83. "selector": " > .alignwide"
  84. }
  85. ],
  86. "className": "is-layout-constrained",
  87. "name": "constrained",
  88. "slug": "constrained",
  89. "spacingStyles": [
  90. {
  91. "rules": {
  92. "margin-block-end": "0",
  93. "margin-block-start": "0"
  94. },
  95. "selector": " > *"
  96. },
  97. {
  98. "rules": {
  99. "margin-block-end": "0",
  100. "margin-block-start": null
  101. },
  102. "selector": " > * + *"
  103. }
  104. ]
  105. },
  106. "default": {
  107. "baseStyles": [
  108. {
  109. "rules": {
  110. "float": "left",
  111. "margin-inline-end": "2em",
  112. "margin-inline-start": "0"
  113. },
  114. "selector": " > .alignleft"
  115. },
  116. {
  117. "rules": {
  118. "float": "right",
  119. "margin-inline-end": "0",
  120. "margin-inline-start": "2em"
  121. },
  122. "selector": " > .alignright"
  123. },
  124. {
  125. "rules": {
  126. "margin-left": "auto !important",
  127. "margin-right": "auto !important"
  128. },
  129. "selector": " > .aligncenter"
  130. }
  131. ],
  132. "className": "is-layout-flow",
  133. "name": "default",
  134. "slug": "flow",
  135. "spacingStyles": [
  136. {
  137. "rules": {
  138. "margin-block-end": "0",
  139. "margin-block-start": "0"
  140. },
  141. "selector": " > *"
  142. },
  143. {
  144. "rules": {
  145. "margin-block-end": "0",
  146. "margin-block-start": null
  147. },
  148. "selector": " > * + *"
  149. }
  150. ]
  151. },
  152. "flex": {
  153. "baseStyles": [
  154. {
  155. "rules": {
  156. "align-items": "center",
  157. "flex-wrap": "wrap"
  158. },
  159. "selector": ""
  160. },
  161. {
  162. "rules": {
  163. "margin": "0"
  164. },
  165. "selector": " > *"
  166. }
  167. ],
  168. "className": "is-layout-flex",
  169. "displayMode": "flex",
  170. "name": "flex",
  171. "slug": "flex",
  172. "spacingStyles": [
  173. {
  174. "rules": {
  175. "gap": null
  176. },
  177. "selector": ""
  178. }
  179. ]
  180. }
  181. },
  182. "wideSize": "1200px"
  183. },
  184. "shadow": {
  185. "defaultPresets": true,
  186. "presets": []
  187. },
  188. "spacing": {
  189. "customSpacingSize": true,
  190. "spacingScale": {
  191. "increment": 1.5,
  192. "mediumStep": 1.5,
  193. "operator": "*",
  194. "steps": 7,
  195. "unit": "rem"
  196. },
  197. "spacingSizes": [
  198. {
  199. "name": "1",
  200. "size": "0.5rem",
  201. "slug": "30"
  202. },
  203. {
  204. "name": "2",
  205. "size": "0.875rem",
  206. "slug": "40"
  207. },
  208. {
  209. "name": "3",
  210. "size": "1.75rem",
  211. "slug": "50"
  212. },
  213. {
  214. "name": "4",
  215. "size": "2.625rem",
  216. "slug": "60"
  217. },
  218. {
  219. "name": "5",
  220. "size": "3.5rem",
  221. "slug": "70"
  222. },
  223. {
  224. "name": "6",
  225. "size": "5.25rem",
  226. "slug": "80"
  227. }
  228. ],
  229. "units": ["%", "px", "em", "rem", "vh", "vw"]
  230. },
  231. "typography": {
  232. "customFontSize": true,
  233. "dropCap": true,
  234. "fluid": true,
  235. "fontFamilies": [
  236. {
  237. "fontFace": [],
  238. "fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif",
  239. "name": "System Font",
  240. "slug": "system-font"
  241. },
  242. {
  243. "fontFace": [
  244. {
  245. "fontFamily": "Roboto",
  246. "fontStyle": "normal",
  247. "fontWeight": "100",
  248. "src": [
  249. "file:./assets/fonts/roboto/Roboto-Thin.ttf"
  250. ]
  251. },
  252. {
  253. "fontFamily": "Roboto",
  254. "fontStyle": "italic",
  255. "fontWeight": "100",
  256. "src": ["file:./assets/fonts/Roboto-ThinItalic.ttf"]
  257. },
  258. {
  259. "fontFamily": "Roboto",
  260. "fontStyle": "normal",
  261. "fontWeight": "300",
  262. "src": [
  263. "file:./assets/fonts/roboto/Roboto-Light.ttf"
  264. ]
  265. },
  266. {
  267. "fontFamily": "Roboto",
  268. "fontStyle": "italic",
  269. "fontWeight": "300",
  270. "src": [
  271. "file:./assets/fonts/roboto/Roboto-LightItalic.ttf"
  272. ]
  273. },
  274. {
  275. "fontFamily": "Roboto",
  276. "fontStyle": "normal",
  277. "fontWeight": "400",
  278. "src": [
  279. "file:./assets/fonts/roboto/Roboto-Regular.ttf"
  280. ]
  281. },
  282. {
  283. "fontFamily": "Roboto",
  284. "fontStyle": "italic",
  285. "fontWeight": "400",
  286. "src": [
  287. "file:./assets/fonts/roboto/Roboto-Italic.ttf"
  288. ]
  289. },
  290. {
  291. "fontFamily": "Roboto",
  292. "fontStyle": "normal",
  293. "fontWeight": "500",
  294. "src": [
  295. "file:./assets/fonts/roboto/Roboto-Medium.ttf"
  296. ]
  297. },
  298. {
  299. "fontFamily": "Roboto",
  300. "fontStyle": "italic",
  301. "fontWeight": "500",
  302. "src": [
  303. "file:./assets/fonts/roboto/Roboto-MediumItalic.ttf"
  304. ]
  305. },
  306. {
  307. "fontFamily": "Roboto",
  308. "fontStyle": "normal",
  309. "fontWeight": "700",
  310. "src": [
  311. "file:./assets/fonts/roboto/Roboto-Bold.ttf"
  312. ]
  313. },
  314. {
  315. "fontFamily": "Roboto",
  316. "fontStyle": "italic",
  317. "fontWeight": "700",
  318. "src": [
  319. "file:./assets/fonts/roboto/Roboto-BoldItalic.ttf"
  320. ]
  321. },
  322. {
  323. "fontFamily": "Roboto",
  324. "fontStyle": "normal",
  325. "fontWeight": "900",
  326. "src": [
  327. "file:./assets/fonts/roboto/Roboto-Black.ttf"
  328. ]
  329. },
  330. {
  331. "fontFamily": "Roboto",
  332. "fontStyle": "italic",
  333. "fontWeight": "900",
  334. "src": [
  335. "file:./assets/fonts/roboto/Roboto-BlackItalic.ttf"
  336. ]
  337. }
  338. ],
  339. "fontFamily": "Roboto",
  340. "slug": "roboto"
  341. },
  342. {
  343. "fontFace": [
  344. {
  345. "fontFamily": "Oswald",
  346. "fontStyle": "normal",
  347. "fontWeight": "400",
  348. "src": [
  349. "file:./assets/fonts/oswald/oswald_normal_400.ttf"
  350. ]
  351. },
  352. {
  353. "fontFamily": "Oswald",
  354. "fontStyle": "italic",
  355. "fontWeight": "400",
  356. "src": [
  357. "file:./assets/fonts/oswald/oswald_italic_400.ttf"
  358. ]
  359. },
  360. {
  361. "fontFamily": "Oswald",
  362. "fontStyle": "normal",
  363. "fontWeight": "500",
  364. "src": [
  365. "file:./assets/fonts/oswald/oswald_normal_500.ttf"
  366. ]
  367. },
  368. {
  369. "fontFamily": "Oswald",
  370. "fontStyle": "italic",
  371. "fontWeight": "500",
  372. "src": [
  373. "file:./assets/fonts/oswald/oswald_italic_500.ttf"
  374. ]
  375. },
  376. {
  377. "fontFamily": "Oswald",
  378. "fontStyle": "normal",
  379. "fontWeight": "600",
  380. "src": [
  381. "file:./assets/fonts/oswald/oswald_normal_600.ttf"
  382. ]
  383. },
  384. {
  385. "fontFamily": "Oswald",
  386. "fontStyle": "italic",
  387. "fontWeight": "600",
  388. "src": [
  389. "file:./assets/fonts/oswald/oswald_italic_600.ttf"
  390. ]
  391. },
  392. {
  393. "fontFamily": "Oswald",
  394. "fontStyle": "normal",
  395. "fontWeight": "700",
  396. "src": [
  397. "file:./assets/fonts/oswald/oswald_normal_700.ttf"
  398. ]
  399. },
  400. {
  401. "fontFamily": "Oswald",
  402. "fontStyle": "italic",
  403. "fontWeight": "700",
  404. "src": [
  405. "file:./assets/fonts/oswald/oswald_italic_700.ttf"
  406. ]
  407. },
  408. {
  409. "fontFamily": "Oswald",
  410. "fontStyle": "normal",
  411. "fontWeight": "800",
  412. "src": [
  413. "file:./assets/fonts/oswald/oswald_normal_800.ttf"
  414. ]
  415. },
  416. {
  417. "fontFamily": "Oswald",
  418. "fontStyle": "italic",
  419. "fontWeight": "800",
  420. "src": [
  421. "file:./assets/fonts/oswald/oswald_italic_800.ttf"
  422. ]
  423. },
  424. {
  425. "fontFamily": "Oswald",
  426. "fontStyle": "normal",
  427. "fontWeight": "300",
  428. "src": [
  429. "file:./assets/fonts/oswald/oswald_normal_300.ttf"
  430. ]
  431. },
  432. {
  433. "fontFamily": "Oswald",
  434. "fontStyle": "italic",
  435. "fontWeight": "300",
  436. "src": [
  437. "file:./assets/fonts/oswald/oswald_italic_300.ttf"
  438. ]
  439. },
  440. {
  441. "fontFamily": "Oswald",
  442. "fontStyle": "normal",
  443. "fontWeight": "200",
  444. "src": [
  445. "file:./assets/fonts/oswald/oswald_normal_200.ttf"
  446. ]
  447. },
  448. {
  449. "fontFamily": "Oswald",
  450. "fontStyle": "italic",
  451. "fontWeight": "200",
  452. "src": [
  453. "file:./assets/fonts/oswald/oswald_italic_200.ttf"
  454. ]
  455. }
  456. ],
  457. "fontFamily": "Oswald",
  458. "slug": "oswald"
  459. }
  460. ],
  461. "fontSizes": [
  462. {
  463. "fluid": false,
  464. "size": "0.781rem",
  465. "slug": "x-small"
  466. },
  467. {
  468. "fluid": {
  469. "max": "0.938rem",
  470. "min": "0.781rem"
  471. },
  472. "name": "Small",
  473. "size": "0.938rem",
  474. "slug": "small"
  475. },
  476. {
  477. "fluid": {
  478. "max": "1.125rem",
  479. "min": "0.938rem"
  480. },
  481. "name": "Medium",
  482. "size": "1.125rem",
  483. "slug": "medium"
  484. },
  485. {
  486. "fluid": {
  487. "max": "1.35rem",
  488. "min": "1.125rem"
  489. },
  490. "name": "Large",
  491. "size": "1.35rem",
  492. "slug": "large"
  493. },
  494. {
  495. "fluid": {
  496. "max": "1.944rem",
  497. "min": "1.35rem"
  498. },
  499. "name": "Extra Large",
  500. "size": "1.944rem",
  501. "slug": "x-large"
  502. },
  503. {
  504. "fluid": {
  505. "max": "2.333rem",
  506. "min": "1.944rem"
  507. },
  508. "size": "2.333rem",
  509. "slug": "xx-large"
  510. },
  511. {
  512. "fluid": {
  513. "max": "4.031rem",
  514. "min": "2.799rem"
  515. },
  516. "size": "4.031rem",
  517. "slug": "xxx-large"
  518. }
  519. ],
  520. "fontStyle": true,
  521. "fontWeight": true,
  522. "letterSpacing": true,
  523. "textDecoration": true,
  524. "textTransform": true
  525. },
  526. "useRootPaddingAwareAlignments": true
  527. },
  528. "styles": {
  529. "blocks": {
  530. "core/avatar": {
  531. "border": {
  532. "radius": "999px"
  533. }
  534. },
  535. "core/buttons": {
  536. "spacing": {
  537. "blockGap": "var:preset|spacing|40"
  538. }
  539. },
  540. "core/code": {
  541. "border": {
  542. "bottom": {
  543. "color": "var(--wp--preset--color--tertiary)",
  544. "style": "solid",
  545. "width": "1px"
  546. },
  547. "color": "var(--wp--preset--color--tertiary)",
  548. "left": {
  549. "color": "var(--wp--preset--color--tertiary)",
  550. "style": "solid",
  551. "width": "1px"
  552. },
  553. "radius": "0.25rem",
  554. "right": {
  555. "color": "var(--wp--preset--color--tertiary)",
  556. "style": "solid",
  557. "width": "1px"
  558. },
  559. "style": "solid",
  560. "top": {
  561. "color": "var(--wp--preset--color--tertiary)",
  562. "style": "solid",
  563. "width": "1px"
  564. },
  565. "width": "1px"
  566. },
  567. "spacing": {
  568. "padding": {
  569. "bottom": "var:preset|spacing|40",
  570. "left": "var:preset|spacing|40",
  571. "right": "var:preset|spacing|40",
  572. "top": "var:preset|spacing|40"
  573. }
  574. },
  575. "typography": {
  576. "fontFamily": "monospace",
  577. "fontSize": "var:preset|font-size|small"
  578. }
  579. },
  580. "core/comment-author-name": {
  581. "elements": {
  582. "link": {
  583. ":hover": {
  584. "color": {
  585. "text": "var:preset|color|contrast"
  586. },
  587. "typography": {
  588. "textDecoration": "underline"
  589. }
  590. },
  591. "color": {
  592. "text": "var:preset|color|primary"
  593. },
  594. "typography": {
  595. "textDecoration": "none"
  596. }
  597. }
  598. },
  599. "typography": {
  600. "fontSize": "var(--wp--preset--font-size--small)",
  601. "lineHeight": 1.3
  602. }
  603. },
  604. "core/comment-content": {
  605. "typography": {
  606. "fontSize": "var:preset|font-size|small",
  607. "lineHeight": "1.6"
  608. }
  609. },
  610. "core/comment-date": {
  611. "color": {
  612. "text": "var:preset|color|contrast"
  613. },
  614. "elements": {
  615. "link": {
  616. ":hover": {
  617. "color": {
  618. "text": "var:preset|color|contrast"
  619. },
  620. "typography": {
  621. "textDecoration": "underline"
  622. }
  623. },
  624. "color": {
  625. "text": "var:preset|color|primary"
  626. },
  627. "typography": {
  628. "textDecoration": "none"
  629. }
  630. }
  631. },
  632. "typography": {
  633. "fontSize": "var(--wp--preset--font-size--small)",
  634. "lineHeight": 1.3
  635. }
  636. },
  637. "core/comment-edit-link": {
  638. "elements": {
  639. "link": {
  640. ":hover": {
  641. "color": {
  642. "text": "var:preset|color|contrast"
  643. },
  644. "typography": {
  645. "textDecoration": "underline"
  646. }
  647. },
  648. "color": {
  649. "text": "var:preset|color|primary"
  650. },
  651. "typography": {
  652. "textDecoration": "none"
  653. }
  654. }
  655. },
  656. "typography": {
  657. "fontSize": "var(--wp--preset--font-size--small)",
  658. "lineHeight": 1.3
  659. }
  660. },
  661. "core/comment-reply-link": {
  662. "elements": {
  663. "link": {
  664. ":hover": {
  665. "border": {
  666. "color": "var:preset|color|contrast"
  667. },
  668. "color": {
  669. "text": "var:preset|color|contrast"
  670. }
  671. },
  672. "border": {
  673. "color": "var:preset|color|primary",
  674. "radius": "0.25rem",
  675. "style": "solid",
  676. "width": "1px"
  677. },
  678. "color": {
  679. "text": "var:preset|color|primary"
  680. },
  681. "spacing": {
  682. "padding": "4.25px 12px"
  683. },
  684. "typography": {
  685. "fontSize": "var(--wp--preset--font-size--x-small)",
  686. "textDecoration": "none"
  687. }
  688. }
  689. },
  690. "typography": {
  691. "fontSize": "var(--wp--preset--font-size--small)",
  692. "lineHeight": "1.3"
  693. }
  694. },
  695. "core/comment-template": {
  696. "spacing": {
  697. "padding": {
  698. "left": "0px"
  699. }
  700. }
  701. },
  702. "core/comments-pagination": {
  703. "color": {
  704. "text": "var:preset|color|primary"
  705. },
  706. "elements": {
  707. "link": {
  708. ":hover": {
  709. "color": {
  710. "text": "var:preset|color|contrast"
  711. },
  712. "typography": {
  713. "textDecoration": "underline"
  714. }
  715. },
  716. "color": {
  717. "text": "var:preset|color|primary"
  718. },
  719. "typography": {
  720. "textDecoration": "none"
  721. }
  722. }
  723. },
  724. "typography": {
  725. "fontSize": "var:preset|font-size|small",
  726. "lineHeight": 1.3
  727. }
  728. },
  729. "core/comments-title": {
  730. "spacing": {
  731. "margin": {
  732. "top": "0px"
  733. }
  734. },
  735. "typography": {
  736. "fontSize": "var:preset|font-size|large",
  737. "lineHeight": "1.481481481"
  738. }
  739. },
  740. "core/cover": {
  741. "spacing": {
  742. "padding": {
  743. "bottom": "var:preset|spacing|50",
  744. "left": "var:preset|spacing|50",
  745. "right": "var:preset|spacing|50",
  746. "top": "var:preset|spacing|50"
  747. }
  748. }
  749. },
  750. "core/gallery": {
  751. "spacing": {
  752. "margin": {
  753. "bottom": "var:preset|spacing|50"
  754. }
  755. }
  756. },
  757. "core/heading": {
  758. "elements": {
  759. "link": {
  760. ":hover": {
  761. "color": {
  762. "text": "var:preset|color|contrast"
  763. },
  764. "typography": {
  765. "textDecoration": "none"
  766. }
  767. },
  768. "color": {
  769. "text": "var:preset|color|primary"
  770. },
  771. "typography": {
  772. "textDecoration": "underline"
  773. }
  774. }
  775. }
  776. },
  777. "core/latest-comments": {
  778. "spacing": {
  779. "padding": {
  780. "left": "0px"
  781. }
  782. }
  783. },
  784. "core/list": {
  785. "spacing": {
  786. "padding": {
  787. "left": "var:preset|spacing|50"
  788. }
  789. }
  790. },
  791. "core/navigation": {
  792. "elements": {
  793. "link": {
  794. ":hover": {
  795. "color": {
  796. "text": "var:preset|color|primary"
  797. },
  798. "typography": {
  799. "textDecoration": "underline"
  800. }
  801. },
  802. "typography": {
  803. "textDecoration": "none"
  804. }
  805. }
  806. },
  807. "typography": {
  808. "fontSize": "var:preset|font-size|small"
  809. }
  810. },
  811. "core/paragraph": {
  812. "elements": {
  813. "link": {
  814. ":hover": {
  815. "color": {
  816. "text": "var:preset|color|contrast"
  817. }
  818. },
  819. "color": {
  820. "text": "var:preset|color|primary"
  821. }
  822. }
  823. },
  824. "typography": {
  825. "lineHeight": "calc(1em + 0.625rem)"
  826. }
  827. },
  828. "core/post-author": {
  829. "elements": {
  830. "link": {
  831. ":hover": {
  832. "typography": {
  833. "textDecoration": "underline"
  834. }
  835. },
  836. "typography": {
  837. "textDecoration": "none"
  838. }
  839. }
  840. },
  841. "typography": {
  842. "fontSize": "var:preset|font-size|small",
  843. "lineHeight": "1.6"
  844. }
  845. },
  846. "core/post-author-biography": {
  847. "typography": {
  848. "fontSize": "var:preset|font-size|small",
  849. "lineHeight": "1.6"
  850. }
  851. },
  852. "core/post-author-name": {
  853. "color": {
  854. "text": "var:preset|color|contrast"
  855. },
  856. "elements": {
  857. "link": {
  858. ":hover": {
  859. "color": {
  860. "text": "var:preset|color|contrast"
  861. },
  862. "typography": {
  863. "textDecoration": "underline"
  864. }
  865. },
  866. "color": {
  867. "text": "var:preset|color|primary"
  868. },
  869. "typography": {
  870. "textDecoration": "none"
  871. }
  872. }
  873. },
  874. "typography": {
  875. "fontSize": "var:preset|font-size|small",
  876. "lineHeight": "1.6"
  877. }
  878. },
  879. "core/post-comments-form": {
  880. "typography": {
  881. "fontSize": "var:preset|font-size|small"
  882. }
  883. },
  884. "core/post-date": {
  885. "color": {
  886. "text": "var:preset|color|contrast"
  887. },
  888. "elements": {
  889. "link": {
  890. ":hover": {
  891. "color": {
  892. "text": "var:preset|color|contrast"
  893. },
  894. "typography": {
  895. "textDecoration": "underline"
  896. }
  897. },
  898. "color": {
  899. "text": "var:preset|color|primary"
  900. },
  901. "typography": {
  902. "textDecoration": "none"
  903. }
  904. }
  905. },
  906. "typography": {
  907. "fontSize": "var(--wp--preset--font-size--small)"
  908. }
  909. },
  910. "core/post-navigation-link": {
  911. "typography": {
  912. "fontSize": "var:preset|font-size|small"
  913. }
  914. },
  915. "core/post-terms": {
  916. "color": {
  917. "text": "var:preset|color|contrast"
  918. },
  919. "elements": {
  920. "link": {
  921. ":hover": {
  922. "color": {
  923. "text": "var:preset|color|contrast"
  924. },
  925. "typography": {
  926. "textDecoration": "underline"
  927. }
  928. },
  929. "color": {
  930. "text": "var:preset|color|primary"
  931. },
  932. "typography": {
  933. "textDecoration": "none"
  934. }
  935. }
  936. },
  937. "typography": {
  938. "fontSize": "var:preset|font-size|small"
  939. }
  940. },
  941. "core/post-title": {
  942. "color": {
  943. "text": "var:preset|color|primary"
  944. },
  945. "elements": {
  946. "link": {
  947. ":hover": {
  948. "color": {
  949. "text": "var:preset|color|contrast"
  950. },
  951. "typography": {
  952. "textDecoration": "underline"
  953. }
  954. },
  955. "color": {
  956. "text": "var:preset|color|primary"
  957. },
  958. "typography": {
  959. "textDecoration": "none"
  960. }
  961. }
  962. },
  963. "typography": {
  964. "fontSize": "var:preset|font-size|x-large",
  965. "fontStyle": "normal",
  966. "fontWeight": "400",
  967. "lineHeight": 1.157407407
  968. }
  969. },
  970. "core/pullquote": {
  971. "border": {
  972. "bottom": {
  973. "color": "var:preset|color|tertiary",
  974. "style": "solid",
  975. "width": "1px 0"
  976. },
  977. "color": "var(--wp--preset--color--contrast)",
  978. "left": {
  979. "color": "var:preset|color|tertiary",
  980. "style": "solid",
  981. "width": "1px 0"
  982. },
  983. "right": {
  984. "color": "var:preset|color|tertiary",
  985. "style": "solid",
  986. "width": "1px 0"
  987. },
  988. "style": "solid",
  989. "top": {
  990. "color": "var:preset|color|tertiary",
  991. "style": "solid",
  992. "width": "1px 0"
  993. },
  994. "width": "1px 0"
  995. },
  996. "spacing": {
  997. "padding": {
  998. "bottom": "var(--wp--preset--spacing--50)",
  999. "left": "var(--wp--preset--spacing--50)",
  1000. "right": "var(--wp--preset--spacing--50)",
  1001. "top": "var(--wp--preset--spacing--50)"
  1002. }
  1003. },
  1004. "typography": {
  1005. "fontSize": "var:preset|font-size|medium",
  1006. "fontStyle": "italic"
  1007. }
  1008. },
  1009. "core/query-pagination": {
  1010. "color": {
  1011. "text": "var:preset|color|primary"
  1012. },
  1013. "elements": {
  1014. "link": {
  1015. ":hover": {
  1016. "color": {
  1017. "text": "var:preset|color|contrast"
  1018. },
  1019. "typography": {
  1020. "textDecoration": "underline"
  1021. }
  1022. },
  1023. "color": {
  1024. "text": "var:preset|color|primary"
  1025. },
  1026. "typography": {
  1027. "textDecoration": "none"
  1028. }
  1029. }
  1030. },
  1031. "typography": {
  1032. "fontSize": "var:preset|font-size|small"
  1033. }
  1034. },
  1035. "core/query-title": {
  1036. "typography": {
  1037. "fontSize": "var:preset|font-size|x-large",
  1038. "lineHeight": "1.157407407"
  1039. }
  1040. },
  1041. "core/quote": {
  1042. "border": {
  1043. "color": "var(--wp--preset--color--tertiary )",
  1044. "style": "solid",
  1045. "width": "0 0 0 1px"
  1046. },
  1047. "spacing": {
  1048. "padding": {
  1049. "left": "var(--wp--preset--spacing--50)"
  1050. }
  1051. },
  1052. "typography": {
  1053. "fontStyle": "normal"
  1054. }
  1055. },
  1056. "core/search": {
  1057. "typography": {
  1058. "fontSize": "var:preset|font-size|small",
  1059. "lineHeight": "1"
  1060. }
  1061. },
  1062. "core/separator": {
  1063. "border": {
  1064. "color": "currentColor",
  1065. "style": "solid",
  1066. "width": "0 0 1px 0"
  1067. },
  1068. "color": {
  1069. "background": "var:preset|color|tertiary",
  1070. "text": "var:preset|color|tertiary"
  1071. }
  1072. },
  1073. "core/site-tagline": {
  1074. "typography": {
  1075. "fontSize": "var:preset|font-size|medium"
  1076. }
  1077. },
  1078. "core/site-title": {
  1079. "color": {
  1080. "text": "var:preset|color|primary"
  1081. },
  1082. "elements": {
  1083. "link": {
  1084. ":hover": {
  1085. "color": {
  1086. "text": "var:preset|color|contrast"
  1087. },
  1088. "typography": {
  1089. "textDecoration": "underline"
  1090. }
  1091. },
  1092. "color": {
  1093. "text": "var:preset|color|primary"
  1094. },
  1095. "typography": {
  1096. "textDecoration": "none"
  1097. }
  1098. }
  1099. },
  1100. "spacing": {
  1101. "margin": {
  1102. "bottom": "0px",
  1103. "left": "0px",
  1104. "right": "0px",
  1105. "top": "0px"
  1106. },
  1107. "padding": {
  1108. "bottom": "0px",
  1109. "left": "0px",
  1110. "right": "0px",
  1111. "top": "0px"
  1112. }
  1113. },
  1114. "typography": {
  1115. "fontSize": "var:preset|font-size|large",
  1116. "fontStyle": "normal",
  1117. "fontWeight": "400",
  1118. "textTransform": "uppercase"
  1119. }
  1120. },
  1121. "core/term-description": {
  1122. "typography": {
  1123. "fontSize": "var:preset|font-size|small"
  1124. }
  1125. },
  1126. "woocommerce/customer-account": {
  1127. "typography": {
  1128. "fontSize": "var:preset|font-size|medium"
  1129. }
  1130. },
  1131. "woocommerce/mini-cart": {
  1132. "typography": {
  1133. "fontSize": "var:preset|font-size|x-small"
  1134. }
  1135. },
  1136. "woocommerce/product-button": {
  1137. "spacing": {
  1138. "padding": "calc(0.667em + 2px) calc(2rem + 2px)"
  1139. },
  1140. "typography": {
  1141. "fontSize": "var:preset|font-size|small"
  1142. }
  1143. }
  1144. },
  1145. "color": {
  1146. "background": "var(--wp--preset--color--base)",
  1147. "text": "var(--wp--preset--color--contrast)"
  1148. },
  1149. "elements": {
  1150. "button": {
  1151. ":active": {
  1152. "color": {
  1153. "background": "var(--wp--preset--color--primary)",
  1154. "text": "var(--wp--preset--color--base)"
  1155. }
  1156. },
  1157. ":focus": {
  1158. "color": {
  1159. "background": "var(--wp--preset--color--contrast)",
  1160. "text": "var(--wp--preset--color--base)"
  1161. }
  1162. },
  1163. ":hover": {
  1164. "color": {
  1165. "background": "var(--wp--preset--color--contrast)",
  1166. "text": "var(--wp--preset--color--base)"
  1167. }
  1168. },
  1169. "border": {
  1170. "radius": "0.25rem"
  1171. },
  1172. "color": {
  1173. "background": "var(--wp--preset--color--primary)",
  1174. "text": "var:preset|color|base"
  1175. },
  1176. "typography": {
  1177. "fontSize": "var:preset|font-size|small",
  1178. "lineHeight": "1"
  1179. },
  1180. "spacing": {
  1181. "padding": "calc(0.667em + 2px) calc(1.334rem + 2px)"
  1182. }
  1183. },
  1184. "h1": {
  1185. "typography": {
  1186. "fontSize": "var(--wp--preset--font-size--xxx-large)",
  1187. "lineHeight": "0.992294215"
  1188. }
  1189. },
  1190. "h2": {
  1191. "typography": {
  1192. "fontSize": "var(--wp--preset--font-size--xx-large)",
  1193. "lineHeight": "1.081081081"
  1194. }
  1195. },
  1196. "h3": {
  1197. "typography": {
  1198. "fontSize": "var(--wp--preset--font-size--x-large)",
  1199. "lineHeight": "1.157407407"
  1200. }
  1201. },
  1202. "h4": {
  1203. "typography": {
  1204. "fontSize": "var(--wp--preset--font-size--large)",
  1205. "lineHeight": "1.481481481"
  1206. }
  1207. },
  1208. "h5": {
  1209. "typography": {
  1210. "fontSize": "var(--wp--preset--font-size--medium)",
  1211. "lineHeight": "1.333333333"
  1212. }
  1213. },
  1214. "h6": {
  1215. "typography": {
  1216. "fontSize": "var(--wp--preset--font-size--small)",
  1217. "lineHeight": "1.333333333"
  1218. }
  1219. },
  1220. "heading": {
  1221. "typography": {
  1222. "fontFamily": "var:preset|font-family|oswald",
  1223. "fontStyle": "normal",
  1224. "fontWeight": "400",
  1225. "lineHeight": "1.125",
  1226. "textTransform": "none"
  1227. }
  1228. },
  1229. "link": {
  1230. ":hover": {
  1231. "color": {
  1232. "text": "var(--wp--preset--color--contrast)"
  1233. },
  1234. "typography": {
  1235. "textDecoration": "none"
  1236. }
  1237. },
  1238. "color": {
  1239. "text": "var(--wp--preset--color--primary)"
  1240. }
  1241. }
  1242. },
  1243. "spacing": {
  1244. "blockGap": "var:preset|spacing|50",
  1245. "padding": {
  1246. "bottom": "0px",
  1247. "left": "var:preset|spacing|50",
  1248. "right": "var:preset|spacing|50",
  1249. "top": "0px"
  1250. }
  1251. },
  1252. "typography": {
  1253. "fontFamily": "var:preset|font-family|roboto",
  1254. "fontSize": "var(--wp--preset--font-size--medium)",
  1255. "lineHeight": "1.555555556"
  1256. }
  1257. },
  1258. "templateParts": [
  1259. {
  1260. "area": "header",
  1261. "name": "header"
  1262. },
  1263. {
  1264. "area": "footer",
  1265. "name": "footer"
  1266. }
  1267. ],
  1268. "version": 2,
  1269. "$schema": "https://schemas.wp.org/trunk/theme.json"
  1270. }