amber.json 21 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054
  1. {
  2. "settings": {
  3. "appearanceTools": true,
  4. "blocks": {
  5. "core/post-comments-form": {
  6. "appearanceTools": true,
  7. "color": {
  8. "background": true,
  9. "custom": true,
  10. "customDuotone": true,
  11. "customGradient": true,
  12. "defaultDuotone": true,
  13. "defaultGradients": true,
  14. "defaultPalette": true,
  15. "duotone": [],
  16. "gradients": [],
  17. "palette": [
  18. {
  19. "color": "#33ff10",
  20. "name": "Primary",
  21. "slug": "primary"
  22. },
  23. {
  24. "color": "#33ff10",
  25. "name": "Secondary",
  26. "slug": "secondary"
  27. },
  28. {
  29. "color": "#33ff10",
  30. "name": "Foreground",
  31. "slug": "foreground"
  32. },
  33. {
  34. "color": "#1a1a1a",
  35. "name": "Background",
  36. "slug": "background"
  37. },
  38. {
  39. "color": "#d0d0d0",
  40. "name": "Tertiary",
  41. "slug": "tertiary"
  42. }
  43. ],
  44. "text": true
  45. },
  46. "layout": {
  47. "definitions": {
  48. "constrained": {
  49. "baseStyles": [
  50. {
  51. "rules": {
  52. "float": "left",
  53. "margin-inline-end": "2em",
  54. "margin-inline-start": "0"
  55. },
  56. "selector": " > .alignleft"
  57. },
  58. {
  59. "rules": {
  60. "float": "right",
  61. "margin-inline-end": "0",
  62. "margin-inline-start": "2em"
  63. },
  64. "selector": " > .alignright"
  65. },
  66. {
  67. "rules": {
  68. "margin-left": "auto !important",
  69. "margin-right": "auto !important"
  70. },
  71. "selector": " > .aligncenter"
  72. },
  73. {
  74. "rules": {
  75. "margin-left": "auto !important",
  76. "margin-right": "auto !important",
  77. "max-width": "var(--wp--style--global--content-size)"
  78. },
  79. "selector": " > :where(:not(.alignleft):not(.alignright):not(.alignfull))"
  80. },
  81. {
  82. "rules": {
  83. "max-width": "var(--wp--style--global--wide-size)"
  84. },
  85. "selector": " > .alignwide"
  86. }
  87. ],
  88. "className": "is-layout-constrained",
  89. "name": "constrained",
  90. "slug": "constrained",
  91. "spacingStyles": [
  92. {
  93. "rules": {
  94. "margin-block-end": "0",
  95. "margin-block-start": "0"
  96. },
  97. "selector": " > *"
  98. },
  99. {
  100. "rules": {
  101. "margin-block-end": "0"
  102. },
  103. "selector": " > * + *"
  104. }
  105. ]
  106. },
  107. "default": {
  108. "baseStyles": [
  109. {
  110. "rules": {
  111. "float": "left",
  112. "margin-inline-end": "2em",
  113. "margin-inline-start": "0"
  114. },
  115. "selector": " > .alignleft"
  116. },
  117. {
  118. "rules": {
  119. "float": "right",
  120. "margin-inline-end": "0",
  121. "margin-inline-start": "2em"
  122. },
  123. "selector": " > .alignright"
  124. },
  125. {
  126. "rules": {
  127. "margin-left": "auto !important",
  128. "margin-right": "auto !important"
  129. },
  130. "selector": " > .aligncenter"
  131. }
  132. ],
  133. "className": "is-layout-flow",
  134. "name": "default",
  135. "slug": "flow",
  136. "spacingStyles": [
  137. {
  138. "rules": {
  139. "margin-block-end": "0",
  140. "margin-block-start": "0"
  141. },
  142. "selector": " > *"
  143. },
  144. {
  145. "rules": {
  146. "margin-block-end": "0"
  147. },
  148. "selector": " > * + *"
  149. }
  150. ]
  151. },
  152. "flex": {
  153. "baseStyles": [
  154. {
  155. "rules": {
  156. "align-items": "center",
  157. "flex-wrap": "wrap"
  158. }
  159. },
  160. {
  161. "rules": {
  162. "margin": "0"
  163. },
  164. "selector": " > *"
  165. }
  166. ],
  167. "className": "is-layout-flex",
  168. "displayMode": "flex",
  169. "name": "flex",
  170. "slug": "flex"
  171. },
  172. "grid": {
  173. "baseStyles": [
  174. {
  175. "rules": {
  176. "margin": "0"
  177. },
  178. "selector": " > *"
  179. }
  180. ],
  181. "className": "is-layout-grid",
  182. "displayMode": "grid",
  183. "name": "grid",
  184. "slug": "grid"
  185. }
  186. }
  187. },
  188. "shadow": {
  189. "defaultPresets": true,
  190. "presets": []
  191. },
  192. "spacing": {
  193. "customSpacingSize": true,
  194. "spacingScale": {
  195. "increment": 1.5,
  196. "mediumStep": 1.5,
  197. "operator": "*",
  198. "steps": 7,
  199. "unit": "rem"
  200. },
  201. "spacingSizes": [],
  202. "units": [
  203. "%",
  204. "px",
  205. "em",
  206. "rem",
  207. "vh",
  208. "vw"
  209. ]
  210. },
  211. "typography": {
  212. "customFontSize": true,
  213. "dropCap": true,
  214. "fluid": true,
  215. "fontFamilies": [
  216. {
  217. "fontFace": [],
  218. "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
  219. "name": "System Font",
  220. "slug": "system-font"
  221. },
  222. {
  223. "fontFace": [
  224. {
  225. "fontFamily": "Jozsika",
  226. "fontStyle": "normal",
  227. "fontWeight": "400",
  228. "src": [
  229. "file:./assets/fonts/jozsika_normal_400.ttf"
  230. ]
  231. },
  232. {
  233. "fontFamily": "Jozsika",
  234. "fontStyle": "italic",
  235. "fontWeight": "400",
  236. "src": [
  237. "file:./assets/fonts/jozsika_italic_400.ttf"
  238. ]
  239. },
  240. {
  241. "fontFamily": "Jozsika",
  242. "fontStyle": "normal",
  243. "fontWeight": "700",
  244. "src": [
  245. "file:./assets/fonts/jozsika_normal_700.ttf"
  246. ]
  247. },
  248. {
  249. "fontFamily": "Jozsika",
  250. "fontStyle": "italic",
  251. "fontWeight": "700",
  252. "src": [
  253. "file:./assets/fonts/jozsika_italic_700.ttf"
  254. ]
  255. }
  256. ],
  257. "fontFamily": "Jozsika",
  258. "slug": "jozsika"
  259. },
  260. {
  261. "fontFace": [
  262. {
  263. "fontFamily": "JetBrains Mono",
  264. "fontStyle": "italic",
  265. "fontWeight": "600",
  266. "src": [
  267. "file:./assets/fonts/jetbrains-mono_italic_600.ttf"
  268. ]
  269. },
  270. {
  271. "fontFamily": "JetBrains Mono",
  272. "fontStyle": "normal",
  273. "fontWeight": "600",
  274. "src": [
  275. "file:./assets/fonts/jetbrains-mono_normal_600.ttf"
  276. ]
  277. },
  278. {
  279. "fontFamily": "JetBrains Mono",
  280. "fontStyle": "normal",
  281. "fontWeight": "300",
  282. "src": [
  283. "file:./assets/fonts/jetbrains-mono_normal_300.ttf"
  284. ]
  285. },
  286. {
  287. "fontFamily": "JetBrains Mono",
  288. "fontStyle": "italic",
  289. "fontWeight": "300",
  290. "src": [
  291. "file:./assets/fonts/jetbrains-mono_italic_300.ttf"
  292. ]
  293. }
  294. ],
  295. "fontFamily": "JetBrains Mono",
  296. "slug": "jetbrains-mono"
  297. }
  298. ],
  299. "fontSizes": [
  300. {
  301. "fluid": {
  302. "max": "1.0625rem",
  303. "min": "0.825rem"
  304. },
  305. "name": "Small",
  306. "size": "1rem",
  307. "slug": "small"
  308. },
  309. {
  310. "fluid": {
  311. "max": "1.25rem",
  312. "min": "1rem"
  313. },
  314. "name": "Medium",
  315. "size": "1.125rem",
  316. "slug": "medium"
  317. },
  318. {
  319. "fluid": {
  320. "max": "2rem",
  321. "min": "1.75rem"
  322. },
  323. "name": "Large",
  324. "size": "1.75rem",
  325. "slug": "large"
  326. },
  327. {
  328. "fluid": {
  329. "max": "3rem",
  330. "min": "2.5rem"
  331. },
  332. "name": "Extra Large",
  333. "size": "3rem",
  334. "slug": "x-large"
  335. }
  336. ],
  337. "fontStyle": true,
  338. "fontWeight": true,
  339. "letterSpacing": true,
  340. "textDecoration": true,
  341. "textTransform": true
  342. },
  343. "useRootPaddingAwareAlignments": true
  344. }
  345. },
  346. "color": {
  347. "background": true,
  348. "custom": true,
  349. "customDuotone": true,
  350. "customGradient": true,
  351. "defaultDuotone": true,
  352. "defaultGradients": true,
  353. "defaultPalette": true,
  354. "duotone": [],
  355. "gradients": [],
  356. "palette": [
  357. {
  358. "color": "#33ff10",
  359. "name": "Primary",
  360. "slug": "primary"
  361. },
  362. {
  363. "color": "#33ff10",
  364. "name": "Secondary",
  365. "slug": "secondary"
  366. },
  367. {
  368. "color": "#33ff10",
  369. "name": "Foreground",
  370. "slug": "foreground"
  371. },
  372. {
  373. "color": "#1a1a1a",
  374. "name": "Background",
  375. "slug": "background"
  376. },
  377. {
  378. "color": "#d0d0d0",
  379. "name": "Tertiary",
  380. "slug": "tertiary"
  381. },
  382. {
  383. "color": "#280c0b",
  384. "name": "Background Var",
  385. "slug": "custom-background-var"
  386. },
  387. {
  388. "color": "#ffb000",
  389. "name": "Foreground Var",
  390. "slug": "custom-foreground-var"
  391. }
  392. ],
  393. "text": true
  394. },
  395. "layout": {
  396. "contentSize": "720px",
  397. "definitions": {
  398. "constrained": {
  399. "baseStyles": [
  400. {
  401. "rules": {
  402. "float": "left",
  403. "margin-inline-end": "2em",
  404. "margin-inline-start": "0"
  405. },
  406. "selector": " > .alignleft"
  407. },
  408. {
  409. "rules": {
  410. "float": "right",
  411. "margin-inline-end": "0",
  412. "margin-inline-start": "2em"
  413. },
  414. "selector": " > .alignright"
  415. },
  416. {
  417. "rules": {
  418. "margin-left": "auto !important",
  419. "margin-right": "auto !important"
  420. },
  421. "selector": " > .aligncenter"
  422. },
  423. {
  424. "rules": {
  425. "margin-left": "auto !important",
  426. "margin-right": "auto !important",
  427. "max-width": "var(--wp--style--global--content-size)"
  428. },
  429. "selector": " > :where(:not(.alignleft):not(.alignright):not(.alignfull))"
  430. },
  431. {
  432. "rules": {
  433. "max-width": "var(--wp--style--global--wide-size)"
  434. },
  435. "selector": " > .alignwide"
  436. }
  437. ],
  438. "className": "is-layout-constrained",
  439. "name": "constrained",
  440. "slug": "constrained",
  441. "spacingStyles": [
  442. {
  443. "rules": {
  444. "margin-block-end": "0",
  445. "margin-block-start": "0"
  446. },
  447. "selector": " > *"
  448. },
  449. {
  450. "rules": {
  451. "margin-block-end": "0"
  452. },
  453. "selector": " > * + *"
  454. }
  455. ]
  456. },
  457. "default": {
  458. "baseStyles": [
  459. {
  460. "rules": {
  461. "float": "left",
  462. "margin-inline-end": "2em",
  463. "margin-inline-start": "0"
  464. },
  465. "selector": " > .alignleft"
  466. },
  467. {
  468. "rules": {
  469. "float": "right",
  470. "margin-inline-end": "0",
  471. "margin-inline-start": "2em"
  472. },
  473. "selector": " > .alignright"
  474. },
  475. {
  476. "rules": {
  477. "margin-left": "auto !important",
  478. "margin-right": "auto !important"
  479. },
  480. "selector": " > .aligncenter"
  481. }
  482. ],
  483. "className": "is-layout-flow",
  484. "name": "default",
  485. "slug": "flow",
  486. "spacingStyles": [
  487. {
  488. "rules": {
  489. "margin-block-end": "0",
  490. "margin-block-start": "0"
  491. },
  492. "selector": " > *"
  493. },
  494. {
  495. "rules": {
  496. "margin-block-end": "0"
  497. },
  498. "selector": " > * + *"
  499. }
  500. ]
  501. },
  502. "flex": {
  503. "baseStyles": [
  504. {
  505. "rules": {
  506. "align-items": "center",
  507. "flex-wrap": "wrap"
  508. }
  509. },
  510. {
  511. "rules": {
  512. "margin": "0"
  513. },
  514. "selector": " > *"
  515. }
  516. ],
  517. "className": "is-layout-flex",
  518. "displayMode": "flex",
  519. "name": "flex",
  520. "slug": "flex"
  521. },
  522. "grid": {
  523. "baseStyles": [
  524. {
  525. "rules": {
  526. "margin": "0"
  527. },
  528. "selector": " > *"
  529. }
  530. ],
  531. "className": "is-layout-grid",
  532. "displayMode": "grid",
  533. "name": "grid",
  534. "slug": "grid"
  535. }
  536. },
  537. "wideSize": "720px"
  538. },
  539. "shadow": {
  540. "defaultPresets": true,
  541. "presets": []
  542. },
  543. "spacing": {
  544. "customSpacingSize": true,
  545. "spacingScale": {
  546. "increment": 1.5,
  547. "mediumStep": 1.5,
  548. "operator": "*",
  549. "steps": 7,
  550. "unit": "rem"
  551. },
  552. "spacingSizes": [],
  553. "units": [
  554. "%",
  555. "px",
  556. "em",
  557. "rem",
  558. "vh",
  559. "vw"
  560. ]
  561. },
  562. "typography": {
  563. "customFontSize": true,
  564. "dropCap": true,
  565. "fluid": true,
  566. "fontFamilies": [
  567. {
  568. "fontFace": [],
  569. "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
  570. "name": "System Font",
  571. "slug": "system-font"
  572. },
  573. {
  574. "fontFace": [
  575. {
  576. "fontFamily": "Jozsika",
  577. "fontStyle": "normal",
  578. "fontWeight": "400",
  579. "src": [
  580. "file:./assets/fonts/jozsika_normal_400.ttf"
  581. ]
  582. },
  583. {
  584. "fontFamily": "Jozsika",
  585. "fontStyle": "italic",
  586. "fontWeight": "400",
  587. "src": [
  588. "file:./assets/fonts/jozsika_italic_400.ttf"
  589. ]
  590. },
  591. {
  592. "fontFamily": "Jozsika",
  593. "fontStyle": "normal",
  594. "fontWeight": "700",
  595. "src": [
  596. "file:./assets/fonts/jozsika_normal_700.ttf"
  597. ]
  598. },
  599. {
  600. "fontFamily": "Jozsika",
  601. "fontStyle": "italic",
  602. "fontWeight": "700",
  603. "src": [
  604. "file:./assets/fonts/jozsika_italic_700.ttf"
  605. ]
  606. }
  607. ],
  608. "fontFamily": "Jozsika",
  609. "slug": "jozsika"
  610. },
  611. {
  612. "fontFace": [
  613. {
  614. "fontFamily": "JetBrains Mono",
  615. "fontStyle": "italic",
  616. "fontWeight": "600",
  617. "src": [
  618. "file:./assets/fonts/jetbrains-mono_italic_600.ttf"
  619. ]
  620. },
  621. {
  622. "fontFamily": "JetBrains Mono",
  623. "fontStyle": "normal",
  624. "fontWeight": "600",
  625. "src": [
  626. "file:./assets/fonts/jetbrains-mono_normal_600.ttf"
  627. ]
  628. },
  629. {
  630. "fontFamily": "JetBrains Mono",
  631. "fontStyle": "normal",
  632. "fontWeight": "300",
  633. "src": [
  634. "file:./assets/fonts/jetbrains-mono_normal_300.ttf"
  635. ]
  636. },
  637. {
  638. "fontFamily": "JetBrains Mono",
  639. "fontStyle": "italic",
  640. "fontWeight": "300",
  641. "src": [
  642. "file:./assets/fonts/jetbrains-mono_italic_300.ttf"
  643. ]
  644. }
  645. ],
  646. "fontFamily": "JetBrains Mono",
  647. "slug": "jetbrains-mono"
  648. }
  649. ],
  650. "fontSizes": [
  651. {
  652. "fluid": {
  653. "max": "1.0625rem",
  654. "min": "0.825rem"
  655. },
  656. "name": "Small",
  657. "size": "1rem",
  658. "slug": "small"
  659. },
  660. {
  661. "fluid": {
  662. "max": "1.25rem",
  663. "min": "1rem"
  664. },
  665. "name": "Medium",
  666. "size": "1.125rem",
  667. "slug": "medium"
  668. },
  669. {
  670. "fluid": {
  671. "max": "2rem",
  672. "min": "1.75rem"
  673. },
  674. "name": "Large",
  675. "size": "1.75rem",
  676. "slug": "large"
  677. },
  678. {
  679. "fluid": {
  680. "max": "3rem",
  681. "min": "2.5rem"
  682. },
  683. "name": "Extra Large",
  684. "size": "3rem",
  685. "slug": "x-large"
  686. }
  687. ],
  688. "fontStyle": true,
  689. "fontWeight": true,
  690. "letterSpacing": true,
  691. "textDecoration": true,
  692. "textTransform": true
  693. },
  694. "useRootPaddingAwareAlignments": true
  695. },
  696. "styles": {
  697. "blocks": {
  698. "core/code": {
  699. "border": {
  700. "color": "var(--wp--preset--color--foreground)",
  701. "radius": "0.25rem",
  702. "style": "solid",
  703. "width": "2px"
  704. },
  705. "spacing": {
  706. "padding": {
  707. "bottom": "var(--wp--preset--spacing--50)",
  708. "left": "var(--wp--preset--spacing--50)",
  709. "right": "var(--wp--preset--spacing--50)",
  710. "top": "var(--wp--preset--spacing--50)"
  711. }
  712. },
  713. "typography": {
  714. "fontFamily": "monospace"
  715. }
  716. },
  717. "core/comment-author-name": {
  718. "typography": {
  719. "fontSize": "var(--wp--preset--font-size--small)"
  720. }
  721. },
  722. "core/comment-date": {
  723. "typography": {
  724. "fontSize": "var(--wp--preset--font-size--small)"
  725. }
  726. },
  727. "core/comment-edit-link": {
  728. "typography": {
  729. "fontSize": "var(--wp--preset--font-size--small)"
  730. }
  731. },
  732. "core/comment-reply-link": {
  733. "typography": {
  734. "fontSize": "var(--wp--preset--font-size--small)"
  735. }
  736. },
  737. "core/gallery": {
  738. "spacing": {
  739. "margin": {
  740. "bottom": "var(--wp--preset--spacing--50)"
  741. }
  742. }
  743. },
  744. "core/heading": {
  745. "spacing": {
  746. "margin": {
  747. "bottom": "0px",
  748. "left": "0px",
  749. "right": "0px",
  750. "top": "0px"
  751. },
  752. "padding": {
  753. "top": "2rem"
  754. }
  755. }
  756. },
  757. "core/list": {
  758. "spacing": {
  759. "padding": {
  760. "left": "var(--wp--preset--spacing--70)"
  761. }
  762. }
  763. },
  764. "core/navigation": {
  765. "elements": {
  766. "link": {
  767. ":hover": {
  768. "typography": {
  769. "textDecoration": "underline"
  770. }
  771. },
  772. "typography": {
  773. "textDecoration": "none"
  774. }
  775. }
  776. }
  777. },
  778. "core/post-author-name": {
  779. "elements": {
  780. "link": {
  781. ":hover": {
  782. "typography": {
  783. "textDecoration": "underline"
  784. }
  785. },
  786. "typography": {
  787. "textDecoration": "none"
  788. }
  789. }
  790. }
  791. },
  792. "core/post-comments-form": {
  793. "spacing": {
  794. "padding": {
  795. "bottom": "0",
  796. "left": "0",
  797. "right": "0",
  798. "top": "0"
  799. }
  800. }
  801. },
  802. "core/post-date": {
  803. "color": {
  804. "text": "var:preset|color|custom-foreground-var"
  805. },
  806. "elements": {
  807. "link": {
  808. ":hover": {
  809. "typography": {
  810. "textDecoration": "underline"
  811. }
  812. },
  813. "color": {
  814. "text": "var:preset|color|custom-foreground-var"
  815. },
  816. "typography": {
  817. "textDecoration": "none"
  818. }
  819. }
  820. },
  821. "typography": {
  822. "fontSize": "var(--wp--preset--font-size--small)"
  823. }
  824. },
  825. "core/post-title": {
  826. "elements": {
  827. "link": {
  828. ":hover": {
  829. "typography": {
  830. "textDecoration": "underline"
  831. }
  832. },
  833. "typography": {
  834. "textDecoration": "none"
  835. }
  836. }
  837. },
  838. "spacing": {
  839. "margin": {
  840. "bottom": "0"
  841. }
  842. }
  843. },
  844. "core/pullquote": {
  845. "border": {
  846. "color": "var(--wp--preset--color--foreground)",
  847. "style": "solid",
  848. "width": "1px 0"
  849. },
  850. "spacing": {
  851. "padding": {
  852. "bottom": "var(--wp--preset--spacing--50)",
  853. "left": "var(--wp--preset--spacing--50)",
  854. "right": "var(--wp--preset--spacing--50)",
  855. "top": "var(--wp--preset--spacing--50)"
  856. }
  857. },
  858. "typography": {
  859. "fontSize": "var(--wp--preset--font-size--large)",
  860. "fontStyle": "italic"
  861. }
  862. },
  863. "core/quote": {
  864. "border": {
  865. "color": "var(--wp--preset--color--primary)",
  866. "style": "solid",
  867. "width": "0 0 0 1px"
  868. },
  869. "spacing": {
  870. "padding": {
  871. "left": "var(--wp--preset--spacing--50)"
  872. }
  873. },
  874. "typography": {
  875. "fontStyle": "normal"
  876. }
  877. },
  878. "core/search": {
  879. "color": {
  880. "background": "var:preset|color|background",
  881. "text": "var:preset|color|primary"
  882. },
  883. "typography": {
  884. "fontFamily": "var:preset|font-family|jetbrains-mono",
  885. "fontSize": "var:preset|font-size|medium",
  886. "lineHeight": "1.4"
  887. }
  888. },
  889. "core/separator": {
  890. "border": {
  891. "color": "currentColor",
  892. "style": "solid",
  893. "width": "0 0 1px 0"
  894. },
  895. "color": {
  896. "text": "var(--wp--preset--color--foreground)"
  897. }
  898. },
  899. "core/site-tagline": {
  900. "typography": {
  901. "fontSize": "var(--wp--preset--font-size--small)"
  902. }
  903. },
  904. "core/site-title": {
  905. "elements": {
  906. "link": {
  907. ":hover": {
  908. "typography": {
  909. "textDecoration": "underline"
  910. }
  911. },
  912. "typography": {
  913. "textDecoration": "none"
  914. }
  915. }
  916. },
  917. "typography": {
  918. "fontSize": "var(--wp--preset--font-size--medium)",
  919. "fontWeight": "700"
  920. }
  921. }
  922. },
  923. "color": {
  924. "background": "var:preset|color|custom-background-var",
  925. "text": "var:preset|color|custom-foreground-var"
  926. },
  927. "elements": {
  928. "button": {
  929. ":active": {
  930. "color": {
  931. "background": "var(--wp--preset--color--primary)",
  932. "text": "var(--wp--preset--color--background)"
  933. }
  934. },
  935. ":focus": {
  936. "color": {
  937. "background": "var(--wp--preset--color--primary)",
  938. "text": "var(--wp--preset--color--background)"
  939. },
  940. "outline": {
  941. "color": "var(--wp--preset--color--primary)",
  942. "offset": "2px",
  943. "style": "dotted",
  944. "width": "1px"
  945. }
  946. },
  947. ":hover": {
  948. "color": {
  949. "background": "var(--wp--preset--color--secondary)",
  950. "text": "var(--wp--preset--color--background)"
  951. }
  952. },
  953. "border": {
  954. "radius": "0.25rem"
  955. },
  956. "color": {
  957. "background": "var:preset|color|custom-foreground-var",
  958. "text": "var:preset|color|custom-background-var"
  959. }
  960. },
  961. "caption": {
  962. "color": {
  963. "text": "var:preset|color|custom-foreground-var"
  964. }
  965. },
  966. "h1": {
  967. "typography": {
  968. "fontSize": "1.2rem",
  969. "lineHeight": 1.4
  970. }
  971. },
  972. "h2": {
  973. "typography": {
  974. "fontSize": "1.2rem",
  975. "lineHeight": 1.4
  976. }
  977. },
  978. "h3": {
  979. "typography": {
  980. "fontSize": "1.2rem",
  981. "lineHeight": 1.4
  982. }
  983. },
  984. "h4": {
  985. "typography": {
  986. "fontSize": "1.2rem",
  987. "lineHeight": 1.4
  988. }
  989. },
  990. "h5": {
  991. "typography": {
  992. "fontSize": "1.2rem",
  993. "lineHeight": 1.4
  994. }
  995. },
  996. "h6": {
  997. "typography": {
  998. "fontSize": "1.2rem",
  999. "lineHeight": 1.4
  1000. }
  1001. },
  1002. "heading": {
  1003. "color": {
  1004. "text": "var:preset|color|custom-foreground-var"
  1005. },
  1006. "typography": {
  1007. "fontFamily": "var(--wp--preset--font-family--rubik)",
  1008. "fontWeight": "400",
  1009. "lineHeight": 1.4,
  1010. "textTransform": "uppercase"
  1011. }
  1012. },
  1013. "link": {
  1014. ":hover": {
  1015. "typography": {
  1016. "textDecoration": "none"
  1017. }
  1018. },
  1019. "color": {
  1020. "text": "var:preset|color|custom-foreground-var"
  1021. },
  1022. "typography": {
  1023. "lineHeight": 1.4
  1024. }
  1025. }
  1026. },
  1027. "spacing": {
  1028. "blockGap": "0.5rem",
  1029. "padding": {
  1030. "bottom": "0rem",
  1031. "left": "0rem",
  1032. "right": "0rem",
  1033. "top": "0rem"
  1034. }
  1035. },
  1036. "typography": {
  1037. "fontFamily": "var:preset|font-family|jetbrains-mono",
  1038. "fontSize": "1.2rem",
  1039. "lineHeight": "1.4"
  1040. }
  1041. },
  1042. "templateParts": [
  1043. {
  1044. "area": "header",
  1045. "name": "header"
  1046. },
  1047. {
  1048. "area": "footer",
  1049. "name": "footer"
  1050. }
  1051. ],
  1052. "version": 2,
  1053. "$schema": "https://schemas.wp.org/trunk/theme.json"
  1054. }