theme.json 12 KB

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