theme.json 12 KB

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