theme.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728
  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": "#252525",
  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. "definitions": {
  46. "constrained": {
  47. "baseStyles": [
  48. {
  49. "rules": {
  50. "float": "left",
  51. "margin-inline-end": "2em",
  52. "margin-inline-start": "0"
  53. },
  54. "selector": " > .alignleft"
  55. },
  56. {
  57. "rules": {
  58. "float": "right",
  59. "margin-inline-end": "0",
  60. "margin-inline-start": "2em"
  61. },
  62. "selector": " > .alignright"
  63. },
  64. {
  65. "rules": {
  66. "margin-left": "auto !important",
  67. "margin-right": "auto !important"
  68. },
  69. "selector": " > .aligncenter"
  70. },
  71. {
  72. "rules": {
  73. "margin-left": "auto !important",
  74. "margin-right": "auto !important",
  75. "max-width": "var(--wp--style--global--content-size)"
  76. },
  77. "selector": " > :where(:not(.alignleft):not(.alignright):not(.alignfull))"
  78. },
  79. {
  80. "rules": {
  81. "max-width": "var(--wp--style--global--wide-size)"
  82. },
  83. "selector": " > .alignwide"
  84. }
  85. ],
  86. "className": "is-layout-constrained",
  87. "name": "constrained",
  88. "slug": "constrained",
  89. "spacingStyles": [
  90. {
  91. "rules": {
  92. "margin-block-end": "0",
  93. "margin-block-start": "0"
  94. },
  95. "selector": " > *"
  96. },
  97. {
  98. "rules": {
  99. "margin-block-end": "0",
  100. "margin-block-start": null
  101. },
  102. "selector": " > * + *"
  103. }
  104. ]
  105. },
  106. "default": {
  107. "baseStyles": [
  108. {
  109. "rules": {
  110. "float": "left",
  111. "margin-inline-end": "2em",
  112. "margin-inline-start": "0"
  113. },
  114. "selector": " > .alignleft"
  115. },
  116. {
  117. "rules": {
  118. "float": "right",
  119. "margin-inline-end": "0",
  120. "margin-inline-start": "2em"
  121. },
  122. "selector": " > .alignright"
  123. },
  124. {
  125. "rules": {
  126. "margin-left": "auto !important",
  127. "margin-right": "auto !important"
  128. },
  129. "selector": " > .aligncenter"
  130. }
  131. ],
  132. "className": "is-layout-flow",
  133. "name": "default",
  134. "slug": "flow",
  135. "spacingStyles": [
  136. {
  137. "rules": {
  138. "margin-block-end": "0",
  139. "margin-block-start": "0"
  140. },
  141. "selector": " > *"
  142. },
  143. {
  144. "rules": {
  145. "margin-block-end": "0",
  146. "margin-block-start": null
  147. },
  148. "selector": " > * + *"
  149. }
  150. ]
  151. },
  152. "flex": {
  153. "baseStyles": [
  154. {
  155. "rules": {
  156. "align-items": "center",
  157. "flex-wrap": "wrap"
  158. },
  159. "selector": ""
  160. },
  161. {
  162. "rules": {
  163. "margin": "0"
  164. },
  165. "selector": " > *"
  166. }
  167. ],
  168. "className": "is-layout-flex",
  169. "displayMode": "flex",
  170. "name": "flex",
  171. "slug": "flex",
  172. "spacingStyles": [
  173. {
  174. "rules": {
  175. "gap": null
  176. },
  177. "selector": ""
  178. }
  179. ]
  180. }
  181. },
  182. "wideSize": "1200px"
  183. },
  184. "shadow": {
  185. "defaultPresets": true,
  186. "presets": []
  187. },
  188. "spacing": {
  189. "customSpacingSize": true,
  190. "spacingScale": {
  191. "increment": 1.5,
  192. "mediumStep": 1.5,
  193. "operator": "*",
  194. "steps": 7,
  195. "unit": "rem"
  196. },
  197. "spacingSizes": [],
  198. "units": [
  199. "%",
  200. "px",
  201. "em",
  202. "rem",
  203. "vh",
  204. "vw"
  205. ]
  206. },
  207. "typography": {
  208. "customFontSize": true,
  209. "dropCap": true,
  210. "fluid": true,
  211. "fontFamilies": [
  212. {
  213. "fontFace": [],
  214. "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
  215. "name": "System Font",
  216. "slug": "system-font"
  217. },
  218. {
  219. "fontFace": [
  220. {
  221. "fontFamily": "Inter",
  222. "fontStyle": "normal",
  223. "fontWeight": "700",
  224. "src": [
  225. "file:./assets/fonts/inter_normal_700.ttf"
  226. ]
  227. },
  228. {
  229. "fontFamily": "Inter",
  230. "fontStyle": "normal",
  231. "fontWeight": "500",
  232. "src": [
  233. "file:./assets/fonts/inter_normal_500.ttf"
  234. ]
  235. },
  236. {
  237. "fontFamily": "Inter",
  238. "fontStyle": "normal",
  239. "fontWeight": "600",
  240. "src": [
  241. "file:./assets/fonts/inter_normal_600.ttf"
  242. ]
  243. },
  244. {
  245. "fontFamily": "Inter",
  246. "fontStyle": "normal",
  247. "fontWeight": "400",
  248. "src": [
  249. "file:./assets/fonts/inter_normal_400.ttf"
  250. ]
  251. }
  252. ],
  253. "fontFamily": "Inter",
  254. "slug": "inter"
  255. },
  256. {
  257. "fontFace": [
  258. {
  259. "fontFamily": "Literata 60pt",
  260. "fontStyle": "normal",
  261. "fontWeight": "700",
  262. "src": [
  263. "file:./assets/fonts/literata-60pt_normal_700.ttf"
  264. ]
  265. }
  266. ],
  267. "fontFamily": "Literata 60pt",
  268. "slug": "literata-60pt"
  269. },
  270. {
  271. "fontFace": [
  272. {
  273. "fontFamily": "Literata",
  274. "fontStyle": "normal",
  275. "fontWeight": "500",
  276. "src": [
  277. "file:./assets/fonts/literata_normal_500.ttf"
  278. ]
  279. },
  280. {
  281. "fontFamily": "Literata",
  282. "fontStyle": "italic",
  283. "fontWeight": "500",
  284. "src": [
  285. "file:./assets/fonts/literata_italic_500.ttf"
  286. ]
  287. },
  288. {
  289. "fontFamily": "Literata",
  290. "fontStyle": "italic",
  291. "fontWeight": "400",
  292. "src": [
  293. "file:./assets/fonts/literata_italic_400.ttf"
  294. ]
  295. },
  296. {
  297. "fontFamily": "Literata",
  298. "fontStyle": "normal",
  299. "fontWeight": "400",
  300. "src": [
  301. "file:./assets/fonts/literata_normal_400.ttf"
  302. ]
  303. }
  304. ],
  305. "fontFamily": "Literata",
  306. "slug": "literata"
  307. }
  308. ],
  309. "fontSizes": [
  310. {
  311. "fluid": {
  312. "max": "1.0625rem",
  313. "min": "0.825rem"
  314. },
  315. "name": "Small",
  316. "size": "1rem",
  317. "slug": "small"
  318. },
  319. {
  320. "fluid": {
  321. "max": "1.25rem",
  322. "min": "1rem"
  323. },
  324. "name": "Medium",
  325. "size": "1.125rem",
  326. "slug": "medium"
  327. },
  328. {
  329. "fluid": {
  330. "max": "2rem",
  331. "min": "1.75rem"
  332. },
  333. "name": "Large",
  334. "size": "1.75rem",
  335. "slug": "large"
  336. },
  337. {
  338. "fluid": {
  339. "max": "3rem",
  340. "min": "2.5rem"
  341. },
  342. "name": "Extra Large",
  343. "size": "3rem",
  344. "slug": "x-large"
  345. }
  346. ],
  347. "fontStyle": true,
  348. "fontWeight": true,
  349. "letterSpacing": true,
  350. "textDecoration": true,
  351. "textTransform": true
  352. },
  353. "useRootPaddingAwareAlignments": true
  354. },
  355. "styles": {
  356. "blocks": {
  357. "core/button": {
  358. "border": {
  359. "radius": "2px"
  360. },
  361. "color": {
  362. "background": "var:preset|color|secondary"
  363. }
  364. },
  365. "core/code": {
  366. "border": {
  367. "color": "var(--wp--preset--color--foreground)",
  368. "radius": "0.25rem",
  369. "style": "solid",
  370. "width": "2px"
  371. },
  372. "spacing": {
  373. "padding": {
  374. "bottom": "var(--wp--preset--spacing--50)",
  375. "left": "var(--wp--preset--spacing--50)",
  376. "right": "var(--wp--preset--spacing--50)",
  377. "top": "var(--wp--preset--spacing--50)"
  378. }
  379. },
  380. "typography": {
  381. "fontFamily": "monospace"
  382. }
  383. },
  384. "core/comment-author-name": {
  385. "typography": {
  386. "fontSize": "var(--wp--preset--font-size--small)"
  387. }
  388. },
  389. "core/comment-date": {
  390. "typography": {
  391. "fontSize": "var(--wp--preset--font-size--small)"
  392. }
  393. },
  394. "core/comment-edit-link": {
  395. "typography": {
  396. "fontSize": "var(--wp--preset--font-size--small)"
  397. }
  398. },
  399. "core/comment-reply-link": {
  400. "typography": {
  401. "fontSize": "var(--wp--preset--font-size--small)"
  402. }
  403. },
  404. "core/gallery": {
  405. "spacing": {
  406. "margin": {
  407. "bottom": "var(--wp--preset--spacing--50)"
  408. }
  409. }
  410. },
  411. "core/heading": {
  412. "color": {
  413. "text": "var:preset|color|primary"
  414. },
  415. "elements": {
  416. "link": {
  417. "color": {
  418. "text": "var:preset|color|primary"
  419. }
  420. }
  421. }
  422. },
  423. "core/image": {
  424. "border": {
  425. "radius": "2px"
  426. }
  427. },
  428. "core/list": {
  429. "spacing": {
  430. "padding": {
  431. "left": "var(--wp--preset--spacing--70)"
  432. }
  433. }
  434. },
  435. "core/navigation": {
  436. "elements": {
  437. "link": {
  438. ":hover": {
  439. "typography": {
  440. "textDecoration": "underline"
  441. }
  442. },
  443. "typography": {
  444. "textDecoration": "none"
  445. }
  446. }
  447. },
  448. "typography": {
  449. "fontSize": "var:preset|font-size|small"
  450. }
  451. },
  452. "core/post-author-name": {
  453. "elements": {
  454. "link": {
  455. ":hover": {
  456. "typography": {
  457. "textDecoration": "underline"
  458. }
  459. },
  460. "typography": {
  461. "textDecoration": "none"
  462. }
  463. }
  464. }
  465. },
  466. "core/post-date": {
  467. "color": {
  468. "text": "var(--wp--preset--color--foreground)"
  469. },
  470. "elements": {
  471. "link": {
  472. ":hover": {
  473. "typography": {
  474. "textDecoration": "underline"
  475. }
  476. },
  477. "typography": {
  478. "textDecoration": "none"
  479. }
  480. }
  481. },
  482. "typography": {
  483. "fontSize": "0.7rem",
  484. "letterSpacing": "0.03rem",
  485. "textTransform": "uppercase"
  486. }
  487. },
  488. "core/post-navigation-link": {
  489. "typography": {
  490. "fontFamily": "var:preset|font-family|literata"
  491. }
  492. },
  493. "core/post-terms": {
  494. "typography": {
  495. "fontSize": "0.8rem"
  496. }
  497. },
  498. "core/post-title": {
  499. "color": {
  500. "text": "var:preset|color|primary"
  501. },
  502. "elements": {
  503. "link": {
  504. ":hover": {
  505. "color": {
  506. "text": "var:preset|color|secondary"
  507. },
  508. "typography": {
  509. "textDecoration": "underline"
  510. }
  511. },
  512. "color": {
  513. "text": "var:preset|color|primary"
  514. },
  515. "typography": {
  516. "textDecoration": "none"
  517. }
  518. }
  519. },
  520. "spacing": {
  521. "margin": {
  522. "bottom": "0"
  523. }
  524. }
  525. },
  526. "core/pullquote": {
  527. "border": {
  528. "color": "var(--wp--preset--color--foreground)",
  529. "style": "solid",
  530. "width": "1px 0"
  531. },
  532. "spacing": {
  533. "padding": {
  534. "bottom": "var(--wp--preset--spacing--50)",
  535. "left": "var(--wp--preset--spacing--50)",
  536. "right": "var(--wp--preset--spacing--50)",
  537. "top": "var(--wp--preset--spacing--50)"
  538. }
  539. },
  540. "typography": {
  541. "fontSize": "var(--wp--preset--font-size--large)",
  542. "fontStyle": "italic"
  543. }
  544. },
  545. "core/quote": {
  546. "border": {
  547. "color": "var(--wp--preset--color--primary)",
  548. "style": "solid",
  549. "width": "0 0 0 1px"
  550. },
  551. "spacing": {
  552. "padding": {
  553. "left": "var(--wp--preset--spacing--50)"
  554. }
  555. },
  556. "typography": {
  557. "fontStyle": "normal"
  558. }
  559. },
  560. "core/search": {
  561. "typography": {
  562. "fontSize": "var(--wp--preset--font-size--medium)",
  563. "lineHeight": "1.6"
  564. }
  565. },
  566. "core/separator": {
  567. "border": {
  568. "color": "currentColor",
  569. "style": "solid",
  570. "width": "0 0 1px 0"
  571. },
  572. "color": {
  573. "text": "var(--wp--preset--color--foreground)"
  574. }
  575. },
  576. "core/site-tagline": {
  577. "typography": {
  578. "fontSize": "var(--wp--preset--font-size--small)"
  579. }
  580. },
  581. "core/site-title": {
  582. "elements": {
  583. "link": {
  584. ":hover": {
  585. "color": {
  586. "text": "var:preset|color|foreground"
  587. },
  588. "typography": {
  589. "textDecoration": "underline"
  590. }
  591. },
  592. "color": {
  593. "text": "var:preset|color|primary"
  594. },
  595. "typography": {
  596. "textDecoration": "none"
  597. }
  598. }
  599. },
  600. "typography": {
  601. "fontFamily": "var:preset|font-family|literata",
  602. "fontSize": "1.8rem",
  603. "fontStyle": "normal",
  604. "fontWeight": "500",
  605. "letterSpacing": "-0.06rem"
  606. }
  607. }
  608. },
  609. "color": {
  610. "background": "var(--wp--preset--color--background)",
  611. "text": "var(--wp--preset--color--foreground)"
  612. },
  613. "elements": {
  614. "button": {
  615. ":active": {
  616. "color": {
  617. "background": "var(--wp--preset--color--primary)",
  618. "text": "var(--wp--preset--color--background)"
  619. }
  620. },
  621. ":focus": {
  622. "color": {
  623. "background": "var(--wp--preset--color--primary)",
  624. "text": "var(--wp--preset--color--background)"
  625. },
  626. "outline": {
  627. "color": "var(--wp--preset--color--primary)",
  628. "offset": "2px",
  629. "style": "dotted",
  630. "width": "1px"
  631. }
  632. },
  633. ":hover": {
  634. "color": {
  635. "background": "var(--wp--preset--color--secondary)",
  636. "text": "var(--wp--preset--color--background)"
  637. }
  638. },
  639. "border": {
  640. "radius": "0.25rem"
  641. },
  642. "color": {
  643. "background": "var(--wp--preset--color--primary)",
  644. "text": "var(--wp--preset--color--background)"
  645. }
  646. },
  647. "h1": {
  648. "typography": {
  649. "fontSize": "2.4rem"
  650. }
  651. },
  652. "h2": {
  653. "typography": {
  654. "fontSize": "2.1rem"
  655. }
  656. },
  657. "h3": {
  658. "typography": {
  659. "fontSize": "1.8rem"
  660. }
  661. },
  662. "h4": {
  663. "typography": {
  664. "fontSize": "1.4rem"
  665. }
  666. },
  667. "h5": {
  668. "typography": {
  669. "fontSize": "1.2rem"
  670. }
  671. },
  672. "h6": {
  673. "typography": {
  674. "fontSize": "var(--wp--preset--font-size--small)"
  675. }
  676. },
  677. "heading": {
  678. "typography": {
  679. "fontFamily": "var:preset|font-family|inter",
  680. "fontStyle": "normal",
  681. "fontWeight": "700",
  682. "lineHeight": "1.125"
  683. }
  684. },
  685. "link": {
  686. ":hover": {
  687. "color": {
  688. "text": "var:preset|color|primary"
  689. },
  690. "typography": {
  691. "textDecoration": "none"
  692. }
  693. },
  694. "color": {
  695. "text": "var:preset|color|secondary"
  696. }
  697. }
  698. },
  699. "spacing": {
  700. "blockGap": "var:preset|spacing|50",
  701. "padding": {
  702. "bottom": "0px",
  703. "left": "40px",
  704. "right": "40px",
  705. "top": "0px"
  706. }
  707. },
  708. "typography": {
  709. "fontFamily": "var:preset|font-family|inter",
  710. "fontSize": "var:preset|font-size|small",
  711. "fontStyle": "normal",
  712. "fontWeight": "400",
  713. "lineHeight": "1.6"
  714. }
  715. },
  716. "templateParts": [
  717. {
  718. "area": "header",
  719. "name": "header"
  720. },
  721. {
  722. "area": "footer",
  723. "name": "footer"
  724. }
  725. ],
  726. "version": 2,
  727. "$schema": "https://schemas.wp.org/trunk/theme.json"
  728. }