theme.json 11 KB

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