theme.json 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757
  1. {
  2. "customTemplates": [
  3. {
  4. "name": "blank",
  5. "postTypes": ["page", "post"],
  6. "title": "Blank"
  7. }
  8. ],
  9. "settings": {
  10. "border": {
  11. "color": true,
  12. "radius": true,
  13. "style": true,
  14. "width": true
  15. },
  16. "color": {
  17. "custom": true,
  18. "customGradient": true,
  19. "link": true,
  20. "palette": [
  21. {
  22. "color": "#e2d8ff",
  23. "name": "Primary",
  24. "slug": "primary"
  25. },
  26. {
  27. "color": "#e2d8ff",
  28. "name": "Secondary",
  29. "slug": "secondary"
  30. },
  31. {
  32. "color": "#e2d8ff",
  33. "name": "Foreground",
  34. "slug": "foreground"
  35. },
  36. {
  37. "color": "#2f1ab2",
  38. "name": "Background",
  39. "slug": "background"
  40. },
  41. {
  42. "color": "#2411a4",
  43. "name": "Tertiary",
  44. "slug": "tertiary"
  45. }
  46. ]
  47. },
  48. "layout": {
  49. "contentSize": "700px",
  50. "wideSize": "1000px"
  51. },
  52. "spacing": {
  53. "blockGap": true,
  54. "margin": true,
  55. "padding": true,
  56. "units": ["%", "px", "em", "rem", "vh", "vw"]
  57. },
  58. "typography": {
  59. "customFontSize": true,
  60. "fluid": true,
  61. "fontFamilies": [
  62. {
  63. "fontFace": [
  64. {
  65. "fontFamily": "Newsreader",
  66. "fontStyle": "normal",
  67. "fontWeight": "300",
  68. "src": ["file:./assets/fonts/newsreader_300.ttf"]
  69. },
  70. {
  71. "fontFamily": "Newsreader",
  72. "fontStyle": "normal",
  73. "fontWeight": "600",
  74. "src": ["file:./assets/fonts/newsreader_600.ttf"]
  75. },
  76. {
  77. "fontFamily": "Newsreader",
  78. "fontStyle": "normal",
  79. "fontWeight": "400",
  80. "src": [
  81. "file:./assets/fonts/newsreader_regular.ttf"
  82. ]
  83. },
  84. {
  85. "fontFamily": "Newsreader",
  86. "fontStyle": "italic",
  87. "fontWeight": "400",
  88. "src": ["file:./assets/fonts/newsreader_italic.ttf"]
  89. },
  90. {
  91. "fontFamily": "Newsreader",
  92. "fontStyle": "italic",
  93. "fontWeight": "600",
  94. "src": [
  95. "file:./assets/fonts/newsreader_600italic.ttf"
  96. ]
  97. },
  98. {
  99. "fontFamily": "Newsreader",
  100. "fontStyle": "italic",
  101. "fontWeight": "300",
  102. "src": [
  103. "file:./assets/fonts/newsreader_300italic.ttf"
  104. ]
  105. }
  106. ],
  107. "fontFamily": "Newsreader",
  108. "slug": "newsreader"
  109. },
  110. {
  111. "fontFace": [
  112. {
  113. "fontFamily": "Figtree",
  114. "fontStyle": "normal",
  115. "fontWeight": "600",
  116. "src": [
  117. "file:./assets/fonts/figtree_normal_600.ttf"
  118. ]
  119. },
  120. {
  121. "fontFamily": "Figtree",
  122. "fontStyle": "normal",
  123. "fontWeight": "400",
  124. "src": [
  125. "file:./assets/fonts/figtree_normal_400.ttf"
  126. ]
  127. },
  128. {
  129. "fontFamily": "Figtree",
  130. "fontStyle": "italic",
  131. "fontWeight": "400",
  132. "src": [
  133. "file:./assets/fonts/figtree_italic_400.ttf"
  134. ]
  135. },
  136. {
  137. "fontFamily": "Figtree",
  138. "fontStyle": "italic",
  139. "fontWeight": "600",
  140. "src": [
  141. "file:./assets/fonts/figtree_italic_600.ttf"
  142. ]
  143. }
  144. ],
  145. "fontFamily": "Figtree",
  146. "slug": "figtree"
  147. },
  148. {
  149. "fontFace": [
  150. {
  151. "fontFamily": "IBM Plex Mono",
  152. "fontStyle": "normal",
  153. "fontWeight": "200",
  154. "src": [
  155. "file:./assets/fonts/ibm-plex-mono_normal_200.ttf"
  156. ]
  157. },
  158. {
  159. "fontFamily": "IBM Plex Mono",
  160. "fontStyle": "italic",
  161. "fontWeight": "200",
  162. "src": [
  163. "file:./assets/fonts/ibm-plex-mono_italic_200.ttf"
  164. ]
  165. },
  166. {
  167. "fontFamily": "IBM Plex Mono",
  168. "fontStyle": "normal",
  169. "fontWeight": "300",
  170. "src": [
  171. "file:./assets/fonts/ibm-plex-mono_normal_300.ttf"
  172. ]
  173. },
  174. {
  175. "fontFamily": "IBM Plex Mono",
  176. "fontStyle": "italic",
  177. "fontWeight": "300",
  178. "src": [
  179. "file:./assets/fonts/ibm-plex-mono_italic_300.ttf"
  180. ]
  181. },
  182. {
  183. "fontFamily": "IBM Plex Mono",
  184. "fontStyle": "normal",
  185. "fontWeight": "500",
  186. "src": [
  187. "file:./assets/fonts/ibm-plex-mono_normal_500.ttf"
  188. ]
  189. },
  190. {
  191. "fontFamily": "IBM Plex Mono",
  192. "fontStyle": "italic",
  193. "fontWeight": "500",
  194. "src": [
  195. "file:./assets/fonts/ibm-plex-mono_italic_500.ttf"
  196. ]
  197. },
  198. {
  199. "fontFamily": "IBM Plex Mono",
  200. "fontStyle": "normal",
  201. "fontWeight": "600",
  202. "src": [
  203. "file:./assets/fonts/ibm-plex-mono_normal_600.ttf"
  204. ]
  205. },
  206. {
  207. "fontFamily": "IBM Plex Mono",
  208. "fontStyle": "italic",
  209. "fontWeight": "600",
  210. "src": [
  211. "file:./assets/fonts/ibm-plex-mono_italic_600.ttf"
  212. ]
  213. }
  214. ],
  215. "fontFamily": "IBM Plex Mono",
  216. "slug": "ibm-plex-mono"
  217. },
  218. {
  219. "fontFace": [
  220. {
  221. "fontFamily": "Cormorant Garamond",
  222. "fontStyle": "normal",
  223. "fontWeight": "300",
  224. "src": [
  225. "file:./assets/fonts/cormorant-garamond_normal_300.ttf"
  226. ]
  227. },
  228. {
  229. "fontFamily": "Cormorant Garamond",
  230. "fontStyle": "italic",
  231. "fontWeight": "300",
  232. "src": [
  233. "file:./assets/fonts/cormorant-garamond_italic_300.ttf"
  234. ]
  235. }
  236. ],
  237. "fontFamily": "Cormorant Garamond",
  238. "slug": "cormorant-garamond"
  239. },
  240. {
  241. "fontFace": [
  242. {
  243. "fontFamily": "Plus Jakarta Sans",
  244. "fontStyle": "normal",
  245. "fontWeight": "400",
  246. "src": [
  247. "file:./assets/fonts/plus-jakarta-sans_normal_400.ttf"
  248. ]
  249. },
  250. {
  251. "fontFamily": "Plus Jakarta Sans",
  252. "fontStyle": "italic",
  253. "fontWeight": "400",
  254. "src": [
  255. "file:./assets/fonts/plus-jakarta-sans_italic_400.ttf"
  256. ]
  257. },
  258. {
  259. "fontFamily": "Plus Jakarta Sans",
  260. "fontStyle": "italic",
  261. "fontWeight": "600",
  262. "src": [
  263. "file:./assets/fonts/plus-jakarta-sans_italic_600.ttf"
  264. ]
  265. },
  266. {
  267. "fontFamily": "Plus Jakarta Sans",
  268. "fontStyle": "normal",
  269. "fontWeight": "600",
  270. "src": [
  271. "file:./assets/fonts/plus-jakarta-sans_normal_600.ttf"
  272. ]
  273. }
  274. ],
  275. "fontFamily": "Plus Jakarta Sans",
  276. "slug": "plus-jakarta-sans"
  277. },
  278. {
  279. "fontFace": [
  280. {
  281. "fontFamily": "Outward",
  282. "fontStyle": "normal",
  283. "fontWeight": "400",
  284. "fontDisplay": "block",
  285. "src": [
  286. "file:./assets/fonts/outward_normal_400.ttf"
  287. ]
  288. },
  289. {
  290. "fontFamily": "Outward",
  291. "fontStyle": "italic",
  292. "fontWeight": "400",
  293. "fontDisplay": "block",
  294. "src": [
  295. "file:./assets/fonts/outward_italic_400.ttf"
  296. ]
  297. }
  298. ],
  299. "fontFamily": "Outward",
  300. "slug": "outward"
  301. }
  302. ],
  303. "fontSizes": [
  304. {
  305. "fluid": {
  306. "max": "1.0625rem",
  307. "min": "0.825rem"
  308. },
  309. "name": "Small",
  310. "size": "1rem",
  311. "slug": "small"
  312. },
  313. {
  314. "fluid": {
  315. "max": "1.25rem",
  316. "min": "1rem"
  317. },
  318. "name": "Medium",
  319. "size": "1.125rem",
  320. "slug": "medium"
  321. },
  322. {
  323. "fluid": {
  324. "max": "2rem",
  325. "min": "1.75rem"
  326. },
  327. "name": "Large",
  328. "size": "1.75rem",
  329. "slug": "large"
  330. },
  331. {
  332. "fluid": {
  333. "max": "3rem",
  334. "min": "2.5rem"
  335. },
  336. "name": "Extra Large",
  337. "size": "3rem",
  338. "slug": "x-large"
  339. }
  340. ],
  341. "lineHeight": true
  342. },
  343. "useRootPaddingAwareAlignments": true
  344. },
  345. "styles": {
  346. "blocks": {
  347. "core/audio": {
  348. "spacing": {
  349. "padding": {
  350. "bottom": "0",
  351. "left": "0",
  352. "right": "0",
  353. "top": "0"
  354. }
  355. }
  356. },
  357. "core/button": {
  358. "border": {
  359. "radius": "0px"
  360. },
  361. "color": {
  362. "background": "var:preset|color|primary",
  363. "text": "var:preset|color|background"
  364. },
  365. "spacing": {
  366. "padding": {
  367. "bottom": "var:preset|spacing|40",
  368. "left": "var:preset|spacing|40",
  369. "right": "var:preset|spacing|40",
  370. "top": "var:preset|spacing|40"
  371. }
  372. },
  373. "typography": {
  374. "fontSize": "1.6rem",
  375. "fontStyle": "normal",
  376. "fontWeight": "400",
  377. "textTransform": "none"
  378. }
  379. },
  380. "core/categories": {
  381. "typography": {
  382. "fontStyle": "italic",
  383. "fontWeight": "300"
  384. }
  385. },
  386. "core/code": {
  387. "border": {
  388. "color": "var(--wp--preset--color--foreground)",
  389. "radius": "0.25rem",
  390. "style": "solid",
  391. "width": "2px"
  392. },
  393. "spacing": {
  394. "padding": {
  395. "bottom": "var(--wp--preset--spacing--50)",
  396. "left": "var(--wp--preset--spacing--50)",
  397. "right": "var(--wp--preset--spacing--50)",
  398. "top": "var(--wp--preset--spacing--50)"
  399. }
  400. },
  401. "typography": {
  402. "fontFamily": "monospace"
  403. }
  404. },
  405. "core/comment-author-name": {
  406. "typography": {
  407. "fontSize": "var(--wp--preset--font-size--small)"
  408. }
  409. },
  410. "core/comment-date": {
  411. "typography": {
  412. "fontSize": "var(--wp--preset--font-size--small)"
  413. }
  414. },
  415. "core/comment-edit-link": {
  416. "typography": {
  417. "fontSize": "var(--wp--preset--font-size--small)"
  418. }
  419. },
  420. "core/comment-reply-link": {
  421. "typography": {
  422. "fontSize": "var(--wp--preset--font-size--small)"
  423. }
  424. },
  425. "core/comments": {
  426. "spacing": {
  427. "margin": {
  428. "bottom": "0",
  429. "left": "0",
  430. "right": "0",
  431. "top": "0"
  432. }
  433. }
  434. },
  435. "core/gallery": {
  436. "spacing": {
  437. "margin": {
  438. "bottom": "var(--wp--preset--spacing--50)"
  439. }
  440. }
  441. },
  442. "core/heading": {
  443. "typography": {
  444. "fontFamily": "var:preset|font-family|newsreader",
  445. "fontStyle": "normal",
  446. "fontWeight": "300"
  447. }
  448. },
  449. "core/list": {
  450. "spacing": {
  451. "padding": {
  452. "left": "var(--wp--preset--spacing--70)"
  453. }
  454. }
  455. },
  456. "core/navigation": {
  457. "elements": {
  458. "link": {
  459. ":hover": {
  460. "typography": {
  461. "textDecoration": "underline"
  462. }
  463. },
  464. "typography": {
  465. "textDecoration": "none"
  466. }
  467. }
  468. }
  469. },
  470. "core/post-author-name": {
  471. "elements": {
  472. "link": {
  473. ":hover": {
  474. "typography": {
  475. "textDecoration": "underline"
  476. }
  477. },
  478. "typography": {
  479. "textDecoration": "none"
  480. }
  481. }
  482. }
  483. },
  484. "core/post-date": {
  485. "color": {
  486. "text": "var(--wp--preset--color--foreground)"
  487. },
  488. "elements": {
  489. "link": {
  490. ":hover": {
  491. "typography": {
  492. "textDecoration": "underline"
  493. }
  494. },
  495. "typography": {
  496. "textDecoration": "none"
  497. }
  498. }
  499. },
  500. "typography": {
  501. "fontSize": "var(--wp--preset--font-size--small)"
  502. }
  503. },
  504. "core/post-terms": {
  505. "css": ".wp-block-post-terms \n\na {\n text-decoration-thickness: 0.02em !important;\n text-underline-offset: .20em;\n}",
  506. "typography": {
  507. "fontSize": "0.8rem",
  508. "fontStyle": "italic",
  509. "fontWeight": "300"
  510. }
  511. },
  512. "core/post-title": {
  513. "elements": {
  514. "link": {
  515. ":hover": {
  516. "typography": {
  517. "textDecoration": "underline"
  518. }
  519. },
  520. "typography": {
  521. "textDecoration": "none"
  522. }
  523. }
  524. },
  525. "spacing": {
  526. "margin": {
  527. "bottom": "0"
  528. }
  529. },
  530. "typography": {
  531. "fontSize": "2rem",
  532. "fontStyle": "normal",
  533. "fontWeight": "300"
  534. }
  535. },
  536. "core/pullquote": {
  537. "border": {
  538. "bottom": {
  539. "color": "var(--wp--preset--color--foreground)",
  540. "style": "solid",
  541. "width": "1px"
  542. },
  543. "color": "var(--wp--preset--color--foreground)",
  544. "left": {
  545. "style": "none",
  546. "width": "0px"
  547. },
  548. "radius": "0px",
  549. "right": {
  550. "style": "none",
  551. "width": "0px"
  552. },
  553. "style": "solid",
  554. "top": {
  555. "color": "var(--wp--preset--color--foreground)",
  556. "style": "solid",
  557. "width": "1px"
  558. },
  559. "width": "1px 0"
  560. },
  561. "spacing": {
  562. "padding": {
  563. "bottom": "var(--wp--preset--spacing--50)",
  564. "left": "var(--wp--preset--spacing--50)",
  565. "right": "var(--wp--preset--spacing--50)",
  566. "top": "var(--wp--preset--spacing--50)"
  567. }
  568. },
  569. "typography": {
  570. "fontSize": "var:preset|font-size|large",
  571. "fontStyle": "normal",
  572. "fontWeight": "300",
  573. "textTransform": "none"
  574. }
  575. },
  576. "core/quote": {
  577. "border": {
  578. "color": "var(--wp--preset--color--primary)",
  579. "style": "solid",
  580. "width": "0 0 0 1px"
  581. },
  582. "spacing": {
  583. "padding": {
  584. "left": "var(--wp--preset--spacing--50)"
  585. }
  586. },
  587. "typography": {
  588. "fontStyle": "normal"
  589. }
  590. },
  591. "core/search": {
  592. "typography": {
  593. "fontSize": "var(--wp--preset--font-size--medium)",
  594. "lineHeight": "1.6"
  595. }
  596. },
  597. "core/separator": {
  598. "border": {
  599. "color": "currentColor",
  600. "style": "solid",
  601. "width": "0 0 1px 0"
  602. },
  603. "color": {
  604. "text": "var(--wp--preset--color--foreground)"
  605. }
  606. },
  607. "core/site-tagline": {
  608. "typography": {
  609. "fontSize": "var(--wp--preset--font-size--small)"
  610. }
  611. },
  612. "core/site-title": {
  613. "elements": {
  614. "link": {
  615. ":hover": {
  616. "typography": {
  617. "textDecoration": "underline"
  618. }
  619. },
  620. "typography": {
  621. "textDecoration": "none",
  622. "fontWeight": "400"
  623. }
  624. }
  625. },
  626. "typography": {
  627. "fontFamily": "var:preset|font-family|outward",
  628. "fontSize": "28rem",
  629. "fontWeight": "700",
  630. "letterSpacing": "0px",
  631. "lineHeight": 0.9,
  632. "textTransform": "uppercase"
  633. }
  634. },
  635. "core/term-description": {
  636. "typography": {
  637. "fontStyle": "italic",
  638. "fontWeight": "300"
  639. }
  640. }
  641. },
  642. "color": {
  643. "background": "var:preset|color|background",
  644. "text": "var(--wp--preset--color--foreground)"
  645. },
  646. "css": ".wp-block-site-title a {text-decoration-thickness: .003em !important; text-underline-offset: 0.08em; }",
  647. "elements": {
  648. "button": {
  649. ":active": {
  650. "color": {
  651. "background": "var(--wp--preset--color--primary)",
  652. "text": "var(--wp--preset--color--background)"
  653. }
  654. },
  655. ":focus": {
  656. "color": {
  657. "background": "var(--wp--preset--color--primary)",
  658. "text": "var(--wp--preset--color--background)"
  659. }
  660. },
  661. ":hover": {
  662. "color": {
  663. "background": "var(--wp--preset--color--secondary)",
  664. "text": "var(--wp--preset--color--background)"
  665. }
  666. },
  667. "border": {
  668. "radius": "0.25rem"
  669. },
  670. "color": {
  671. "background": "var:preset|color|background",
  672. "text": "var:preset|color|primary"
  673. }
  674. },
  675. "h1": {
  676. "typography": {
  677. "fontSize": "var(--wp--preset--font-size--x-large)"
  678. }
  679. },
  680. "h2": {
  681. "typography": {
  682. "fontSize": "var(--wp--preset--font-size--large)"
  683. }
  684. },
  685. "h3": {
  686. "typography": {
  687. "fontSize": "clamp(1.5rem, calc(1.5rem + ((1vw - 0.48rem) * 0.4808)), 1.75rem)"
  688. }
  689. },
  690. "h4": {
  691. "typography": {
  692. "fontSize": "clamp(1.25rem, calc(1.25rem + ((1vw - 0.48rem) * 0.4808)), 1.5rem)"
  693. }
  694. },
  695. "h5": {
  696. "typography": {
  697. "fontSize": "var(--wp--preset--font-size--medium)"
  698. }
  699. },
  700. "h6": {
  701. "typography": {
  702. "fontSize": "var(--wp--preset--font-size--small)"
  703. }
  704. },
  705. "heading": {
  706. "color": {
  707. "text": "#e2d8ff"
  708. },
  709. "typography": {
  710. "fontWeight": "400",
  711. "lineHeight": "1.125"
  712. }
  713. },
  714. "link": {
  715. ":hover": {
  716. "color": {
  717. "text": "#f0ebff"
  718. },
  719. "typography": {
  720. "textDecoration": "none"
  721. }
  722. },
  723. "color": {
  724. "text": "var:preset|color|secondary"
  725. }
  726. }
  727. },
  728. "spacing": {
  729. "blockGap": "var:preset|spacing|30",
  730. "padding": {
  731. "bottom": "0px",
  732. "left": "0px",
  733. "right": "0px",
  734. "top": "0px"
  735. }
  736. },
  737. "typography": {
  738. "fontFamily": "var:preset|font-family|newsreader",
  739. "fontSize": "1.6rem",
  740. "fontStyle": "normal",
  741. "fontWeight": "300",
  742. "lineHeight": 1.2
  743. }
  744. },
  745. "templateParts": [
  746. {
  747. "area": "header",
  748. "name": "header"
  749. },
  750. {
  751. "area": "footer",
  752. "name": "footer"
  753. }
  754. ],
  755. "version": 2,
  756. "$schema": "https://schemas.wp.org/trunk/theme.json"
  757. }