theme.json 12 KB

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