theme.json 13 KB

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