theme.json 12 KB

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