Craft Video Dictionary https://www.craftvideodictionary.org
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

theme.json 21KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993
  1. {
  2. "$schema": "https://schemas.wp.org/wp/6.2/theme.json",
  3. "customTemplates": [
  4. {
  5. "name": "blank",
  6. "postTypes": [
  7. "page",
  8. "post"
  9. ],
  10. "title": "Blank"
  11. },
  12. {
  13. "name": "blog-alternative",
  14. "postTypes": [
  15. "page"
  16. ],
  17. "title": "Blog (Alternative)"
  18. },
  19. {
  20. "name": "404",
  21. "postTypes": [
  22. "page"
  23. ],
  24. "title": "404"
  25. }
  26. ],
  27. "settings": {
  28. "appearanceTools": true,
  29. "color": {
  30. "palette": [
  31. {
  32. "color": "#fafafa",
  33. "name": "Base",
  34. "slug": "base"
  35. },
  36. {
  37. "color": "#47484B",
  38. "name": "Contrast",
  39. "slug": "contrast"
  40. },
  41. {
  42. "color": "#a11111",
  43. "name": "Primary",
  44. "slug": "primary"
  45. },
  46. {
  47. "color": "#0B0033",
  48. "name": "Secondary",
  49. "slug": "secondary"
  50. },
  51. {
  52. "color": "#F9F9FB",
  53. "name": "Tertiary",
  54. "slug": "tertiary"
  55. }
  56. ]
  57. },
  58. "layout": {
  59. "contentSize": "710px",
  60. "wideSize": "1200px"
  61. },
  62. "spacing": {
  63. "spacingScale": {
  64. "steps": 0
  65. },
  66. "spacingSizes": [
  67. {
  68. "name": "1",
  69. "size": "clamp(1.5rem, 5vw, 2rem)",
  70. "slug": "30"
  71. },
  72. {
  73. "name": "2",
  74. "size": "clamp(1.8rem, 1.8rem + ((1vw - 0.48rem) * 2.885), 3rem)",
  75. "slug": "40"
  76. },
  77. {
  78. "name": "3",
  79. "size": "clamp(2.5rem, 8vw, 4.5rem)",
  80. "slug": "50"
  81. },
  82. {
  83. "name": "4",
  84. "size": "clamp(3.75rem, 10vw, 7rem)",
  85. "slug": "60"
  86. },
  87. {
  88. "name": "5",
  89. "size": "clamp(5rem, 5.25rem + ((1vw - 0.48rem) * 9.096), 8rem)",
  90. "slug": "70"
  91. },
  92. {
  93. "name": "6",
  94. "size": "clamp(7rem, 14vw, 11rem)",
  95. "slug": "80"
  96. }
  97. ],
  98. "units": [
  99. "%",
  100. "px",
  101. "em",
  102. "rem",
  103. "vh",
  104. "vw"
  105. ]
  106. },
  107. "typography": {
  108. "dropCap": false,
  109. "fluid": true,
  110. "fontFamilies": [
  111. {
  112. "fontFace": [
  113. {
  114. "fontFamily": "DM Sans",
  115. "fontStretch": "normal",
  116. "fontStyle": "normal",
  117. "fontWeight": "400",
  118. "src": [
  119. "file:./assets/fonts/dm-sans/DMSans-Regular.woff2"
  120. ]
  121. },
  122. {
  123. "fontFamily": "DM Sans",
  124. "fontStretch": "normal",
  125. "fontStyle": "italic",
  126. "fontWeight": "400",
  127. "src": [
  128. "file:./assets/fonts/dm-sans/DMSans-Regular-Italic.woff2"
  129. ]
  130. },
  131. {
  132. "fontFamily": "DM Sans",
  133. "fontStretch": "normal",
  134. "fontStyle": "normal",
  135. "fontWeight": "700",
  136. "src": [
  137. "file:./assets/fonts/dm-sans/DMSans-Bold.woff2"
  138. ]
  139. },
  140. {
  141. "fontFamily": "DM Sans",
  142. "fontStretch": "normal",
  143. "fontStyle": "italic",
  144. "fontWeight": "700",
  145. "src": [
  146. "file:./assets/fonts/dm-sans/DMSans-Bold-Italic.woff2"
  147. ]
  148. }
  149. ],
  150. "fontFamily": "\"DM Sans\", sans-serif",
  151. "name": "DM Sans",
  152. "slug": "dm-sans"
  153. },
  154. {
  155. "fontFace": [
  156. {
  157. "fontDisplay": "block",
  158. "fontFamily": "IBM Plex Mono",
  159. "fontStretch": "normal",
  160. "fontStyle": "normal",
  161. "fontWeight": "300",
  162. "src": [
  163. "file:./assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2"
  164. ]
  165. },
  166. {
  167. "fontDisplay": "block",
  168. "fontFamily": "IBM Plex Mono",
  169. "fontStretch": "normal",
  170. "fontStyle": "normal",
  171. "fontWeight": "400",
  172. "src": [
  173. "file:./assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2"
  174. ]
  175. },
  176. {
  177. "fontDisplay": "block",
  178. "fontFamily": "IBM Plex Mono",
  179. "fontStretch": "normal",
  180. "fontStyle": "italic",
  181. "fontWeight": "400",
  182. "src": [
  183. "file:./assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2"
  184. ]
  185. },
  186. {
  187. "fontDisplay": "block",
  188. "fontFamily": "IBM Plex Mono",
  189. "fontStretch": "normal",
  190. "fontStyle": "normal",
  191. "fontWeight": "700",
  192. "src": [
  193. "file:./assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2"
  194. ]
  195. }
  196. ],
  197. "fontFamily": "'IBM Plex Mono', monospace",
  198. "name": "IBM Plex Mono",
  199. "slug": "ibm-plex-mono"
  200. },
  201. {
  202. "fontFace": [
  203. {
  204. "fontFamily": "Inter",
  205. "fontStretch": "normal",
  206. "fontStyle": "normal",
  207. "fontWeight": "200 900",
  208. "src": [
  209. "file:./assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf"
  210. ]
  211. }
  212. ],
  213. "fontFamily": "\"Inter\", sans-serif",
  214. "name": "Inter",
  215. "slug": "inter"
  216. },
  217. {
  218. "fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif",
  219. "name": "System Font",
  220. "slug": "system-font"
  221. },
  222. {
  223. "fontFace": [
  224. {
  225. "fontFamily": "Source Serif Pro",
  226. "fontStretch": "normal",
  227. "fontStyle": "normal",
  228. "fontWeight": "200 900",
  229. "src": [
  230. "file:./assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2"
  231. ]
  232. },
  233. {
  234. "fontFamily": "Source Serif Pro",
  235. "fontStretch": "normal",
  236. "fontStyle": "italic",
  237. "fontWeight": "200 900",
  238. "src": [
  239. "file:./assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2"
  240. ]
  241. }
  242. ],
  243. "fontFamily": "\"Source Serif Pro\", serif",
  244. "name": "Source Serif Pro",
  245. "slug": "source-serif-pro"
  246. }
  247. ],
  248. "fontSizes": [
  249. {
  250. "fluid": {
  251. "max": "1rem",
  252. "min": "0.875rem"
  253. },
  254. "size": "1rem",
  255. "slug": "small"
  256. },
  257. {
  258. "fluid": {
  259. "max": "1.187rem",
  260. "min": "1rem"
  261. },
  262. "size": "1.187rem",
  263. "slug": "medium"
  264. },
  265. {
  266. "fluid": {
  267. "max": "1.3125rem",
  268. "min": "1.187rem"
  269. },
  270. "size": "1.3125rem",
  271. "slug": "large"
  272. },
  273. {
  274. "fluid": {
  275. "max": "2rem",
  276. "min": "1.562rem"
  277. },
  278. "size": "2rem",
  279. "slug": "x-large"
  280. },
  281. {
  282. "fluid": {
  283. "max": "7rem",
  284. "min": "3.375rem"
  285. },
  286. "size": "7rem",
  287. "slug": "xx-large"
  288. }
  289. ]
  290. },
  291. "useRootPaddingAwareAlignments": true
  292. },
  293. "styles": {
  294. "blocks": {
  295. "core/comment-author-name": {
  296. "elements": {
  297. "link": {
  298. ":active": {
  299. "color": {
  300. "text": "var(--wp--preset--color--secondary)"
  301. },
  302. "typography": {
  303. "textDecoration": "none"
  304. }
  305. },
  306. ":focus": {
  307. "typography": {
  308. "textDecoration": "none"
  309. }
  310. },
  311. ":hover": {
  312. "typography": {
  313. "textDecoration": "none"
  314. }
  315. },
  316. "typography": {
  317. "textDecoration": "none"
  318. }
  319. }
  320. }
  321. },
  322. "core/comment-date": {
  323. "elements": {
  324. "link": {
  325. ":active": {
  326. "color": {
  327. "text": "var(--wp--preset--color--secondary)"
  328. },
  329. "typography": {
  330. "textDecoration": "none"
  331. }
  332. },
  333. ":focus": {
  334. "typography": {
  335. "textDecoration": "none"
  336. }
  337. },
  338. ":hover": {
  339. "typography": {
  340. "textDecoration": "none"
  341. }
  342. },
  343. "typography": {
  344. "textDecoration": "none"
  345. }
  346. }
  347. },
  348. "typography": {
  349. "fontSize": "var(--wp--preset--font-size--small)"
  350. }
  351. },
  352. "core/comment-edit-link": {
  353. "elements": {
  354. "link": {
  355. ":focus": {
  356. "typography": {
  357. "textDecoration": "none"
  358. }
  359. },
  360. ":hover": {
  361. "typography": {
  362. "textDecoration": "none"
  363. }
  364. }
  365. }
  366. },
  367. "typography": {
  368. "fontSize": "var(--wp--preset--font-size--small)"
  369. }
  370. },
  371. "core/comment-reply-link": {
  372. "typography": {
  373. "fontSize": "var(--wp--preset--font-size--small)"
  374. }
  375. },
  376. "core/comments-pagination": {
  377. "elements": {
  378. "link": {
  379. "typography": {
  380. "textDecoration": "none"
  381. }
  382. }
  383. },
  384. "spacing": {
  385. "margin": {
  386. "top": "var(--wp--preset--spacing--40)"
  387. }
  388. }
  389. },
  390. "core/comments-title": {
  391. "spacing": {
  392. "margin": {
  393. "bottom": "var(--wp--preset--spacing--40)"
  394. }
  395. },
  396. "typography": {
  397. "fontSize": "var(--wp--preset--font-size--large)"
  398. }
  399. },
  400. "core/heading": {
  401. "typography": {
  402. "fontFamily": "var:preset|font-family|dm-sans"
  403. }
  404. },
  405. "core/navigation": {
  406. "color": {
  407. "text": "var(--wp--preset--color--contrast)"
  408. },
  409. "elements": {
  410. "link": {
  411. ":active": {
  412. "typography": {
  413. "textDecoration": "none"
  414. }
  415. },
  416. ":focus": {
  417. "typography": {
  418. "textDecoration": "none"
  419. }
  420. },
  421. ":hover": {
  422. "border": {
  423. "color": "var(--wp--preset--color--primary)"
  424. },
  425. "color": {
  426. "background": "transparent",
  427. "text": "var(--wp--preset--color--secondary)"
  428. },
  429. "typography": {
  430. "textDecoration": "none"
  431. }
  432. },
  433. "border": {
  434. "bottom": {
  435. "color": "transparent",
  436. "style": "solid",
  437. "width": "0.2ch"
  438. }
  439. },
  440. "color": {
  441. "text": "var(--wp--preset--color--contrast)"
  442. },
  443. "typography": {
  444. "textDecoration": "none"
  445. }
  446. }
  447. },
  448. "typography": {
  449. "fontFamily": "var:preset|font-family|dm-sans",
  450. "fontSize": "var:preset|font-size|medium"
  451. }
  452. },
  453. "core/navigation-link": {
  454. "typography": {
  455. "textTransform": "none"
  456. }
  457. },
  458. "core/navigation-submenu": {
  459. "color": {
  460. "text": "var(--wp--preset--color--primary)"
  461. }
  462. },
  463. "core/paragraph": {
  464. "color": {
  465. "text": "var:preset|color|black"
  466. },
  467. "typography": {
  468. "fontStyle": "normal",
  469. "fontWeight": "300"
  470. }
  471. },
  472. "core/post-author": {
  473. "typography": {
  474. "fontSize": "var(--wp--preset--font-size--small)"
  475. }
  476. },
  477. "core/post-content": {
  478. "elements": {
  479. "link": {
  480. ":hover": {
  481. "border": {
  482. "color": "var(--wp--preset--color--contrast)"
  483. },
  484. "color": {
  485. "background": "var(--wp--preset--color--tertiary)"
  486. },
  487. "typography": {
  488. "textDecoration": "none"
  489. }
  490. },
  491. "color": {
  492. "text": "var(--wp--preset--color--secondary)"
  493. }
  494. }
  495. }
  496. },
  497. "core/post-date": {
  498. "elements": {
  499. "link": {
  500. ":hover": {
  501. "border": {
  502. "color": "var(--wp--preset--color--contrast)"
  503. },
  504. "color": {
  505. "background": "var(--wp--preset--color--tertiary)"
  506. },
  507. "typography": {
  508. "textDecoration": "none"
  509. }
  510. },
  511. "typography": {
  512. "textDecoration": "none"
  513. }
  514. }
  515. },
  516. "typography": {
  517. "fontSize": "var(--wp--preset--font-size--small)",
  518. "fontWeight": "400"
  519. }
  520. },
  521. "core/post-excerpt": {
  522. "typography": {
  523. "fontSize": "var(--wp--preset--font-size--medium)"
  524. }
  525. },
  526. "core/post-terms": {
  527. "typography": {
  528. "fontSize": "var(--wp--preset--font-size--small)"
  529. }
  530. },
  531. "core/post-title": {
  532. "elements": {
  533. "link": {
  534. ":active": {
  535. "color": {
  536. "text": "var(--wp--preset--color--primary)"
  537. },
  538. "typography": {
  539. "textDecoration": "none"
  540. }
  541. },
  542. ":focus": {
  543. "color": {
  544. "text": "var(--wp--preset--color--primary)"
  545. },
  546. "typography": {
  547. "textDecoration": "underline dashed"
  548. }
  549. },
  550. ":hover": {
  551. "color": {
  552. "text": "var(--wp--preset--color--primary)"
  553. },
  554. "typography": {
  555. "textDecoration": "underline"
  556. }
  557. },
  558. "border": {
  559. "width": "0 !important"
  560. },
  561. "typography": {
  562. "textDecoration": "none"
  563. }
  564. }
  565. },
  566. "spacing": {
  567. "margin": {
  568. "bottom": "1.25rem",
  569. "top": "1.25rem"
  570. }
  571. },
  572. "typography": {
  573. "fontWeight": "400"
  574. }
  575. },
  576. "core/pullquote": {
  577. "border": {
  578. "color": "var(--wp--preset--color--contrast)",
  579. "style": "double",
  580. "width": "6px"
  581. },
  582. "color": {
  583. "text": "var(--wp--preset--color--secondary)"
  584. },
  585. "elements": {
  586. "cite": {
  587. "typography": {
  588. "fontSize": "var(--wp--preset--font-size--small)",
  589. "fontStyle": "normal",
  590. "textTransform": "none"
  591. }
  592. }
  593. },
  594. "spacing": {
  595. "margin": {
  596. "bottom": "var(--wp--preset--spacing--40) !important",
  597. "top": "var(--wp--preset--spacing--40) !important"
  598. }
  599. },
  600. "typography": {
  601. "lineHeight": "1.3"
  602. }
  603. },
  604. "core/query": {
  605. "elements": {
  606. "h2": {
  607. "typography": {
  608. "fontSize": "var(--wp--preset--font-size--x-large)"
  609. }
  610. }
  611. }
  612. },
  613. "core/query-pagination": {
  614. "elements": {
  615. "link": {
  616. ":active": {
  617. "border": {
  618. "color": "var(--wp--preset--color--base)",
  619. "width": "0 0 2px 0"
  620. }
  621. },
  622. ":hover": {
  623. "border": {
  624. "color": "var(--wp--preset--color--contrast)"
  625. },
  626. "color": {
  627. "background": "var(--wp--preset--color--tertiary)"
  628. },
  629. "typography": {
  630. "textDecoration": "none"
  631. }
  632. },
  633. "typography": {
  634. "textDecoration": "none"
  635. }
  636. }
  637. },
  638. "typography": {
  639. "fontSize": "var(--wp--preset--font-size--small)",
  640. "fontWeight": "400"
  641. }
  642. },
  643. "core/quote": {
  644. "border": {
  645. "color": "var(--wp--preset--color--contrast)",
  646. "style": "double",
  647. "width": "0 0 0 6px"
  648. },
  649. "color": {
  650. "text": "var(--wp--preset--color--secondary)"
  651. },
  652. "elements": {
  653. "cite": {
  654. "typography": {
  655. "fontSize": "var(--wp--preset--font-size--small)",
  656. "fontStyle": "normal"
  657. }
  658. }
  659. },
  660. "spacing": {
  661. "margin": {
  662. "left": "var(--wp--preset--spacing--30)"
  663. },
  664. "padding": {
  665. "left": "var(--wp--preset--spacing--30)",
  666. "right": "var(--wp--preset--spacing--30)"
  667. }
  668. }
  669. },
  670. "core/separator": {
  671. "border": {
  672. "color": "var(--wp--preset--color--contrast)",
  673. "style": "double",
  674. "width": "6px 0 0 0"
  675. },
  676. "color": {
  677. "background": "var:preset|color|primary"
  678. },
  679. "css": "border-color: #a10000;\nborder-width: 0.2em 0 0 0;\nborder-radius: 2em;"
  680. },
  681. "core/site-tagline": {
  682. "color": {
  683. "text": "var:preset|color|black"
  684. },
  685. "typography": {
  686. "fontStyle": "normal",
  687. "fontWeight": "300"
  688. }
  689. },
  690. "core/site-title": {
  691. "elements": {
  692. "link": {
  693. ":active": {
  694. "border": {
  695. "color": "var(--wp--preset--color--primary)"
  696. },
  697. "color": {
  698. "background": "transparent",
  699. "text": "var(--wp--preset--color--secondary)"
  700. },
  701. "typography": {
  702. "textDecoration": "none"
  703. }
  704. },
  705. ":focus": {
  706. "typography": {
  707. "textDecoration": "none"
  708. }
  709. },
  710. ":hover": {
  711. "border": {
  712. "color": "var(--wp--preset--color--primary)"
  713. },
  714. "color": {
  715. "background": "transparent"
  716. },
  717. "typography": {
  718. "textDecoration": "none"
  719. }
  720. },
  721. "border": {
  722. "color": "transparent"
  723. },
  724. "color": {
  725. "text": "var(--wp--preset--color--primary)"
  726. },
  727. "typography": {
  728. "fontFamily": "var(--wp--preset--font-family--dm-sans)",
  729. "fontSize": "var(--wp--preset--font-size--large)",
  730. "fontWeight": "700",
  731. "letterSpacing": "-0.01em",
  732. "textDecoration": "none"
  733. }
  734. }
  735. },
  736. "typography": {
  737. "fontSize": "var(--wp--preset--font-size--large)",
  738. "fontWeight": "normal",
  739. "lineHeight": "1.4",
  740. "textTransform": "capitalize"
  741. }
  742. },
  743. "core/tag-cloud": {
  744. "spacing": {
  745. "margin": {
  746. "bottom": "0px",
  747. "left": "0px",
  748. "right": "0px",
  749. "top": "0px"
  750. },
  751. "padding": {
  752. "bottom": "0px",
  753. "left": "0px",
  754. "right": "0px",
  755. "top": "0px"
  756. }
  757. }
  758. }
  759. },
  760. "border": {
  761. "color": "var(--wp--preset--color--tertiary)",
  762. "style": "solid",
  763. "width": "max(1vw, 0.5rem)"
  764. },
  765. "color": {
  766. "background": "var(--wp--preset--color--base)",
  767. "text": "var(--wp--preset--color--contrast)"
  768. },
  769. "elements": {
  770. "button": {
  771. ":active": {
  772. "border": {
  773. "color": "var(--wp--preset--color--secondary)",
  774. "width": "2px 2px 4px 2px !important"
  775. },
  776. "color": {
  777. "background": "var(--wp--preset--color--tertiary)",
  778. "text": "var(--wp--preset--color--secondary)"
  779. },
  780. "spacing": {
  781. "padding": {
  782. "bottom": "min(calc(1rem + 2px), 3vw) !important"
  783. }
  784. }
  785. },
  786. ":focus": {
  787. "border": {
  788. "color": "var(--wp--preset--color--secondary)",
  789. "style": "dashed dashed double",
  790. "width": "2px 2px 4px 2px !important"
  791. },
  792. "color": {
  793. "background": "var(--wp--preset--color--tertiary)",
  794. "text": "var(--wp--preset--color--secondary)"
  795. },
  796. "spacing": {
  797. "padding": {
  798. "bottom": "min(calc(1rem + 2px), 3vw) !important"
  799. }
  800. }
  801. },
  802. ":hover": {
  803. "border": {
  804. "color": "var(--wp--preset--color--secondary)",
  805. "width": "2px 2px 4px 2px !important"
  806. },
  807. "color": {
  808. "background": "var(--wp--preset--color--tertiary)",
  809. "text": "var(--wp--preset--color--secondary)"
  810. },
  811. "spacing": {
  812. "padding": {
  813. "bottom": "min(calc(1rem + 2px), 3vw) !important"
  814. }
  815. }
  816. },
  817. ":visited": {
  818. "color": {
  819. "text": "var(--wp--preset--color--primary)"
  820. }
  821. },
  822. "border": {
  823. "color": "var(--wp--preset--color--primary)",
  824. "radius": "10px",
  825. "style": "solid",
  826. "width": "2px 2px 6px 2px !important"
  827. },
  828. "color": {
  829. "background": "transparent",
  830. "text": "var(--wp--preset--color--primary)"
  831. },
  832. "spacing": {
  833. "padding": {
  834. "bottom": "min(1rem, 3vw) !important",
  835. "left": "min(2.75rem, 6vw) !important",
  836. "right": "min(2.75rem, 6vw) !important",
  837. "top": "min(1rem, 3vw) !important"
  838. }
  839. },
  840. "typography": {
  841. "fontWeight": "700",
  842. "letterSpacing": "1px",
  843. "textTransform": "uppercase"
  844. }
  845. },
  846. "cite": {
  847. "typography": {
  848. "fontFamily": "var(--wp--preset--font-family--source-serif-pro)"
  849. }
  850. },
  851. "h1": {
  852. "typography": {
  853. "fontSize": "clamp(4.21rem, 1.43vw + 3.85rem, 5rem)",
  854. "fontWeight": "300",
  855. "letterSpacing": "-0.01em",
  856. "lineHeight": "1.2"
  857. }
  858. },
  859. "h2": {
  860. "color": {
  861. "text": "var(--wp--preset--color--secondary)"
  862. },
  863. "typography": {
  864. "fontSize": "clamp(3.16rem, 1.08vw + 2.89rem, 3.75rem)",
  865. "fontWeight": "400",
  866. "letterSpacing": "-0.01em",
  867. "lineHeight": "1.2"
  868. }
  869. },
  870. "h3": {
  871. "color": {
  872. "text": "var(--wp--preset--color--secondary)"
  873. },
  874. "typography": {
  875. "fontSize": "clamp(2.37rem, 0.81vw + 2.17rem, 2.81rem)",
  876. "fontWeight": "500"
  877. }
  878. },
  879. "h4": {
  880. "typography": {
  881. "fontSize": "clamp(1.78rem, 0.61vw + 1.63rem, 2.11rem)",
  882. "fontWeight": "600"
  883. }
  884. },
  885. "h5": {
  886. "typography": {
  887. "fontSize": "clamp(1.33rem, 0.45vw + 1.22rem, 1.58rem)",
  888. "fontWeight": "700",
  889. "letterSpacing": "1px",
  890. "textTransform": "uppercase"
  891. }
  892. },
  893. "h6": {
  894. "typography": {
  895. "fontSize": "clamp(1rem, 0.34vw + 0.91rem, 1.19rem)",
  896. "fontWeight": "900",
  897. "letterSpacing": "2px",
  898. "textTransform": "uppercase"
  899. }
  900. },
  901. "heading": {
  902. "color": {
  903. "text": "var(--wp--preset--color--secondary)"
  904. },
  905. "typography": {
  906. "fontFamily": "var(--wp--preset--font-family--source-serif-pro)",
  907. "fontWeight": "400",
  908. "lineHeight": "1.4"
  909. }
  910. },
  911. "link": {
  912. ":active": {
  913. "border": {
  914. "width": "0"
  915. },
  916. "color": {
  917. "text": "var(--wp--preset--color--secondary)"
  918. },
  919. "typography": {
  920. "textDecoration": "none"
  921. }
  922. },
  923. ":focus": {
  924. "border": {
  925. "style": "dashed"
  926. },
  927. "typography": {
  928. "textDecoration": "none"
  929. }
  930. },
  931. ":hover": {
  932. "border": {
  933. "color": "var(--wp--preset--color--contrast)"
  934. },
  935. "color": {
  936. "text": "var:preset|color|cyan-bluish-gray"
  937. },
  938. "typography": {
  939. "textDecoration": "none"
  940. }
  941. },
  942. "border": {
  943. "color": "var(--wp--preset--color--primary)",
  944. "style": "solid",
  945. "width": "0 0 2px 0"
  946. },
  947. "color": {
  948. "text": "var(--wp--preset--color--contrast)"
  949. },
  950. "typography": {
  951. "textDecoration": "none"
  952. }
  953. }
  954. },
  955. "spacing": {
  956. "blockGap": "1.5rem",
  957. "padding": {
  958. "bottom": "var(--wp--preset--spacing--40)",
  959. "left": "var(--wp--preset--spacing--30)",
  960. "right": "var(--wp--preset--spacing--30)",
  961. "top": "var(--wp--preset--spacing--40)"
  962. }
  963. },
  964. "typography": {
  965. "fontFamily": "var:preset|font-family|system-font",
  966. "fontSize": "var:preset|font-size|medium",
  967. "lineHeight": "1.6"
  968. }
  969. },
  970. "templateParts": [
  971. {
  972. "area": "header",
  973. "name": "header",
  974. "title": "Header"
  975. },
  976. {
  977. "area": "footer",
  978. "name": "footer",
  979. "title": "Footer"
  980. },
  981. {
  982. "area": "uncategorized",
  983. "name": "comments",
  984. "title": "Comments"
  985. },
  986. {
  987. "area": "uncategorized",
  988. "name": "post-meta",
  989. "title": "Post Meta"
  990. }
  991. ],
  992. "version": 2
  993. }