theme.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585
  1. {
  2. "settings": {
  3. "appearanceTools": true,
  4. "color": {
  5. "background": true,
  6. "custom": true,
  7. "customDuotone": true,
  8. "customGradient": true,
  9. "defaultDuotone": true,
  10. "defaultGradients": true,
  11. "defaultPalette": true,
  12. "duotone": [],
  13. "gradients": [],
  14. "palette": [
  15. {
  16. "color": "#111111",
  17. "name": "Primary",
  18. "slug": "primary"
  19. },
  20. {
  21. "color": "#111111",
  22. "name": "Secondary",
  23. "slug": "secondary"
  24. },
  25. {
  26. "color": "#111111",
  27. "name": "Foreground",
  28. "slug": "foreground"
  29. },
  30. {
  31. "color": "#fafafa",
  32. "name": "Background",
  33. "slug": "background"
  34. },
  35. {
  36. "color": "#fafafa",
  37. "name": "Tertiary",
  38. "slug": "tertiary"
  39. }
  40. ],
  41. "text": true
  42. },
  43. "layout": {
  44. "contentSize": "960px",
  45. "wideSize": "1100px"
  46. },
  47. "shadow": {
  48. "defaultPresets": true,
  49. "presets": []
  50. },
  51. "spacing": {
  52. "customSpacingSize": true,
  53. "spacingScale": {
  54. "increment": 1.5,
  55. "mediumStep": 1.5,
  56. "operator": "*",
  57. "steps": 7,
  58. "unit": "rem"
  59. },
  60. "spacingSizes": [],
  61. "units": [
  62. "%",
  63. "px",
  64. "em",
  65. "rem",
  66. "vh",
  67. "vw"
  68. ]
  69. },
  70. "typography": {
  71. "customFontSize": true,
  72. "dropCap": true,
  73. "fluid": true,
  74. "fontFamilies": [
  75. {
  76. "fontFace": [],
  77. "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
  78. "name": "System Font",
  79. "slug": "system-font"
  80. },
  81. {
  82. "fontFace": [
  83. {
  84. "fontFamily": "Plus Jakarta Sans",
  85. "fontStyle": "normal",
  86. "fontWeight": "500",
  87. "src": [
  88. "file:./assets/fonts/plus-jakarta-sans_normal_500.ttf"
  89. ]
  90. },
  91. {
  92. "fontFamily": "Plus Jakarta Sans",
  93. "fontStyle": "italic",
  94. "fontWeight": "500",
  95. "src": [
  96. "file:./assets/fonts/plus-jakarta-sans_italic_500.ttf"
  97. ]
  98. },
  99. {
  100. "fontFamily": "Plus Jakarta Sans",
  101. "fontStyle": "normal",
  102. "fontWeight": "300",
  103. "src": [
  104. "file:./assets/fonts/plus-jakarta-sans_normal_300.ttf"
  105. ]
  106. },
  107. {
  108. "fontFamily": "Plus Jakarta Sans",
  109. "fontStyle": "italic",
  110. "fontWeight": "300",
  111. "src": [
  112. "file:./assets/fonts/plus-jakarta-sans_italic_300.ttf"
  113. ]
  114. },
  115. {
  116. "fontFamily": "Plus Jakarta Sans",
  117. "fontStyle": "normal",
  118. "fontWeight": "600",
  119. "src": [
  120. "file:./assets/fonts/plus-jakarta-sans_normal_600.ttf"
  121. ]
  122. },
  123. {
  124. "fontFamily": "Plus Jakarta Sans",
  125. "fontStyle": "italic",
  126. "fontWeight": "600",
  127. "src": [
  128. "file:./assets/fonts/plus-jakarta-sans_italic_600.ttf"
  129. ]
  130. }
  131. ],
  132. "fontFamily": "Plus Jakarta Sans",
  133. "slug": "plus-jakarta-sans"
  134. },
  135. {
  136. "fontFace": [
  137. {
  138. "fontFamily": "Figtree",
  139. "fontStyle": "normal",
  140. "fontWeight": "400",
  141. "src": [
  142. "file:./assets/fonts/figtree_normal_400.ttf"
  143. ]
  144. },
  145. {
  146. "fontFamily": "Figtree",
  147. "fontStyle": "normal",
  148. "fontWeight": "500",
  149. "src": [
  150. "file:./assets/fonts/figtree_normal_500.ttf"
  151. ]
  152. },
  153. {
  154. "fontFamily": "Figtree",
  155. "fontStyle": "normal",
  156. "fontWeight": "700",
  157. "src": [
  158. "file:./assets/fonts/figtree_normal_700.ttf"
  159. ]
  160. },
  161. {
  162. "fontFamily": "Figtree",
  163. "fontStyle": "italic",
  164. "fontWeight": "400",
  165. "src": [
  166. "file:./assets/fonts/figtree_italic_400.ttf"
  167. ]
  168. },
  169. {
  170. "fontFamily": "Figtree",
  171. "fontStyle": "italic",
  172. "fontWeight": "500",
  173. "src": [
  174. "file:./assets/fonts/figtree_italic_500.ttf"
  175. ]
  176. },
  177. {
  178. "fontFamily": "Figtree",
  179. "fontStyle": "italic",
  180. "fontWeight": "700",
  181. "src": [
  182. "file:./assets/fonts/figtree_italic_700.ttf"
  183. ]
  184. }
  185. ],
  186. "fontFamily": "Figtree",
  187. "slug": "figtree"
  188. }
  189. ],
  190. "fontSizes": [
  191. {
  192. "fluid": {
  193. "max": "1.0625rem",
  194. "min": "0.825rem"
  195. },
  196. "name": "Small",
  197. "size": "1rem",
  198. "slug": "small"
  199. },
  200. {
  201. "fluid": {
  202. "max": "1.25rem",
  203. "min": "1rem"
  204. },
  205. "name": "Medium",
  206. "size": "1.125rem",
  207. "slug": "medium"
  208. },
  209. {
  210. "fluid": {
  211. "max": "2rem",
  212. "min": "1.75rem"
  213. },
  214. "name": "Large",
  215. "size": "1.75rem",
  216. "slug": "large"
  217. },
  218. {
  219. "fluid": {
  220. "max": "3rem",
  221. "min": "2.5rem"
  222. },
  223. "name": "Extra Large",
  224. "size": "3rem",
  225. "slug": "x-large"
  226. }
  227. ],
  228. "fontStyle": true,
  229. "fontWeight": true,
  230. "letterSpacing": true,
  231. "textDecoration": true,
  232. "textTransform": true
  233. },
  234. "useRootPaddingAwareAlignments": true
  235. },
  236. "styles": {
  237. "blocks": {
  238. "core/button": {
  239. "typography": {
  240. "textTransform": "uppercase"
  241. }
  242. },
  243. "core/code": {
  244. "border": {
  245. "color": "var(--wp--preset--color--foreground)",
  246. "radius": "0.25rem",
  247. "style": "solid",
  248. "width": "2px"
  249. },
  250. "spacing": {
  251. "padding": {
  252. "bottom": "var(--wp--preset--spacing--50)",
  253. "left": "var(--wp--preset--spacing--50)",
  254. "right": "var(--wp--preset--spacing--50)",
  255. "top": "var(--wp--preset--spacing--50)"
  256. }
  257. },
  258. "typography": {
  259. "fontFamily": "monospace"
  260. }
  261. },
  262. "core/comment-author-name": {
  263. "typography": {
  264. "fontSize": "var(--wp--preset--font-size--small)"
  265. }
  266. },
  267. "core/comment-date": {
  268. "typography": {
  269. "fontSize": "var(--wp--preset--font-size--small)"
  270. }
  271. },
  272. "core/comment-edit-link": {
  273. "typography": {
  274. "fontSize": "var(--wp--preset--font-size--small)"
  275. }
  276. },
  277. "core/comment-reply-link": {
  278. "typography": {
  279. "fontSize": "var(--wp--preset--font-size--small)"
  280. }
  281. },
  282. "core/gallery": {
  283. "spacing": {
  284. "margin": {
  285. "bottom": "var(--wp--preset--spacing--50)"
  286. }
  287. }
  288. },
  289. "core/heading": {
  290. "spacing": {
  291. "padding": {
  292. "top": "2rem"
  293. }
  294. }
  295. },
  296. "core/list": {
  297. "spacing": {
  298. "padding": {
  299. "left": "var(--wp--preset--spacing--70)"
  300. }
  301. }
  302. },
  303. "core/navigation": {
  304. "elements": {
  305. "link": {
  306. ":hover": {
  307. "typography": {
  308. "textDecoration": "underline"
  309. }
  310. },
  311. "typography": {
  312. "textDecoration": "none"
  313. }
  314. }
  315. }
  316. },
  317. "core/post-author-name": {
  318. "elements": {
  319. "link": {
  320. ":hover": {
  321. "typography": {
  322. "textDecoration": "underline"
  323. }
  324. },
  325. "typography": {
  326. "textDecoration": "none"
  327. }
  328. }
  329. }
  330. },
  331. "core/post-content": {
  332. "typography": {
  333. "fontSize": "2rem",
  334. "letterSpacing": "-0.01rem",
  335. "lineHeight": 1.4
  336. }
  337. },
  338. "core/post-date": {
  339. "color": {
  340. "text": "var(--wp--preset--color--foreground)"
  341. },
  342. "elements": {
  343. "link": {
  344. ":hover": {
  345. "typography": {
  346. "textDecoration": "underline"
  347. }
  348. },
  349. "typography": {
  350. "textDecoration": "none"
  351. }
  352. }
  353. },
  354. "typography": {
  355. "fontSize": "var(--wp--preset--font-size--small)"
  356. }
  357. },
  358. "core/post-excerpt": {
  359. "color": {
  360. "text": "var(--wp--preset--color--background)"
  361. },
  362. "typography": {
  363. "fontSize": "3.6rem",
  364. "letterSpacing": "-0.02rem",
  365. "lineHeight": "1.2"
  366. }
  367. },
  368. "core/post-title": {
  369. "elements": {
  370. "link": {
  371. ":hover": {
  372. "typography": {
  373. "textDecoration": "underline"
  374. }
  375. },
  376. "typography": {
  377. "textDecoration": "none"
  378. }
  379. }
  380. },
  381. "spacing": {
  382. "margin": {
  383. "bottom": "0"
  384. }
  385. }
  386. },
  387. "core/pullquote": {
  388. "border": {
  389. "color": "var(--wp--preset--color--foreground)",
  390. "style": "solid",
  391. "width": "1px 0"
  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. "fontSize": "var(--wp--preset--font-size--large)",
  403. "fontStyle": "italic"
  404. }
  405. },
  406. "core/quote": {
  407. "border": {
  408. "color": "var(--wp--preset--color--primary)",
  409. "style": "solid",
  410. "width": "0 0 0 1px"
  411. },
  412. "spacing": {
  413. "padding": {
  414. "left": "var(--wp--preset--spacing--50)"
  415. }
  416. },
  417. "typography": {
  418. "fontSize": "var(--wp--preset--font-size--large)",
  419. "fontStyle": "normal",
  420. "fontWeight": "600"
  421. }
  422. },
  423. "core/search": {
  424. "typography": {
  425. "fontSize": "var(--wp--preset--font-size--medium)",
  426. "lineHeight": "1.6"
  427. }
  428. },
  429. "core/separator": {
  430. "border": {
  431. "color": "currentColor",
  432. "style": "solid",
  433. "width": "0 0 1px 0"
  434. },
  435. "color": {
  436. "text": "var(--wp--preset--color--foreground)"
  437. }
  438. },
  439. "core/site-tagline": {
  440. "typography": {
  441. "fontSize": "var(--wp--preset--font-size--small)"
  442. }
  443. },
  444. "core/site-title": {
  445. "elements": {
  446. "link": {
  447. ":hover": {
  448. "typography": {
  449. "textDecoration": "underline"
  450. }
  451. },
  452. "typography": {
  453. "textDecoration": "none"
  454. }
  455. }
  456. },
  457. "typography": {
  458. "fontSize": "var(--wp--preset--font-size--medium)",
  459. "fontWeight": "700"
  460. }
  461. }
  462. },
  463. "color": {
  464. "background": "var(--wp--preset--color--background)",
  465. "text": "var(--wp--preset--color--foreground)"
  466. },
  467. "elements": {
  468. "button": {
  469. ":active": {
  470. "color": {
  471. "background": "var(--wp--preset--color--primary)",
  472. "text": "var(--wp--preset--color--background)"
  473. }
  474. },
  475. ":focus": {
  476. "color": {
  477. "background": "var(--wp--preset--color--primary)",
  478. "text": "var(--wp--preset--color--background)"
  479. },
  480. "outline": {
  481. "color": "var(--wp--preset--color--primary)",
  482. "offset": "2px",
  483. "style": "dotted",
  484. "width": "1px"
  485. }
  486. },
  487. ":hover": {
  488. "color": {
  489. "background": "var(--wp--preset--color--secondary)",
  490. "text": "var(--wp--preset--color--background)"
  491. }
  492. },
  493. "border": {
  494. "radius": "0.25rem"
  495. },
  496. "color": {
  497. "background": "var(--wp--preset--color--primary)",
  498. "text": "var(--wp--preset--color--background)"
  499. }
  500. },
  501. "h1": {
  502. "typography": {
  503. "fontSize": "3.4rem",
  504. "letterSpacing": "-0.02rem",
  505. "lineHeight": "1"
  506. }
  507. },
  508. "h2": {
  509. "typography": {
  510. "fontSize": "3.2rem",
  511. "letterSpacing": "-0.02rem",
  512. "lineHeight": 1.4
  513. }
  514. },
  515. "h3": {
  516. "typography": {
  517. "fontSize": "2rem",
  518. "letterSpacing": "-0.02rem",
  519. "lineHeight": 1.4
  520. }
  521. },
  522. "h4": {
  523. "typography": {
  524. "fontSize": "2rem",
  525. "lineHeight": 1.4
  526. }
  527. },
  528. "h5": {
  529. "typography": {
  530. "fontSize": "2rem",
  531. "lineHeight": 1.4
  532. }
  533. },
  534. "h6": {
  535. "typography": {
  536. "fontSize": "2rem",
  537. "lineHeight": 1.4
  538. }
  539. },
  540. "heading": {
  541. "typography": {
  542. "fontStyle": "normal",
  543. "fontWeight": "500",
  544. "lineHeight": "1"
  545. }
  546. },
  547. "link": {
  548. ":hover": {
  549. "typography": {
  550. "textDecoration": "none"
  551. }
  552. },
  553. "color": {
  554. "text": "var(--wp--preset--color--primary)"
  555. }
  556. }
  557. },
  558. "spacing": {
  559. "blockGap": "1rem",
  560. "padding": {
  561. "bottom": "0rem",
  562. "left": "4rem",
  563. "right": "4rem",
  564. "top": "0rem"
  565. }
  566. },
  567. "typography": {
  568. "fontFamily": "var(--wp--preset--font-family--figtree)",
  569. "fontSize": "var(--wp--preset--font-size--medium)",
  570. "lineHeight": "1.6"
  571. }
  572. },
  573. "templateParts": [
  574. {
  575. "area": "header",
  576. "name": "header"
  577. },
  578. {
  579. "area": "footer",
  580. "name": "footer"
  581. }
  582. ],
  583. "version": 2,
  584. "$schema": "https://schemas.wp.org/trunk/theme.json"
  585. }