theme.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504
  1. {
  2. "settings": {
  3. "appearanceTools": true,
  4. "color": {
  5. "custom": true,
  6. "customGradient": true,
  7. "palette": [
  8. {
  9. "color": "#131020",
  10. "name": "Primary",
  11. "slug": "primary"
  12. },
  13. {
  14. "color": "#f4f4f3",
  15. "name": "Secondary",
  16. "slug": "secondary"
  17. },
  18. {
  19. "color": "#131020",
  20. "name": "Foreground",
  21. "slug": "foreground"
  22. },
  23. {
  24. "color": "#f4f4f3",
  25. "name": "Background",
  26. "slug": "background"
  27. },
  28. {
  29. "color": "#f4f4f3",
  30. "name": "Tertiary",
  31. "slug": "tertiary"
  32. }
  33. ]
  34. },
  35. "layout": {
  36. "contentSize": "1080px",
  37. "wideSize": "1080px"
  38. },
  39. "spacing": {
  40. "units": ["%", "px", "em", "rem", "vh", "vw"]
  41. },
  42. "typography": {
  43. "customFontSize": true,
  44. "fluid": true,
  45. "fontFamilies": [
  46. {
  47. "fontFace": [
  48. {
  49. "fontFamily": "Libre Franklin",
  50. "fontStyle": "normal",
  51. "fontWeight": "700",
  52. "src": [
  53. "file:./assets/fonts/libre-franklin_700.ttf"
  54. ]
  55. },
  56. {
  57. "fontFamily": "Libre Franklin",
  58. "fontStyle": "normal",
  59. "fontWeight": "400",
  60. "src": [
  61. "file:./assets/fonts/libre-franklin_regular.ttf"
  62. ]
  63. },
  64. {
  65. "fontFamily": "Libre Franklin",
  66. "fontStyle": "italic",
  67. "fontWeight": "400",
  68. "src": [
  69. "file:./assets/fonts/libre-franklin_italic.ttf"
  70. ]
  71. },
  72. {
  73. "fontFamily": "Libre Franklin",
  74. "fontStyle": "italic",
  75. "fontWeight": "700",
  76. "src": [
  77. "file:./assets/fonts/libre-franklin_700italic.ttf"
  78. ]
  79. }
  80. ],
  81. "fontFamily": "Libre Franklin",
  82. "slug": "libre-franklin"
  83. },
  84. {
  85. "fontFace": [
  86. {
  87. "fontFamily": "Figtree",
  88. "fontStyle": "normal",
  89. "fontWeight": "700",
  90. "src": ["file:./assets/fonts/figtree_700.ttf"]
  91. }
  92. ],
  93. "fontFamily": "Figtree",
  94. "slug": "figtree"
  95. },
  96. {
  97. "fontFace": [
  98. {
  99. "fontFamily": "TeX Gyre Schola",
  100. "fontStyle": "italic",
  101. "fontWeight": "400",
  102. "src": [
  103. "file:./assets/fonts/tex-gyre-schola_italic_400.woff"
  104. ]
  105. },
  106. {
  107. "fontFamily": "TeX Gyre Schola",
  108. "fontStyle": "normal",
  109. "fontWeight": "700",
  110. "src": [
  111. "file:./assets/fonts/tex-gyre-schola_normal_700.woff"
  112. ]
  113. },
  114. {
  115. "fontFamily": "TeX Gyre Schola",
  116. "fontStyle": "italic",
  117. "fontWeight": "700",
  118. "src": [
  119. "file:./assets/fonts/tex-gyre-schola_italic_700.woff"
  120. ]
  121. },
  122. {
  123. "fontFamily": "TeX Gyre Schola",
  124. "fontStyle": "normal",
  125. "fontWeight": "400",
  126. "src": [
  127. "file:./assets/fonts/tex-gyre-schola_normal_400.woff"
  128. ]
  129. }
  130. ],
  131. "fontFamily": "TeX Gyre Schola",
  132. "slug": "tex-gyre-schola"
  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-date": {
  246. "color": {
  247. "text": "var:preset|color|secondary"
  248. },
  249. "elements": {
  250. "link": {
  251. "color": {
  252. "text": "var:preset|color|secondary"
  253. },
  254. ":hover": {
  255. "typography": {
  256. "textDecoration": "underline"
  257. }
  258. },
  259. "typography": {
  260. "textDecoration": "none"
  261. }
  262. }
  263. },
  264. "typography": {
  265. "fontSize": "var(--wp--preset--font-size--medium)",
  266. "fontWeight": "700"
  267. }
  268. },
  269. "core/post-title": {
  270. "elements": {
  271. "link": {
  272. ":hover": {
  273. "typography": {
  274. "textDecoration": "underline"
  275. }
  276. },
  277. "typography": {
  278. "textDecoration": "none"
  279. }
  280. }
  281. },
  282. "spacing": {
  283. "margin": {
  284. "bottom": "0"
  285. }
  286. }
  287. },
  288. "core/pullquote": {
  289. "border": {
  290. "color": "var(--wp--preset--color--foreground)",
  291. "style": "solid",
  292. "width": "1px 0"
  293. },
  294. "spacing": {
  295. "padding": {
  296. "bottom": "var(--wp--preset--spacing--50)",
  297. "left": "var(--wp--preset--spacing--50)",
  298. "right": "var(--wp--preset--spacing--50)",
  299. "top": "var(--wp--preset--spacing--50)"
  300. }
  301. },
  302. "typography": {
  303. "fontSize": "var(--wp--preset--font-size--large)",
  304. "fontStyle": "italic"
  305. }
  306. },
  307. "core/quote": {
  308. "border": {
  309. "color": "var(--wp--preset--color--primary)",
  310. "style": "solid",
  311. "width": "0 0 0 1px"
  312. },
  313. "spacing": {
  314. "padding": {
  315. "left": "var(--wp--preset--spacing--50)"
  316. }
  317. },
  318. "typography": {
  319. "fontStyle": "normal"
  320. }
  321. },
  322. "core/search": {
  323. "typography": {
  324. "fontSize": "var(--wp--preset--font-size--medium)",
  325. "lineHeight": "1.6"
  326. }
  327. },
  328. "core/separator": {
  329. "border": {
  330. "color": "currentColor",
  331. "style": "solid",
  332. "width": "0 0 1px 0"
  333. },
  334. "color": {
  335. "text": "var(--wp--preset--color--foreground)"
  336. }
  337. },
  338. "core/site-tagline": {
  339. "typography": {
  340. "fontSize": "var(--wp--preset--font-size--small)"
  341. }
  342. },
  343. "core/site-title": {
  344. "elements": {
  345. "link": {
  346. ":hover": {
  347. "typography": {
  348. "textDecoration": "underline"
  349. }
  350. },
  351. "typography": {
  352. "textDecoration": "none"
  353. }
  354. }
  355. },
  356. "typography": {
  357. "fontSize": "var(--wp--preset--font-size--medium)",
  358. "fontWeight": "700"
  359. }
  360. }
  361. },
  362. "color": {
  363. "background": "var:preset|color|primary",
  364. "text": "var:preset|color|secondary"
  365. },
  366. "elements": {
  367. "button": {
  368. ":active": {
  369. "color": {
  370. "background": "var(--wp--preset--color--primary)",
  371. "text": "var(--wp--preset--color--foreground)"
  372. }
  373. },
  374. ":focus": {
  375. "color": {
  376. "background": "var(--wp--preset--color--primary)",
  377. "text": "var(--wp--preset--color--foreground)"
  378. }
  379. },
  380. ":hover": {
  381. "color": {
  382. "background": "var(--wp--preset--color--secondary)",
  383. "text": "var(--wp--preset--color--foreground)"
  384. }
  385. },
  386. "border": {
  387. "radius": "0.25rem"
  388. },
  389. "color": {
  390. "background": "var:preset|color|background",
  391. "text": "var:preset|color|primary"
  392. },
  393. "typography": {
  394. "fontSize": "clamp(0.825rem, 0.825rem + ((1vw - 0.48rem) * 0.458), 1.0625rem)",
  395. "fontStyle": "normal",
  396. "fontWeight": "700"
  397. }
  398. },
  399. "h1": {
  400. "typography": {
  401. "fontFamily": "Libre Franklin",
  402. "fontSize": "4.6rem",
  403. "letterSpacing": "-2px",
  404. "lineHeight": 1.1
  405. }
  406. },
  407. "h2": {
  408. "typography": {
  409. "fontFamily": "Libre Franklin",
  410. "fontSize": "3.6rem",
  411. "fontStyle": "normal",
  412. "fontWeight": "700",
  413. "letterSpacing": "-2px"
  414. }
  415. },
  416. "h3": {
  417. "typography": {
  418. "fontFamily": "Libre Franklin",
  419. "fontSize": "2rem",
  420. "fontStyle": "normal",
  421. "fontWeight": "700",
  422. "letterSpacing": "-1px",
  423. "textTransform": "none"
  424. }
  425. },
  426. "h4": {
  427. "typography": {
  428. "fontFamily": "Libre Franklin",
  429. "fontSize": "clamp(1.25rem, calc(1.25rem + ((1vw - 0.48rem) * 0.4808)), 1.5rem)",
  430. "fontStyle": "normal",
  431. "fontWeight": "700"
  432. }
  433. },
  434. "h5": {
  435. "typography": {
  436. "fontFamily": "Libre Franklin",
  437. "fontSize": "var(--wp--preset--font-size--medium)",
  438. "fontStyle": "normal",
  439. "fontWeight": "700"
  440. }
  441. },
  442. "h6": {
  443. "typography": {
  444. "fontFamily": "Libre Franklin",
  445. "fontSize": "var(--wp--preset--font-size--small)",
  446. "fontStyle": "normal",
  447. "fontWeight": "700"
  448. }
  449. },
  450. "heading": {
  451. "color": {
  452. "text": "var:preset|color|background"
  453. },
  454. "typography": {
  455. "fontFamily": "Libre Franklin",
  456. "fontStyle": "normal",
  457. "fontWeight": "700",
  458. "lineHeight": "1.125"
  459. }
  460. },
  461. "link": {
  462. ":hover": {
  463. "color": {
  464. "text": "var:preset|color|background"
  465. },
  466. "typography": {
  467. "textDecoration": "none"
  468. }
  469. },
  470. "color": {
  471. "text": "var:preset|color|secondary"
  472. }
  473. }
  474. },
  475. "spacing": {
  476. "blockGap": "var:preset|spacing|50",
  477. "padding": {
  478. "bottom": "0px",
  479. "left": "var(--wp--preset--spacing--50)",
  480. "right": "var(--wp--preset--spacing--50)",
  481. "top": "0px"
  482. }
  483. },
  484. "typography": {
  485. "fontFamily": "var:preset|font-family|tex-gyre-schola",
  486. "fontSize": "var:preset|font-size|medium",
  487. "fontStyle": "normal",
  488. "fontWeight": "400",
  489. "lineHeight": 1.4
  490. }
  491. },
  492. "templateParts": [
  493. {
  494. "area": "header",
  495. "name": "header"
  496. },
  497. {
  498. "area": "footer",
  499. "name": "footer"
  500. }
  501. ],
  502. "version": 2,
  503. "$schema": "https://schemas.wp.org/wp/6.1/theme.json"
  504. }