theme.json 13 KB

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