theme.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616
  1. {
  2. "settings": {
  3. "appearanceTools": true,
  4. "color": {
  5. "palette": [
  6. {
  7. "color": "#000000",
  8. "name": "Primary",
  9. "slug": "primary"
  10. },
  11. {
  12. "color": "#767676",
  13. "name": "Secondary",
  14. "slug": "secondary"
  15. },
  16. {
  17. "color": "#000000",
  18. "name": "Foreground",
  19. "slug": "foreground"
  20. },
  21. {
  22. "color": "#f5f5f5",
  23. "name": "Background",
  24. "slug": "background"
  25. },
  26. {
  27. "color": "#e6e6e6",
  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": "Epilogue",
  60. "fontStyle": "normal",
  61. "fontWeight": "300",
  62. "src": [
  63. "file:./assets/fonts/epilogue_300.ttf"
  64. ]
  65. },
  66. {
  67. "fontFamily": "Epilogue",
  68. "fontStyle": "normal",
  69. "fontWeight": "500",
  70. "src": [
  71. "file:./assets/fonts/epilogue_500.ttf"
  72. ]
  73. },
  74. {
  75. "fontFamily": "Epilogue",
  76. "fontStyle": "italic",
  77. "fontWeight": "500",
  78. "src": [
  79. "file:./assets/fonts/epilogue_500italic.ttf"
  80. ]
  81. },
  82. {
  83. "fontFamily": "Epilogue",
  84. "fontStyle": "italic",
  85. "fontWeight": "300",
  86. "src": [
  87. "file:./assets/fonts/epilogue_300italic.ttf"
  88. ]
  89. }
  90. ],
  91. "name": "Epilogue",
  92. "fontFamily": "Epilogue",
  93. "slug": "epilogue"
  94. },
  95. {
  96. "fontFace": [
  97. {
  98. "fontFamily": "Sora",
  99. "fontStyle": "normal",
  100. "fontWeight": "400",
  101. "src": [
  102. "file:./assets/fonts/sora_normal_400.ttf"
  103. ]
  104. },
  105. {
  106. "fontFamily": "Sora",
  107. "fontStyle": "italic",
  108. "fontWeight": "400",
  109. "src": [
  110. "file:./assets/fonts/sora_italic_400.ttf"
  111. ]
  112. },
  113. {
  114. "fontFamily": "Sora",
  115. "fontStyle": "italic",
  116. "fontWeight": "600",
  117. "src": [
  118. "file:./assets/fonts/sora_italic_600.ttf"
  119. ]
  120. },
  121. {
  122. "fontFamily": "Sora",
  123. "fontStyle": "normal",
  124. "fontWeight": "600",
  125. "src": [
  126. "file:./assets/fonts/sora_normal_600.ttf"
  127. ]
  128. }
  129. ],
  130. "name": "Sora",
  131. "fontFamily": "Sora",
  132. "slug": "sora"
  133. },
  134. {
  135. "fontFace": [
  136. {
  137. "fontFamily": "Albert Sans",
  138. "fontStyle": "normal",
  139. "fontWeight": "500",
  140. "src": [
  141. "file:./assets/fonts/albert-sans_normal_500.ttf"
  142. ]
  143. },
  144. {
  145. "fontFamily": "Albert Sans",
  146. "fontStyle": "italic",
  147. "fontWeight": "500",
  148. "src": [
  149. "file:./assets/fonts/albert-sans_italic_500.ttf"
  150. ]
  151. },
  152. {
  153. "fontFamily": "Albert Sans",
  154. "fontStyle": "normal",
  155. "fontWeight": "400",
  156. "src": [
  157. "file:./assets/fonts/albert-sans_normal_400.ttf"
  158. ]
  159. },
  160. {
  161. "fontFamily": "Albert Sans",
  162. "fontStyle": "italic",
  163. "fontWeight": "400",
  164. "src": [
  165. "file:./assets/fonts/albert-sans_italic_400.ttf"
  166. ]
  167. },
  168. {
  169. "fontFamily": "Albert Sans",
  170. "fontStyle": "normal",
  171. "fontWeight": "600",
  172. "src": [
  173. "file:./assets/fonts/albert-sans_normal_600.ttf"
  174. ]
  175. },
  176. {
  177. "fontFamily": "Albert Sans",
  178. "fontStyle": "italic",
  179. "fontWeight": "600",
  180. "src": [
  181. "file:./assets/fonts/albert-sans_italic_600.ttf"
  182. ]
  183. }
  184. ],
  185. "name": "Albert Sans",
  186. "fontFamily": "Albert Sans",
  187. "slug": "albert-sans"
  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. },
  229. "useRootPaddingAwareAlignments": true
  230. },
  231. "styles": {
  232. "blocks": {
  233. "core/button": {
  234. "border": {
  235. "radius": "0px"
  236. },
  237. "variations": {
  238. "outline": {
  239. "border": {
  240. "radius": "0px"
  241. }
  242. }
  243. }
  244. },
  245. "core/code": {
  246. "border": {
  247. "bottom": {
  248. "style": "none",
  249. "width": "0px"
  250. },
  251. "color": "var(--wp--preset--color--foreground)",
  252. "left": {
  253. "style": "none",
  254. "width": "0px"
  255. },
  256. "radius": "0rem",
  257. "right": {
  258. "style": "none",
  259. "width": "0px"
  260. },
  261. "style": "solid",
  262. "top": {
  263. "style": "none",
  264. "width": "0px"
  265. },
  266. "width": "2px"
  267. },
  268. "color": {
  269. "text": "var:preset|color|secondary"
  270. },
  271. "spacing": {
  272. "padding": {
  273. "bottom": "var(--wp--preset--spacing--50)",
  274. "left": "var(--wp--preset--spacing--50)",
  275. "right": "var(--wp--preset--spacing--50)",
  276. "top": "var(--wp--preset--spacing--50)"
  277. }
  278. },
  279. "typography": {
  280. "fontFamily": "monospace"
  281. }
  282. },
  283. "core/comment-author-name": {
  284. "typography": {
  285. "fontSize": "var(--wp--preset--font-size--small)"
  286. }
  287. },
  288. "core/comment-date": {
  289. "typography": {
  290. "fontSize": "var(--wp--preset--font-size--small)"
  291. }
  292. },
  293. "core/comment-edit-link": {
  294. "typography": {
  295. "fontSize": "var(--wp--preset--font-size--small)"
  296. }
  297. },
  298. "core/comment-reply-link": {
  299. "typography": {
  300. "fontSize": "var(--wp--preset--font-size--small)"
  301. }
  302. },
  303. "core/comments-title": {
  304. "typography": {
  305. "lineHeight": 1.4
  306. }
  307. },
  308. "core/gallery": {
  309. "spacing": {
  310. "margin": {
  311. "bottom": "var(--wp--preset--spacing--50)"
  312. }
  313. }
  314. },
  315. "core/list": {
  316. "spacing": {
  317. "padding": {
  318. "left": "var(--wp--preset--spacing--70)"
  319. }
  320. }
  321. },
  322. "core/navigation": {
  323. "elements": {
  324. "link": {
  325. ":hover": {
  326. "typography": {
  327. "textDecoration": "underline"
  328. }
  329. },
  330. "typography": {
  331. "textDecoration": "none"
  332. }
  333. }
  334. },
  335. "typography": {
  336. "fontSize": "1.38rem",
  337. "fontStyle": "normal",
  338. "fontWeight": "300"
  339. }
  340. },
  341. "core/paragraph": {
  342. "typography": {
  343. "letterSpacing": "-0.01em"
  344. }
  345. },
  346. "core/post-author": {
  347. "typography": {
  348. "fontSize": "0.94rem"
  349. }
  350. },
  351. "core/post-author-name": {
  352. "elements": {
  353. "link": {
  354. ":hover": {
  355. "typography": {
  356. "textDecoration": "underline"
  357. }
  358. },
  359. "typography": {
  360. "textDecoration": "none"
  361. }
  362. }
  363. }
  364. },
  365. "core/post-date": {
  366. "color": {
  367. "text": "var(--wp--preset--color--foreground)"
  368. },
  369. "elements": {
  370. "link": {
  371. ":hover": {
  372. "typography": {
  373. "textDecoration": "underline"
  374. }
  375. },
  376. "typography": {
  377. "textDecoration": "none"
  378. }
  379. }
  380. },
  381. "typography": {
  382. "fontSize": "0.94rem"
  383. }
  384. },
  385. "core/post-terms": {
  386. "typography": {
  387. "fontSize": "0.9rem"
  388. }
  389. },
  390. "core/post-title": {
  391. "elements": {
  392. "link": {
  393. ":hover": {
  394. "typography": {
  395. "textDecoration": "underline"
  396. }
  397. },
  398. "typography": {
  399. "textDecoration": "none"
  400. }
  401. }
  402. },
  403. "spacing": {
  404. "margin": {
  405. "bottom": "0"
  406. }
  407. },
  408. "typography": {
  409. "fontSize": "var:preset|font-size|x-large"
  410. }
  411. },
  412. "core/pullquote": {
  413. "border": {
  414. "color": "var(--wp--preset--color--foreground)",
  415. "style": "solid",
  416. "width": "1px 0"
  417. },
  418. "spacing": {
  419. "padding": {
  420. "bottom": "var(--wp--preset--spacing--50)",
  421. "left": "var(--wp--preset--spacing--50)",
  422. "right": "var(--wp--preset--spacing--50)",
  423. "top": "var(--wp--preset--spacing--50)"
  424. }
  425. },
  426. "typography": {
  427. "fontSize": "var(--wp--preset--font-size--large)",
  428. "fontStyle": "italic"
  429. }
  430. },
  431. "core/quote": {
  432. "border": {
  433. "color": "var(--wp--preset--color--primary)",
  434. "style": "solid",
  435. "width": "0 0 0 1px"
  436. },
  437. "spacing": {
  438. "padding": {
  439. "left": "var(--wp--preset--spacing--50)"
  440. }
  441. },
  442. "typography": {
  443. "fontStyle": "normal"
  444. }
  445. },
  446. "core/search": {
  447. "border": {
  448. "radius": "0px"
  449. },
  450. "typography": {
  451. "fontSize": "var(--wp--preset--font-size--medium)",
  452. "lineHeight": "1.6"
  453. }
  454. },
  455. "core/separator": {
  456. "border": {
  457. "color": "currentColor",
  458. "style": "solid",
  459. "width": "0 0 1px 0"
  460. },
  461. "color": {
  462. "text": "var(--wp--preset--color--foreground)"
  463. }
  464. },
  465. "core/site-tagline": {
  466. "typography": {
  467. "fontSize": "var(--wp--preset--font-size--small)"
  468. }
  469. },
  470. "core/site-title": {
  471. "elements": {
  472. "link": {
  473. ":hover": {
  474. "typography": {
  475. "textDecoration": "underline"
  476. }
  477. },
  478. "typography": {
  479. "textDecoration": "none"
  480. }
  481. }
  482. },
  483. "typography": {
  484. "fontSize": "var(--wp--preset--font-size--medium)",
  485. "fontStyle": "normal",
  486. "fontWeight": "300"
  487. }
  488. },
  489. "core/term-description": {
  490. "typography": {
  491. "fontSize": "3.75rem",
  492. "fontStyle": "normal",
  493. "fontWeight": "300"
  494. }
  495. }
  496. },
  497. "color": {
  498. "background": "var(--wp--preset--color--background)",
  499. "text": "var(--wp--preset--color--foreground)"
  500. },
  501. "elements": {
  502. "button": {
  503. ":active": {
  504. "color": {
  505. "background": "var(--wp--preset--color--primary)",
  506. "text": "var(--wp--preset--color--background)"
  507. }
  508. },
  509. ":focus": {
  510. "color": {
  511. "background": "var(--wp--preset--color--primary)",
  512. "text": "var(--wp--preset--color--background)"
  513. },
  514. "outline": {
  515. "color": "var(--wp--preset--color--primary)",
  516. "offset": "2px",
  517. "style": "dotted",
  518. "width": "1px"
  519. }
  520. },
  521. ":hover": {
  522. "color": {
  523. "background": "var(--wp--preset--color--secondary)",
  524. "text": "var(--wp--preset--color--background)"
  525. }
  526. },
  527. "border": {
  528. "radius": "0.25rem"
  529. },
  530. "color": {
  531. "background": "var(--wp--preset--color--primary)",
  532. "text": "var(--wp--preset--color--background)"
  533. },
  534. "typography": {
  535. "fontSize": "1.38rem"
  536. }
  537. },
  538. "h1": {
  539. "typography": {
  540. "fontSize": "var:preset|font-size|x-large"
  541. }
  542. },
  543. "h2": {
  544. "typography": {
  545. "fontSize": "var(--wp--preset--font-size--large)"
  546. }
  547. },
  548. "h3": {
  549. "typography": {
  550. "fontSize": "1.88rem"
  551. }
  552. },
  553. "h4": {
  554. "typography": {
  555. "fontSize": "1.63rem"
  556. }
  557. },
  558. "h5": {
  559. "typography": {
  560. "fontSize": "1.38rem"
  561. }
  562. },
  563. "h6": {
  564. "typography": {
  565. "fontSize": "1.25rem"
  566. }
  567. },
  568. "heading": {
  569. "typography": {
  570. "fontStyle": "normal",
  571. "fontWeight": "300",
  572. "letterSpacing": "-0.02em",
  573. "lineHeight": 1.3
  574. }
  575. },
  576. "link": {
  577. ":hover": {
  578. "typography": {
  579. "textDecoration": "none"
  580. }
  581. },
  582. "color": {
  583. "text": "var(--wp--preset--color--primary)"
  584. }
  585. }
  586. },
  587. "spacing": {
  588. "blockGap": "1.5rem",
  589. "padding": {
  590. "bottom": "0",
  591. "left": "0",
  592. "right": "0",
  593. "top": "0"
  594. }
  595. },
  596. "typography": {
  597. "fontFamily": "var:preset|font-family|epilogue",
  598. "fontSize": "1.38rem",
  599. "fontStyle": "normal",
  600. "fontWeight": "300",
  601. "lineHeight": "1.6"
  602. }
  603. },
  604. "templateParts": [
  605. {
  606. "area": "header",
  607. "name": "header"
  608. },
  609. {
  610. "area": "footer",
  611. "name": "footer"
  612. }
  613. ],
  614. "version": 2,
  615. "$schema": "https://schemas.wp.org/trunk/theme.json"
  616. }