theme.json 10.0 KB

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