theme.json 21 KB

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