theme.json 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870
  1. {
  2. "settings": {
  3. "appearanceTools": true,
  4. "color": {
  5. "palette": [
  6. {
  7. "color": "#000000",
  8. "name": "Primary",
  9. "slug": "primary"
  10. },
  11. {
  12. "color": "#000000",
  13. "name": "Secondary",
  14. "slug": "secondary"
  15. },
  16. {
  17. "color": "#7b7b7b",
  18. "name": "Foreground",
  19. "slug": "foreground"
  20. },
  21. {
  22. "color": "#f6f5f0",
  23. "name": "Background",
  24. "slug": "background"
  25. },
  26. {
  27. "color": "#eae8e2",
  28. "name": "Tertiary",
  29. "slug": "tertiary"
  30. }
  31. ]
  32. },
  33. "layout": {
  34. "contentSize": "620px",
  35. "wideSize": "1000px"
  36. },
  37. "spacing": {
  38. "units": [
  39. "%",
  40. "px",
  41. "em",
  42. "rem",
  43. "vh",
  44. "vw"
  45. ]
  46. },
  47. "typography": {
  48. "fluid": true,
  49. "fontFamilies": [
  50. {
  51. "fontFace": [],
  52. "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
  53. "name": "System Font",
  54. "slug": "system-font"
  55. },
  56. {
  57. "fontFace": [
  58. {
  59. "fontFamily": "Labrada",
  60. "fontStyle": "normal",
  61. "fontWeight": "300",
  62. "src": [
  63. "file:./assets/fonts/labrada_normal_300.ttf"
  64. ]
  65. },
  66. {
  67. "fontFamily": "Labrada",
  68. "fontStyle": "italic",
  69. "fontWeight": "300",
  70. "src": [
  71. "file:./assets/fonts/labrada_italic_300.ttf"
  72. ]
  73. },
  74. {
  75. "fontFamily": "Labrada",
  76. "fontStyle": "normal",
  77. "fontWeight": "500",
  78. "src": [
  79. "file:./assets/fonts/labrada_normal_500.ttf"
  80. ]
  81. },
  82. {
  83. "fontFamily": "Labrada",
  84. "fontStyle": "normal",
  85. "fontWeight": "400",
  86. "src": [
  87. "file:./assets/fonts/labrada_normal_400.ttf"
  88. ]
  89. },
  90. {
  91. "fontFamily": "Labrada",
  92. "fontStyle": "italic",
  93. "fontWeight": "400",
  94. "src": [
  95. "file:./assets/fonts/labrada_italic_400.ttf"
  96. ]
  97. },
  98. {
  99. "fontFamily": "Labrada",
  100. "fontStyle": "italic",
  101. "fontWeight": "500",
  102. "src": [
  103. "file:./assets/fonts/labrada_italic_500.ttf"
  104. ]
  105. }
  106. ],
  107. "fontFamily": "Labrada",
  108. "slug": "labrada"
  109. },
  110. {
  111. "fontFace": [
  112. {
  113. "fontFamily": "Cormorant Garamond",
  114. "fontStyle": "normal",
  115. "fontWeight": "700",
  116. "src": [
  117. "file:./assets/fonts/cormorant-garamond_normal_700.ttf"
  118. ]
  119. },
  120. {
  121. "fontFamily": "Cormorant Garamond",
  122. "fontStyle": "italic",
  123. "fontWeight": "700",
  124. "src": [
  125. "file:./assets/fonts/cormorant-garamond_italic_700.ttf"
  126. ]
  127. },
  128. {
  129. "fontFamily": "Cormorant Garamond",
  130. "fontStyle": "italic",
  131. "fontWeight": "400",
  132. "src": [
  133. "file:./assets/fonts/cormorant-garamond_italic_400.ttf"
  134. ]
  135. },
  136. {
  137. "fontFamily": "Cormorant Garamond",
  138. "fontStyle": "normal",
  139. "fontWeight": "400",
  140. "src": [
  141. "file:./assets/fonts/cormorant-garamond_normal_400.ttf"
  142. ]
  143. }
  144. ],
  145. "fontFamily": "Cormorant Garamond",
  146. "slug": "cormorant-garamond"
  147. },
  148. {
  149. "fontFace": [
  150. {
  151. "fontFamily": "IBM Plex Mono",
  152. "fontStyle": "normal",
  153. "fontWeight": "300",
  154. "src": [
  155. "file:./assets/fonts/ibm-plex-mono_normal_300.ttf"
  156. ]
  157. },
  158. {
  159. "fontFamily": "IBM Plex Mono",
  160. "fontStyle": "italic",
  161. "fontWeight": "300",
  162. "src": [
  163. "file:./assets/fonts/ibm-plex-mono_italic_300.ttf"
  164. ]
  165. },
  166. {
  167. "fontFamily": "IBM Plex Mono",
  168. "fontStyle": "normal",
  169. "fontWeight": "700",
  170. "src": [
  171. "file:./assets/fonts/ibm-plex-mono_normal_700.ttf"
  172. ]
  173. },
  174. {
  175. "fontFamily": "IBM Plex Mono",
  176. "fontStyle": "italic",
  177. "fontWeight": "700",
  178. "src": [
  179. "file:./assets/fonts/ibm-plex-mono_italic_700.ttf"
  180. ]
  181. }
  182. ],
  183. "fontFamily": "IBM Plex Mono",
  184. "slug": "ibm-plex-mono"
  185. },
  186. {
  187. "fontFace": [
  188. {
  189. "fontFamily": "Commissioner",
  190. "fontStyle": "normal",
  191. "fontWeight": "300",
  192. "src": [
  193. "file:./assets/fonts/commissioner_normal_300.ttf"
  194. ]
  195. },
  196. {
  197. "fontFamily": "Commissioner",
  198. "fontStyle": "normal",
  199. "fontWeight": "700",
  200. "src": [
  201. "file:./assets/fonts/commissioner_normal_700.ttf"
  202. ]
  203. },
  204. {
  205. "fontFamily": "Commissioner",
  206. "fontStyle": "italic",
  207. "fontWeight": "300",
  208. "src": [
  209. "file:./assets/fonts/commissioner_italic_300.otf"
  210. ]
  211. },
  212. {
  213. "fontFamily": "Commissioner",
  214. "fontStyle": "italic",
  215. "fontWeight": "700",
  216. "src": [
  217. "file:./assets/fonts/commissioner_italic_700.otf"
  218. ]
  219. }
  220. ],
  221. "fontFamily": "Commissioner",
  222. "slug": "commissioner"
  223. },
  224. {
  225. "fontFace": [
  226. {
  227. "fontFamily": "Helvetica",
  228. "fontStyle": "normal",
  229. "fontWeight": "300",
  230. "src": [
  231. "file:./assets/fonts/helvetica_normal_300.ttf"
  232. ]
  233. },
  234. {
  235. "fontFamily": "Helvetica",
  236. "fontStyle": "italic",
  237. "fontWeight": "300",
  238. "src": [
  239. "file:./assets/fonts/helvetica_italic_300.ttf"
  240. ]
  241. },
  242. {
  243. "fontFamily": "Helvetica",
  244. "fontStyle": "normal",
  245. "fontWeight": "700",
  246. "src": [
  247. "file:./assets/fonts/helvetica_normal_700.ttf"
  248. ]
  249. },
  250. {
  251. "fontFamily": "Helvetica",
  252. "fontStyle": "italic",
  253. "fontWeight": "700",
  254. "src": [
  255. "file:./assets/fonts/helvetica_italic_700.ttf"
  256. ]
  257. },
  258. {
  259. "fontFamily": "Helvetica",
  260. "fontStyle": "italic",
  261. "fontWeight": "400",
  262. "src": [
  263. "file:./assets/fonts/helvetica_italic_400.ttf"
  264. ]
  265. },
  266. {
  267. "fontFamily": "Helvetica",
  268. "fontStyle": "normal",
  269. "fontWeight": "400",
  270. "src": [
  271. "file:./assets/fonts/helvetica_normal_400.ttf"
  272. ]
  273. }
  274. ],
  275. "fontFamily": "Helvetica",
  276. "slug": "helvetica"
  277. },
  278. {
  279. "fontFace": [
  280. {
  281. "fontFamily": "Space Mono",
  282. "fontStyle": "normal",
  283. "fontWeight": "400",
  284. "src": [
  285. "file:./assets/fonts/space-mono_normal_400.ttf"
  286. ]
  287. },
  288. {
  289. "fontFamily": "Space Mono",
  290. "fontStyle": "italic",
  291. "fontWeight": "400",
  292. "src": [
  293. "file:./assets/fonts/space-mono_italic_400.ttf"
  294. ]
  295. },
  296. {
  297. "fontFamily": "Space Mono",
  298. "fontStyle": "normal",
  299. "fontWeight": "700",
  300. "src": [
  301. "file:./assets/fonts/space-mono_normal_700.ttf"
  302. ]
  303. },
  304. {
  305. "fontFamily": "Space Mono",
  306. "fontStyle": "italic",
  307. "fontWeight": "700",
  308. "src": [
  309. "file:./assets/fonts/space-mono_italic_700.ttf"
  310. ]
  311. }
  312. ],
  313. "fontFamily": "Space Mono",
  314. "slug": "space-mono"
  315. },
  316. {
  317. "fontFace": [
  318. {
  319. "fontFamily": "Inter",
  320. "fontStyle": "normal",
  321. "fontWeight": "300",
  322. "src": [
  323. "file:./assets/fonts/inter_normal_300.ttf"
  324. ]
  325. },
  326. {
  327. "fontFamily": "Inter",
  328. "fontStyle": "normal",
  329. "fontWeight": "500",
  330. "src": [
  331. "file:./assets/fonts/inter_normal_500.ttf"
  332. ]
  333. },
  334. {
  335. "fontFamily": "Inter",
  336. "fontStyle": "italic",
  337. "fontWeight": "300",
  338. "src": [
  339. "file:./assets/fonts/inter_italic_300.otf"
  340. ]
  341. },
  342. {
  343. "fontFamily": "Inter",
  344. "fontStyle": "italic",
  345. "fontWeight": "500",
  346. "src": [
  347. "file:./assets/fonts/inter_italic_500.otf"
  348. ]
  349. }
  350. ],
  351. "fontFamily": "Inter",
  352. "slug": "inter"
  353. }
  354. ],
  355. "fontSizes": [
  356. {
  357. "fluid": {
  358. "max": "1.0625rem",
  359. "min": "0.825rem"
  360. },
  361. "name": "Small",
  362. "size": "1rem",
  363. "slug": "small"
  364. },
  365. {
  366. "fluid": {
  367. "max": "1.25rem",
  368. "min": "1rem"
  369. },
  370. "name": "Medium",
  371. "size": "1.125rem",
  372. "slug": "medium"
  373. },
  374. {
  375. "fluid": {
  376. "max": "2rem",
  377. "min": "1.75rem"
  378. },
  379. "name": "Large",
  380. "size": "1.75rem",
  381. "slug": "large"
  382. },
  383. {
  384. "fluid": {
  385. "max": "3rem",
  386. "min": "2.5rem"
  387. },
  388. "name": "Extra Large",
  389. "size": "3rem",
  390. "slug": "x-large"
  391. }
  392. ]
  393. },
  394. "useRootPaddingAwareAlignments": false
  395. },
  396. "styles": {
  397. "blocks": {
  398. "core/button": {
  399. "border": {
  400. "bottom": {
  401. "style": "none",
  402. "width": "0px"
  403. },
  404. "left": {
  405. "style": "none",
  406. "width": "0px"
  407. },
  408. "radius": "100px",
  409. "right": {
  410. "style": "none",
  411. "width": "0px"
  412. },
  413. "top": {
  414. "style": "none",
  415. "width": "0px"
  416. }
  417. },
  418. "color": {
  419. "background": "var(--wp--preset--color--tertiary)",
  420. "text": "var(--wp--preset--color--primary)"
  421. },
  422. "spacing": {
  423. "padding": {
  424. "bottom": "var(--wp--preset--spacing--20)",
  425. "left": "var(--wp--preset--spacing--50)",
  426. "right": "var(--wp--preset--spacing--50)",
  427. "top": "var(--wp--preset--spacing--20)"
  428. }
  429. },
  430. "typography": {
  431. "fontSize": "var(--wp--preset--font-size--medium)",
  432. "fontStyle": "normal",
  433. "fontWeight": "300",
  434. "letterSpacing": "0rem",
  435. "textDecoration": "none",
  436. "textTransform": "none"
  437. }
  438. },
  439. "core/code": {
  440. "border": {
  441. "color": "var(--wp--preset--color--foreground)",
  442. "radius": "0.25rem",
  443. "style": "solid",
  444. "width": "2px"
  445. },
  446. "spacing": {
  447. "padding": {
  448. "bottom": "var(--wp--preset--spacing--50)",
  449. "left": "var(--wp--preset--spacing--50)",
  450. "right": "var(--wp--preset--spacing--50)",
  451. "top": "var(--wp--preset--spacing--50)"
  452. }
  453. },
  454. "typography": {
  455. "fontFamily": "monospace"
  456. }
  457. },
  458. "core/comment-author-name": {
  459. "typography": {
  460. "fontSize": "var(--wp--preset--font-size--small)"
  461. }
  462. },
  463. "core/comment-date": {
  464. "typography": {
  465. "fontSize": "var(--wp--preset--font-size--small)"
  466. }
  467. },
  468. "core/comment-edit-link": {
  469. "typography": {
  470. "fontSize": "var(--wp--preset--font-size--small)"
  471. }
  472. },
  473. "core/comment-reply-link": {
  474. "typography": {
  475. "fontSize": "var(--wp--preset--font-size--small)"
  476. }
  477. },
  478. "core/gallery": {
  479. "spacing": {
  480. "margin": {
  481. "bottom": "var(--wp--preset--spacing--50)"
  482. }
  483. }
  484. },
  485. "core/heading": {
  486. "color": {
  487. "text": "var(--wp--preset--color--primary)"
  488. },
  489. "typography": {
  490. "fontStyle": "normal",
  491. "fontWeight": "300"
  492. }
  493. },
  494. "core/image": {
  495. "border": {
  496. "bottom": {
  497. "style": "none",
  498. "width": "0px"
  499. },
  500. "left": {
  501. "style": "none",
  502. "width": "0px"
  503. },
  504. "right": {
  505. "style": "none",
  506. "width": "0px"
  507. },
  508. "top": {
  509. "style": "none",
  510. "width": "0px"
  511. }
  512. }
  513. },
  514. "core/list": {
  515. "spacing": {
  516. "padding": {
  517. "left": "var(--wp--preset--spacing--70)"
  518. }
  519. },
  520. "typography": {
  521. "fontSize": "var(--wp--preset--font-size--medium)"
  522. }
  523. },
  524. "core/navigation": {
  525. "elements": {
  526. "link": {
  527. ":hover": {
  528. "typography": {
  529. "textDecoration": "underline"
  530. }
  531. },
  532. "typography": {
  533. "textDecoration": "none"
  534. }
  535. }
  536. },
  537. "typography": {
  538. "fontSize": "var(--wp--preset--font-size--x-large)",
  539. "lineHeight": "0.7"
  540. }
  541. },
  542. "core/paragraph": {
  543. "typography": {
  544. "fontSize": "var(--wp--preset--font-size--medium)"
  545. }
  546. },
  547. "core/post-author-name": {
  548. "elements": {
  549. "link": {
  550. ":hover": {
  551. "typography": {
  552. "textDecoration": "underline"
  553. }
  554. },
  555. "typography": {
  556. "textDecoration": "none"
  557. }
  558. }
  559. }
  560. },
  561. "core/post-content": {
  562. "typography": {
  563. "fontSize": "var(--wp--preset--font-size--medium)",
  564. "fontStyle": "normal",
  565. "fontWeight": "300",
  566. "lineHeight": "1.7"
  567. }
  568. },
  569. "core/post-date": {
  570. "color": {
  571. "text": "var(--wp--preset--color--foreground)"
  572. },
  573. "elements": {
  574. "link": {
  575. ":hover": {
  576. "typography": {
  577. "textDecoration": "underline"
  578. }
  579. },
  580. "typography": {
  581. "textDecoration": "none"
  582. }
  583. }
  584. },
  585. "typography": {
  586. "fontSize": "var(--wp--preset--font-size--small)"
  587. }
  588. },
  589. "core/post-featured-image": {
  590. "css": ".wp-block-post-featured-image {\n margin-left: 0;\n margin-right: 0;\n margin-bottom: -5px;\n margin-top: 0px;\n}\n\n.wp-block-post-featured-image a img:hover {\n\topacity: 0.5;\n\ttransition: all 0.3s ease;\n}"
  591. },
  592. "core/post-navigation-link": {
  593. "elements": {
  594. "link": {
  595. ":hover": {
  596. "color": {
  597. "text": "var(--wp--preset--color--primary)"
  598. }
  599. },
  600. "color": {
  601. "text": "var(--wp--preset--color--foreground)"
  602. }
  603. }
  604. },
  605. "typography": {
  606. "fontSize": "var(--wp--preset--font-size--x-large)",
  607. "fontStyle": "normal",
  608. "fontWeight": "300"
  609. }
  610. },
  611. "core/post-title": {
  612. "color": {
  613. "text": "var(--wp--preset--color--primary)"
  614. },
  615. "elements": {
  616. "link": {
  617. ":hover": {
  618. "typography": {
  619. "textDecoration": "underline"
  620. }
  621. },
  622. "typography": {
  623. "textDecoration": "none"
  624. }
  625. }
  626. },
  627. "spacing": {
  628. "margin": {
  629. "bottom": "0"
  630. }
  631. },
  632. "typography": {
  633. "fontSize": "var(--wp--preset--font-size--large)",
  634. "fontStyle": "normal",
  635. "fontWeight": "300"
  636. }
  637. },
  638. "core/pullquote": {
  639. "border": {
  640. "color": "var(--wp--preset--color--foreground)",
  641. "style": "solid",
  642. "width": "1px 0"
  643. },
  644. "spacing": {
  645. "padding": {
  646. "bottom": "var(--wp--preset--spacing--50)",
  647. "left": "var(--wp--preset--spacing--50)",
  648. "right": "var(--wp--preset--spacing--50)",
  649. "top": "var(--wp--preset--spacing--50)"
  650. }
  651. },
  652. "typography": {
  653. "fontSize": "var(--wp--preset--font-size--small)",
  654. "fontStyle": "normal",
  655. "fontWeight": "300",
  656. "textTransform": "none"
  657. }
  658. },
  659. "core/query-title": {
  660. "typography": {
  661. "fontSize": "var(--wp--preset--font-size--medium)",
  662. "fontStyle": "normal",
  663. "fontWeight": "300"
  664. }
  665. },
  666. "core/quote": {
  667. "border": {
  668. "color": "var(--wp--preset--color--primary)",
  669. "style": "solid",
  670. "width": "0 0 0 1px"
  671. },
  672. "spacing": {
  673. "padding": {
  674. "left": "var(--wp--preset--spacing--50)"
  675. }
  676. },
  677. "typography": {
  678. "fontSize": "var(--wp--preset--font-size--small)",
  679. "fontStyle": "normal",
  680. "fontWeight": "300",
  681. "textTransform": "none"
  682. }
  683. },
  684. "core/search": {
  685. "border": {
  686. "radius": "0px"
  687. },
  688. "color": {
  689. "background": "var(--wp--preset--color--background)"
  690. },
  691. "typography": {
  692. "fontSize": "var(--wp--preset--font-size--medium)",
  693. "lineHeight": "1.6"
  694. }
  695. },
  696. "core/separator": {
  697. "border": {
  698. "color": "currentColor",
  699. "style": "solid",
  700. "width": "0 0 1px 0"
  701. },
  702. "color": {
  703. "text": "var(--wp--preset--color--foreground)"
  704. }
  705. },
  706. "core/site-tagline": {
  707. "typography": {
  708. "fontSize": "var(--wp--preset--font-size--x-large)"
  709. }
  710. },
  711. "core/site-title": {
  712. "elements": {
  713. "link": {
  714. ":hover": {
  715. "color": {
  716. "text": "var(--wp--preset--color--foreground)"
  717. },
  718. "typography": {
  719. "textDecoration": "underline"
  720. }
  721. },
  722. "color": {
  723. "text": "var(--wp--preset--color--primary)"
  724. },
  725. "typography": {
  726. "textDecoration": "none"
  727. }
  728. }
  729. },
  730. "typography": {
  731. "fontSize": "var(--wp--preset--font-size--x-large)",
  732. "fontStyle": "normal",
  733. "fontWeight": "500"
  734. }
  735. },
  736. "core/table": {
  737. "typography": {
  738. "fontSize": "var(--wp--preset--font-size--small)"
  739. }
  740. },
  741. "core/term-description": {
  742. "typography": {
  743. "fontStyle": "normal",
  744. "fontWeight": "300"
  745. }
  746. },
  747. "core/verse": {
  748. "typography": {
  749. "fontSize": "var(--wp--preset--font-size--medium)"
  750. }
  751. }
  752. },
  753. "color": {
  754. "background": "var(--wp--preset--color--background)",
  755. "text": "var(--wp--preset--color--foreground)"
  756. },
  757. "elements": {
  758. "button": {
  759. ":active": {
  760. "color": {
  761. "background": "var(--wp--preset--color--primary)",
  762. "text": "var(--wp--preset--color--background)"
  763. }
  764. },
  765. ":focus": {
  766. "color": {
  767. "background": "var(--wp--preset--color--primary)",
  768. "text": "var(--wp--preset--color--background)"
  769. },
  770. "outline": {
  771. "color": "var(--wp--preset--color--primary)",
  772. "offset": "2px",
  773. "style": "dotted",
  774. "width": "1px"
  775. }
  776. },
  777. ":hover": {
  778. "color": {
  779. "background": "var(--wp--preset--color--secondary)",
  780. "text": "var(--wp--preset--color--background)"
  781. }
  782. },
  783. "border": {
  784. "radius": "0.25rem"
  785. },
  786. "color": {
  787. "background": "var(--wp--preset--color--primary)",
  788. "text": "var(--wp--preset--color--background)"
  789. }
  790. },
  791. "h1": {
  792. "typography": {
  793. "fontSize": "var(--wp--preset--font-size--x-large)"
  794. }
  795. },
  796. "h2": {
  797. "typography": {
  798. "fontSize": "var(--wp--preset--font-size--large)"
  799. }
  800. },
  801. "h3": {
  802. "typography": {
  803. "fontSize": "clamp(1.5rem, calc(1.5rem + ((1vw - 0.48rem) * 0.4808)), 1.75rem)"
  804. }
  805. },
  806. "h4": {
  807. "typography": {
  808. "fontSize": "clamp(1.25rem, calc(1.25rem + ((1vw - 0.48rem) * 0.4808)), 1.5rem)"
  809. }
  810. },
  811. "h5": {
  812. "typography": {
  813. "fontSize": "var(--wp--preset--font-size--medium)"
  814. }
  815. },
  816. "h6": {
  817. "typography": {
  818. "fontSize": "var(--wp--preset--font-size--small)"
  819. }
  820. },
  821. "heading": {
  822. "typography": {
  823. "fontWeight": "400",
  824. "lineHeight": "1.125"
  825. }
  826. },
  827. "link": {
  828. ":hover": {
  829. "color": {
  830. "text": "var(--wp--preset--color--foreground)"
  831. },
  832. "typography": {
  833. "textDecoration": "none"
  834. }
  835. },
  836. "color": {
  837. "text": "var(--wp--preset--color--primary)"
  838. }
  839. }
  840. },
  841. "spacing": {
  842. "blockGap": "20px",
  843. "padding": {
  844. "bottom": "20px",
  845. "left": "20px",
  846. "right": "20px",
  847. "top": "20px"
  848. }
  849. },
  850. "typography": {
  851. "fontFamily": "var(--wp--preset--font-family--inter)",
  852. "fontSize": "var(--wp--preset--font-size--large)",
  853. "fontStyle": "normal",
  854. "fontWeight": "300",
  855. "lineHeight": "1.6"
  856. }
  857. },
  858. "templateParts": [
  859. {
  860. "area": "header",
  861. "name": "header"
  862. },
  863. {
  864. "area": "footer",
  865. "name": "footer"
  866. }
  867. ],
  868. "version": 2,
  869. "$schema": "https://schemas.wp.org/trunk/theme.json"
  870. }