@shopify/cli-hydrogen 4.0.0-alpha.8 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (584) hide show
  1. package/dist/commands/hydrogen/build.d.ts +20 -0
  2. package/dist/commands/hydrogen/build.js +42 -37
  3. package/dist/commands/hydrogen/check.d.ts +18 -0
  4. package/dist/commands/hydrogen/check.js +35 -0
  5. package/dist/commands/hydrogen/dev.d.ts +14 -0
  6. package/dist/commands/hydrogen/dev.js +57 -61
  7. package/dist/commands/hydrogen/generate/route.d.ts +34 -0
  8. package/dist/commands/hydrogen/generate/route.js +165 -0
  9. package/dist/commands/hydrogen/generate/route.test.d.ts +1 -0
  10. package/dist/commands/hydrogen/generate/route.test.js +126 -0
  11. package/dist/commands/hydrogen/generate/routes.d.ts +16 -0
  12. package/dist/commands/hydrogen/generate/routes.js +22 -0
  13. package/dist/commands/hydrogen/init.d.ts +22 -0
  14. package/dist/commands/hydrogen/init.js +169 -25
  15. package/dist/commands/hydrogen/preview.d.ts +17 -0
  16. package/dist/commands/hydrogen/preview.js +2 -2
  17. package/dist/create-app.d.ts +1 -0
  18. package/dist/create-app.js +4 -0
  19. package/dist/{templates/demo-store/app → generator-templates}/routes/[robots.txt].tsx +2 -1
  20. package/dist/{templates/demo-store/app → generator-templates}/routes/[sitemap.xml].tsx +6 -4
  21. package/dist/generator-templates/routes/account/login.tsx +74 -0
  22. package/dist/generator-templates/routes/account/register.tsx +74 -0
  23. package/dist/generator-templates/routes/cart.tsx +43 -0
  24. package/dist/generator-templates/routes/collections/$collectionHandle.tsx +65 -0
  25. package/dist/{templates/demo-store/app → generator-templates}/routes/graphiql.tsx +0 -0
  26. package/dist/{templates/hello-world/app → generator-templates}/routes/index.tsx +0 -0
  27. package/dist/generator-templates/routes/pages/$pageHandle.tsx +74 -0
  28. package/dist/{templates/demo-store/app → generator-templates}/routes/policies/$policyHandle.tsx +8 -37
  29. package/dist/generator-templates/routes/policies/index.tsx +65 -0
  30. package/dist/generator-templates/routes/products/$productHandle.tsx +57 -0
  31. package/dist/hooks/init.d.ts +5 -0
  32. package/dist/utils/check-lockfile.d.ts +3 -0
  33. package/dist/utils/check-lockfile.js +78 -0
  34. package/dist/utils/check-version.d.ts +3 -0
  35. package/dist/utils/check-version.js +50 -0
  36. package/dist/utils/config.d.ts +18 -0
  37. package/dist/utils/config.js +116 -43
  38. package/dist/utils/flags.d.ts +10 -0
  39. package/dist/utils/flags.js +15 -3
  40. package/dist/utils/flags.test.d.ts +1 -0
  41. package/dist/utils/flags.test.js +18 -0
  42. package/dist/utils/log.d.ts +5 -0
  43. package/dist/utils/mini-oxygen.d.ts +11 -0
  44. package/dist/utils/mini-oxygen.js +7 -4
  45. package/dist/utils/missing-routes.d.ts +6 -0
  46. package/dist/utils/missing-routes.js +71 -0
  47. package/dist/utils/template-downloader.d.ts +11 -0
  48. package/dist/utils/template-downloader.js +66 -0
  49. package/dist/utils/transpile-ts.d.ts +16 -0
  50. package/dist/utils/transpile-ts.js +161 -0
  51. package/dist/utils/virtual-routes.d.ts +7 -0
  52. package/dist/utils/virtual-routes.js +47 -0
  53. package/dist/utils/virtual-routes.test.d.ts +1 -0
  54. package/dist/utils/virtual-routes.test.js +46 -0
  55. package/dist/virtual-routes/assets/dummy.d.ts +1 -0
  56. package/dist/virtual-routes/assets/dummy.js +1 -0
  57. package/dist/virtual-routes/assets/dummy.ts +1 -0
  58. package/dist/{templates/demo-store/dist/client → virtual-routes/assets}/favicon.svg +0 -0
  59. package/dist/virtual-routes/assets/styles.css +207 -0
  60. package/dist/virtual-routes/components/HydrogenLogoBaseBW.jsx +7 -0
  61. package/dist/virtual-routes/components/HydrogenLogoBaseColor.jsx +13 -0
  62. package/dist/virtual-routes/components/IconBanner.jsx +47 -0
  63. package/dist/virtual-routes/components/IconDiscord.jsx +4 -0
  64. package/dist/virtual-routes/components/IconError.jsx +20 -0
  65. package/dist/virtual-routes/components/IconGithub.jsx +4 -0
  66. package/dist/virtual-routes/components/IconTwitter.jsx +4 -0
  67. package/dist/virtual-routes/components/Layout.jsx +6 -0
  68. package/dist/virtual-routes/routes/graphiql.jsx +5 -0
  69. package/dist/virtual-routes/routes/index.jsx +140 -0
  70. package/dist/virtual-routes/virtual-root.jsx +38 -0
  71. package/oclif.manifest.json +1 -131
  72. package/package.json +36 -7
  73. package/dist/templates/demo-store/.cache/content-v2/sha512/00/06/24c89d558123b63259495c8099c0f959320fa2e54d907b3544baca5e0e6116c6c817c33423097ae1ba93f9506f6870cc37df232b376f8c264573b7aa72b5 +0 -1
  74. package/dist/templates/demo-store/.cache/content-v2/sha512/02/76/13bbea15bb42b81a204b0dc5f14726e0bfa8d012a7b284f887cc2e3c92195d6b07a78f199f990b311ca5fafa9079563503cdd81808cd9b7e496d86c72732 +0 -1
  75. package/dist/templates/demo-store/.cache/content-v2/sha512/08/56/c9a478b8c5c2fbfb6eed219f0861db568eceecbb45155124491ca25125ca421aac7e1b10d29151e5294a776ae10e02e01dc2da3561da793d111c4f908502 +0 -1
  76. package/dist/templates/demo-store/.cache/content-v2/sha512/11/0c/195071c290a61e22dd825b300c9f93e5315b2effefc3e5545440ac704d629e177bc877333ce73232ac72703bcc69fb425632d84b3caefe7f5c0fd12537ee +0 -1
  77. package/dist/templates/demo-store/.cache/content-v2/sha512/13/f6/b7f804d45a961ca1e392429e75ad80f23ba46cbba0e960c6a70f8de81f3f3763af59651474176798d1a1a4bd2a5109b1d441f6d1c8ba070b678b38378adf +0 -1
  78. package/dist/templates/demo-store/.cache/content-v2/sha512/15/61/a4cf6ccc2120c217346ecee6299fddf06e5555f6c9371305f118fdb382ff88588b31ec36b034ed785d36e3b18a8e8751702bbed4e101a97396f92ea35612 +0 -1
  79. package/dist/templates/demo-store/.cache/content-v2/sha512/17/08/03dabbacd40d4a2b132018a520d1dbcf29ffb2c659bbe01cb91f700202d5016ab4104831b95a05b98535549be4a6520ddcd6504ba361692549a5cd0458ee +0 -1
  80. package/dist/templates/demo-store/.cache/content-v2/sha512/27/a0/d277ff364ced6a2d01639f1e2b8675ef95eff3a4aa4d2fda0990392526e0f18def66116a8623096d1bdafabe1dc8efc56ef0956054b3370dfa9ad6596a29 +0 -1
  81. package/dist/templates/demo-store/.cache/content-v2/sha512/28/53/96d2a5c3d4b08a7191e545d4d961f7690f814a331dc8efcc11e45854fbccd04f825ec8d3a1070b05aca51dd63e06c778316395446055cc3cfc90c8b30615 +0 -1
  82. package/dist/templates/demo-store/.cache/content-v2/sha512/28/7c/c71b0c6367bdf7307a8061fe1c4568c9f1e9603d835b6fc917fe8042535a867c37154e35376a01ad6bdb3c2d6f29b88b41902fd6f20b1227e02081682d01 +0 -1
  83. package/dist/templates/demo-store/.cache/content-v2/sha512/29/2e/db501d168869cc6b7d5e51bfbf399e920773ed905b9e2b782ebfb29c5260f05b67d0b7d4599e8c5666253789d545ecfdfdb9e020da8ac262d99d0e69e5b0 +0 -1
  84. package/dist/templates/demo-store/.cache/content-v2/sha512/2b/05/f4684d5f729778c589ac1c471d21826137034b5f1163d67118f6cd0e1672e92cc3e2408a50da44d156bd3e574f7512a2245558ecdce896af8924cf966c73 +0 -1
  85. package/dist/templates/demo-store/.cache/content-v2/sha512/32/c2/8f62057f7082cddef5cd3d912d1a4c2c8eb9be28edefeb3d398181606f5bed84eac45a2edd8bb390d05278ca3ff6964e7594d8be9a0200cc8193f3dbb025 +0 -1
  86. package/dist/templates/demo-store/.cache/content-v2/sha512/35/3c/f46f8adbcf210210bac8ab00267ab16c16393ab4a95920f69c4452b298a83c9785d3d2c2bb4a63937cb4eed028197a18f0d2929024ebae18b0751f07ebf5 +0 -1
  87. package/dist/templates/demo-store/.cache/content-v2/sha512/36/3e/ece5cc6633a23301aa4f05fc1efddd8876aec2d8bf7afe504526e2866ed67263e99bffbb1e0d99a65622a7246f9d662217032aca47f70b6f0f13b75e7df1 +0 -1
  88. package/dist/templates/demo-store/.cache/content-v2/sha512/37/19/de54f68ea7b2a79f86d12ec1107e99d04217817fb6de9a5ba2dc5cdd16d16e1dda4cc9f7cf2b6ece5a6330f47ca20fa27a08aeffc17eb23fd11399e601fd +0 -1
  89. package/dist/templates/demo-store/.cache/content-v2/sha512/39/3e/7839c7699ead2ece5a07c6f0116dcbdd4cd5fce00cb6fafb349d3ab4ff6fdb626f056c05f1dd25ad453996209e5a1870f7b937714791c3fe2c43887d8dfa +0 -1
  90. package/dist/templates/demo-store/.cache/content-v2/sha512/46/04/af285aee74d96b28b24f75d7911de65e6c7bb26475ab5219fe5308028fda55060cf45650dfa09c0731ec73ece453c1e24e0c38715e8d4c5c80fd6365a1f4 +0 -1
  91. package/dist/templates/demo-store/.cache/content-v2/sha512/46/1c/c69c5b9150a9f76dff13c0d6a768540636e6569f4f3f56795d1b4c494045d5908674f292815212ac52e6d8a597b4ad35783506113f195a09f1057f09f00c +0 -1
  92. package/dist/templates/demo-store/.cache/content-v2/sha512/46/70/1f052bc78bf18274412ed7e7305d42fb50cbe5a6a0fbf62e0f9a775e667a541bc17352850fa8759a26f51b3459cfc6834fbf4a8b15527dc432be6ca76852 +0 -1
  93. package/dist/templates/demo-store/.cache/content-v2/sha512/4b/48/ca635670e7d1b1a5550d32f51389a5754234da55c6d7c900f348c8bf1ccc84bdcefc620e08979b7aa1d04a49a1138b46346f126d20c0126eb0c3261deb5b +0 -1
  94. package/dist/templates/demo-store/.cache/content-v2/sha512/51/ab/e165384df6374c7b2d0ebebc8642ecb0e0c14f7c5b57970ec5d2e17f7d1643e0b01eda69e5ffbefde85ecba6d613bcc5175c5564e36bfb73d966c8ea4153 +0 -1
  95. package/dist/templates/demo-store/.cache/content-v2/sha512/54/86/917224aeb3e04e19a51534244f5ed28f3529d85276452f52af9af3657798246c97a0948bcf62c707394ab80f0062a87e7079bd71c05e0d16f927091617d2 +0 -1
  96. package/dist/templates/demo-store/.cache/content-v2/sha512/56/bf/57423492125064302f4b06c3e3ebb8c0263ad049865c299eedb7026b56de4cc3d0790bc370d0fe1bc448cb8df31f38a8fe3f6644b91d9f88e85764205ef2 +0 -1
  97. package/dist/templates/demo-store/.cache/content-v2/sha512/65/a8/8322f339f24b58dc82746c373ccaff8847aa0f315db64e6efa4ae357e8a24d36d2664cf60d387582a6d60155940e6c72c6edd5a68ca3066d6173d4e04f13 +0 -1
  98. package/dist/templates/demo-store/.cache/content-v2/sha512/69/8b/226dd183d716cf3d632e447afc7dfab45d90664f1d0cbb51c9d69a65e9811484c7ba5940e045306824d1dffeb4abb8f2e51b4a3289d4afeee445cfc4e6af +0 -1
  99. package/dist/templates/demo-store/.cache/content-v2/sha512/69/e4/b067c1beb51c176168380eef47aee15632f7e50c24c8a66d9675fdecd8ac5bd6a294a634228e926894cc8b96789432103a7e6e01f3d58daf793178fc85ff +0 -1
  100. package/dist/templates/demo-store/.cache/content-v2/sha512/6b/6d/71211d4cebfd1e1c86788ede5784a53cf366a85f4e2646a300c820958a5219bfa5492b169d1cca1b431e946b41d15a526ee7f77db65a6e730dead281f777 +0 -1
  101. package/dist/templates/demo-store/.cache/content-v2/sha512/6e/ae/615197316ce9be03e9d63a85984c0752583325087b827210d5e681f52dd532738371a0dab76a42d3eb68c2f21808974d13847b5514a92450af40d578e973 +0 -1
  102. package/dist/templates/demo-store/.cache/content-v2/sha512/70/ec/37e2f634bc66cf777929488d19db018d338d1a1d2ccd338b1cb99d2d67a23dcaad2e46f77f63ce1280b7125038523a5d3ea42873780e8fb04cf408c08a4c +0 -1
  103. package/dist/templates/demo-store/.cache/content-v2/sha512/73/40/c822831f11f08a9ceea944d0145b072ba6164a3e2e75f98fda5437cda6dfddf9ca9450445c1f3236228d6259ac95e4cde9bb6e5996490ed00b7b13b06121 +0 -1
  104. package/dist/templates/demo-store/.cache/content-v2/sha512/75/02/c799e50ebd6988abb7b1090074668ce459a711a347069f905971e11126c3779d0f6c14b89f8350b7bf4f0712e8fbf48290205b1b5c2d427f21a80c32190c +0 -1
  105. package/dist/templates/demo-store/.cache/content-v2/sha512/77/fd/28951020ad9dc57df6e80976e714302d5b639eb69e28a184d9e4a4ee1322f39980bf3906f4176d62ab97d899bbced462187ea2a71a750694ac743c99cd9e +0 -1
  106. package/dist/templates/demo-store/.cache/content-v2/sha512/7a/4d/47fb716aef6fb90bd6883dccba9e1359e409cf1291762a0a2c6b7ad56097e67267b617ab8ebf3cb57ef256c00d22f778a8d6688df388ed181b866fcda132 +0 -1
  107. package/dist/templates/demo-store/.cache/content-v2/sha512/7b/15/d1749be8fa73f2f123e5e9a0807f343cdfa14fd263f9073fe7cd73352b7318b976a43687096a06acbbed2a2f0f86119d45cdd1e9ad6d09208c06b6232db2 +0 -1
  108. package/dist/templates/demo-store/.cache/content-v2/sha512/87/97/27cde85115daefca4a74cd9a2e87c66cf71e68ad7ca1a53c3d8a95f0b78dc50e89cc2d73aa293747b1b10650c9c703a97e17ecad24b46a50eac73aa0602f +0 -1
  109. package/dist/templates/demo-store/.cache/content-v2/sha512/88/76/d18fdfbb05293909609d42368642fc6da4bd138c5864ec2f721212b52e595b84ae46f48021ed3e6240edf443f78bdea557d56d700e3da848459ea3077a80 +0 -1
  110. package/dist/templates/demo-store/.cache/content-v2/sha512/8a/d1/ca384452cdc8a2fb92fa1c70a4db303dd5f9887475e0e4ddf4bc711b5ebceb684ba5fd8bf596c3d491ab8598bd52ffe20f98564f8110da0730f46f39e790 +0 -1
  111. package/dist/templates/demo-store/.cache/content-v2/sha512/8c/51/88e1fc4d8365cb6ad1a755e8bca81fbb64abb1c8ef08a8314471952910e0e29eadfa283d482233d500893a57b57470171ab98ebacb4b93780b37e7a87c93 +0 -1
  112. package/dist/templates/demo-store/.cache/content-v2/sha512/8f/81/8e238bb1d4654dcc554d661194c9415fe36dc6f20624dd26e47c0043f06ee69d1abd49947b11954508bfd01823fdf97a3ca9196521f05cb471473095c5c5 +0 -1
  113. package/dist/templates/demo-store/.cache/content-v2/sha512/91/39/2d6842760bb34dde16e9aad46162f546e8cab25d2440a69cb01bf4b2ed8fb3122490666d3eb9b70225259f7ed47e182bc6b83fe455647dde30d61cefa07d +0 -1
  114. package/dist/templates/demo-store/.cache/content-v2/sha512/93/6b/e60098157f6bff8ba570cab2ffd97a14983109006f7fa87e4432728366f96dfb19e957d28754daa45f1b6cb2421d26ab59bbd5ce5a448d6102e8e662403d +0 -1
  115. package/dist/templates/demo-store/.cache/content-v2/sha512/94/4a/a539de5a6348e4ecc4e05ea18301c0077a30ed452550660f8b13440a40f7e3858a03ef0aad25b559c49dbbe51455cc5d8e2a7b6c2b0c57e31875b5f8e6be +0 -1
  116. package/dist/templates/demo-store/.cache/content-v2/sha512/9e/2e/945fdc4a4fb8c2186645c71b48ef341e6f0da2a6b3ddd38761210fcf713c2249160f87387ac66547fa30732269fbf9ad6b24b6c6a50ae914284b96be8571 +0 -1
  117. package/dist/templates/demo-store/.cache/content-v2/sha512/9e/42/2999364d90a1a410573f5de0dea3765defcb24ccf54937c92995a3fcaf1fffe8fca06c15ab433d60b595617e89707ba1a292b66cbb9aae8d8e617bc59879 +0 -1
  118. package/dist/templates/demo-store/.cache/content-v2/sha512/9f/76/504ec4500726300092be4c0d162b3694e388778e8a59ace118572149b8f31da4661b3bee2f950ea6608154f0cc105422f39f92f8fddda49053712b5cc81d +0 -1
  119. package/dist/templates/demo-store/.cache/content-v2/sha512/9f/e5/f8840af1702b9e2e9005708f2513779d889a88d8d7379d5d93cf28390fd6c0300ba5cac0fe429d67a22ddeb884f85917c73f4ae286328a5cf437f568b73f +0 -1
  120. package/dist/templates/demo-store/.cache/content-v2/sha512/9f/f7/d8f3eb03a1a2eefae7d7e52b2a15391b7012eab4507c37385ccfcfcad13c095c93a99dcfc2a6a44b73ab2fa50be0e3b64ab1153f56bd833536b7a3f06852 +0 -1
  121. package/dist/templates/demo-store/.cache/content-v2/sha512/a0/92/dc5bc315864cebde3ccd84e2a2e4228d8f467aa14efdcc3ef13b8815abbf495afeccb531cc4e049fe4d81d0b3e5afc0139b4450fb2cfca2b2c82cdd450ac +0 -1
  122. package/dist/templates/demo-store/.cache/content-v2/sha512/ad/44/f00b1b89c5d7778be4cd40cff421c77e97a937e945491777256fafa6ac80cc334b7118b4248fd13c3cb7fb37d86e1b54afaf688b295542694f276d359082 +0 -1
  123. package/dist/templates/demo-store/.cache/content-v2/sha512/b0/02/9ef55507e114e4391048df8e43101c006d5b3852e33450030d3ba974d438dd3ac489b084b15445ff5e1747e642eda2d969a13c8ba5a778669f9ab019789a +0 -1
  124. package/dist/templates/demo-store/.cache/content-v2/sha512/ba/08/9238d2f1bec0536eed757ab6583e384da966814a1c83896409f032bb673a056d62bb6f3b8a5bef36d61daf0e15617154b106b3bbc721354690bc930bb649 +0 -1
  125. package/dist/templates/demo-store/.cache/content-v2/sha512/bb/58/6a8a15508eab54d23bb1ae0dc4e28925c945258fffbf51d126a8ad3413d5396b3b2211493be551641d5b55dbf0c84d34cc06de906c3127e84b04eb46080d +0 -1
  126. package/dist/templates/demo-store/.cache/content-v2/sha512/bc/33/6e26ece5ac53d9eac9ac8a192ef39faf2a587a5808253c659fb1d371c477fc8074d428c8d1929b0d85dd1fec66fc79ea6b9fcb01507e2efec75fb7fbc2cc +0 -1
  127. package/dist/templates/demo-store/.cache/content-v2/sha512/c2/66/bc5f0b229dcdcab36104e3a3b531e3adc88a84622db081d73664f13cd7f6f4639d94e0d85ec075309735d51aa30bb26ea05ccff534f7e1ced5bf8115077a +0 -1
  128. package/dist/templates/demo-store/.cache/content-v2/sha512/c3/02/833766a7cfde6705e73ecd14cfa40f18bb470af44b39b856473411d00b9bda679d93ff62e49267263318aba287a74a1395b7e1559e786d955a19d8ba5ad7 +0 -1
  129. package/dist/templates/demo-store/.cache/content-v2/sha512/c9/bf/f82a49d275c8c16097122d6c71e3e64e45902413b6973b56974ed0f03bf8e0974328cfb006067036348f9473ef241927a68562848a1bdb2a8a9ce7d3cd9d +0 -1
  130. package/dist/templates/demo-store/.cache/content-v2/sha512/d1/fd/7a54f9c08d3a6e60f396a8033b49ce9c1129e877eef39bfa18467b04cd39c6c94423ef7e099fde8a8cca3a2b405d4725d7b2d51abf2be59853454afebfc5 +0 -1
  131. package/dist/templates/demo-store/.cache/content-v2/sha512/da/84/b6d27e02f9b109d7cff3095b08e2e2ed1802c8b6829c98f6e297d1c404059f8bacfdc278afd07e2f81cbc487318396a3775037b678ab6aff9a5231c94c0d +0 -1
  132. package/dist/templates/demo-store/.cache/content-v2/sha512/e8/ae/9b467e1d23913d4584d9417875b3cdc25f6dfed8b228f3a0c818129010b778aae1af1eb200b015ab428e79afe0ef1061262392fbdb96ed7da95efbe7f758 +0 -1
  133. package/dist/templates/demo-store/.cache/content-v2/sha512/ec/30/c2d6a93b0ab69c9d176e1db911bc276c6b81ef13d4ac2241bf2b6824979a157817f26c8a508ca87697f89b98afd86e8d7203878bb02e60e8442ab4620d8c +0 -1
  134. package/dist/templates/demo-store/.cache/content-v2/sha512/ed/15/aabcbf6d4b36151e7bb25d8751396c6c22a4a38b0505f9b244a060634e97399617ba8936870dc4ad25a3a1ad1fb1e4428d9989b2d52ff61070bfbca5ef1a +0 -1
  135. package/dist/templates/demo-store/.cache/content-v2/sha512/fd/f3/986b7ee5ea5ad1d89af5c08de69d43c025b54381092e0a19fd7e7a1e0352552aa85c056315ce5e11a46ec75a252b1a44e2083abb73cd6df8407dfdb0ac48 +0 -1
  136. package/dist/templates/demo-store/.cache/index-v5/06/7e/7376a38676aa7f0543ab03fc451602dab8ad66e6ddebc44d94ee6f5c1df2 +0 -2
  137. package/dist/templates/demo-store/.cache/index-v5/06/84/719070270981ac7d003eefa98569d499d2d93dd2f1828da9825b87d03160 +0 -2
  138. package/dist/templates/demo-store/.cache/index-v5/08/b4/0d9cf6db265587df0990c07ef4bc1e61fa9fe85d6cfe4d6cbbf839c2313c +0 -2
  139. package/dist/templates/demo-store/.cache/index-v5/09/f6/fe4b05c4157320b8b59b3f84116195be0437d87357d743d21acd638a4606 +0 -2
  140. package/dist/templates/demo-store/.cache/index-v5/0a/75/d3baf53012b62018cb60557f47601d810ec57c564bdc0b24c4990c73a833 +0 -2
  141. package/dist/templates/demo-store/.cache/index-v5/0c/43/721b2c2b054af973286c2ea3c51c612d347365682b5aae5b9e98554f91e1 +0 -2
  142. package/dist/templates/demo-store/.cache/index-v5/12/83/1a44e36774d9014fe186e18a3691e1ec3f37f2c30c22d38787a3cd157d7f +0 -2
  143. package/dist/templates/demo-store/.cache/index-v5/13/bd/14a326bd4cb6fb280eb85ecca60d6519738bf7e80df5285ec626d129baf3 +0 -2
  144. package/dist/templates/demo-store/.cache/index-v5/19/b1/b0877b4141a2ee6f7c173e2407c0b26958c0919238934a89a03049397aec +0 -2
  145. package/dist/templates/demo-store/.cache/index-v5/1b/6a/418ff1309326b48db3963d5ad40eacb0728d138b7f24896390e484b34c50 +0 -2
  146. package/dist/templates/demo-store/.cache/index-v5/24/d9/e0e8006f3c8deb17314475a674698161e207f116d9056bf0e1aabfa6c430 +0 -2
  147. package/dist/templates/demo-store/.cache/index-v5/28/f4/466108ec4c6619222c94f178cc3962ed49f5f9a1e3783ad55335de0cdad3 +0 -2
  148. package/dist/templates/demo-store/.cache/index-v5/2e/ae/45167cd92f49c852d660e05a29b7484c886b3c0579fb9c148162b1a88fb6 +0 -2
  149. package/dist/templates/demo-store/.cache/index-v5/35/95/be51ab071b6bd2259e4acb91185c5e0affeee223c15a822ba226607d5616 +0 -2
  150. package/dist/templates/demo-store/.cache/index-v5/36/74/12368a4a642be74c83dfdb5eaca244dc624ca78c3528edc49262807f9f96 +0 -2
  151. package/dist/templates/demo-store/.cache/index-v5/37/56/4cbfef349acf26ffb05aa7f17742913d7bd956c920a5bb1941ca0dda3a22 +0 -2
  152. package/dist/templates/demo-store/.cache/index-v5/3b/e5/5841b3445af43a34c7b560d6cf329ade1bfb64584b85fbb10ac4a7313ef4 +0 -2
  153. package/dist/templates/demo-store/.cache/index-v5/40/67/0807c50d176836338cf5fe4864622d377a143dc97f0a86a702bf11dd7d72 +0 -2
  154. package/dist/templates/demo-store/.cache/index-v5/45/4b/1a3af253b3e2ef123d3872ad54d71865cc788ff5373a00414d2ae0243421 +0 -2
  155. package/dist/templates/demo-store/.cache/index-v5/4f/8a/4672c73b9b76b90b7b378fbf9bc1a09426d0b5dbe97404e1f1f5a354013c +0 -2
  156. package/dist/templates/demo-store/.cache/index-v5/51/da/70f3331e7c62bab563cf9f86297b1bda6f6215420807d7710aaee0b8ca5d +0 -2
  157. package/dist/templates/demo-store/.cache/index-v5/55/0e/4666f091383137a5168d8052b246b3a7a28e05215dc7d8ff7f6b921f0142 +0 -2
  158. package/dist/templates/demo-store/.cache/index-v5/58/93/287077465c80a2bfba306f218e51893019895137562df4a116326a0b222a +0 -2
  159. package/dist/templates/demo-store/.cache/index-v5/68/63/f781b7764101dfe1c192f68e1083513974e2396c9db609adf220a983bd88 +0 -2
  160. package/dist/templates/demo-store/.cache/index-v5/68/f1/4a98caa6e2ab43e78781b99c7833cab4e722cd716bf9718e001a43efb27b +0 -2
  161. package/dist/templates/demo-store/.cache/index-v5/7d/de/0d76288297eecd2ad4b07dd881631b481b19a83f7c9d36cfa4f967332943 +0 -2
  162. package/dist/templates/demo-store/.cache/index-v5/7e/12/528dc5a6aebfe1fb1d5b4b7d56097f25291dd9454e0ab8faa0a26f296815 +0 -2
  163. package/dist/templates/demo-store/.cache/index-v5/7e/bf/17c5f07b52df7946e14e733afa8f3880a40c1032bd3fb307cae4319e0fa8 +0 -2
  164. package/dist/templates/demo-store/.cache/index-v5/81/59/14da935263d86e18f99d2391d6731d29cd2d5c0d8c81c65293816e6ad32a +0 -2
  165. package/dist/templates/demo-store/.cache/index-v5/85/85/0475166b36ce12e75c5a6352b12ea2fa872f696b8161dd08fdfab09a7273 +0 -2
  166. package/dist/templates/demo-store/.cache/index-v5/88/bd/84904435de02c12b5b01c5aadd782e65a48d44006d98b864e01961a109dc +0 -2
  167. package/dist/templates/demo-store/.cache/index-v5/88/f6/729e4bad26ebd2b792dee6d1f96f87546ff9c4fa95518f603627fdd1126f +0 -2
  168. package/dist/templates/demo-store/.cache/index-v5/8a/7c/f5287da63fd3884889fef7019b2679f9a53ce5a268097295682ddad5131b +0 -2
  169. package/dist/templates/demo-store/.cache/index-v5/95/40/bed10ab9e6081915bc6dc1ffb23a589f407c22ab7d254453f0b3ce53e5f5 +0 -2
  170. package/dist/templates/demo-store/.cache/index-v5/96/b8/090abc56d6e9489d08af9564fb75d34477730aa1ece14ad85ba516549f2b +0 -2
  171. package/dist/templates/demo-store/.cache/index-v5/9b/e4/8aa4e95d52644490afdb862c05cb2dccb9f5c1aa45157f3af5c37aad080a +0 -2
  172. package/dist/templates/demo-store/.cache/index-v5/a1/e7/85ee850c85c329791d2123dd8231464fa27317290756b459012830d0f57e +0 -2
  173. package/dist/templates/demo-store/.cache/index-v5/a2/27/f2e299e50a8a3b2b54a89bb3be85f3118081b3c6cfed704bb7d2802e2a49 +0 -2
  174. package/dist/templates/demo-store/.cache/index-v5/a2/88/971871174c14875c70ca7bc9cea8d6b01465c1716d99440b059fa493947c +0 -2
  175. package/dist/templates/demo-store/.cache/index-v5/aa/57/05b67f08f71909d263fe9c357786097f5683394dbd65b0e4da2f9aa25288 +0 -2
  176. package/dist/templates/demo-store/.cache/index-v5/ac/25/d778b282ab78dbafcc1b4fb19695aed368081c76fa680140b89af08b07b1 +0 -2
  177. package/dist/templates/demo-store/.cache/index-v5/af/79/e80586a8b4bd0086246d97823d95bd64c77ad44b1fae591fdcd3883f776e +0 -2
  178. package/dist/templates/demo-store/.cache/index-v5/b3/75/d3e7a4a5df68530007409daf1d2e66ab789c8b658d1819d7e5fd183f5f57 +0 -2
  179. package/dist/templates/demo-store/.cache/index-v5/b8/22/805af62bf21b63052b47f2f85322cb615ee786c214c0abc63b593a9f80ac +0 -2
  180. package/dist/templates/demo-store/.cache/index-v5/b8/67/17d551f86553b2a3a30c80b1d9797cbfcaa3d00f5239f39c1727c4d4fe8e +0 -2
  181. package/dist/templates/demo-store/.cache/index-v5/bc/52/538f70c9e2857f944f17c9121f6018d5c26ba916801b78d75484b130cd78 +0 -2
  182. package/dist/templates/demo-store/.cache/index-v5/c1/77/182e74b8e456fd321a98e8b23f5616eaf2968ccc0dd0eeff016624a89534 +0 -2
  183. package/dist/templates/demo-store/.cache/index-v5/c2/b6/58c9b05294374187ca9a342d46ed1b1f9e0afaf619acf88014f7f1a5dd8b +0 -2
  184. package/dist/templates/demo-store/.cache/index-v5/c6/72/887059f60c91b6fa41fbdab6bc1e1b6f4e3596cadd7a22457466fc1c2f67 +0 -2
  185. package/dist/templates/demo-store/.cache/index-v5/c8/52/09bfbca72b45aec745fc339c27986edefa85e40bd69113275a6ecd6495e9 +0 -2
  186. package/dist/templates/demo-store/.cache/index-v5/cb/f3/c8983d3f6b148ff6b70a42e0c3ccc4ca2f368df0aca086b8f0279d49f5be +0 -2
  187. package/dist/templates/demo-store/.cache/index-v5/d0/c4/d960260ece228d28f70e317741b3f3f3df05c53956d870235837ae2b73b4 +0 -2
  188. package/dist/templates/demo-store/.cache/index-v5/d2/7b/9476cfbc06c75a311a1951bcdea3b843d3f8763c916468901c3cd85ae7a4 +0 -2
  189. package/dist/templates/demo-store/.cache/index-v5/d7/2f/11fb6fd9a383d1edb40e2a774ca2de45a4f4b2c02e3f10d772427ef813d1 +0 -2
  190. package/dist/templates/demo-store/.cache/index-v5/d7/a8/e21243c97a68bff4874453358b21815d4dc4c804b63fce7cba9cc567c3d6 +0 -2
  191. package/dist/templates/demo-store/.cache/index-v5/db/34/e258d66ddeae0e8df2f3a92f0fc0a0472adc9b48c8d2f38087a828da4bc0 +0 -2
  192. package/dist/templates/demo-store/.cache/index-v5/de/8a/31224d2c63a17ccc13c25e35f4e5882c9a5f5553a3ffeb916c84aa73a15d +0 -2
  193. package/dist/templates/demo-store/.cache/index-v5/e0/9c/a50143959e2a05f23db12f6e7f9982a0889c4105004c9f58115f9fdb19e0 +0 -2
  194. package/dist/templates/demo-store/.cache/index-v5/f3/45/ed5a71628f7babbcd96f9d316ba1a9a7cdea5be1ef54d931ed5d6fcbfc21 +0 -2
  195. package/dist/templates/demo-store/.cache/index-v5/f4/20/fefac33b4499a27824ee7ef5a84779df38eca55b00ec3046fcb028efb593 +0 -2
  196. package/dist/templates/demo-store/.cache/index-v5/f6/1d/25c4d10714262d4559d2c43d3e64ebfc038d37b0edbbf02246bdd6dcdacb +0 -2
  197. package/dist/templates/demo-store/.cache/index-v5/f8/f2/017d33a8105299b5a1d72ea80b7cce0d4bafbcd8409437a212735325631a +0 -2
  198. package/dist/templates/demo-store/.cache/index-v5/fd/f2/f7f55dae9bf6b65ea883eb44dc2fd24a2d2a97c5b68cb559255c6574d239 +0 -2
  199. package/dist/templates/demo-store/.editorconfig +0 -8
  200. package/dist/templates/demo-store/.eslintignore +0 -4
  201. package/dist/templates/demo-store/.eslintrc.js +0 -16
  202. package/dist/templates/demo-store/.graphqlrc.yml +0 -1
  203. package/dist/templates/demo-store/.prettierignore +0 -2
  204. package/dist/templates/demo-store/_env +0 -6
  205. package/dist/templates/demo-store/_gitignore +0 -13
  206. package/dist/templates/demo-store/app/components/AccountAddressBook.tsx +0 -97
  207. package/dist/templates/demo-store/app/components/AccountDetails.tsx +0 -41
  208. package/dist/templates/demo-store/app/components/AddToCartButton.tsx +0 -42
  209. package/dist/templates/demo-store/app/components/Breadcrumbs.tsx +0 -36
  210. package/dist/templates/demo-store/app/components/Button.tsx +0 -56
  211. package/dist/templates/demo-store/app/components/Cart.tsx +0 -431
  212. package/dist/templates/demo-store/app/components/CartLoading.tsx +0 -50
  213. package/dist/templates/demo-store/app/components/CountrySelector.tsx +0 -180
  214. package/dist/templates/demo-store/app/components/Drawer.tsx +0 -115
  215. package/dist/templates/demo-store/app/components/FeaturedCollections.tsx +0 -54
  216. package/dist/templates/demo-store/app/components/FeaturedProducts.tsx +0 -116
  217. package/dist/templates/demo-store/app/components/FeaturedSection.tsx +0 -39
  218. package/dist/templates/demo-store/app/components/GenericError.tsx +0 -58
  219. package/dist/templates/demo-store/app/components/Grid.tsx +0 -44
  220. package/dist/templates/demo-store/app/components/Hero.tsx +0 -130
  221. package/dist/templates/demo-store/app/components/Icon.tsx +0 -253
  222. package/dist/templates/demo-store/app/components/Input.tsx +0 -24
  223. package/dist/templates/demo-store/app/components/Layout.tsx +0 -492
  224. package/dist/templates/demo-store/app/components/Link.tsx +0 -46
  225. package/dist/templates/demo-store/app/components/Modal.tsx +0 -46
  226. package/dist/templates/demo-store/app/components/NotFound.tsx +0 -22
  227. package/dist/templates/demo-store/app/components/OrderCard.tsx +0 -85
  228. package/dist/templates/demo-store/app/components/Pagination.tsx +0 -277
  229. package/dist/templates/demo-store/app/components/ProductCard.tsx +0 -145
  230. package/dist/templates/demo-store/app/components/ProductGallery.tsx +0 -114
  231. package/dist/templates/demo-store/app/components/ProductGrid.tsx +0 -93
  232. package/dist/templates/demo-store/app/components/ProductSwimlane.tsx +0 -30
  233. package/dist/templates/demo-store/app/components/Skeleton.tsx +0 -24
  234. package/dist/templates/demo-store/app/components/SortFilter.tsx +0 -411
  235. package/dist/templates/demo-store/app/components/Text.tsx +0 -192
  236. package/dist/templates/demo-store/app/components/index.ts +0 -28
  237. package/dist/templates/demo-store/app/data/countries.ts +0 -194
  238. package/dist/templates/demo-store/app/data/index.ts +0 -1027
  239. package/dist/templates/demo-store/app/entry.client.tsx +0 -4
  240. package/dist/templates/demo-store/app/entry.server.tsx +0 -26
  241. package/dist/templates/demo-store/app/hooks/useCartFetchers.tsx +0 -14
  242. package/dist/templates/demo-store/app/hooks/useIsHydrated.tsx +0 -12
  243. package/dist/templates/demo-store/app/lib/const.ts +0 -10
  244. package/dist/templates/demo-store/app/lib/placeholders.ts +0 -242
  245. package/dist/templates/demo-store/app/lib/seo/common.tsx +0 -367
  246. package/dist/templates/demo-store/app/lib/seo/debugger.tsx +0 -175
  247. package/dist/templates/demo-store/app/lib/seo/image.tsx +0 -32
  248. package/dist/templates/demo-store/app/lib/seo/index.ts +0 -4
  249. package/dist/templates/demo-store/app/lib/seo/seo.tsx +0 -24
  250. package/dist/templates/demo-store/app/lib/seo/types.ts +0 -84
  251. package/dist/templates/demo-store/app/lib/session.server.ts +0 -57
  252. package/dist/templates/demo-store/app/lib/type.ts +0 -21
  253. package/dist/templates/demo-store/app/lib/utils.ts +0 -310
  254. package/dist/templates/demo-store/app/root.tsx +0 -279
  255. package/dist/templates/demo-store/app/routes/$.tsx +0 -7
  256. package/dist/templates/demo-store/app/routes/$lang/$.tsx +0 -1
  257. package/dist/templates/demo-store/app/routes/$lang/[robots.txt].tsx +0 -1
  258. package/dist/templates/demo-store/app/routes/$lang/[sitemap.xml].tsx +0 -1
  259. package/dist/templates/demo-store/app/routes/$lang/account/__private/address/$id.tsx +0 -1
  260. package/dist/templates/demo-store/app/routes/$lang/account/__private/edit.tsx +0 -1
  261. package/dist/templates/demo-store/app/routes/$lang/account/__private/logout.ts +0 -1
  262. package/dist/templates/demo-store/app/routes/$lang/account/__private/orders.$id.tsx +0 -1
  263. package/dist/templates/demo-store/app/routes/$lang/account/__public/activate.$id.$activationToken.tsx +0 -6
  264. package/dist/templates/demo-store/app/routes/$lang/account/__public/login.tsx +0 -7
  265. package/dist/templates/demo-store/app/routes/$lang/account/__public/recover.tsx +0 -1
  266. package/dist/templates/demo-store/app/routes/$lang/account/__public/register.tsx +0 -6
  267. package/dist/templates/demo-store/app/routes/$lang/account/__public/reset.$id.$resetToken.tsx +0 -5
  268. package/dist/templates/demo-store/app/routes/$lang/account.tsx +0 -1
  269. package/dist/templates/demo-store/app/routes/$lang/api/countries.tsx +0 -1
  270. package/dist/templates/demo-store/app/routes/$lang/api/products.tsx +0 -1
  271. package/dist/templates/demo-store/app/routes/$lang/cart.tsx +0 -1
  272. package/dist/templates/demo-store/app/routes/$lang/collections/$collectionHandle.tsx +0 -1
  273. package/dist/templates/demo-store/app/routes/$lang/collections/all.tsx +0 -1
  274. package/dist/templates/demo-store/app/routes/$lang/collections/index.tsx +0 -1
  275. package/dist/templates/demo-store/app/routes/$lang/featured-products.tsx +0 -1
  276. package/dist/templates/demo-store/app/routes/$lang/index.tsx +0 -6
  277. package/dist/templates/demo-store/app/routes/$lang/journal/$journalHandle.tsx +0 -7
  278. package/dist/templates/demo-store/app/routes/$lang/journal/index.tsx +0 -1
  279. package/dist/templates/demo-store/app/routes/$lang/og-image.tsx +0 -1
  280. package/dist/templates/demo-store/app/routes/$lang/pages/$pageHandle.tsx +0 -1
  281. package/dist/templates/demo-store/app/routes/$lang/policies/$policyHandle.tsx +0 -1
  282. package/dist/templates/demo-store/app/routes/$lang/policies/index.tsx +0 -1
  283. package/dist/templates/demo-store/app/routes/$lang/products/$productHandle.tsx +0 -1
  284. package/dist/templates/demo-store/app/routes/$lang/products/index.tsx +0 -1
  285. package/dist/templates/demo-store/app/routes/$lang/search.tsx +0 -1
  286. package/dist/templates/demo-store/app/routes/account/__private/address/$id.tsx +0 -320
  287. package/dist/templates/demo-store/app/routes/account/__private/edit.tsx +0 -273
  288. package/dist/templates/demo-store/app/routes/account/__private/logout.ts +0 -25
  289. package/dist/templates/demo-store/app/routes/account/__private/orders.$id.tsx +0 -324
  290. package/dist/templates/demo-store/app/routes/account/__public/activate.$id.$activationToken.tsx +0 -218
  291. package/dist/templates/demo-store/app/routes/account/__public/login.tsx +0 -197
  292. package/dist/templates/demo-store/app/routes/account/__public/recover.tsx +0 -144
  293. package/dist/templates/demo-store/app/routes/account/__public/register.tsx +0 -184
  294. package/dist/templates/demo-store/app/routes/account/__public/reset.$id.$resetToken.tsx +0 -214
  295. package/dist/templates/demo-store/app/routes/account.tsx +0 -188
  296. package/dist/templates/demo-store/app/routes/api/countries.tsx +0 -22
  297. package/dist/templates/demo-store/app/routes/api/products.tsx +0 -116
  298. package/dist/templates/demo-store/app/routes/cart.tsx +0 -510
  299. package/dist/templates/demo-store/app/routes/collections/$collectionHandle.tsx +0 -301
  300. package/dist/templates/demo-store/app/routes/collections/all.tsx +0 -5
  301. package/dist/templates/demo-store/app/routes/collections/index.tsx +0 -188
  302. package/dist/templates/demo-store/app/routes/discounts.$code.tsx +0 -60
  303. package/dist/templates/demo-store/app/routes/featured-products.tsx +0 -58
  304. package/dist/templates/demo-store/app/routes/index.tsx +0 -241
  305. package/dist/templates/demo-store/app/routes/journal/$journalHandle.tsx +0 -141
  306. package/dist/templates/demo-store/app/routes/journal/index.tsx +0 -149
  307. package/dist/templates/demo-store/app/routes/og-image.tsx +0 -19
  308. package/dist/templates/demo-store/app/routes/pages/$pageHandle.tsx +0 -75
  309. package/dist/templates/demo-store/app/routes/policies/index.tsx +0 -97
  310. package/dist/templates/demo-store/app/routes/products/$productHandle.tsx +0 -551
  311. package/dist/templates/demo-store/app/routes/products/index.tsx +0 -148
  312. package/dist/templates/demo-store/app/routes/search.tsx +0 -198
  313. package/dist/templates/demo-store/app/styles/app.css +0 -4203
  314. package/dist/templates/demo-store/app/styles/custom-font.css +0 -13
  315. package/dist/templates/demo-store/dist/client/build/_assets/app-QCTC5PWY.css +0 -4203
  316. package/dist/templates/demo-store/dist/client/build/_assets/custom-font-COCMVHUB.css +0 -13
  317. package/dist/templates/demo-store/dist/client/build/_assets/favicon-5FIZBM2K.svg +0 -28
  318. package/dist/templates/demo-store/dist/client/build/_shared/chunk-3HDCZC7Z.js +0 -2
  319. package/dist/templates/demo-store/dist/client/build/_shared/chunk-3HDCZC7Z.js.map +0 -7
  320. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6DT2GXU6.js +0 -2
  321. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6DT2GXU6.js.map +0 -7
  322. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6IZ7NY57.js +0 -2
  323. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6IZ7NY57.js.map +0 -7
  324. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6KICVRFE.js +0 -32
  325. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6KICVRFE.js.map +0 -7
  326. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6KPVFOMZ.js +0 -2
  327. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6KPVFOMZ.js.map +0 -7
  328. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6RKYTPO7.js +0 -27
  329. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6RKYTPO7.js.map +0 -7
  330. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6SSSJOFL.js +0 -68
  331. package/dist/templates/demo-store/dist/client/build/_shared/chunk-6SSSJOFL.js.map +0 -7
  332. package/dist/templates/demo-store/dist/client/build/_shared/chunk-AOOMA6GB.js +0 -2
  333. package/dist/templates/demo-store/dist/client/build/_shared/chunk-AOOMA6GB.js.map +0 -7
  334. package/dist/templates/demo-store/dist/client/build/_shared/chunk-AYENMH4R.js +0 -2
  335. package/dist/templates/demo-store/dist/client/build/_shared/chunk-AYENMH4R.js.map +0 -7
  336. package/dist/templates/demo-store/dist/client/build/_shared/chunk-AYHDHSL7.js +0 -2
  337. package/dist/templates/demo-store/dist/client/build/_shared/chunk-AYHDHSL7.js.map +0 -7
  338. package/dist/templates/demo-store/dist/client/build/_shared/chunk-DHA7C3MW.js +0 -2
  339. package/dist/templates/demo-store/dist/client/build/_shared/chunk-DHA7C3MW.js.map +0 -7
  340. package/dist/templates/demo-store/dist/client/build/_shared/chunk-DIIFYFWW.js +0 -2
  341. package/dist/templates/demo-store/dist/client/build/_shared/chunk-DIIFYFWW.js.map +0 -7
  342. package/dist/templates/demo-store/dist/client/build/_shared/chunk-DS7W4L22.js +0 -2
  343. package/dist/templates/demo-store/dist/client/build/_shared/chunk-DS7W4L22.js.map +0 -7
  344. package/dist/templates/demo-store/dist/client/build/_shared/chunk-GHUOM4KB.js +0 -7
  345. package/dist/templates/demo-store/dist/client/build/_shared/chunk-GHUOM4KB.js.map +0 -7
  346. package/dist/templates/demo-store/dist/client/build/_shared/chunk-ISW2I2ME.js +0 -2
  347. package/dist/templates/demo-store/dist/client/build/_shared/chunk-ISW2I2ME.js.map +0 -7
  348. package/dist/templates/demo-store/dist/client/build/_shared/chunk-J43VR2R2.js +0 -133
  349. package/dist/templates/demo-store/dist/client/build/_shared/chunk-J43VR2R2.js.map +0 -7
  350. package/dist/templates/demo-store/dist/client/build/_shared/chunk-KSKV5IK6.js +0 -20
  351. package/dist/templates/demo-store/dist/client/build/_shared/chunk-KSKV5IK6.js.map +0 -7
  352. package/dist/templates/demo-store/dist/client/build/_shared/chunk-MENU2OIC.js +0 -25
  353. package/dist/templates/demo-store/dist/client/build/_shared/chunk-MENU2OIC.js.map +0 -7
  354. package/dist/templates/demo-store/dist/client/build/_shared/chunk-MMBB6JJY.js +0 -2
  355. package/dist/templates/demo-store/dist/client/build/_shared/chunk-MMBB6JJY.js.map +0 -7
  356. package/dist/templates/demo-store/dist/client/build/_shared/chunk-RESK5RQB.js +0 -54
  357. package/dist/templates/demo-store/dist/client/build/_shared/chunk-RESK5RQB.js.map +0 -7
  358. package/dist/templates/demo-store/dist/client/build/_shared/chunk-TVK2D2ZT.js +0 -83
  359. package/dist/templates/demo-store/dist/client/build/_shared/chunk-TVK2D2ZT.js.map +0 -7
  360. package/dist/templates/demo-store/dist/client/build/_shared/chunk-TZEM5AYX.js +0 -2
  361. package/dist/templates/demo-store/dist/client/build/_shared/chunk-TZEM5AYX.js.map +0 -7
  362. package/dist/templates/demo-store/dist/client/build/_shared/chunk-US5NIJUM.js +0 -105
  363. package/dist/templates/demo-store/dist/client/build/_shared/chunk-US5NIJUM.js.map +0 -7
  364. package/dist/templates/demo-store/dist/client/build/_shared/chunk-V66AOKO6.js +0 -2
  365. package/dist/templates/demo-store/dist/client/build/_shared/chunk-V66AOKO6.js.map +0 -7
  366. package/dist/templates/demo-store/dist/client/build/_shared/chunk-WFLLVPNQ.js +0 -2
  367. package/dist/templates/demo-store/dist/client/build/_shared/chunk-WFLLVPNQ.js.map +0 -7
  368. package/dist/templates/demo-store/dist/client/build/_shared/chunk-WYHUKY3H.js +0 -2
  369. package/dist/templates/demo-store/dist/client/build/_shared/chunk-WYHUKY3H.js.map +0 -7
  370. package/dist/templates/demo-store/dist/client/build/_shared/chunk-WYLDLOSN.js +0 -2
  371. package/dist/templates/demo-store/dist/client/build/_shared/chunk-WYLDLOSN.js.map +0 -7
  372. package/dist/templates/demo-store/dist/client/build/_shared/chunk-X2L7EU2T.js +0 -2
  373. package/dist/templates/demo-store/dist/client/build/_shared/chunk-X2L7EU2T.js.map +0 -7
  374. package/dist/templates/demo-store/dist/client/build/_shared/chunk-X4LCECW4.js +0 -2
  375. package/dist/templates/demo-store/dist/client/build/_shared/chunk-X4LCECW4.js.map +0 -7
  376. package/dist/templates/demo-store/dist/client/build/_shared/chunk-XDBJQDOE.js +0 -2
  377. package/dist/templates/demo-store/dist/client/build/_shared/chunk-XDBJQDOE.js.map +0 -7
  378. package/dist/templates/demo-store/dist/client/build/_shared/chunk-YGLSE5Z5.js +0 -2
  379. package/dist/templates/demo-store/dist/client/build/_shared/chunk-YGLSE5Z5.js.map +0 -7
  380. package/dist/templates/demo-store/dist/client/build/_shared/chunk-YPGAXYYV.js +0 -24
  381. package/dist/templates/demo-store/dist/client/build/_shared/chunk-YPGAXYYV.js.map +0 -7
  382. package/dist/templates/demo-store/dist/client/build/_shared/chunk-ZNLABNO4.js +0 -66
  383. package/dist/templates/demo-store/dist/client/build/_shared/chunk-ZNLABNO4.js.map +0 -7
  384. package/dist/templates/demo-store/dist/client/build/entry.client-UGG4BFNY.js +0 -2
  385. package/dist/templates/demo-store/dist/client/build/entry.client-UGG4BFNY.js.map +0 -7
  386. package/dist/templates/demo-store/dist/client/build/manifest-483612AE.js +0 -1
  387. package/dist/templates/demo-store/dist/client/build/root-FWYSHVLP.js +0 -32
  388. package/dist/templates/demo-store/dist/client/build/root-FWYSHVLP.js.map +0 -7
  389. package/dist/templates/demo-store/dist/client/build/routes/$-T6CCBQXB.js +0 -2
  390. package/dist/templates/demo-store/dist/client/build/routes/$-T6CCBQXB.js.map +0 -7
  391. package/dist/templates/demo-store/dist/client/build/routes/$lang/$-RML44FPI.js +0 -2
  392. package/dist/templates/demo-store/dist/client/build/routes/$lang/$-RML44FPI.js.map +0 -7
  393. package/dist/templates/demo-store/dist/client/build/routes/$lang/[robots.txt]-Q6A4ELVO.js +0 -2
  394. package/dist/templates/demo-store/dist/client/build/routes/$lang/[robots.txt]-Q6A4ELVO.js.map +0 -7
  395. package/dist/templates/demo-store/dist/client/build/routes/$lang/[sitemap.xml]-XRXAWWFM.js +0 -2
  396. package/dist/templates/demo-store/dist/client/build/routes/$lang/[sitemap.xml]-XRXAWWFM.js.map +0 -7
  397. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__private/address/$id-NA5FIOXG.js +0 -2
  398. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__private/address/$id-NA5FIOXG.js.map +0 -7
  399. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__private/edit-IFFD5E3I.js +0 -2
  400. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__private/edit-IFFD5E3I.js.map +0 -7
  401. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__private/logout-W2VRZWGS.js +0 -2
  402. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__private/logout-W2VRZWGS.js.map +0 -7
  403. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__private/orders.$id-JLCBC7CQ.js +0 -2
  404. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__private/orders.$id-JLCBC7CQ.js.map +0 -7
  405. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__public/activate.$id.$activationToken-SKVJFAYX.js +0 -2
  406. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__public/activate.$id.$activationToken-SKVJFAYX.js.map +0 -7
  407. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__public/login-J6JGOFW4.js +0 -2
  408. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__public/login-J6JGOFW4.js.map +0 -7
  409. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__public/recover-ELRPFD3J.js +0 -2
  410. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__public/recover-ELRPFD3J.js.map +0 -7
  411. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__public/register-PBVQNHER.js +0 -2
  412. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__public/register-PBVQNHER.js.map +0 -7
  413. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__public/reset.$id.$resetToken-5AF75Z6H.js +0 -2
  414. package/dist/templates/demo-store/dist/client/build/routes/$lang/account/__public/reset.$id.$resetToken-5AF75Z6H.js.map +0 -7
  415. package/dist/templates/demo-store/dist/client/build/routes/$lang/account-XVIGQX2R.js +0 -2
  416. package/dist/templates/demo-store/dist/client/build/routes/$lang/account-XVIGQX2R.js.map +0 -7
  417. package/dist/templates/demo-store/dist/client/build/routes/$lang/api/countries-D74K7HOY.js +0 -2
  418. package/dist/templates/demo-store/dist/client/build/routes/$lang/api/countries-D74K7HOY.js.map +0 -7
  419. package/dist/templates/demo-store/dist/client/build/routes/$lang/api/products-WTFHLYFB.js +0 -2
  420. package/dist/templates/demo-store/dist/client/build/routes/$lang/api/products-WTFHLYFB.js.map +0 -7
  421. package/dist/templates/demo-store/dist/client/build/routes/$lang/cart-SGDEGK6Q.js +0 -2
  422. package/dist/templates/demo-store/dist/client/build/routes/$lang/cart-SGDEGK6Q.js.map +0 -7
  423. package/dist/templates/demo-store/dist/client/build/routes/$lang/collections/$collectionHandle-JIY2JRDZ.js +0 -2
  424. package/dist/templates/demo-store/dist/client/build/routes/$lang/collections/$collectionHandle-JIY2JRDZ.js.map +0 -7
  425. package/dist/templates/demo-store/dist/client/build/routes/$lang/collections/all-I3ZQ3MBD.js +0 -2
  426. package/dist/templates/demo-store/dist/client/build/routes/$lang/collections/all-I3ZQ3MBD.js.map +0 -7
  427. package/dist/templates/demo-store/dist/client/build/routes/$lang/collections/index-JM35U6E2.js +0 -2
  428. package/dist/templates/demo-store/dist/client/build/routes/$lang/collections/index-JM35U6E2.js.map +0 -7
  429. package/dist/templates/demo-store/dist/client/build/routes/$lang/featured-products-UU24CXMU.js +0 -2
  430. package/dist/templates/demo-store/dist/client/build/routes/$lang/featured-products-UU24CXMU.js.map +0 -7
  431. package/dist/templates/demo-store/dist/client/build/routes/$lang/index-Z4YYZ6FV.js +0 -2
  432. package/dist/templates/demo-store/dist/client/build/routes/$lang/index-Z4YYZ6FV.js.map +0 -7
  433. package/dist/templates/demo-store/dist/client/build/routes/$lang/journal/$journalHandle-VTU5XZ3X.js +0 -2
  434. package/dist/templates/demo-store/dist/client/build/routes/$lang/journal/$journalHandle-VTU5XZ3X.js.map +0 -7
  435. package/dist/templates/demo-store/dist/client/build/routes/$lang/journal/index-GJ635OK2.js +0 -2
  436. package/dist/templates/demo-store/dist/client/build/routes/$lang/journal/index-GJ635OK2.js.map +0 -7
  437. package/dist/templates/demo-store/dist/client/build/routes/$lang/og-image-JHBOIC2Z.js +0 -2
  438. package/dist/templates/demo-store/dist/client/build/routes/$lang/og-image-JHBOIC2Z.js.map +0 -7
  439. package/dist/templates/demo-store/dist/client/build/routes/$lang/pages/$pageHandle-56OQSRT6.js +0 -2
  440. package/dist/templates/demo-store/dist/client/build/routes/$lang/pages/$pageHandle-56OQSRT6.js.map +0 -7
  441. package/dist/templates/demo-store/dist/client/build/routes/$lang/policies/$policyHandle-FT77Q33E.js +0 -2
  442. package/dist/templates/demo-store/dist/client/build/routes/$lang/policies/$policyHandle-FT77Q33E.js.map +0 -7
  443. package/dist/templates/demo-store/dist/client/build/routes/$lang/policies/index-7VIBEBDP.js +0 -2
  444. package/dist/templates/demo-store/dist/client/build/routes/$lang/policies/index-7VIBEBDP.js.map +0 -7
  445. package/dist/templates/demo-store/dist/client/build/routes/$lang/products/$productHandle-TD3SUUAT.js +0 -2
  446. package/dist/templates/demo-store/dist/client/build/routes/$lang/products/$productHandle-TD3SUUAT.js.map +0 -7
  447. package/dist/templates/demo-store/dist/client/build/routes/$lang/products/index-VQNYHSDW.js +0 -2
  448. package/dist/templates/demo-store/dist/client/build/routes/$lang/products/index-VQNYHSDW.js.map +0 -7
  449. package/dist/templates/demo-store/dist/client/build/routes/$lang/search-TCZIEYJL.js +0 -2
  450. package/dist/templates/demo-store/dist/client/build/routes/$lang/search-TCZIEYJL.js.map +0 -7
  451. package/dist/templates/demo-store/dist/client/build/routes/[robots.txt]-JOBE7OD7.js +0 -2
  452. package/dist/templates/demo-store/dist/client/build/routes/[robots.txt]-JOBE7OD7.js.map +0 -7
  453. package/dist/templates/demo-store/dist/client/build/routes/[sitemap.xml]-UQB7RN5M.js +0 -2
  454. package/dist/templates/demo-store/dist/client/build/routes/[sitemap.xml]-UQB7RN5M.js.map +0 -7
  455. package/dist/templates/demo-store/dist/client/build/routes/account/__private/address/$id-JZNTMKYB.js +0 -2
  456. package/dist/templates/demo-store/dist/client/build/routes/account/__private/address/$id-JZNTMKYB.js.map +0 -7
  457. package/dist/templates/demo-store/dist/client/build/routes/account/__private/edit-VVTK3HGS.js +0 -2
  458. package/dist/templates/demo-store/dist/client/build/routes/account/__private/edit-VVTK3HGS.js.map +0 -7
  459. package/dist/templates/demo-store/dist/client/build/routes/account/__private/logout-MRH6DVPZ.js +0 -2
  460. package/dist/templates/demo-store/dist/client/build/routes/account/__private/logout-MRH6DVPZ.js.map +0 -7
  461. package/dist/templates/demo-store/dist/client/build/routes/account/__private/orders.$id-IUXEUMTN.js +0 -2
  462. package/dist/templates/demo-store/dist/client/build/routes/account/__private/orders.$id-IUXEUMTN.js.map +0 -7
  463. package/dist/templates/demo-store/dist/client/build/routes/account/__public/activate.$id.$activationToken-XRNXDJJR.js +0 -2
  464. package/dist/templates/demo-store/dist/client/build/routes/account/__public/activate.$id.$activationToken-XRNXDJJR.js.map +0 -7
  465. package/dist/templates/demo-store/dist/client/build/routes/account/__public/login-BC3LC2DV.js +0 -2
  466. package/dist/templates/demo-store/dist/client/build/routes/account/__public/login-BC3LC2DV.js.map +0 -7
  467. package/dist/templates/demo-store/dist/client/build/routes/account/__public/recover-YTA3AC27.js +0 -2
  468. package/dist/templates/demo-store/dist/client/build/routes/account/__public/recover-YTA3AC27.js.map +0 -7
  469. package/dist/templates/demo-store/dist/client/build/routes/account/__public/register-WKKKPNUZ.js +0 -2
  470. package/dist/templates/demo-store/dist/client/build/routes/account/__public/register-WKKKPNUZ.js.map +0 -7
  471. package/dist/templates/demo-store/dist/client/build/routes/account/__public/reset.$id.$resetToken-6JGBLMXT.js +0 -2
  472. package/dist/templates/demo-store/dist/client/build/routes/account/__public/reset.$id.$resetToken-6JGBLMXT.js.map +0 -7
  473. package/dist/templates/demo-store/dist/client/build/routes/account-TPCHO77K.js +0 -2
  474. package/dist/templates/demo-store/dist/client/build/routes/account-TPCHO77K.js.map +0 -7
  475. package/dist/templates/demo-store/dist/client/build/routes/api/countries-FOQSZPCF.js +0 -2
  476. package/dist/templates/demo-store/dist/client/build/routes/api/countries-FOQSZPCF.js.map +0 -7
  477. package/dist/templates/demo-store/dist/client/build/routes/api/products-DX4VJAR6.js +0 -2
  478. package/dist/templates/demo-store/dist/client/build/routes/api/products-DX4VJAR6.js.map +0 -7
  479. package/dist/templates/demo-store/dist/client/build/routes/cart-JKTAKPRZ.js +0 -2
  480. package/dist/templates/demo-store/dist/client/build/routes/cart-JKTAKPRZ.js.map +0 -7
  481. package/dist/templates/demo-store/dist/client/build/routes/collections/$collectionHandle-WHEXWZAQ.js +0 -2
  482. package/dist/templates/demo-store/dist/client/build/routes/collections/$collectionHandle-WHEXWZAQ.js.map +0 -7
  483. package/dist/templates/demo-store/dist/client/build/routes/collections/all-EXLOY5Y6.js +0 -2
  484. package/dist/templates/demo-store/dist/client/build/routes/collections/all-EXLOY5Y6.js.map +0 -7
  485. package/dist/templates/demo-store/dist/client/build/routes/collections/index-OA2FOHWI.js +0 -2
  486. package/dist/templates/demo-store/dist/client/build/routes/collections/index-OA2FOHWI.js.map +0 -7
  487. package/dist/templates/demo-store/dist/client/build/routes/discounts.$code-ORRT2Y6X.js +0 -2
  488. package/dist/templates/demo-store/dist/client/build/routes/discounts.$code-ORRT2Y6X.js.map +0 -7
  489. package/dist/templates/demo-store/dist/client/build/routes/featured-products-ECR7IJXB.js +0 -2
  490. package/dist/templates/demo-store/dist/client/build/routes/featured-products-ECR7IJXB.js.map +0 -7
  491. package/dist/templates/demo-store/dist/client/build/routes/graphiql-5V34JTF6.js +0 -2
  492. package/dist/templates/demo-store/dist/client/build/routes/graphiql-5V34JTF6.js.map +0 -7
  493. package/dist/templates/demo-store/dist/client/build/routes/index-7ZRVAEPC.js +0 -2
  494. package/dist/templates/demo-store/dist/client/build/routes/index-7ZRVAEPC.js.map +0 -7
  495. package/dist/templates/demo-store/dist/client/build/routes/journal/$journalHandle-HH345EW5.js +0 -2
  496. package/dist/templates/demo-store/dist/client/build/routes/journal/$journalHandle-HH345EW5.js.map +0 -7
  497. package/dist/templates/demo-store/dist/client/build/routes/journal/index-QRHMDGSX.js +0 -2
  498. package/dist/templates/demo-store/dist/client/build/routes/journal/index-QRHMDGSX.js.map +0 -7
  499. package/dist/templates/demo-store/dist/client/build/routes/og-image-DYICG2WR.js +0 -2
  500. package/dist/templates/demo-store/dist/client/build/routes/og-image-DYICG2WR.js.map +0 -7
  501. package/dist/templates/demo-store/dist/client/build/routes/pages/$pageHandle-SOTJN3BG.js +0 -2
  502. package/dist/templates/demo-store/dist/client/build/routes/pages/$pageHandle-SOTJN3BG.js.map +0 -7
  503. package/dist/templates/demo-store/dist/client/build/routes/policies/$policyHandle-2E6C2YSR.js +0 -2
  504. package/dist/templates/demo-store/dist/client/build/routes/policies/$policyHandle-2E6C2YSR.js.map +0 -7
  505. package/dist/templates/demo-store/dist/client/build/routes/policies/index-3U7GEIT5.js +0 -2
  506. package/dist/templates/demo-store/dist/client/build/routes/policies/index-3U7GEIT5.js.map +0 -7
  507. package/dist/templates/demo-store/dist/client/build/routes/products/$productHandle-N365DTJW.js +0 -2
  508. package/dist/templates/demo-store/dist/client/build/routes/products/$productHandle-N365DTJW.js.map +0 -7
  509. package/dist/templates/demo-store/dist/client/build/routes/products/index-ZYSA55SB.js +0 -2
  510. package/dist/templates/demo-store/dist/client/build/routes/products/index-ZYSA55SB.js.map +0 -7
  511. package/dist/templates/demo-store/dist/client/build/routes/search-4CEESFTV.js +0 -2
  512. package/dist/templates/demo-store/dist/client/build/routes/search-4CEESFTV.js.map +0 -7
  513. package/dist/templates/demo-store/dist/client/fonts/IBMPlexSerif-Text.woff2 +0 -0
  514. package/dist/templates/demo-store/dist/client/fonts/IBMPlexSerif-TextItalic.woff2 +0 -0
  515. package/dist/templates/demo-store/dist/worker/_assets/app-QCTC5PWY.css +0 -4203
  516. package/dist/templates/demo-store/dist/worker/_assets/custom-font-COCMVHUB.css +0 -13
  517. package/dist/templates/demo-store/dist/worker/_assets/favicon-5FIZBM2K.svg +0 -28
  518. package/dist/templates/demo-store/dist/worker/index.js +0 -1563
  519. package/dist/templates/demo-store/dist/worker/index.js.map +0 -7
  520. package/dist/templates/demo-store/package.json +0 -67
  521. package/dist/templates/demo-store/playwright.config.ts +0 -109
  522. package/dist/templates/demo-store/postcss.config.js +0 -10
  523. package/dist/templates/demo-store/public/favicon.svg +0 -28
  524. package/dist/templates/demo-store/public/fonts/IBMPlexSerif-Text.woff2 +0 -0
  525. package/dist/templates/demo-store/public/fonts/IBMPlexSerif-TextItalic.woff2 +0 -0
  526. package/dist/templates/demo-store/remix.env.d.ts +0 -40
  527. package/dist/templates/demo-store/remix.init/index.js +0 -25
  528. package/dist/templates/demo-store/remix.init/package.json +0 -7
  529. package/dist/templates/demo-store/server.ts +0 -73
  530. package/dist/templates/demo-store/styles/app.css +0 -182
  531. package/dist/templates/demo-store/tailwind.config.js +0 -70
  532. package/dist/templates/demo-store/tests/cart.test.ts +0 -70
  533. package/dist/templates/demo-store/tests/seo.test.ts +0 -36
  534. package/dist/templates/demo-store/tests/utils.ts +0 -100
  535. package/dist/templates/demo-store/tsconfig.json +0 -25
  536. package/dist/templates/hello-world/.cache/content-v2/sha512/13/f6/b7f804d45a961ca1e392429e75ad80f23ba46cbba0e960c6a70f8de81f3f3763af59651474176798d1a1a4bd2a5109b1d441f6d1c8ba070b678b38378adf +0 -1
  537. package/dist/templates/hello-world/.cache/content-v2/sha512/e5/8f/bcb6cb6a00ef5f377be15d4ce4a8fe978d42eafa3bab9c28a0fe5540568df35c0975de5060ad2a25f4a23bf58ee2e472068854ce7d6904d6e7fa4b784f33 +0 -1
  538. package/dist/templates/hello-world/.cache/content-v2/sha512/fa/dd/9bc10a1cb1f145eabd96bdba509178e20484197fefd8469ace9f53bf277e875751db3c4dddf229807c48cbe8db19494fe2a5aab7d2a4b7ae8bebbd67509c +0 -1
  539. package/dist/templates/hello-world/.cache/index-v5/09/f6/fe4b05c4157320b8b59b3f84116195be0437d87357d743d21acd638a4606 +0 -2
  540. package/dist/templates/hello-world/.cache/index-v5/b3/75/d3e7a4a5df68530007409daf1d2e66ab789c8b658d1819d7e5fd183f5f57 +0 -2
  541. package/dist/templates/hello-world/.cache/index-v5/d0/c4/d960260ece228d28f70e317741b3f3f3df05c53956d870235837ae2b73b4 +0 -2
  542. package/dist/templates/hello-world/.eslintignore +0 -4
  543. package/dist/templates/hello-world/.eslintrc.js +0 -6
  544. package/dist/templates/hello-world/.graphqlrc.yml +0 -1
  545. package/dist/templates/hello-world/README.md +0 -20
  546. package/dist/templates/hello-world/_env +0 -6
  547. package/dist/templates/hello-world/_gitignore +0 -8
  548. package/dist/templates/hello-world/app/components/Layout.tsx +0 -15
  549. package/dist/templates/hello-world/app/components/index.ts +0 -1
  550. package/dist/templates/hello-world/app/entry.client.tsx +0 -4
  551. package/dist/templates/hello-world/app/entry.server.tsx +0 -21
  552. package/dist/templates/hello-world/app/root.tsx +0 -212
  553. package/dist/templates/hello-world/app/routes/graphiql.tsx +0 -10
  554. package/dist/templates/hello-world/app/styles/app.css +0 -38
  555. package/dist/templates/hello-world/dist/client/build/_assets/app-2MJQXVFI.css +0 -38
  556. package/dist/templates/hello-world/dist/client/build/_assets/favicon-5FIZBM2K.svg +0 -28
  557. package/dist/templates/hello-world/dist/client/build/_shared/chunk-HGED52H5.js +0 -66
  558. package/dist/templates/hello-world/dist/client/build/_shared/chunk-HGED52H5.js.map +0 -7
  559. package/dist/templates/hello-world/dist/client/build/_shared/chunk-KSKV5IK6.js +0 -20
  560. package/dist/templates/hello-world/dist/client/build/_shared/chunk-KSKV5IK6.js.map +0 -7
  561. package/dist/templates/hello-world/dist/client/build/_shared/chunk-X4LCECW4.js +0 -2
  562. package/dist/templates/hello-world/dist/client/build/_shared/chunk-X4LCECW4.js.map +0 -7
  563. package/dist/templates/hello-world/dist/client/build/entry.client-JOU7NZGC.js +0 -27
  564. package/dist/templates/hello-world/dist/client/build/entry.client-JOU7NZGC.js.map +0 -7
  565. package/dist/templates/hello-world/dist/client/build/manifest-A04F2945.js +0 -1
  566. package/dist/templates/hello-world/dist/client/build/root-QUDT4I4G.js +0 -2
  567. package/dist/templates/hello-world/dist/client/build/root-QUDT4I4G.js.map +0 -7
  568. package/dist/templates/hello-world/dist/client/build/routes/graphiql-5V34JTF6.js +0 -2
  569. package/dist/templates/hello-world/dist/client/build/routes/graphiql-5V34JTF6.js.map +0 -7
  570. package/dist/templates/hello-world/dist/client/build/routes/index-4WJ36H3A.js +0 -2
  571. package/dist/templates/hello-world/dist/client/build/routes/index-4WJ36H3A.js.map +0 -7
  572. package/dist/templates/hello-world/dist/client/favicon.svg +0 -28
  573. package/dist/templates/hello-world/dist/worker/_assets/app-2MJQXVFI.css +0 -38
  574. package/dist/templates/hello-world/dist/worker/_assets/favicon-5FIZBM2K.svg +0 -28
  575. package/dist/templates/hello-world/dist/worker/index.js +0 -267
  576. package/dist/templates/hello-world/dist/worker/index.js.map +0 -7
  577. package/dist/templates/hello-world/package.json +0 -41
  578. package/dist/templates/hello-world/public/favicon.svg +0 -28
  579. package/dist/templates/hello-world/remix.env.d.ts +0 -35
  580. package/dist/templates/hello-world/remix.init/index.js +0 -25
  581. package/dist/templates/hello-world/remix.init/package.json +0 -7
  582. package/dist/templates/hello-world/server.ts +0 -129
  583. package/dist/templates/hello-world/tsconfig.json +0 -25
  584. package/dist/tmp-create-app.js +0 -33
@@ -1,4203 +0,0 @@
1
- /*
2
- ! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
3
- *//*
4
- 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
5
- 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
6
- */
7
-
8
- *,
9
- ::before,
10
- ::after {
11
- box-sizing: border-box; /* 1 */
12
- border-width: 0; /* 2 */
13
- border-style: solid; /* 2 */
14
- border-color: #e5e7eb; /* 2 */
15
- }
16
-
17
- ::before,
18
- ::after {
19
- --tw-content: '';
20
- }
21
-
22
- /*
23
- 1. Use a consistent sensible line-height in all browsers.
24
- 2. Prevent adjustments of font size after orientation changes in iOS.
25
- 3. Use a more readable tab size.
26
- 4. Use the user's configured `sans` font-family by default.
27
- */
28
-
29
- html {
30
- line-height: 1.5; /* 1 */
31
- -webkit-text-size-adjust: 100%; /* 2 */
32
- -moz-tab-size: 4; /* 3 */
33
- -o-tab-size: 4;
34
- tab-size: 4; /* 3 */
35
- font-family: Helvetica Neue, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif; /* 4 */
36
- }
37
-
38
- /*
39
- 1. Remove the margin in all browsers.
40
- 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
41
- */
42
-
43
- body {
44
- margin: 0; /* 1 */
45
- line-height: inherit; /* 2 */
46
- }
47
-
48
- /*
49
- 1. Add the correct height in Firefox.
50
- 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
51
- 3. Ensure horizontal rules are visible by default.
52
- */
53
-
54
- hr {
55
- height: 0; /* 1 */
56
- color: inherit; /* 2 */
57
- border-top-width: 1px; /* 3 */
58
- }
59
-
60
- /*
61
- Add the correct text decoration in Chrome, Edge, and Safari.
62
- */
63
-
64
- abbr:where([title]) {
65
- text-decoration: underline;
66
- -webkit-text-decoration: underline dotted currentColor;
67
- text-decoration: underline dotted currentColor;
68
- }
69
-
70
- /*
71
- Remove the default font size and weight for headings.
72
- */
73
-
74
- h1,
75
- h2,
76
- h3,
77
- h4,
78
- h5,
79
- h6 {
80
- font-size: inherit;
81
- font-weight: inherit;
82
- }
83
-
84
- /*
85
- Reset links to optimize for opt-in styling instead of opt-out.
86
- */
87
-
88
- a {
89
- color: inherit;
90
- text-decoration: inherit;
91
- }
92
-
93
- /*
94
- Add the correct font weight in Edge and Safari.
95
- */
96
-
97
- b,
98
- strong {
99
- font-weight: bolder;
100
- }
101
-
102
- /*
103
- 1. Use the user's configured `mono` font family by default.
104
- 2. Correct the odd `em` font sizing in all browsers.
105
- */
106
-
107
- code,
108
- kbd,
109
- samp,
110
- pre {
111
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
112
- font-size: 1em; /* 2 */
113
- }
114
-
115
- /*
116
- Add the correct font size in all browsers.
117
- */
118
-
119
- small {
120
- font-size: 80%;
121
- }
122
-
123
- /*
124
- Prevent `sub` and `sup` elements from affecting the line height in all browsers.
125
- */
126
-
127
- sub,
128
- sup {
129
- font-size: 75%;
130
- line-height: 0;
131
- position: relative;
132
- vertical-align: baseline;
133
- }
134
-
135
- sub {
136
- bottom: -0.25em;
137
- }
138
-
139
- sup {
140
- top: -0.5em;
141
- }
142
-
143
- /*
144
- 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
145
- 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
146
- 3. Remove gaps between table borders by default.
147
- */
148
-
149
- table {
150
- text-indent: 0; /* 1 */
151
- border-color: inherit; /* 2 */
152
- border-collapse: collapse; /* 3 */
153
- }
154
-
155
- /*
156
- 1. Change the font styles in all browsers.
157
- 2. Remove the margin in Firefox and Safari.
158
- 3. Remove default padding in all browsers.
159
- */
160
-
161
- button,
162
- input,
163
- optgroup,
164
- select,
165
- textarea {
166
- font-family: inherit; /* 1 */
167
- font-size: 100%; /* 1 */
168
- font-weight: inherit; /* 1 */
169
- line-height: inherit; /* 1 */
170
- color: inherit; /* 1 */
171
- margin: 0; /* 2 */
172
- padding: 0; /* 3 */
173
- }
174
-
175
- /*
176
- Remove the inheritance of text transform in Edge and Firefox.
177
- */
178
-
179
- button,
180
- select {
181
- text-transform: none;
182
- }
183
-
184
- /*
185
- 1. Correct the inability to style clickable types in iOS and Safari.
186
- 2. Remove default button styles.
187
- */
188
-
189
- button,
190
- [type='button'],
191
- [type='reset'],
192
- [type='submit'] {
193
- -webkit-appearance: button; /* 1 */
194
- background-color: transparent; /* 2 */
195
- background-image: none; /* 2 */
196
- }
197
-
198
- /*
199
- Use the modern Firefox focus style for all focusable elements.
200
- */
201
-
202
- :-moz-focusring {
203
- outline: auto;
204
- }
205
-
206
- /*
207
- Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
208
- */
209
-
210
- :-moz-ui-invalid {
211
- box-shadow: none;
212
- }
213
-
214
- /*
215
- Add the correct vertical alignment in Chrome and Firefox.
216
- */
217
-
218
- progress {
219
- vertical-align: baseline;
220
- }
221
-
222
- /*
223
- Correct the cursor style of increment and decrement buttons in Safari.
224
- */
225
-
226
- ::-webkit-inner-spin-button,
227
- ::-webkit-outer-spin-button {
228
- height: auto;
229
- }
230
-
231
- /*
232
- 1. Correct the odd appearance in Chrome and Safari.
233
- 2. Correct the outline style in Safari.
234
- */
235
-
236
- [type='search'] {
237
- -webkit-appearance: textfield; /* 1 */
238
- outline-offset: -2px; /* 2 */
239
- }
240
-
241
- /*
242
- Remove the inner padding in Chrome and Safari on macOS.
243
- */
244
-
245
- ::-webkit-search-decoration {
246
- -webkit-appearance: none;
247
- }
248
-
249
- /*
250
- 1. Correct the inability to style clickable types in iOS and Safari.
251
- 2. Change font properties to `inherit` in Safari.
252
- */
253
-
254
- ::-webkit-file-upload-button {
255
- -webkit-appearance: button; /* 1 */
256
- font: inherit; /* 2 */
257
- }
258
-
259
- /*
260
- Add the correct display in Chrome and Safari.
261
- */
262
-
263
- summary {
264
- display: list-item;
265
- }
266
-
267
- /*
268
- Removes the default spacing and border for appropriate elements.
269
- */
270
-
271
- blockquote,
272
- dl,
273
- dd,
274
- h1,
275
- h2,
276
- h3,
277
- h4,
278
- h5,
279
- h6,
280
- hr,
281
- figure,
282
- p,
283
- pre {
284
- margin: 0;
285
- }
286
-
287
- fieldset {
288
- margin: 0;
289
- padding: 0;
290
- }
291
-
292
- legend {
293
- padding: 0;
294
- }
295
-
296
- ol,
297
- ul,
298
- menu {
299
- list-style: none;
300
- margin: 0;
301
- padding: 0;
302
- }
303
-
304
- /*
305
- Prevent resizing textareas horizontally by default.
306
- */
307
-
308
- textarea {
309
- resize: vertical;
310
- }
311
-
312
- /*
313
- 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
314
- 2. Set the default placeholder color to the user's configured gray 400 color.
315
- */
316
-
317
- input::-moz-placeholder, textarea::-moz-placeholder {
318
- opacity: 1; /* 1 */
319
- color: #9ca3af; /* 2 */
320
- }
321
-
322
- input::placeholder,
323
- textarea::placeholder {
324
- opacity: 1; /* 1 */
325
- color: #9ca3af; /* 2 */
326
- }
327
-
328
- /*
329
- Set the default cursor for buttons.
330
- */
331
-
332
- button,
333
- [role="button"] {
334
- cursor: pointer;
335
- }
336
-
337
- /*
338
- Make sure disabled buttons don't get the pointer cursor.
339
- */
340
- :disabled {
341
- cursor: default;
342
- }
343
-
344
- /*
345
- 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
346
- 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
347
- This can trigger a poorly considered lint error in some tools but is included by design.
348
- */
349
-
350
- img,
351
- svg,
352
- video,
353
- canvas,
354
- audio,
355
- iframe,
356
- embed,
357
- object {
358
- display: block; /* 1 */
359
- vertical-align: middle; /* 2 */
360
- }
361
-
362
- /*
363
- Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
364
- */
365
-
366
- img,
367
- video {
368
- max-width: 100%;
369
- height: auto;
370
- }
371
-
372
- [type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
373
- -webkit-appearance: none;
374
- -moz-appearance: none;
375
- appearance: none;
376
- background-color: #fff;
377
- border-color: #6b7280;
378
- border-width: 1px;
379
- border-radius: 0px;
380
- padding-top: 0.5rem;
381
- padding-right: 0.75rem;
382
- padding-bottom: 0.5rem;
383
- padding-left: 0.75rem;
384
- font-size: 1rem;
385
- line-height: 1.5rem;
386
- --tw-shadow: 0 0 rgba(0,0,0,0);
387
- }
388
-
389
- [type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
390
- outline: 2px solid transparent;
391
- outline-offset: 2px;
392
- --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
393
- --tw-ring-offset-width: 0px;
394
- --tw-ring-offset-color: #fff;
395
- --tw-ring-color: #2563eb;
396
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
397
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
398
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
399
- border-color: #2563eb;
400
- }
401
-
402
- input::-moz-placeholder, textarea::-moz-placeholder{
403
- color: #6b7280;
404
- opacity: 1;
405
- }
406
-
407
- input::placeholder,textarea::placeholder{
408
- color: #6b7280;
409
- opacity: 1;
410
- }
411
-
412
- ::-webkit-datetime-edit-fields-wrapper{
413
- padding: 0;
414
- }
415
-
416
- ::-webkit-date-and-time-value{
417
- min-height: 1.5em;
418
- }
419
-
420
- ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
421
- padding-top: 0;
422
- padding-bottom: 0;
423
- }
424
-
425
- select{
426
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
427
- background-position: right 0.5rem center;
428
- background-repeat: no-repeat;
429
- background-size: 1.5em 1.5em;
430
- padding-right: 2.5rem;
431
- -webkit-print-color-adjust: exact;
432
- print-color-adjust: exact;
433
- }
434
-
435
- [multiple]{
436
- background-image: none;
437
- background-image: initial;
438
- background-position: 0 0;
439
- background-position: initial;
440
- background-repeat: repeat;
441
- background-repeat: initial;
442
- background-size: auto auto;
443
- background-size: initial;
444
- padding-right: 0.75rem;
445
- -webkit-print-color-adjust: inherit;
446
- print-color-adjust: inherit;
447
- }
448
-
449
- [type='checkbox'],[type='radio']{
450
- -webkit-appearance: none;
451
- -moz-appearance: none;
452
- appearance: none;
453
- padding: 0;
454
- -webkit-print-color-adjust: exact;
455
- print-color-adjust: exact;
456
- display: inline-block;
457
- vertical-align: middle;
458
- background-origin: border-box;
459
- -webkit-user-select: none;
460
- -moz-user-select: none;
461
- user-select: none;
462
- flex-shrink: 0;
463
- height: 1rem;
464
- width: 1rem;
465
- color: #2563eb;
466
- background-color: #fff;
467
- border-color: #6b7280;
468
- border-width: 1px;
469
- --tw-shadow: 0 0 rgba(0,0,0,0);
470
- }
471
-
472
- [type='checkbox']{
473
- border-radius: 0px;
474
- }
475
-
476
- [type='radio']{
477
- border-radius: 100%;
478
- }
479
-
480
- [type='checkbox']:focus,[type='radio']:focus{
481
- outline: 2px solid transparent;
482
- outline-offset: 2px;
483
- --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
484
- --tw-ring-offset-width: 2px;
485
- --tw-ring-offset-color: #fff;
486
- --tw-ring-color: #2563eb;
487
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
488
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
489
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
490
- }
491
-
492
- [type='checkbox']:checked,[type='radio']:checked{
493
- border-color: transparent;
494
- background-color: currentColor;
495
- background-size: 100% 100%;
496
- background-position: center;
497
- background-repeat: no-repeat;
498
- }
499
-
500
- [type='checkbox']:checked{
501
- background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
502
- }
503
-
504
- [type='radio']:checked{
505
- background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
506
- }
507
-
508
- [type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
509
- border-color: transparent;
510
- background-color: currentColor;
511
- }
512
-
513
- [type='checkbox']:indeterminate{
514
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
515
- border-color: transparent;
516
- background-color: currentColor;
517
- background-size: 100% 100%;
518
- background-position: center;
519
- background-repeat: no-repeat;
520
- }
521
-
522
- [type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
523
- border-color: transparent;
524
- background-color: currentColor;
525
- }
526
-
527
- [type='file']{
528
- background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
529
- background: initial;
530
- border-color: inherit;
531
- border-width: 0;
532
- border-radius: 0;
533
- padding: 0;
534
- font-size: inherit;
535
- line-height: inherit;
536
- }
537
-
538
- [type='file']:focus{
539
- outline: 1px solid ButtonText;
540
- outline: 1px auto -webkit-focus-ring-color;
541
- }
542
- * {
543
- font-feature-settings: none;
544
- font-variant-ligatures: none;
545
- }
546
-
547
- body{
548
- border-color: rgba(20, 20, 20, 0.1);
549
- border-color: rgb(var(--color-primary) / 0.1);
550
- --tw-bg-opacity: 1;
551
- background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
552
- background-color: rgb(var(--color-contrast) / var(--tw-bg-opacity));
553
- color: rgba(20, 20, 20, 0.9);
554
- color: rgb(var(--color-primary) / 0.9);
555
- -webkit-font-smoothing: antialiased;
556
- -moz-osx-font-smoothing: grayscale;
557
- }
558
-
559
- html {
560
- scroll-padding-top: 10rem;
561
- }
562
-
563
- model-viewer::part(default-progress-mask) {
564
- display: none;
565
- }
566
-
567
- model-viewer::part(default-progress-bar) {
568
- display: none;
569
- }
570
-
571
- input[type='search']::-webkit-search-decoration,
572
- input[type='search']::-webkit-search-cancel-button,
573
- input[type='search']::-webkit-search-results-button,
574
- input[type='search']::-webkit-search-results-decoration {
575
- -webkit-appearance: none;
576
- }
577
-
578
- a.active{
579
- border-bottom-width: 1px;
580
- }
581
- .prose h1:first-child, .prose h2:first-child, .prose h3:first-child, .prose h4:first-child, .prose h5:first-child, .prose h6:first-child{
582
- margin-top: 0px;
583
- }
584
-
585
- *, ::before, ::after{
586
- --tw-border-spacing-x: 0;
587
- --tw-border-spacing-y: 0;
588
- --tw-translate-x: 0;
589
- --tw-translate-y: 0;
590
- --tw-rotate: 0;
591
- --tw-skew-x: 0;
592
- --tw-skew-y: 0;
593
- --tw-scale-x: 1;
594
- --tw-scale-y: 1;
595
- --tw-pan-x: ;
596
- --tw-pan-y: ;
597
- --tw-pinch-zoom: ;
598
- --tw-scroll-snap-strictness: proximity;
599
- --tw-ordinal: ;
600
- --tw-slashed-zero: ;
601
- --tw-numeric-figure: ;
602
- --tw-numeric-spacing: ;
603
- --tw-numeric-fraction: ;
604
- --tw-ring-inset: ;
605
- --tw-ring-offset-width: 0px;
606
- --tw-ring-offset-color: #fff;
607
- --tw-ring-color: rgba(59, 130, 246, 0.5);
608
- --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
609
- --tw-ring-shadow: 0 0 rgba(0,0,0,0);
610
- --tw-shadow: 0 0 rgba(0,0,0,0);
611
- --tw-shadow-colored: 0 0 rgba(0,0,0,0);
612
- --tw-blur: ;
613
- --tw-brightness: ;
614
- --tw-contrast: ;
615
- --tw-grayscale: ;
616
- --tw-hue-rotate: ;
617
- --tw-invert: ;
618
- --tw-saturate: ;
619
- --tw-sepia: ;
620
- --tw-drop-shadow: ;
621
- --tw-backdrop-blur: ;
622
- --tw-backdrop-brightness: ;
623
- --tw-backdrop-contrast: ;
624
- --tw-backdrop-grayscale: ;
625
- --tw-backdrop-hue-rotate: ;
626
- --tw-backdrop-invert: ;
627
- --tw-backdrop-opacity: ;
628
- --tw-backdrop-saturate: ;
629
- --tw-backdrop-sepia: ;
630
- }
631
-
632
- ::-webkit-backdrop{
633
- --tw-border-spacing-x: 0;
634
- --tw-border-spacing-y: 0;
635
- --tw-translate-x: 0;
636
- --tw-translate-y: 0;
637
- --tw-rotate: 0;
638
- --tw-skew-x: 0;
639
- --tw-skew-y: 0;
640
- --tw-scale-x: 1;
641
- --tw-scale-y: 1;
642
- --tw-pan-x: ;
643
- --tw-pan-y: ;
644
- --tw-pinch-zoom: ;
645
- --tw-scroll-snap-strictness: proximity;
646
- --tw-ordinal: ;
647
- --tw-slashed-zero: ;
648
- --tw-numeric-figure: ;
649
- --tw-numeric-spacing: ;
650
- --tw-numeric-fraction: ;
651
- --tw-ring-inset: ;
652
- --tw-ring-offset-width: 0px;
653
- --tw-ring-offset-color: #fff;
654
- --tw-ring-color: rgba(59, 130, 246, 0.5);
655
- --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
656
- --tw-ring-shadow: 0 0 rgba(0,0,0,0);
657
- --tw-shadow: 0 0 rgba(0,0,0,0);
658
- --tw-shadow-colored: 0 0 rgba(0,0,0,0);
659
- --tw-blur: ;
660
- --tw-brightness: ;
661
- --tw-contrast: ;
662
- --tw-grayscale: ;
663
- --tw-hue-rotate: ;
664
- --tw-invert: ;
665
- --tw-saturate: ;
666
- --tw-sepia: ;
667
- --tw-drop-shadow: ;
668
- --tw-backdrop-blur: ;
669
- --tw-backdrop-brightness: ;
670
- --tw-backdrop-contrast: ;
671
- --tw-backdrop-grayscale: ;
672
- --tw-backdrop-hue-rotate: ;
673
- --tw-backdrop-invert: ;
674
- --tw-backdrop-opacity: ;
675
- --tw-backdrop-saturate: ;
676
- --tw-backdrop-sepia: ;
677
- }
678
-
679
- ::backdrop{
680
- --tw-border-spacing-x: 0;
681
- --tw-border-spacing-y: 0;
682
- --tw-translate-x: 0;
683
- --tw-translate-y: 0;
684
- --tw-rotate: 0;
685
- --tw-skew-x: 0;
686
- --tw-skew-y: 0;
687
- --tw-scale-x: 1;
688
- --tw-scale-y: 1;
689
- --tw-pan-x: ;
690
- --tw-pan-y: ;
691
- --tw-pinch-zoom: ;
692
- --tw-scroll-snap-strictness: proximity;
693
- --tw-ordinal: ;
694
- --tw-slashed-zero: ;
695
- --tw-numeric-figure: ;
696
- --tw-numeric-spacing: ;
697
- --tw-numeric-fraction: ;
698
- --tw-ring-inset: ;
699
- --tw-ring-offset-width: 0px;
700
- --tw-ring-offset-color: #fff;
701
- --tw-ring-color: rgba(59, 130, 246, 0.5);
702
- --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
703
- --tw-ring-shadow: 0 0 rgba(0,0,0,0);
704
- --tw-shadow: 0 0 rgba(0,0,0,0);
705
- --tw-shadow-colored: 0 0 rgba(0,0,0,0);
706
- --tw-blur: ;
707
- --tw-brightness: ;
708
- --tw-contrast: ;
709
- --tw-grayscale: ;
710
- --tw-hue-rotate: ;
711
- --tw-invert: ;
712
- --tw-saturate: ;
713
- --tw-sepia: ;
714
- --tw-drop-shadow: ;
715
- --tw-backdrop-blur: ;
716
- --tw-backdrop-brightness: ;
717
- --tw-backdrop-contrast: ;
718
- --tw-backdrop-grayscale: ;
719
- --tw-backdrop-hue-rotate: ;
720
- --tw-backdrop-invert: ;
721
- --tw-backdrop-opacity: ;
722
- --tw-backdrop-saturate: ;
723
- --tw-backdrop-sepia: ;
724
- }
725
- .container{
726
- width: 100%;
727
- }
728
- @media (min-width: 32em){
729
-
730
- .container{
731
- max-width: 32em;
732
- }
733
- }
734
- @media (min-width: 48em){
735
-
736
- .container{
737
- max-width: 48em;
738
- }
739
- }
740
- @media (min-width: 64em){
741
-
742
- .container{
743
- max-width: 64em;
744
- }
745
- }
746
- @media (min-width: 80em){
747
-
748
- .container{
749
- max-width: 80em;
750
- }
751
- }
752
- @media (min-width: 96em){
753
-
754
- .container{
755
- max-width: 96em;
756
- }
757
- }
758
- .prose{
759
- color: var(--tw-prose-body);
760
- max-width: 65ch;
761
- }
762
- .prose :where([class~="lead"]):not(:where([class~="not-prose"] *)){
763
- color: var(--tw-prose-lead);
764
- font-size: 1.25em;
765
- line-height: 1.6;
766
- margin-top: 1.2em;
767
- margin-bottom: 1.2em;
768
- }
769
- .prose :where(a):not(:where([class~="not-prose"] *)){
770
- color: var(--tw-prose-links);
771
- text-decoration: underline;
772
- font-weight: 500;
773
- }
774
- .prose :where(strong):not(:where([class~="not-prose"] *)){
775
- color: var(--tw-prose-bold);
776
- font-weight: 600;
777
- }
778
- .prose :where(a strong):not(:where([class~="not-prose"] *)){
779
- color: inherit;
780
- }
781
- .prose :where(blockquote strong):not(:where([class~="not-prose"] *)){
782
- color: inherit;
783
- }
784
- .prose :where(thead th strong):not(:where([class~="not-prose"] *)){
785
- color: inherit;
786
- }
787
- .prose :where(ol):not(:where([class~="not-prose"] *)){
788
- list-style-type: decimal;
789
- margin-top: 1.25em;
790
- margin-bottom: 1.25em;
791
- padding-left: 1.625em;
792
- }
793
- .prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
794
- list-style-type: upper-alpha;
795
- }
796
- .prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
797
- list-style-type: lower-alpha;
798
- }
799
- .prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
800
- list-style-type: upper-alpha;
801
- }
802
- .prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
803
- list-style-type: lower-alpha;
804
- }
805
- .prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
806
- list-style-type: upper-roman;
807
- }
808
- .prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
809
- list-style-type: lower-roman;
810
- }
811
- .prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
812
- list-style-type: upper-roman;
813
- }
814
- .prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
815
- list-style-type: lower-roman;
816
- }
817
- .prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
818
- list-style-type: decimal;
819
- }
820
- .prose :where(ul):not(:where([class~="not-prose"] *)){
821
- list-style-type: disc;
822
- margin-top: 1.25em;
823
- margin-bottom: 1.25em;
824
- padding-left: 1.625em;
825
- }
826
- .prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
827
- font-weight: 400;
828
- color: var(--tw-prose-counters);
829
- }
830
- .prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
831
- color: var(--tw-prose-bullets);
832
- }
833
- .prose :where(hr):not(:where([class~="not-prose"] *)){
834
- border-color: var(--tw-prose-hr);
835
- border-top-width: 1px;
836
- margin-top: 3em;
837
- margin-bottom: 3em;
838
- }
839
- .prose :where(blockquote):not(:where([class~="not-prose"] *)){
840
- font-weight: 500;
841
- font-style: italic;
842
- color: var(--tw-prose-quotes);
843
- border-left-width: 0.25rem;
844
- border-left-color: var(--tw-prose-quote-borders);
845
- quotes: "\201C""\201D""\2018""\2019";
846
- margin-top: 1.6em;
847
- margin-bottom: 1.6em;
848
- padding-left: 1em;
849
- }
850
- .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
851
- content: open-quote;
852
- }
853
- .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
854
- content: close-quote;
855
- }
856
- .prose :where(h1):not(:where([class~="not-prose"] *)){
857
- color: var(--tw-prose-headings);
858
- font-weight: 800;
859
- font-size: 2.25em;
860
- margin-top: 0;
861
- margin-bottom: 0.8888889em;
862
- line-height: 1.1111111;
863
- }
864
- .prose :where(h1 strong):not(:where([class~="not-prose"] *)){
865
- font-weight: 900;
866
- color: inherit;
867
- }
868
- .prose :where(h2):not(:where([class~="not-prose"] *)){
869
- color: var(--tw-prose-headings);
870
- font-weight: 700;
871
- font-size: 1.5em;
872
- margin-top: 2em;
873
- margin-bottom: 1em;
874
- line-height: 1.3333333;
875
- }
876
- .prose :where(h2 strong):not(:where([class~="not-prose"] *)){
877
- font-weight: 800;
878
- color: inherit;
879
- }
880
- .prose :where(h3):not(:where([class~="not-prose"] *)){
881
- color: var(--tw-prose-headings);
882
- font-weight: 600;
883
- font-size: 1.25em;
884
- margin-top: 1.6em;
885
- margin-bottom: 0.6em;
886
- line-height: 1.6;
887
- }
888
- .prose :where(h3 strong):not(:where([class~="not-prose"] *)){
889
- font-weight: 700;
890
- color: inherit;
891
- }
892
- .prose :where(h4):not(:where([class~="not-prose"] *)){
893
- color: var(--tw-prose-headings);
894
- font-weight: 600;
895
- margin-top: 1.5em;
896
- margin-bottom: 0.5em;
897
- line-height: 1.5;
898
- }
899
- .prose :where(h4 strong):not(:where([class~="not-prose"] *)){
900
- font-weight: 700;
901
- color: inherit;
902
- }
903
- .prose :where(img):not(:where([class~="not-prose"] *)){
904
- margin-top: 2em;
905
- margin-bottom: 2em;
906
- }
907
- .prose :where(figure > *):not(:where([class~="not-prose"] *)){
908
- margin-top: 0;
909
- margin-bottom: 0;
910
- }
911
- .prose :where(figcaption):not(:where([class~="not-prose"] *)){
912
- color: var(--tw-prose-captions);
913
- font-size: 0.875em;
914
- line-height: 1.4285714;
915
- margin-top: 0.8571429em;
916
- }
917
- .prose :where(code):not(:where([class~="not-prose"] *)){
918
- color: var(--tw-prose-code);
919
- font-weight: 600;
920
- font-size: 0.875em;
921
- }
922
- .prose :where(code):not(:where([class~="not-prose"] *))::before{
923
- content: "`";
924
- }
925
- .prose :where(code):not(:where([class~="not-prose"] *))::after{
926
- content: "`";
927
- }
928
- .prose :where(a code):not(:where([class~="not-prose"] *)){
929
- color: inherit;
930
- }
931
- .prose :where(h1 code):not(:where([class~="not-prose"] *)){
932
- color: inherit;
933
- }
934
- .prose :where(h2 code):not(:where([class~="not-prose"] *)){
935
- color: inherit;
936
- font-size: 0.875em;
937
- }
938
- .prose :where(h3 code):not(:where([class~="not-prose"] *)){
939
- color: inherit;
940
- font-size: 0.9em;
941
- }
942
- .prose :where(h4 code):not(:where([class~="not-prose"] *)){
943
- color: inherit;
944
- }
945
- .prose :where(blockquote code):not(:where([class~="not-prose"] *)){
946
- color: inherit;
947
- }
948
- .prose :where(thead th code):not(:where([class~="not-prose"] *)){
949
- color: inherit;
950
- }
951
- .prose :where(pre):not(:where([class~="not-prose"] *)){
952
- color: var(--tw-prose-pre-code);
953
- background-color: var(--tw-prose-pre-bg);
954
- overflow-x: auto;
955
- font-weight: 400;
956
- font-size: 0.875em;
957
- line-height: 1.7142857;
958
- margin-top: 1.7142857em;
959
- margin-bottom: 1.7142857em;
960
- border-radius: 0.375rem;
961
- padding-top: 0.8571429em;
962
- padding-right: 1.1428571em;
963
- padding-bottom: 0.8571429em;
964
- padding-left: 1.1428571em;
965
- }
966
- .prose :where(pre code):not(:where([class~="not-prose"] *)){
967
- background-color: transparent;
968
- border-width: 0;
969
- border-radius: 0;
970
- padding: 0;
971
- font-weight: inherit;
972
- color: inherit;
973
- font-size: inherit;
974
- font-family: inherit;
975
- line-height: inherit;
976
- }
977
- .prose :where(pre code):not(:where([class~="not-prose"] *))::before{
978
- content: none;
979
- }
980
- .prose :where(pre code):not(:where([class~="not-prose"] *))::after{
981
- content: none;
982
- }
983
- .prose :where(table):not(:where([class~="not-prose"] *)){
984
- width: 100%;
985
- table-layout: auto;
986
- text-align: left;
987
- margin-top: 2em;
988
- margin-bottom: 2em;
989
- font-size: 0.875em;
990
- line-height: 1.7142857;
991
- }
992
- .prose :where(thead):not(:where([class~="not-prose"] *)){
993
- border-bottom-width: 1px;
994
- border-bottom-color: var(--tw-prose-th-borders);
995
- }
996
- .prose :where(thead th):not(:where([class~="not-prose"] *)){
997
- color: var(--tw-prose-headings);
998
- font-weight: 600;
999
- vertical-align: bottom;
1000
- padding-right: 0.5714286em;
1001
- padding-bottom: 0.5714286em;
1002
- padding-left: 0.5714286em;
1003
- }
1004
- .prose :where(tbody tr):not(:where([class~="not-prose"] *)){
1005
- border-bottom-width: 1px;
1006
- border-bottom-color: var(--tw-prose-td-borders);
1007
- }
1008
- .prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
1009
- border-bottom-width: 0;
1010
- }
1011
- .prose :where(tbody td):not(:where([class~="not-prose"] *)){
1012
- vertical-align: baseline;
1013
- }
1014
- .prose :where(tfoot):not(:where([class~="not-prose"] *)){
1015
- border-top-width: 1px;
1016
- border-top-color: var(--tw-prose-th-borders);
1017
- }
1018
- .prose :where(tfoot td):not(:where([class~="not-prose"] *)){
1019
- vertical-align: top;
1020
- }
1021
- .prose{
1022
- --tw-prose-body: #374151;
1023
- --tw-prose-headings: #111827;
1024
- --tw-prose-lead: #4b5563;
1025
- --tw-prose-links: #111827;
1026
- --tw-prose-bold: #111827;
1027
- --tw-prose-counters: #6b7280;
1028
- --tw-prose-bullets: #d1d5db;
1029
- --tw-prose-hr: #e5e7eb;
1030
- --tw-prose-quotes: #111827;
1031
- --tw-prose-quote-borders: #e5e7eb;
1032
- --tw-prose-captions: #6b7280;
1033
- --tw-prose-code: #111827;
1034
- --tw-prose-pre-code: #e5e7eb;
1035
- --tw-prose-pre-bg: #1f2937;
1036
- --tw-prose-th-borders: #d1d5db;
1037
- --tw-prose-td-borders: #e5e7eb;
1038
- --tw-prose-invert-body: #d1d5db;
1039
- --tw-prose-invert-headings: #fff;
1040
- --tw-prose-invert-lead: #9ca3af;
1041
- --tw-prose-invert-links: #fff;
1042
- --tw-prose-invert-bold: #fff;
1043
- --tw-prose-invert-counters: #9ca3af;
1044
- --tw-prose-invert-bullets: #4b5563;
1045
- --tw-prose-invert-hr: #374151;
1046
- --tw-prose-invert-quotes: #f3f4f6;
1047
- --tw-prose-invert-quote-borders: #374151;
1048
- --tw-prose-invert-captions: #9ca3af;
1049
- --tw-prose-invert-code: #fff;
1050
- --tw-prose-invert-pre-code: #d1d5db;
1051
- --tw-prose-invert-pre-bg: rgba(0, 0, 0, 0.5);
1052
- --tw-prose-invert-th-borders: #4b5563;
1053
- --tw-prose-invert-td-borders: #374151;
1054
- font-size: 1rem;
1055
- line-height: 1.75;
1056
- }
1057
- .prose :where(p):not(:where([class~="not-prose"] *)){
1058
- margin-top: 1.25em;
1059
- margin-bottom: 1.25em;
1060
- }
1061
- .prose :where(video):not(:where([class~="not-prose"] *)){
1062
- margin-top: 2em;
1063
- margin-bottom: 2em;
1064
- }
1065
- .prose :where(figure):not(:where([class~="not-prose"] *)){
1066
- margin-top: 2em;
1067
- margin-bottom: 2em;
1068
- }
1069
- .prose :where(li):not(:where([class~="not-prose"] *)){
1070
- margin-top: 0.5em;
1071
- margin-bottom: 0.5em;
1072
- }
1073
- .prose :where(ol > li):not(:where([class~="not-prose"] *)){
1074
- padding-left: 0.375em;
1075
- }
1076
- .prose :where(ul > li):not(:where([class~="not-prose"] *)){
1077
- padding-left: 0.375em;
1078
- }
1079
- .prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
1080
- margin-top: 0.75em;
1081
- margin-bottom: 0.75em;
1082
- }
1083
- .prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
1084
- margin-top: 1.25em;
1085
- }
1086
- .prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
1087
- margin-bottom: 1.25em;
1088
- }
1089
- .prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
1090
- margin-top: 1.25em;
1091
- }
1092
- .prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
1093
- margin-bottom: 1.25em;
1094
- }
1095
- .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
1096
- margin-top: 0.75em;
1097
- margin-bottom: 0.75em;
1098
- }
1099
- .prose :where(hr + *):not(:where([class~="not-prose"] *)){
1100
- margin-top: 0;
1101
- }
1102
- .prose :where(h2 + *):not(:where([class~="not-prose"] *)){
1103
- margin-top: 0;
1104
- }
1105
- .prose :where(h3 + *):not(:where([class~="not-prose"] *)){
1106
- margin-top: 0;
1107
- }
1108
- .prose :where(h4 + *):not(:where([class~="not-prose"] *)){
1109
- margin-top: 0;
1110
- }
1111
- .prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
1112
- padding-left: 0;
1113
- }
1114
- .prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
1115
- padding-right: 0;
1116
- }
1117
- .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
1118
- padding-top: 0.5714286em;
1119
- padding-right: 0.5714286em;
1120
- padding-bottom: 0.5714286em;
1121
- padding-left: 0.5714286em;
1122
- }
1123
- .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
1124
- padding-left: 0;
1125
- }
1126
- .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
1127
- padding-right: 0;
1128
- }
1129
- .prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
1130
- margin-top: 0;
1131
- }
1132
- .prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
1133
- margin-bottom: 0;
1134
- }
1135
- .prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
1136
- margin-top: 0.5714286em;
1137
- margin-bottom: 0.5714286em;
1138
- }
1139
- .prose-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
1140
- margin-top: 1.1428571em;
1141
- }
1142
- .prose-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
1143
- margin-bottom: 1.1428571em;
1144
- }
1145
- .prose-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
1146
- margin-top: 1.1428571em;
1147
- }
1148
- .prose-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
1149
- margin-bottom: 1.1428571em;
1150
- }
1151
- .prose-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
1152
- margin-top: 0;
1153
- }
1154
- .prose-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
1155
- margin-bottom: 0;
1156
- }
1157
- .prose-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
1158
- margin-top: 0.75em;
1159
- margin-bottom: 0.75em;
1160
- }
1161
- .prose-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
1162
- margin-top: 1.25em;
1163
- }
1164
- .prose-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
1165
- margin-bottom: 1.25em;
1166
- }
1167
- .prose-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
1168
- margin-top: 1.25em;
1169
- }
1170
- .prose-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
1171
- margin-bottom: 1.25em;
1172
- }
1173
- .prose-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
1174
- margin-top: 0;
1175
- }
1176
- .prose-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
1177
- margin-bottom: 0;
1178
- }
1179
- .prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
1180
- margin-top: 0.8888889em;
1181
- margin-bottom: 0.8888889em;
1182
- }
1183
- .prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
1184
- margin-top: 1.3333333em;
1185
- }
1186
- .prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
1187
- margin-bottom: 1.3333333em;
1188
- }
1189
- .prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
1190
- margin-top: 1.3333333em;
1191
- }
1192
- .prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
1193
- margin-bottom: 1.3333333em;
1194
- }
1195
- .prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
1196
- margin-top: 0;
1197
- }
1198
- .prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
1199
- margin-bottom: 0;
1200
- }
1201
- .prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
1202
- margin-top: 0.8em;
1203
- margin-bottom: 0.8em;
1204
- }
1205
- .prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
1206
- margin-top: 1.2em;
1207
- }
1208
- .prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
1209
- margin-bottom: 1.2em;
1210
- }
1211
- .prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
1212
- margin-top: 1.2em;
1213
- }
1214
- .prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
1215
- margin-bottom: 1.2em;
1216
- }
1217
- .prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
1218
- margin-top: 0;
1219
- }
1220
- .prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
1221
- margin-bottom: 0;
1222
- }
1223
- .prose-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
1224
- margin-top: 0.8333333em;
1225
- margin-bottom: 0.8333333em;
1226
- }
1227
- .prose-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
1228
- margin-top: 1.3333333em;
1229
- }
1230
- .prose-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
1231
- margin-bottom: 1.3333333em;
1232
- }
1233
- .prose-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
1234
- margin-top: 1.3333333em;
1235
- }
1236
- .prose-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
1237
- margin-bottom: 1.3333333em;
1238
- }
1239
- .prose-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
1240
- margin-top: 0;
1241
- }
1242
- .prose-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
1243
- margin-bottom: 0;
1244
- }
1245
- .article h2,
1246
- .article h3,
1247
- .article h4,
1248
- .article h5,
1249
- .article h6{
1250
- font-family: Helvetica Neue, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
1251
- --tw-text-opacity: 1;
1252
- color: rgba(20, 20, 20, var(--tw-text-opacity));
1253
- color: rgb(var(--color-primary) / var(--tw-text-opacity));
1254
- }
1255
- .article h1:first-child, .article h2:first-child, .article h3:first-child, .article h4:first-child, .article h5:first-child, .article h6:first-child{
1256
- margin-top: 0px;
1257
- }
1258
- .article{
1259
- color: var(--tw-prose-body);
1260
- max-width: 65ch;
1261
- }
1262
- .article :where([class~="lead"]):not(:where([class~="not-prose"] *)){
1263
- color: var(--tw-prose-lead);
1264
- font-size: 1.25em;
1265
- line-height: 1.6;
1266
- margin-top: 1.2em;
1267
- margin-bottom: 1.2em;
1268
- }
1269
- .article :where(a):not(:where([class~="not-prose"] *)){
1270
- color: var(--tw-prose-links);
1271
- text-decoration: underline;
1272
- font-weight: 500;
1273
- }
1274
- .article :where(strong):not(:where([class~="not-prose"] *)){
1275
- color: var(--tw-prose-bold);
1276
- font-weight: 600;
1277
- }
1278
- .article :where(a strong):not(:where([class~="not-prose"] *)){
1279
- color: inherit;
1280
- }
1281
- .article :where(blockquote strong):not(:where([class~="not-prose"] *)){
1282
- color: inherit;
1283
- }
1284
- .article :where(thead th strong):not(:where([class~="not-prose"] *)){
1285
- color: inherit;
1286
- }
1287
- .article :where(ol):not(:where([class~="not-prose"] *)){
1288
- list-style-type: decimal;
1289
- margin-top: 1.25em;
1290
- margin-bottom: 1.25em;
1291
- padding-left: 1.625em;
1292
- }
1293
- .article :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
1294
- list-style-type: upper-alpha;
1295
- }
1296
- .article :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
1297
- list-style-type: lower-alpha;
1298
- }
1299
- .article :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
1300
- list-style-type: upper-alpha;
1301
- }
1302
- .article :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
1303
- list-style-type: lower-alpha;
1304
- }
1305
- .article :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
1306
- list-style-type: upper-roman;
1307
- }
1308
- .article :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
1309
- list-style-type: lower-roman;
1310
- }
1311
- .article :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
1312
- list-style-type: upper-roman;
1313
- }
1314
- .article :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
1315
- list-style-type: lower-roman;
1316
- }
1317
- .article :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
1318
- list-style-type: decimal;
1319
- }
1320
- .article :where(ul):not(:where([class~="not-prose"] *)){
1321
- list-style-type: disc;
1322
- margin-top: 1.25em;
1323
- margin-bottom: 1.25em;
1324
- padding-left: 1.625em;
1325
- }
1326
- .article :where(ol > li):not(:where([class~="not-prose"] *))::marker{
1327
- font-weight: 400;
1328
- color: var(--tw-prose-counters);
1329
- }
1330
- .article :where(ul > li):not(:where([class~="not-prose"] *))::marker{
1331
- color: var(--tw-prose-bullets);
1332
- }
1333
- .article :where(hr):not(:where([class~="not-prose"] *)){
1334
- border-color: var(--tw-prose-hr);
1335
- border-top-width: 1px;
1336
- margin-top: 3em;
1337
- margin-bottom: 3em;
1338
- }
1339
- .article :where(blockquote):not(:where([class~="not-prose"] *)){
1340
- font-weight: 500;
1341
- font-style: italic;
1342
- color: var(--tw-prose-quotes);
1343
- border-left-width: 0.25rem;
1344
- border-left-color: var(--tw-prose-quote-borders);
1345
- quotes: "\201C""\201D""\2018""\2019";
1346
- margin-top: 1.6em;
1347
- margin-bottom: 1.6em;
1348
- padding-left: 1em;
1349
- }
1350
- .article :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
1351
- content: open-quote;
1352
- }
1353
- .article :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
1354
- content: close-quote;
1355
- }
1356
- .article :where(h1):not(:where([class~="not-prose"] *)){
1357
- color: var(--tw-prose-headings);
1358
- font-weight: 800;
1359
- font-size: 2.25em;
1360
- margin-top: 0;
1361
- margin-bottom: 0.8888889em;
1362
- line-height: 1.1111111;
1363
- }
1364
- .article :where(h1 strong):not(:where([class~="not-prose"] *)){
1365
- font-weight: 900;
1366
- color: inherit;
1367
- }
1368
- .article :where(h2):not(:where([class~="not-prose"] *)){
1369
- color: var(--tw-prose-headings);
1370
- font-weight: 700;
1371
- font-size: 1.5em;
1372
- margin-top: 2em;
1373
- margin-bottom: 1em;
1374
- line-height: 1.3333333;
1375
- }
1376
- .article :where(h2 strong):not(:where([class~="not-prose"] *)){
1377
- font-weight: 800;
1378
- color: inherit;
1379
- }
1380
- .article :where(h3):not(:where([class~="not-prose"] *)){
1381
- color: var(--tw-prose-headings);
1382
- font-weight: 600;
1383
- font-size: 1.25em;
1384
- margin-top: 1.6em;
1385
- margin-bottom: 0.6em;
1386
- line-height: 1.6;
1387
- }
1388
- .article :where(h3 strong):not(:where([class~="not-prose"] *)){
1389
- font-weight: 700;
1390
- color: inherit;
1391
- }
1392
- .article :where(h4):not(:where([class~="not-prose"] *)){
1393
- color: var(--tw-prose-headings);
1394
- font-weight: 600;
1395
- margin-top: 1.5em;
1396
- margin-bottom: 0.5em;
1397
- line-height: 1.5;
1398
- }
1399
- .article :where(h4 strong):not(:where([class~="not-prose"] *)){
1400
- font-weight: 700;
1401
- color: inherit;
1402
- }
1403
- .article :where(img):not(:where([class~="not-prose"] *)){
1404
- margin-top: 2em;
1405
- margin-bottom: 2em;
1406
- }
1407
- .article :where(figure > *):not(:where([class~="not-prose"] *)){
1408
- margin-top: 0;
1409
- margin-bottom: 0;
1410
- }
1411
- .article :where(figcaption):not(:where([class~="not-prose"] *)){
1412
- color: var(--tw-prose-captions);
1413
- font-size: 0.875em;
1414
- line-height: 1.4285714;
1415
- margin-top: 0.8571429em;
1416
- }
1417
- .article :where(code):not(:where([class~="not-prose"] *)){
1418
- color: var(--tw-prose-code);
1419
- font-weight: 600;
1420
- font-size: 0.875em;
1421
- }
1422
- .article :where(code):not(:where([class~="not-prose"] *))::before{
1423
- content: "`";
1424
- }
1425
- .article :where(code):not(:where([class~="not-prose"] *))::after{
1426
- content: "`";
1427
- }
1428
- .article :where(a code):not(:where([class~="not-prose"] *)){
1429
- color: inherit;
1430
- }
1431
- .article :where(h1 code):not(:where([class~="not-prose"] *)){
1432
- color: inherit;
1433
- }
1434
- .article :where(h2 code):not(:where([class~="not-prose"] *)){
1435
- color: inherit;
1436
- font-size: 0.875em;
1437
- }
1438
- .article :where(h3 code):not(:where([class~="not-prose"] *)){
1439
- color: inherit;
1440
- font-size: 0.9em;
1441
- }
1442
- .article :where(h4 code):not(:where([class~="not-prose"] *)){
1443
- color: inherit;
1444
- }
1445
- .article :where(blockquote code):not(:where([class~="not-prose"] *)){
1446
- color: inherit;
1447
- }
1448
- .article :where(thead th code):not(:where([class~="not-prose"] *)){
1449
- color: inherit;
1450
- }
1451
- .article :where(pre):not(:where([class~="not-prose"] *)){
1452
- color: var(--tw-prose-pre-code);
1453
- background-color: var(--tw-prose-pre-bg);
1454
- overflow-x: auto;
1455
- font-weight: 400;
1456
- font-size: 0.875em;
1457
- line-height: 1.7142857;
1458
- margin-top: 1.7142857em;
1459
- margin-bottom: 1.7142857em;
1460
- border-radius: 0.375rem;
1461
- padding-top: 0.8571429em;
1462
- padding-right: 1.1428571em;
1463
- padding-bottom: 0.8571429em;
1464
- padding-left: 1.1428571em;
1465
- }
1466
- .article :where(pre code):not(:where([class~="not-prose"] *)){
1467
- background-color: transparent;
1468
- border-width: 0;
1469
- border-radius: 0;
1470
- padding: 0;
1471
- font-weight: inherit;
1472
- color: inherit;
1473
- font-size: inherit;
1474
- font-family: inherit;
1475
- line-height: inherit;
1476
- }
1477
- .article :where(pre code):not(:where([class~="not-prose"] *))::before{
1478
- content: none;
1479
- }
1480
- .article :where(pre code):not(:where([class~="not-prose"] *))::after{
1481
- content: none;
1482
- }
1483
- .article :where(table):not(:where([class~="not-prose"] *)){
1484
- width: 100%;
1485
- table-layout: auto;
1486
- text-align: left;
1487
- margin-top: 2em;
1488
- margin-bottom: 2em;
1489
- font-size: 0.875em;
1490
- line-height: 1.7142857;
1491
- }
1492
- .article :where(thead):not(:where([class~="not-prose"] *)){
1493
- border-bottom-width: 1px;
1494
- border-bottom-color: var(--tw-prose-th-borders);
1495
- }
1496
- .article :where(thead th):not(:where([class~="not-prose"] *)){
1497
- color: var(--tw-prose-headings);
1498
- font-weight: 600;
1499
- vertical-align: bottom;
1500
- padding-right: 0.5714286em;
1501
- padding-bottom: 0.5714286em;
1502
- padding-left: 0.5714286em;
1503
- }
1504
- .article :where(tbody tr):not(:where([class~="not-prose"] *)){
1505
- border-bottom-width: 1px;
1506
- border-bottom-color: var(--tw-prose-td-borders);
1507
- }
1508
- .article :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
1509
- border-bottom-width: 0;
1510
- }
1511
- .article :where(tbody td):not(:where([class~="not-prose"] *)){
1512
- vertical-align: baseline;
1513
- }
1514
- .article :where(tfoot):not(:where([class~="not-prose"] *)){
1515
- border-top-width: 1px;
1516
- border-top-color: var(--tw-prose-th-borders);
1517
- }
1518
- .article :where(tfoot td):not(:where([class~="not-prose"] *)){
1519
- vertical-align: top;
1520
- }
1521
- .article{
1522
- --tw-prose-body: #374151;
1523
- --tw-prose-headings: #111827;
1524
- --tw-prose-lead: #4b5563;
1525
- --tw-prose-links: #111827;
1526
- --tw-prose-bold: #111827;
1527
- --tw-prose-counters: #6b7280;
1528
- --tw-prose-bullets: #d1d5db;
1529
- --tw-prose-hr: #e5e7eb;
1530
- --tw-prose-quotes: #111827;
1531
- --tw-prose-quote-borders: #e5e7eb;
1532
- --tw-prose-captions: #6b7280;
1533
- --tw-prose-code: #111827;
1534
- --tw-prose-pre-code: #e5e7eb;
1535
- --tw-prose-pre-bg: #1f2937;
1536
- --tw-prose-th-borders: #d1d5db;
1537
- --tw-prose-td-borders: #e5e7eb;
1538
- --tw-prose-invert-body: #d1d5db;
1539
- --tw-prose-invert-headings: #fff;
1540
- --tw-prose-invert-lead: #9ca3af;
1541
- --tw-prose-invert-links: #fff;
1542
- --tw-prose-invert-bold: #fff;
1543
- --tw-prose-invert-counters: #9ca3af;
1544
- --tw-prose-invert-bullets: #4b5563;
1545
- --tw-prose-invert-hr: #374151;
1546
- --tw-prose-invert-quotes: #f3f4f6;
1547
- --tw-prose-invert-quote-borders: #374151;
1548
- --tw-prose-invert-captions: #9ca3af;
1549
- --tw-prose-invert-code: #fff;
1550
- --tw-prose-invert-pre-code: #d1d5db;
1551
- --tw-prose-invert-pre-bg: rgba(0, 0, 0, 0.5);
1552
- --tw-prose-invert-th-borders: #4b5563;
1553
- --tw-prose-invert-td-borders: #374151;
1554
- font-size: 1rem;
1555
- line-height: 1.75;
1556
- }
1557
- .article :where(p):not(:where([class~="not-prose"] *)){
1558
- margin-top: 1.25em;
1559
- margin-bottom: 1.25em;
1560
- }
1561
- .article :where(video):not(:where([class~="not-prose"] *)){
1562
- margin-top: 2em;
1563
- margin-bottom: 2em;
1564
- }
1565
- .article :where(figure):not(:where([class~="not-prose"] *)){
1566
- margin-top: 2em;
1567
- margin-bottom: 2em;
1568
- }
1569
- .article :where(li):not(:where([class~="not-prose"] *)){
1570
- margin-top: 0.5em;
1571
- margin-bottom: 0.5em;
1572
- }
1573
- .article :where(ol > li):not(:where([class~="not-prose"] *)){
1574
- padding-left: 0.375em;
1575
- }
1576
- .article :where(ul > li):not(:where([class~="not-prose"] *)){
1577
- padding-left: 0.375em;
1578
- }
1579
- .article :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
1580
- margin-top: 0.75em;
1581
- margin-bottom: 0.75em;
1582
- }
1583
- .article :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
1584
- margin-top: 1.25em;
1585
- }
1586
- .article :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
1587
- margin-bottom: 1.25em;
1588
- }
1589
- .article :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
1590
- margin-top: 1.25em;
1591
- }
1592
- .article :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
1593
- margin-bottom: 1.25em;
1594
- }
1595
- .article :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
1596
- margin-top: 0.75em;
1597
- margin-bottom: 0.75em;
1598
- }
1599
- .article :where(hr + *):not(:where([class~="not-prose"] *)){
1600
- margin-top: 0;
1601
- }
1602
- .article :where(h2 + *):not(:where([class~="not-prose"] *)){
1603
- margin-top: 0;
1604
- }
1605
- .article :where(h3 + *):not(:where([class~="not-prose"] *)){
1606
- margin-top: 0;
1607
- }
1608
- .article :where(h4 + *):not(:where([class~="not-prose"] *)){
1609
- margin-top: 0;
1610
- }
1611
- .article :where(thead th:first-child):not(:where([class~="not-prose"] *)){
1612
- padding-left: 0;
1613
- }
1614
- .article :where(thead th:last-child):not(:where([class~="not-prose"] *)){
1615
- padding-right: 0;
1616
- }
1617
- .article :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
1618
- padding-top: 0.5714286em;
1619
- padding-right: 0.5714286em;
1620
- padding-bottom: 0.5714286em;
1621
- padding-left: 0.5714286em;
1622
- }
1623
- .article :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
1624
- padding-left: 0;
1625
- }
1626
- .article :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
1627
- padding-right: 0;
1628
- }
1629
- .article :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
1630
- margin-top: 0;
1631
- }
1632
- .article :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
1633
- margin-bottom: 0;
1634
- }
1635
- .article-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
1636
- margin-top: 0.5714286em;
1637
- margin-bottom: 0.5714286em;
1638
- }
1639
- .article-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
1640
- margin-top: 1.1428571em;
1641
- }
1642
- .article-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
1643
- margin-bottom: 1.1428571em;
1644
- }
1645
- .article-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
1646
- margin-top: 1.1428571em;
1647
- }
1648
- .article-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
1649
- margin-bottom: 1.1428571em;
1650
- }
1651
- .article-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
1652
- margin-top: 0;
1653
- }
1654
- .article-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
1655
- margin-bottom: 0;
1656
- }
1657
- .article-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
1658
- margin-top: 0.75em;
1659
- margin-bottom: 0.75em;
1660
- }
1661
- .article-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
1662
- margin-top: 1.25em;
1663
- }
1664
- .article-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
1665
- margin-bottom: 1.25em;
1666
- }
1667
- .article-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
1668
- margin-top: 1.25em;
1669
- }
1670
- .article-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
1671
- margin-bottom: 1.25em;
1672
- }
1673
- .article-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
1674
- margin-top: 0;
1675
- }
1676
- .article-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
1677
- margin-bottom: 0;
1678
- }
1679
- .article-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
1680
- margin-top: 0.8888889em;
1681
- margin-bottom: 0.8888889em;
1682
- }
1683
- .article-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
1684
- margin-top: 1.3333333em;
1685
- }
1686
- .article-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
1687
- margin-bottom: 1.3333333em;
1688
- }
1689
- .article-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
1690
- margin-top: 1.3333333em;
1691
- }
1692
- .article-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
1693
- margin-bottom: 1.3333333em;
1694
- }
1695
- .article-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
1696
- margin-top: 0;
1697
- }
1698
- .article-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
1699
- margin-bottom: 0;
1700
- }
1701
- .article-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
1702
- margin-top: 0.8em;
1703
- margin-bottom: 0.8em;
1704
- }
1705
- .article-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
1706
- margin-top: 1.2em;
1707
- }
1708
- .article-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
1709
- margin-bottom: 1.2em;
1710
- }
1711
- .article-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
1712
- margin-top: 1.2em;
1713
- }
1714
- .article-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
1715
- margin-bottom: 1.2em;
1716
- }
1717
- .article-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
1718
- margin-top: 0;
1719
- }
1720
- .article-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
1721
- margin-bottom: 0;
1722
- }
1723
- .article-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
1724
- margin-top: 0.8333333em;
1725
- margin-bottom: 0.8333333em;
1726
- }
1727
- .article-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
1728
- margin-top: 1.3333333em;
1729
- }
1730
- .article-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
1731
- margin-bottom: 1.3333333em;
1732
- }
1733
- .article-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
1734
- margin-top: 1.3333333em;
1735
- }
1736
- .article-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
1737
- margin-bottom: 1.3333333em;
1738
- }
1739
- .article-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
1740
- margin-top: 0;
1741
- }
1742
- .article-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
1743
- margin-bottom: 0;
1744
- }
1745
- .article{
1746
- margin-left: auto;
1747
- margin-right: auto;
1748
- margin-bottom: 3rem;
1749
- display: grid;
1750
- justify-content: center;
1751
- font-family: "IBMPlexSerif", Palatino, ui-serif;
1752
- --tw-text-opacity: 1;
1753
- color: rgba(20, 20, 20, var(--tw-text-opacity));
1754
- color: rgb(var(--color-primary) / var(--tw-text-opacity));
1755
- }
1756
- .article p,
1757
- .article ul,
1758
- .article li{
1759
- margin-bottom: 1rem;
1760
- font-size: 1.125rem;
1761
- line-height: 1.75rem;
1762
- }
1763
- @media (min-width: 48em){
1764
-
1765
- .article img{
1766
- margin-left: -2rem;
1767
- margin-right: -2rem;
1768
- }
1769
- }
1770
- @media (min-width: 64em){
1771
-
1772
- .article img{
1773
- margin-left: -4rem;
1774
- margin-right: -4rem;
1775
- }
1776
- }
1777
- @media (min-width: 48em) {
1778
- .article img {
1779
- width: calc(100% + 4rem);
1780
- max-width: 100vw
1781
- }
1782
- }
1783
- @media (min-width: 64em) {
1784
- .article img {
1785
- width: calc(100% + 8rem)
1786
- }
1787
- }
1788
- .swimlane{
1789
- display: grid;
1790
- width: 100%;
1791
- scroll-snap-type: x var(--tw-scroll-snap-strictness);
1792
- --tw-scroll-snap-strictness: mandatory;
1793
- scroll-padding-left: 1.5rem;
1794
- scroll-padding-right: 1.5rem;
1795
- grid-auto-flow: column;
1796
- justify-content: flex-start;
1797
- grid-gap: 1rem;
1798
- gap: 1rem;
1799
- overflow-x: scroll;
1800
- padding-left: 1.5rem;
1801
- padding-right: 1.5rem;
1802
- padding-bottom: 1rem;
1803
- }
1804
- .sr-only{
1805
- position: absolute;
1806
- width: 1px;
1807
- height: 1px;
1808
- padding: 0;
1809
- margin: -1px;
1810
- overflow: hidden;
1811
- clip: rect(0, 0, 0, 0);
1812
- white-space: nowrap;
1813
- border-width: 0;
1814
- }
1815
- .pointer-events-none{
1816
- pointer-events: none;
1817
- }
1818
- .static{
1819
- position: static;
1820
- }
1821
- .fixed{
1822
- position: fixed;
1823
- }
1824
- .absolute{
1825
- position: absolute;
1826
- }
1827
- .relative{
1828
- position: relative;
1829
- }
1830
- .sticky{
1831
- position: sticky;
1832
- }
1833
- .inset-0{
1834
- top: 0px;
1835
- right: 0px;
1836
- bottom: 0px;
1837
- left: 0px;
1838
- }
1839
- .inset-y-0{
1840
- top: 0px;
1841
- bottom: 0px;
1842
- }
1843
- .top-nav{
1844
- top: 3rem;
1845
- top: var(--height-nav);
1846
- }
1847
- .left-0{
1848
- left: 0px;
1849
- }
1850
- .right-0{
1851
- right: 0px;
1852
- }
1853
- .top-0{
1854
- top: 0px;
1855
- }
1856
- .bottom-1{
1857
- bottom: 0.25rem;
1858
- }
1859
- .right-1{
1860
- right: 0.25rem;
1861
- }
1862
- .bottom-5{
1863
- bottom: 1.25rem;
1864
- }
1865
- .right-5{
1866
- right: 1.25rem;
1867
- }
1868
- .bottom-0{
1869
- bottom: 0px;
1870
- }
1871
- .top-5{
1872
- top: 1.25rem;
1873
- }
1874
- .top-0\.5{
1875
- top: 0.125rem;
1876
- }
1877
- .top-36{
1878
- top: 9rem;
1879
- }
1880
- .bottom-12{
1881
- bottom: 3rem;
1882
- }
1883
- .z-50{
1884
- z-index: 50;
1885
- }
1886
- .-z-10{
1887
- z-index: -10;
1888
- }
1889
- .z-40{
1890
- z-index: 40;
1891
- }
1892
- .z-30{
1893
- z-index: 30;
1894
- }
1895
- .-m-4{
1896
- margin: -1rem;
1897
- }
1898
- .m-4{
1899
- margin: 1rem;
1900
- }
1901
- .mx-1{
1902
- margin-left: 0.25rem;
1903
- margin-right: 0.25rem;
1904
- }
1905
- .mx-auto{
1906
- margin-left: auto;
1907
- margin-right: auto;
1908
- }
1909
- .my-8{
1910
- margin-top: 2rem;
1911
- margin-bottom: 2rem;
1912
- }
1913
- .my-24{
1914
- margin-top: 6rem;
1915
- margin-bottom: 6rem;
1916
- }
1917
- .mb-1{
1918
- margin-bottom: 0.25rem;
1919
- }
1920
- .mt-2{
1921
- margin-top: 0.5rem;
1922
- }
1923
- .mb-6{
1924
- margin-bottom: 1.5rem;
1925
- }
1926
- .mb-3{
1927
- margin-bottom: 0.75rem;
1928
- }
1929
- .mt-6{
1930
- margin-top: 1.5rem;
1931
- }
1932
- .ml-6{
1933
- margin-left: 1.5rem;
1934
- }
1935
- .mt-4{
1936
- margin-top: 1rem;
1937
- }
1938
- .mt-1{
1939
- margin-top: 0.25rem;
1940
- }
1941
- .ml-2{
1942
- margin-left: 0.5rem;
1943
- }
1944
- .-mt-nav{
1945
- margin-top: calc(3rem * -1);
1946
- margin-top: calc(var(--height-nav) * -1);
1947
- }
1948
- .-mb-px{
1949
- margin-bottom: -1px;
1950
- }
1951
- .ml-3{
1952
- margin-left: 0.75rem;
1953
- }
1954
- .mb-4{
1955
- margin-bottom: 1rem;
1956
- }
1957
- .mt-8{
1958
- margin-top: 2rem;
1959
- }
1960
- .mb-24{
1961
- margin-bottom: 6rem;
1962
- }
1963
- .mt-3{
1964
- margin-top: 0.75rem;
1965
- }
1966
- .mb-2{
1967
- margin-bottom: 0.5rem;
1968
- }
1969
- .block{
1970
- display: block;
1971
- }
1972
- .inline-block{
1973
- display: inline-block;
1974
- }
1975
- .inline{
1976
- display: inline;
1977
- }
1978
- .flex{
1979
- display: flex;
1980
- }
1981
- .table{
1982
- display: table;
1983
- }
1984
- .grid{
1985
- display: grid;
1986
- }
1987
- .hidden{
1988
- display: none;
1989
- }
1990
- .aspect-\[3\/2\]{
1991
- aspect-ratio: 3/2;
1992
- }
1993
- .aspect-\[3\/4\]{
1994
- aspect-ratio: 3/4;
1995
- }
1996
- .aspect-\[4\/5\]{
1997
- aspect-ratio: 4/5;
1998
- }
1999
- .aspect-square{
2000
- aspect-ratio: 1 / 1;
2001
- }
2002
- .h-screen-no-nav{
2003
- height: calc(100vh - 3rem);
2004
- height: calc(var(--screen-height, 100vh) - var(--height-nav));
2005
- }
2006
- .h-24{
2007
- height: 6rem;
2008
- }
2009
- .h-10{
2010
- height: 2.5rem;
2011
- }
2012
- .h-screen-dynamic{
2013
- height: 100vh;
2014
- height: var(--screen-height-dynamic, 100vh);
2015
- }
2016
- .h-nav{
2017
- height: 3rem;
2018
- height: var(--height-nav);
2019
- }
2020
- .h-4{
2021
- height: 1rem;
2022
- }
2023
- .h-screen{
2024
- height: 100vh;
2025
- height: var(--screen-height, 100vh);
2026
- }
2027
- .h-full{
2028
- height: 100%;
2029
- }
2030
- .h-5{
2031
- height: 1.25rem;
2032
- }
2033
- .h-8{
2034
- height: 2rem;
2035
- }
2036
- .h-3{
2037
- height: 0.75rem;
2038
- }
2039
- .h-fit{
2040
- height: -webkit-fit-content;
2041
- height: -moz-fit-content;
2042
- height: fit-content;
2043
- }
2044
- .h-32{
2045
- height: 8rem;
2046
- }
2047
- .h-48{
2048
- height: 12rem;
2049
- }
2050
- .max-h-36{
2051
- max-height: 9rem;
2052
- }
2053
- .max-h-48{
2054
- max-height: 12rem;
2055
- }
2056
- .max-h-0{
2057
- max-height: 0px;
2058
- }
2059
- .max-h-full{
2060
- max-height: 100%;
2061
- }
2062
- .min-h-screen{
2063
- min-height: 100vh;
2064
- }
2065
- .min-h-\[25rem\]{
2066
- min-height: 25rem;
2067
- }
2068
- .min-h-full{
2069
- min-height: 100%;
2070
- }
2071
- .w-full{
2072
- width: 100%;
2073
- }
2074
- .w-48{
2075
- width: 12rem;
2076
- }
2077
- .w-auto{
2078
- width: auto;
2079
- }
2080
- .w-\[150px\]{
2081
- width: 150px;
2082
- }
2083
- .w-24{
2084
- width: 6rem;
2085
- }
2086
- .w-10{
2087
- width: 2.5rem;
2088
- }
2089
- .w-screen{
2090
- width: 100vw;
2091
- }
2092
- .w-32{
2093
- width: 8rem;
2094
- }
2095
- .w-5{
2096
- width: 1.25rem;
2097
- }
2098
- .w-8{
2099
- width: 2rem;
2100
- }
2101
- .w-mobileGallery{
2102
- width: calc(100vw - 3rem);
2103
- }
2104
- .w-80{
2105
- width: 20rem;
2106
- }
2107
- .w-3{
2108
- width: 0.75rem;
2109
- }
2110
- .w-96{
2111
- width: 24rem;
2112
- }
2113
- .min-w-\[0\.75rem\]{
2114
- min-width: 0.75rem;
2115
- }
2116
- .min-w-full{
2117
- min-width: 100%;
2118
- }
2119
- .min-w-\[4rem\]{
2120
- min-width: 4rem;
2121
- }
2122
- .max-w-full{
2123
- max-width: 100%;
2124
- }
2125
- .max-w-lg{
2126
- max-width: 32rem;
2127
- }
2128
- .max-w-md{
2129
- max-width: 28rem;
2130
- }
2131
- .max-w-prose{
2132
- max-width: 65ch;
2133
- }
2134
- .max-w-prose-narrow{
2135
- max-width: 45ch;
2136
- }
2137
- .max-w-prose-wide{
2138
- max-width: 80ch;
2139
- }
2140
- .max-w-7xl{
2141
- max-width: 80rem;
2142
- }
2143
- .max-w-xl{
2144
- max-width: 36rem;
2145
- }
2146
- .max-w-0{
2147
- max-width: 0rem;
2148
- }
2149
- .flex-1{
2150
- flex: 1 1 0%;
2151
- }
2152
- .flex-shrink{
2153
- flex-shrink: 1;
2154
- }
2155
- .flex-grow{
2156
- flex-grow: 1;
2157
- }
2158
- .translate-x-full{
2159
- --tw-translate-x: 100%;
2160
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2161
- }
2162
- .-translate-x-full{
2163
- --tw-translate-x: -100%;
2164
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2165
- }
2166
- .translate-x-0{
2167
- --tw-translate-x: 0px;
2168
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2169
- }
2170
- .rotate-0{
2171
- --tw-rotate: 0deg;
2172
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2173
- }
2174
- .rotate-180{
2175
- --tw-rotate: 180deg;
2176
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2177
- }
2178
- .-rotate-90{
2179
- --tw-rotate: -90deg;
2180
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2181
- }
2182
- .rotate-90{
2183
- --tw-rotate: 90deg;
2184
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2185
- }
2186
- .rotate-\[45deg\]{
2187
- --tw-rotate: 45deg;
2188
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2189
- }
2190
- .transform{
2191
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2192
- }
2193
- .transform-gpu{
2194
- transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2195
- }
2196
- .cursor-default{
2197
- cursor: default;
2198
- }
2199
- .cursor-pointer{
2200
- cursor: pointer;
2201
- }
2202
- .snap-start{
2203
- scroll-snap-align: start;
2204
- }
2205
- .snap-center{
2206
- scroll-snap-align: center;
2207
- }
2208
- .appearance-none{
2209
- -webkit-appearance: none;
2210
- -moz-appearance: none;
2211
- appearance: none;
2212
- }
2213
- .auto-cols-auto{
2214
- grid-auto-columns: auto;
2215
- }
2216
- .auto-cols-fr{
2217
- grid-auto-columns: minmax(0, 1fr);
2218
- }
2219
- .grid-flow-row{
2220
- grid-auto-flow: row;
2221
- }
2222
- .grid-flow-col{
2223
- grid-auto-flow: column;
2224
- }
2225
- .grid-cols-1{
2226
- grid-template-columns: repeat(1, minmax(0, 1fr));
2227
- }
2228
- .grid-cols-2{
2229
- grid-template-columns: repeat(2, minmax(0, 1fr));
2230
- }
2231
- .grid-rows-\[1fr_auto\]{
2232
- grid-template-rows: 1fr auto;
2233
- }
2234
- .flex-row{
2235
- flex-direction: row;
2236
- }
2237
- .flex-col{
2238
- flex-direction: column;
2239
- }
2240
- .flex-wrap{
2241
- flex-wrap: wrap;
2242
- }
2243
- .content-start{
2244
- align-content: flex-start;
2245
- }
2246
- .items-start{
2247
- align-items: flex-start;
2248
- }
2249
- .items-end{
2250
- align-items: flex-end;
2251
- }
2252
- .items-center{
2253
- align-items: center;
2254
- }
2255
- .items-baseline{
2256
- align-items: baseline;
2257
- }
2258
- .items-stretch{
2259
- align-items: stretch;
2260
- }
2261
- .justify-start{
2262
- justify-content: flex-start;
2263
- }
2264
- .justify-end{
2265
- justify-content: flex-end;
2266
- }
2267
- .justify-center{
2268
- justify-content: center;
2269
- }
2270
- .justify-between{
2271
- justify-content: space-between;
2272
- }
2273
- .justify-items-start{
2274
- justify-items: start;
2275
- }
2276
- .gap-4{
2277
- gap: 1rem;
2278
- }
2279
- .gap-6{
2280
- gap: 1.5rem;
2281
- }
2282
- .gap-8{
2283
- gap: 2rem;
2284
- }
2285
- .gap-2{
2286
- gap: 0.5rem;
2287
- }
2288
- .gap-12{
2289
- gap: 3rem;
2290
- }
2291
- .gap-1{
2292
- gap: 0.25rem;
2293
- }
2294
- .gap-10{
2295
- gap: 2.5rem;
2296
- }
2297
- .gap-x-6{
2298
- -moz-column-gap: 1.5rem;
2299
- column-gap: 1.5rem;
2300
- }
2301
- .gap-y-8{
2302
- row-gap: 2rem;
2303
- }
2304
- .gap-y-6{
2305
- row-gap: 1.5rem;
2306
- }
2307
- .gap-y-2{
2308
- row-gap: 0.5rem;
2309
- }
2310
- .space-y-4 > :not([hidden]) ~ :not([hidden]){
2311
- --tw-space-y-reverse: 0;
2312
- margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
2313
- margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
2314
- margin-bottom: calc(1rem * var(--tw-space-y-reverse));
2315
- }
2316
- .space-y-3 > :not([hidden]) ~ :not([hidden]){
2317
- --tw-space-y-reverse: 0;
2318
- margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)));
2319
- margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
2320
- margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
2321
- }
2322
- .divide-y > :not([hidden]) ~ :not([hidden]){
2323
- --tw-divide-y-reverse: 0;
2324
- border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
2325
- border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
2326
- border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
2327
- }
2328
- .divide-gray-300 > :not([hidden]) ~ :not([hidden]){
2329
- --tw-divide-opacity: 1;
2330
- border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
2331
- }
2332
- .divide-gray-200 > :not([hidden]) ~ :not([hidden]){
2333
- --tw-divide-opacity: 1;
2334
- border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
2335
- }
2336
- .self-end{
2337
- align-self: flex-end;
2338
- }
2339
- .self-stretch{
2340
- align-self: stretch;
2341
- }
2342
- .justify-self-start{
2343
- justify-self: start;
2344
- }
2345
- .overflow-auto{
2346
- overflow: auto;
2347
- }
2348
- .overflow-hidden{
2349
- overflow: hidden;
2350
- }
2351
- .overflow-clip{
2352
- overflow: clip;
2353
- }
2354
- .overflow-y-auto{
2355
- overflow-y: auto;
2356
- }
2357
- .overflow-x-scroll{
2358
- overflow-x: scroll;
2359
- }
2360
- .overflow-y-scroll{
2361
- overflow-y: scroll;
2362
- }
2363
- .truncate{
2364
- overflow: hidden;
2365
- text-overflow: ellipsis;
2366
- white-space: nowrap;
2367
- }
2368
- .text-ellipsis{
2369
- text-overflow: ellipsis;
2370
- }
2371
- .whitespace-normal{
2372
- white-space: normal;
2373
- }
2374
- .whitespace-nowrap{
2375
- white-space: nowrap;
2376
- }
2377
- .whitespace-pre{
2378
- white-space: pre;
2379
- }
2380
- .whitespace-pre-wrap{
2381
- white-space: pre-wrap;
2382
- }
2383
- .rounded{
2384
- border-radius: 0.25rem;
2385
- }
2386
- .rounded-full{
2387
- border-radius: 9999px;
2388
- }
2389
- .rounded-sm{
2390
- border-radius: 0.125rem;
2391
- }
2392
- .rounded-md{
2393
- border-radius: 0.375rem;
2394
- }
2395
- .rounded-b{
2396
- border-bottom-right-radius: 0.25rem;
2397
- border-bottom-left-radius: 0.25rem;
2398
- }
2399
- .rounded-t{
2400
- border-top-left-radius: 0.25rem;
2401
- border-top-right-radius: 0.25rem;
2402
- }
2403
- .border{
2404
- border-width: 1px;
2405
- }
2406
- .border-x-0{
2407
- border-left-width: 0px;
2408
- border-right-width: 0px;
2409
- }
2410
- .border-y{
2411
- border-top-width: 1px;
2412
- border-bottom-width: 1px;
2413
- }
2414
- .border-b{
2415
- border-bottom-width: 1px;
2416
- }
2417
- .border-t{
2418
- border-top-width: 1px;
2419
- }
2420
- .border-t-0{
2421
- border-top-width: 0px;
2422
- }
2423
- .border-b-2{
2424
- border-bottom-width: 2px;
2425
- }
2426
- .border-b-\[1\.5px\]{
2427
- border-bottom-width: 1.5px;
2428
- }
2429
- .border-none{
2430
- border-style: none;
2431
- }
2432
- .border-gray-200{
2433
- --tw-border-opacity: 1;
2434
- border-color: rgba(229, 231, 235, var(--tw-border-opacity));
2435
- }
2436
- .border-primary\/10{
2437
- border-color: rgba(20, 20, 20, 0.1);
2438
- border-color: rgb(var(--color-primary) / 0.1);
2439
- }
2440
- .border-contrast\/30{
2441
- border-color: rgba(250, 250, 249, 0.3);
2442
- border-color: rgb(var(--color-contrast) / 0.3);
2443
- }
2444
- .border-transparent{
2445
- border-color: transparent;
2446
- }
2447
- .border-red-500{
2448
- --tw-border-opacity: 1;
2449
- border-color: rgba(239, 68, 68, var(--tw-border-opacity));
2450
- }
2451
- .border-primary\/20{
2452
- border-color: rgba(20, 20, 20, 0.2);
2453
- border-color: rgb(var(--color-primary) / 0.2);
2454
- }
2455
- .border-primary{
2456
- --tw-border-opacity: 1;
2457
- border-color: rgba(20, 20, 20, var(--tw-border-opacity));
2458
- border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
2459
- }
2460
- .border-primary\/50{
2461
- border-color: rgba(20, 20, 20, 0.5);
2462
- border-color: rgb(var(--color-primary) / 0.5);
2463
- }
2464
- .border-primary\/0{
2465
- border-color: rgba(20, 20, 20, 0);
2466
- border-color: rgb(var(--color-primary) / 0);
2467
- }
2468
- .border-primary\/30{
2469
- border-color: rgba(20, 20, 20, 0.3);
2470
- border-color: rgb(var(--color-primary) / 0.3);
2471
- }
2472
- .border-gray-300{
2473
- --tw-border-opacity: 1;
2474
- border-color: rgba(209, 213, 219, var(--tw-border-opacity));
2475
- }
2476
- .border-gray-500{
2477
- --tw-border-opacity: 1;
2478
- border-color: rgba(107, 114, 128, var(--tw-border-opacity));
2479
- }
2480
- .bg-primary\/20{
2481
- background-color: rgba(20, 20, 20, 0.2);
2482
- background-color: rgb(var(--color-primary) / 0.2);
2483
- }
2484
- .bg-primary{
2485
- --tw-bg-opacity: 1;
2486
- background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
2487
- background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
2488
- }
2489
- .bg-contrast{
2490
- --tw-bg-opacity: 1;
2491
- background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
2492
- background-color: rgb(var(--color-contrast) / var(--tw-bg-opacity));
2493
- }
2494
- .bg-primary\/5{
2495
- background-color: rgba(20, 20, 20, 0.05);
2496
- background-color: rgb(var(--color-primary) / 0.05);
2497
- }
2498
- .bg-black{
2499
- --tw-bg-opacity: 1;
2500
- background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
2501
- }
2502
- .bg-transparent{
2503
- background-color: transparent;
2504
- }
2505
- .bg-primary\/80{
2506
- background-color: rgba(20, 20, 20, 0.8);
2507
- background-color: rgb(var(--color-primary) / 0.8);
2508
- }
2509
- .bg-contrast\/80{
2510
- background-color: rgba(250, 250, 249, 0.8);
2511
- background-color: rgb(var(--color-contrast) / 0.8);
2512
- }
2513
- .bg-primary\/40{
2514
- background-color: rgba(20, 20, 20, 0.4);
2515
- background-color: rgb(var(--color-primary) / 0.4);
2516
- }
2517
- .bg-green-100{
2518
- --tw-bg-opacity: 1;
2519
- background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
2520
- }
2521
- .bg-white{
2522
- --tw-bg-opacity: 1;
2523
- background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
2524
- }
2525
- .bg-primary\/10{
2526
- background-color: rgba(20, 20, 20, 0.1);
2527
- background-color: rgb(var(--color-primary) / 0.1);
2528
- }
2529
- .bg-green-500{
2530
- --tw-bg-opacity: 1;
2531
- background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
2532
- }
2533
- .bg-gray-100{
2534
- --tw-bg-opacity: 1;
2535
- background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
2536
- }
2537
- .bg-red-100{
2538
- --tw-bg-opacity: 1;
2539
- background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
2540
- }
2541
- .bg-zinc-500{
2542
- --tw-bg-opacity: 1;
2543
- background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
2544
- }
2545
- .bg-opacity-25{
2546
- --tw-bg-opacity: 0.25;
2547
- }
2548
- .bg-opacity-75{
2549
- --tw-bg-opacity: 0.75;
2550
- }
2551
- .bg-gradient-to-t{
2552
- background-image: linear-gradient(to top, var(--tw-gradient-stops));
2553
- }
2554
- .from-primary\/60{
2555
- --tw-gradient-from: rgb(var(--color-primary) / 0.6);
2556
- --tw-gradient-to: rgb(var(--color-primary) / 0);
2557
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
2558
- }
2559
- .object-cover{
2560
- -o-object-fit: cover;
2561
- object-fit: cover;
2562
- }
2563
- .object-center{
2564
- -o-object-position: center;
2565
- object-position: center;
2566
- }
2567
- .p-4{
2568
- padding: 1rem;
2569
- }
2570
- .p-6{
2571
- padding: 1.5rem;
2572
- }
2573
- .p-2{
2574
- padding: 0.5rem;
2575
- }
2576
- .py-6{
2577
- padding-top: 1.5rem;
2578
- padding-bottom: 1.5rem;
2579
- }
2580
- .px-3{
2581
- padding-left: 0.75rem;
2582
- padding-right: 0.75rem;
2583
- }
2584
- .py-1{
2585
- padding-top: 0.25rem;
2586
- padding-bottom: 0.25rem;
2587
- }
2588
- .px-2{
2589
- padding-left: 0.5rem;
2590
- padding-right: 0.5rem;
2591
- }
2592
- .py-3{
2593
- padding-top: 0.75rem;
2594
- padding-bottom: 0.75rem;
2595
- }
2596
- .px-6{
2597
- padding-left: 1.5rem;
2598
- padding-right: 1.5rem;
2599
- }
2600
- .px-4{
2601
- padding-left: 1rem;
2602
- padding-right: 1rem;
2603
- }
2604
- .py-2{
2605
- padding-top: 0.5rem;
2606
- padding-bottom: 0.5rem;
2607
- }
2608
- .py-8{
2609
- padding-top: 2rem;
2610
- padding-bottom: 2rem;
2611
- }
2612
- .px-0{
2613
- padding-left: 0px;
2614
- padding-right: 0px;
2615
- }
2616
- .px-12{
2617
- padding-left: 3rem;
2618
- padding-right: 3rem;
2619
- }
2620
- .px-\[0\.125rem\]{
2621
- padding-left: 0.125rem;
2622
- padding-right: 0.125rem;
2623
- }
2624
- .py-4{
2625
- padding-top: 1rem;
2626
- padding-bottom: 1rem;
2627
- }
2628
- .px-5{
2629
- padding-left: 1.25rem;
2630
- padding-right: 1.25rem;
2631
- }
2632
- .pb-1{
2633
- padding-bottom: 0.25rem;
2634
- }
2635
- .pb-12{
2636
- padding-bottom: 3rem;
2637
- }
2638
- .pb-6{
2639
- padding-bottom: 1.5rem;
2640
- }
2641
- .pb-2{
2642
- padding-bottom: 0.5rem;
2643
- }
2644
- .pb-8{
2645
- padding-bottom: 2rem;
2646
- }
2647
- .pt-4{
2648
- padding-top: 1rem;
2649
- }
2650
- .pb-px{
2651
- padding-bottom: 1px;
2652
- }
2653
- .pt-8{
2654
- padding-top: 2rem;
2655
- }
2656
- .pt-5{
2657
- padding-top: 1.25rem;
2658
- }
2659
- .pb-4{
2660
- padding-bottom: 1rem;
2661
- }
2662
- .pr-4{
2663
- padding-right: 1rem;
2664
- }
2665
- .pr-0{
2666
- padding-right: 0px;
2667
- }
2668
- .pl-8{
2669
- padding-left: 2rem;
2670
- }
2671
- .pt-2{
2672
- padding-top: 0.5rem;
2673
- }
2674
- .pl-0{
2675
- padding-left: 0px;
2676
- }
2677
- .pr-3{
2678
- padding-right: 0.75rem;
2679
- }
2680
- .pt-6{
2681
- padding-top: 1.5rem;
2682
- }
2683
- .pl-6{
2684
- padding-left: 1.5rem;
2685
- }
2686
- .pl-3{
2687
- padding-left: 0.75rem;
2688
- }
2689
- .text-left{
2690
- text-align: left;
2691
- }
2692
- .text-center{
2693
- text-align: center;
2694
- }
2695
- .text-right{
2696
- text-align: right;
2697
- }
2698
- .align-baseline{
2699
- vertical-align: baseline;
2700
- }
2701
- .align-top{
2702
- vertical-align: top;
2703
- }
2704
- .align-middle{
2705
- vertical-align: middle;
2706
- }
2707
- .font-mono{
2708
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
2709
- }
2710
- .text-lead{
2711
- font-size: 1.125rem;
2712
- font-size: var(--font-size-lead);
2713
- line-height: 1.333;
2714
- }
2715
- .text-sm{
2716
- font-size: 0.875rem;
2717
- line-height: 1.25rem;
2718
- }
2719
- .text-xs{
2720
- font-size: 0.75rem;
2721
- line-height: 1rem;
2722
- }
2723
- .text-base{
2724
- font-size: 1rem;
2725
- line-height: 1.5rem;
2726
- }
2727
- .text-copy{
2728
- font-size: 1rem;
2729
- font-size: var(--font-size-copy);
2730
- line-height: 1.5;
2731
- }
2732
- .text-heading{
2733
- font-size: 2rem;
2734
- font-size: var(--font-size-heading);
2735
- line-height: 1.25;
2736
- }
2737
- .text-\[0\.625rem\]{
2738
- font-size: 0.625rem;
2739
- }
2740
- .text-fine{
2741
- font-size: 0.75rem;
2742
- font-size: var(--font-size-fine);
2743
- line-height: 1.333;
2744
- }
2745
- .text-display{
2746
- font-size: 3rem;
2747
- font-size: var(--font-size-display);
2748
- line-height: 1.1;
2749
- }
2750
- .text-\[10px\]{
2751
- font-size: 10px;
2752
- }
2753
- .text-4xl{
2754
- font-size: 2.25rem;
2755
- line-height: 2.5rem;
2756
- }
2757
- .font-bold{
2758
- font-weight: 700;
2759
- }
2760
- .font-medium{
2761
- font-weight: 500;
2762
- }
2763
- .font-normal{
2764
- font-weight: 400;
2765
- }
2766
- .font-semibold{
2767
- font-weight: 600;
2768
- }
2769
- .leading-none{
2770
- line-height: 1;
2771
- }
2772
- .leading-\[3rem\]{
2773
- line-height: 3rem;
2774
- }
2775
- .leading-tight{
2776
- line-height: 1.25;
2777
- }
2778
- .text-primary\/50{
2779
- color: rgba(20, 20, 20, 0.5);
2780
- color: rgb(var(--color-primary) / 0.5);
2781
- }
2782
- .text-contrast{
2783
- --tw-text-opacity: 1;
2784
- color: rgba(250, 250, 249, var(--tw-text-opacity));
2785
- color: rgb(var(--color-contrast) / var(--tw-text-opacity));
2786
- }
2787
- .text-primary{
2788
- --tw-text-opacity: 1;
2789
- color: rgba(20, 20, 20, var(--tw-text-opacity));
2790
- color: rgb(var(--color-primary) / var(--tw-text-opacity));
2791
- }
2792
- .text-green-800{
2793
- --tw-text-opacity: 1;
2794
- color: rgba(22, 101, 52, var(--tw-text-opacity));
2795
- }
2796
- .text-notice{
2797
- --tw-text-opacity: 1;
2798
- color: rgba(191, 72, 0, var(--tw-text-opacity));
2799
- color: rgb(var(--color-accent) / var(--tw-text-opacity));
2800
- }
2801
- .text-black{
2802
- --tw-text-opacity: 1;
2803
- color: rgba(0, 0, 0, var(--tw-text-opacity));
2804
- }
2805
- .text-primary\/90{
2806
- color: rgba(20, 20, 20, 0.9);
2807
- color: rgb(var(--color-primary) / 0.9);
2808
- }
2809
- .text-contrast\/90{
2810
- color: rgba(250, 250, 249, 0.9);
2811
- color: rgb(var(--color-contrast) / 0.9);
2812
- }
2813
- .text-gray-600{
2814
- --tw-text-opacity: 1;
2815
- color: rgba(75, 85, 99, var(--tw-text-opacity));
2816
- }
2817
- .text-blue-500{
2818
- --tw-text-opacity: 1;
2819
- color: rgba(59, 130, 246, var(--tw-text-opacity));
2820
- }
2821
- .text-red-500{
2822
- --tw-text-opacity: 1;
2823
- color: rgba(239, 68, 68, var(--tw-text-opacity));
2824
- }
2825
- .text-gray-900{
2826
- --tw-text-opacity: 1;
2827
- color: rgba(17, 24, 39, var(--tw-text-opacity));
2828
- }
2829
- .text-red-900{
2830
- --tw-text-opacity: 1;
2831
- color: rgba(127, 29, 29, var(--tw-text-opacity));
2832
- }
2833
- .text-green-700{
2834
- --tw-text-opacity: 1;
2835
- color: rgba(21, 128, 61, var(--tw-text-opacity));
2836
- }
2837
- .underline{
2838
- text-decoration-line: underline;
2839
- }
2840
- .subpixel-antialiased{
2841
- -webkit-font-smoothing: auto;
2842
- -moz-osx-font-smoothing: auto;
2843
- }
2844
- .opacity-0{
2845
- opacity: 0;
2846
- }
2847
- .opacity-100{
2848
- opacity: 1;
2849
- }
2850
- .opacity-50{
2851
- opacity: 0.5;
2852
- }
2853
- .shadow-xl{
2854
- --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
2855
- --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
2856
- box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
2857
- box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
2858
- }
2859
- .shadow-darkHeader{
2860
- --tw-shadow: inset 0px -1px 0px 0px rgba(21, 21, 21, 0.4);
2861
- --tw-shadow-colored: inset 0px -1px 0px 0px var(--tw-shadow-color);
2862
- box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
2863
- box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
2864
- }
2865
- .shadow-lightHeader{
2866
- --tw-shadow: inset 0px -1px 0px 0px rgba(21, 21, 21, 0.05);
2867
- --tw-shadow-colored: inset 0px -1px 0px 0px var(--tw-shadow-color);
2868
- box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
2869
- box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
2870
- }
2871
- .ring{
2872
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2873
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2874
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
2875
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
2876
- }
2877
- .ring-white{
2878
- --tw-ring-opacity: 1;
2879
- --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
2880
- }
2881
- .filter{
2882
- filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2883
- }
2884
- .backdrop-blur-lg{
2885
- --tw-backdrop-blur: blur(16px);
2886
- -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
2887
- backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
2888
- }
2889
- .transition{
2890
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
2891
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
2892
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
2893
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2894
- transition-duration: 150ms;
2895
- }
2896
- .transition-all{
2897
- transition-property: all;
2898
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2899
- transition-duration: 150ms;
2900
- }
2901
- .transition-opacity{
2902
- transition-property: opacity;
2903
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2904
- transition-duration: 150ms;
2905
- }
2906
- .transition-\[max-height\]{
2907
- transition-property: max-height;
2908
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2909
- transition-duration: 150ms;
2910
- }
2911
- .transition-transform{
2912
- transition-property: transform;
2913
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2914
- transition-duration: 150ms;
2915
- }
2916
- .duration-300{
2917
- transition-duration: 300ms;
2918
- }
2919
- .duration-200{
2920
- transition-duration: 200ms;
2921
- }
2922
- .duration-150{
2923
- transition-duration: 150ms;
2924
- }
2925
- .ease-out{
2926
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
2927
- }
2928
- .ease-in{
2929
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2930
- }
2931
- .ease-in-out{
2932
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2933
- }
2934
- .fadeIn {
2935
- opacity: 0;
2936
- -webkit-animation: fadeInAnimation ease 500ms forwards;
2937
- animation: fadeInAnimation ease 500ms forwards;
2938
- }
2939
- .hiddenScroll {
2940
- scrollbar-width: none;
2941
- }
2942
- .hiddenScroll::-webkit-scrollbar {
2943
- display: none;
2944
- }
2945
- .strike {
2946
- position: relative;
2947
- }
2948
- .strike::before {
2949
- content: '';
2950
- display: block;
2951
- position: absolute;
2952
- width: 108%;
2953
- height: 1.5px;
2954
- left: -4%;
2955
- top: 50%;
2956
- transform: translateY(-50%);
2957
- background: rgb(20, 20, 20);
2958
- background: rgb(var(--color-primary));
2959
- box-shadow: 0.5px 0.5px 0px 0.5px rgb(250, 250, 249);
2960
- box-shadow: 0.5px 0.5px 0px 0.5px rgb(var(--color-contrast));
2961
- }
2962
- .card-image{
2963
- position: relative;
2964
- display: flex;
2965
- align-items: center;
2966
- justify-content: center;
2967
- overflow: clip;
2968
- border-radius: 0.25rem;
2969
- }
2970
- .card-image::before {
2971
- content: ' ';
2972
- position: absolute;
2973
- top: 0px;
2974
- left: 0px;
2975
- z-index: 10;
2976
- display: block;
2977
- height: 100%;
2978
- width: 100%;
2979
- border-radius: 0.25rem;
2980
- --tw-shadow: inset 0px 0px 0px 1px rgb(var(--color-primary) / 0.08);
2981
- --tw-shadow-colored: inset 0px 0px 0px 1px var(--tw-shadow-color);
2982
- box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
2983
- box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
2984
- }
2985
- .card-image img{
2986
- aspect-ratio: inherit;
2987
- width: 100%;
2988
- -o-object-fit: cover;
2989
- object-fit: cover;
2990
- }
2991
- /* Tokens */
2992
- :root {
2993
- --color-primary: 20 20 20; /* Text, buttons, etc. */
2994
- --color-contrast: 250 250 249; /* Backgrounds, borders, etc. */
2995
- --color-accent: 191 72 0; /* Labels like "On sale" */
2996
- --font-size-fine: 0.75rem; /* text-xs */
2997
- --font-size-copy: 1rem; /* text-base */
2998
- --font-size-lead: 1.125rem; /* text-lg */
2999
- --font-size-heading: 2rem; /* text-2xl */
3000
- --font-size-display: 3rem; /* text-4xl */
3001
- --color-shop-pay: #5a31f4;
3002
- --shop-pay-button--width: 100%; /* Sets the width for the shop-pay-button web component */
3003
- --height-nav: 3rem;
3004
- --screen-height: 100vh;
3005
- --screen-height-dynamic: 100vh;
3006
- }
3007
- @media (min-width: 32em) {
3008
- :root {
3009
- --height-nav: 4rem
3010
- }
3011
- }
3012
- @media (min-width: 48em) {
3013
- :root {
3014
- --height-nav: 6rem;
3015
- --font-size-heading: 2.25rem; /* text-4xl */
3016
- --font-size-display: 3.75rem /* text-6xl */
3017
- }
3018
- }
3019
- @supports (height: 100svh) {
3020
- :root {
3021
- --screen-height: 100svh
3022
- }
3023
- }
3024
- @supports (height: 100dvh) {
3025
- :root {
3026
- --screen-height-dynamic: 100dvh
3027
- }
3028
- }
3029
- @media (color-index: 48) {
3030
- :root {
3031
- --color-primary: 250 250 250;
3032
- --color-contrast: 32 33 36;
3033
- --color-accent: 235 86 40;
3034
- }
3035
- }
3036
- @media (color: 48842621) {
3037
- :root {
3038
- --color-primary: 250 250 250;
3039
- --color-contrast: 32 33 36;
3040
- --color-accent: 235 86 40;
3041
- }
3042
- }
3043
- @media (prefers-color-scheme: dark) {
3044
- :root {
3045
- --color-primary: 250 250 250;
3046
- --color-contrast: 32 33 36;
3047
- --color-accent: 235 86 40;
3048
- }
3049
- }
3050
- @-webkit-keyframes fadeInAnimation {
3051
- 0% {
3052
- opacity: 0;
3053
- }
3054
- 100% {
3055
- opacity: 1;
3056
- }
3057
- }
3058
- @keyframes fadeInAnimation {
3059
- 0% {
3060
- opacity: 0;
3061
- }
3062
- 100% {
3063
- opacity: 1;
3064
- }
3065
- }
3066
- shop-pay-button {
3067
- width: 100%;
3068
- height: 3rem;
3069
- display: table;
3070
- }
3071
- .placeholder\:text-inherit::-moz-placeholder{
3072
- color: inherit;
3073
- }
3074
- .placeholder\:text-inherit::placeholder{
3075
- color: inherit;
3076
- }
3077
- .placeholder\:text-primary\/50::-moz-placeholder{
3078
- color: rgba(20, 20, 20, 0.5);
3079
- color: rgb(var(--color-primary) / 0.5);
3080
- }
3081
- .placeholder\:text-primary\/50::placeholder{
3082
- color: rgba(20, 20, 20, 0.5);
3083
- color: rgb(var(--color-primary) / 0.5);
3084
- }
3085
- .placeholder\:opacity-20::-moz-placeholder{
3086
- opacity: 0.2;
3087
- }
3088
- .placeholder\:opacity-20::placeholder{
3089
- opacity: 0.2;
3090
- }
3091
- .last\:mb-0:last-child{
3092
- margin-bottom: 0px;
3093
- }
3094
- .hover\:text-primary:hover{
3095
- --tw-text-opacity: 1;
3096
- color: rgba(20, 20, 20, var(--tw-text-opacity));
3097
- color: rgb(var(--color-primary) / var(--tw-text-opacity));
3098
- }
3099
- .hover\:text-primary\/50:hover{
3100
- color: rgba(20, 20, 20, 0.5);
3101
- color: rgb(var(--color-primary) / 0.5);
3102
- }
3103
- .hover\:underline:hover{
3104
- text-decoration-line: underline;
3105
- }
3106
- .focus\:border-primary\/90:focus{
3107
- border-color: rgba(20, 20, 20, 0.9);
3108
- border-color: rgb(var(--color-primary) / 0.9);
3109
- }
3110
- .focus\:border-contrast\/20:focus{
3111
- border-color: rgba(250, 250, 249, 0.2);
3112
- border-color: rgb(var(--color-contrast) / 0.2);
3113
- }
3114
- .focus\:border-primary\/20:focus{
3115
- border-color: rgba(20, 20, 20, 0.2);
3116
- border-color: rgb(var(--color-primary) / 0.2);
3117
- }
3118
- .focus\:border-primary\/50:focus{
3119
- border-color: rgba(20, 20, 20, 0.5);
3120
- border-color: rgb(var(--color-primary) / 0.5);
3121
- }
3122
- .focus\:underline:focus{
3123
- text-decoration-line: underline;
3124
- }
3125
- .focus\:ring-0:focus{
3126
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
3127
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
3128
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
3129
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
3130
- }
3131
- .focus\:ring-transparent:focus{
3132
- --tw-ring-color: transparent;
3133
- }
3134
- .focus\:ring-primary\/5:focus{
3135
- --tw-ring-color: rgb(var(--color-primary) / 0.05);
3136
- }
3137
- .disabled\:text-primary\/10:disabled{
3138
- color: rgba(20, 20, 20, 0.1);
3139
- color: rgb(var(--color-primary) / 0.1);
3140
- }
3141
- @media (color-index: 48){
3142
-
3143
- .dark\:prose-invert{
3144
- --tw-prose-body: var(--tw-prose-invert-body);
3145
- --tw-prose-headings: var(--tw-prose-invert-headings);
3146
- --tw-prose-lead: var(--tw-prose-invert-lead);
3147
- --tw-prose-links: var(--tw-prose-invert-links);
3148
- --tw-prose-bold: var(--tw-prose-invert-bold);
3149
- --tw-prose-counters: var(--tw-prose-invert-counters);
3150
- --tw-prose-bullets: var(--tw-prose-invert-bullets);
3151
- --tw-prose-hr: var(--tw-prose-invert-hr);
3152
- --tw-prose-quotes: var(--tw-prose-invert-quotes);
3153
- --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
3154
- --tw-prose-captions: var(--tw-prose-invert-captions);
3155
- --tw-prose-code: var(--tw-prose-invert-code);
3156
- --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
3157
- --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
3158
- --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
3159
- --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
3160
- }
3161
-
3162
- .dark\:border-white{
3163
- --tw-border-opacity: 1;
3164
- border-color: rgba(255, 255, 255, var(--tw-border-opacity));
3165
- }
3166
-
3167
- .dark\:bg-contrast{
3168
- --tw-bg-opacity: 1;
3169
- background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
3170
- background-color: rgb(var(--color-contrast) / var(--tw-bg-opacity));
3171
- }
3172
-
3173
- .dark\:bg-contrast\/60{
3174
- background-color: rgba(250, 250, 249, 0.6);
3175
- background-color: rgb(var(--color-contrast) / 0.6);
3176
- }
3177
-
3178
- .dark\:bg-primary{
3179
- --tw-bg-opacity: 1;
3180
- background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
3181
- background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
3182
- }
3183
-
3184
- .dark\:bg-contrast\/10{
3185
- background-color: rgba(250, 250, 249, 0.1);
3186
- background-color: rgb(var(--color-contrast) / 0.1);
3187
- }
3188
-
3189
- .dark\:bg-transparent{
3190
- background-color: transparent;
3191
- }
3192
-
3193
- .dark\:from-contrast\/60{
3194
- --tw-gradient-from: rgb(var(--color-contrast) / 0.6);
3195
- --tw-gradient-to: rgb(var(--color-contrast) / 0);
3196
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
3197
- }
3198
-
3199
- .dark\:text-primary{
3200
- --tw-text-opacity: 1;
3201
- color: rgba(20, 20, 20, var(--tw-text-opacity));
3202
- color: rgb(var(--color-primary) / var(--tw-text-opacity));
3203
- }
3204
-
3205
- .dark\:text-contrast{
3206
- --tw-text-opacity: 1;
3207
- color: rgba(250, 250, 249, var(--tw-text-opacity));
3208
- color: rgb(var(--color-contrast) / var(--tw-text-opacity));
3209
- }
3210
-
3211
- .dark\:focus\:border-primary\/20:focus{
3212
- border-color: rgba(20, 20, 20, 0.2);
3213
- border-color: rgb(var(--color-primary) / 0.2);
3214
- }
3215
- }
3216
- @media (color: 48842621){
3217
-
3218
- .dark\:prose-invert{
3219
- --tw-prose-body: var(--tw-prose-invert-body);
3220
- --tw-prose-headings: var(--tw-prose-invert-headings);
3221
- --tw-prose-lead: var(--tw-prose-invert-lead);
3222
- --tw-prose-links: var(--tw-prose-invert-links);
3223
- --tw-prose-bold: var(--tw-prose-invert-bold);
3224
- --tw-prose-counters: var(--tw-prose-invert-counters);
3225
- --tw-prose-bullets: var(--tw-prose-invert-bullets);
3226
- --tw-prose-hr: var(--tw-prose-invert-hr);
3227
- --tw-prose-quotes: var(--tw-prose-invert-quotes);
3228
- --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
3229
- --tw-prose-captions: var(--tw-prose-invert-captions);
3230
- --tw-prose-code: var(--tw-prose-invert-code);
3231
- --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
3232
- --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
3233
- --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
3234
- --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
3235
- }
3236
-
3237
- .dark\:border-white{
3238
- --tw-border-opacity: 1;
3239
- border-color: rgba(255, 255, 255, var(--tw-border-opacity));
3240
- }
3241
-
3242
- .dark\:bg-contrast{
3243
- --tw-bg-opacity: 1;
3244
- background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
3245
- background-color: rgb(var(--color-contrast) / var(--tw-bg-opacity));
3246
- }
3247
-
3248
- .dark\:bg-contrast\/60{
3249
- background-color: rgba(250, 250, 249, 0.6);
3250
- background-color: rgb(var(--color-contrast) / 0.6);
3251
- }
3252
-
3253
- .dark\:bg-primary{
3254
- --tw-bg-opacity: 1;
3255
- background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
3256
- background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
3257
- }
3258
-
3259
- .dark\:bg-contrast\/10{
3260
- background-color: rgba(250, 250, 249, 0.1);
3261
- background-color: rgb(var(--color-contrast) / 0.1);
3262
- }
3263
-
3264
- .dark\:bg-transparent{
3265
- background-color: transparent;
3266
- }
3267
-
3268
- .dark\:from-contrast\/60{
3269
- --tw-gradient-from: rgb(var(--color-contrast) / 0.6);
3270
- --tw-gradient-to: rgb(var(--color-contrast) / 0);
3271
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
3272
- }
3273
-
3274
- .dark\:text-primary{
3275
- --tw-text-opacity: 1;
3276
- color: rgba(20, 20, 20, var(--tw-text-opacity));
3277
- color: rgb(var(--color-primary) / var(--tw-text-opacity));
3278
- }
3279
-
3280
- .dark\:text-contrast{
3281
- --tw-text-opacity: 1;
3282
- color: rgba(250, 250, 249, var(--tw-text-opacity));
3283
- color: rgb(var(--color-contrast) / var(--tw-text-opacity));
3284
- }
3285
-
3286
- .dark\:focus\:border-primary\/20:focus{
3287
- border-color: rgba(20, 20, 20, 0.2);
3288
- border-color: rgb(var(--color-primary) / 0.2);
3289
- }
3290
- }
3291
- @media (color-index: 48){
3292
-
3293
- .dark\:prose-invert{
3294
- --tw-prose-body: var(--tw-prose-invert-body);
3295
- --tw-prose-headings: var(--tw-prose-invert-headings);
3296
- --tw-prose-lead: var(--tw-prose-invert-lead);
3297
- --tw-prose-links: var(--tw-prose-invert-links);
3298
- --tw-prose-bold: var(--tw-prose-invert-bold);
3299
- --tw-prose-counters: var(--tw-prose-invert-counters);
3300
- --tw-prose-bullets: var(--tw-prose-invert-bullets);
3301
- --tw-prose-hr: var(--tw-prose-invert-hr);
3302
- --tw-prose-quotes: var(--tw-prose-invert-quotes);
3303
- --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
3304
- --tw-prose-captions: var(--tw-prose-invert-captions);
3305
- --tw-prose-code: var(--tw-prose-invert-code);
3306
- --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
3307
- --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
3308
- --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
3309
- --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
3310
- }
3311
-
3312
- .dark\:border-white{
3313
- --tw-border-opacity: 1;
3314
- border-color: rgba(255, 255, 255, var(--tw-border-opacity));
3315
- }
3316
-
3317
- .dark\:bg-contrast{
3318
- --tw-bg-opacity: 1;
3319
- background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
3320
- background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
3321
- background-color: rgb(var(--color-contrast) / var(--tw-bg-opacity));
3322
- }
3323
-
3324
- .dark\:bg-contrast\/60{
3325
- background-color: rgba(250, 250, 249, 0.6);
3326
- background-color: rgba(250, 250, 249, 0.6);
3327
- background-color: rgb(var(--color-contrast) / 0.6);
3328
- }
3329
-
3330
- .dark\:bg-primary{
3331
- --tw-bg-opacity: 1;
3332
- background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
3333
- background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
3334
- background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
3335
- }
3336
-
3337
- .dark\:bg-contrast\/10{
3338
- background-color: rgba(250, 250, 249, 0.1);
3339
- background-color: rgba(250, 250, 249, 0.1);
3340
- background-color: rgb(var(--color-contrast) / 0.1);
3341
- }
3342
-
3343
- .dark\:bg-transparent{
3344
- background-color: transparent;
3345
- }
3346
-
3347
- .dark\:from-contrast\/60{
3348
- --tw-gradient-from: rgb(var(--color-contrast) / 0.6);
3349
- --tw-gradient-to: rgb(var(--color-contrast) / 0);
3350
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
3351
- }
3352
-
3353
- .dark\:text-primary{
3354
- --tw-text-opacity: 1;
3355
- color: rgba(20, 20, 20, var(--tw-text-opacity));
3356
- color: rgba(20, 20, 20, var(--tw-text-opacity));
3357
- color: rgb(var(--color-primary) / var(--tw-text-opacity));
3358
- }
3359
-
3360
- .dark\:text-contrast{
3361
- --tw-text-opacity: 1;
3362
- color: rgba(250, 250, 249, var(--tw-text-opacity));
3363
- color: rgba(250, 250, 249, var(--tw-text-opacity));
3364
- color: rgb(var(--color-contrast) / var(--tw-text-opacity));
3365
- }
3366
-
3367
- .dark\:focus\:border-primary\/20:focus{
3368
- border-color: rgba(20, 20, 20, 0.2);
3369
- border-color: rgba(20, 20, 20, 0.2);
3370
- border-color: rgb(var(--color-primary) / 0.2);
3371
- }
3372
- }
3373
- @media (color: 48842621){
3374
-
3375
- .dark\:prose-invert{
3376
- --tw-prose-body: var(--tw-prose-invert-body);
3377
- --tw-prose-headings: var(--tw-prose-invert-headings);
3378
- --tw-prose-lead: var(--tw-prose-invert-lead);
3379
- --tw-prose-links: var(--tw-prose-invert-links);
3380
- --tw-prose-bold: var(--tw-prose-invert-bold);
3381
- --tw-prose-counters: var(--tw-prose-invert-counters);
3382
- --tw-prose-bullets: var(--tw-prose-invert-bullets);
3383
- --tw-prose-hr: var(--tw-prose-invert-hr);
3384
- --tw-prose-quotes: var(--tw-prose-invert-quotes);
3385
- --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
3386
- --tw-prose-captions: var(--tw-prose-invert-captions);
3387
- --tw-prose-code: var(--tw-prose-invert-code);
3388
- --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
3389
- --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
3390
- --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
3391
- --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
3392
- }
3393
-
3394
- .dark\:border-white{
3395
- --tw-border-opacity: 1;
3396
- border-color: rgba(255, 255, 255, var(--tw-border-opacity));
3397
- }
3398
-
3399
- .dark\:bg-contrast{
3400
- --tw-bg-opacity: 1;
3401
- background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
3402
- background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
3403
- background-color: rgb(var(--color-contrast) / var(--tw-bg-opacity));
3404
- }
3405
-
3406
- .dark\:bg-contrast\/60{
3407
- background-color: rgba(250, 250, 249, 0.6);
3408
- background-color: rgba(250, 250, 249, 0.6);
3409
- background-color: rgb(var(--color-contrast) / 0.6);
3410
- }
3411
-
3412
- .dark\:bg-primary{
3413
- --tw-bg-opacity: 1;
3414
- background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
3415
- background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
3416
- background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
3417
- }
3418
-
3419
- .dark\:bg-contrast\/10{
3420
- background-color: rgba(250, 250, 249, 0.1);
3421
- background-color: rgba(250, 250, 249, 0.1);
3422
- background-color: rgb(var(--color-contrast) / 0.1);
3423
- }
3424
-
3425
- .dark\:bg-transparent{
3426
- background-color: transparent;
3427
- }
3428
-
3429
- .dark\:from-contrast\/60{
3430
- --tw-gradient-from: rgb(var(--color-contrast) / 0.6);
3431
- --tw-gradient-to: rgb(var(--color-contrast) / 0);
3432
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
3433
- }
3434
-
3435
- .dark\:text-primary{
3436
- --tw-text-opacity: 1;
3437
- color: rgba(20, 20, 20, var(--tw-text-opacity));
3438
- color: rgba(20, 20, 20, var(--tw-text-opacity));
3439
- color: rgb(var(--color-primary) / var(--tw-text-opacity));
3440
- }
3441
-
3442
- .dark\:text-contrast{
3443
- --tw-text-opacity: 1;
3444
- color: rgba(250, 250, 249, var(--tw-text-opacity));
3445
- color: rgba(250, 250, 249, var(--tw-text-opacity));
3446
- color: rgb(var(--color-contrast) / var(--tw-text-opacity));
3447
- }
3448
-
3449
- .dark\:focus\:border-primary\/20:focus{
3450
- border-color: rgba(20, 20, 20, 0.2);
3451
- border-color: rgba(20, 20, 20, 0.2);
3452
- border-color: rgb(var(--color-primary) / 0.2);
3453
- }
3454
- }
3455
- @media (color-index: 48){
3456
-
3457
- .dark\:prose-invert{
3458
- --tw-prose-body: var(--tw-prose-invert-body);
3459
- --tw-prose-headings: var(--tw-prose-invert-headings);
3460
- --tw-prose-lead: var(--tw-prose-invert-lead);
3461
- --tw-prose-links: var(--tw-prose-invert-links);
3462
- --tw-prose-bold: var(--tw-prose-invert-bold);
3463
- --tw-prose-counters: var(--tw-prose-invert-counters);
3464
- --tw-prose-bullets: var(--tw-prose-invert-bullets);
3465
- --tw-prose-hr: var(--tw-prose-invert-hr);
3466
- --tw-prose-quotes: var(--tw-prose-invert-quotes);
3467
- --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
3468
- --tw-prose-captions: var(--tw-prose-invert-captions);
3469
- --tw-prose-code: var(--tw-prose-invert-code);
3470
- --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
3471
- --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
3472
- --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
3473
- --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
3474
- }
3475
-
3476
- .dark\:border-white{
3477
- --tw-border-opacity: 1;
3478
- border-color: rgba(255, 255, 255, var(--tw-border-opacity));
3479
- }
3480
-
3481
- .dark\:bg-contrast{
3482
- --tw-bg-opacity: 1;
3483
- background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
3484
- background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
3485
- background-color: rgb(var(--color-contrast) / var(--tw-bg-opacity));
3486
- }
3487
-
3488
- .dark\:bg-contrast\/60{
3489
- background-color: rgba(250, 250, 249, 0.6);
3490
- background-color: rgba(250, 250, 249, 0.6);
3491
- background-color: rgb(var(--color-contrast) / 0.6);
3492
- }
3493
-
3494
- .dark\:bg-primary{
3495
- --tw-bg-opacity: 1;
3496
- background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
3497
- background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
3498
- background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
3499
- }
3500
-
3501
- .dark\:bg-contrast\/10{
3502
- background-color: rgba(250, 250, 249, 0.1);
3503
- background-color: rgba(250, 250, 249, 0.1);
3504
- background-color: rgb(var(--color-contrast) / 0.1);
3505
- }
3506
-
3507
- .dark\:bg-transparent{
3508
- background-color: transparent;
3509
- }
3510
-
3511
- .dark\:from-contrast\/60{
3512
- --tw-gradient-from: rgb(var(--color-contrast) / 0.6);
3513
- --tw-gradient-to: rgb(var(--color-contrast) / 0);
3514
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
3515
- }
3516
-
3517
- .dark\:text-primary{
3518
- --tw-text-opacity: 1;
3519
- color: rgba(20, 20, 20, var(--tw-text-opacity));
3520
- color: rgba(20, 20, 20, var(--tw-text-opacity));
3521
- color: rgb(var(--color-primary) / var(--tw-text-opacity));
3522
- }
3523
-
3524
- .dark\:text-contrast{
3525
- --tw-text-opacity: 1;
3526
- color: rgba(250, 250, 249, var(--tw-text-opacity));
3527
- color: rgba(250, 250, 249, var(--tw-text-opacity));
3528
- color: rgb(var(--color-contrast) / var(--tw-text-opacity));
3529
- }
3530
-
3531
- .dark\:focus\:border-primary\/20:focus{
3532
- border-color: rgba(20, 20, 20, 0.2);
3533
- border-color: rgba(20, 20, 20, 0.2);
3534
- border-color: rgb(var(--color-primary) / 0.2);
3535
- }
3536
- }
3537
- @media (color: 48842621){
3538
-
3539
- .dark\:prose-invert{
3540
- --tw-prose-body: var(--tw-prose-invert-body);
3541
- --tw-prose-headings: var(--tw-prose-invert-headings);
3542
- --tw-prose-lead: var(--tw-prose-invert-lead);
3543
- --tw-prose-links: var(--tw-prose-invert-links);
3544
- --tw-prose-bold: var(--tw-prose-invert-bold);
3545
- --tw-prose-counters: var(--tw-prose-invert-counters);
3546
- --tw-prose-bullets: var(--tw-prose-invert-bullets);
3547
- --tw-prose-hr: var(--tw-prose-invert-hr);
3548
- --tw-prose-quotes: var(--tw-prose-invert-quotes);
3549
- --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
3550
- --tw-prose-captions: var(--tw-prose-invert-captions);
3551
- --tw-prose-code: var(--tw-prose-invert-code);
3552
- --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
3553
- --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
3554
- --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
3555
- --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
3556
- }
3557
-
3558
- .dark\:border-white{
3559
- --tw-border-opacity: 1;
3560
- border-color: rgba(255, 255, 255, var(--tw-border-opacity));
3561
- }
3562
-
3563
- .dark\:bg-contrast{
3564
- --tw-bg-opacity: 1;
3565
- background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
3566
- background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
3567
- background-color: rgb(var(--color-contrast) / var(--tw-bg-opacity));
3568
- }
3569
-
3570
- .dark\:bg-contrast\/60{
3571
- background-color: rgba(250, 250, 249, 0.6);
3572
- background-color: rgba(250, 250, 249, 0.6);
3573
- background-color: rgb(var(--color-contrast) / 0.6);
3574
- }
3575
-
3576
- .dark\:bg-primary{
3577
- --tw-bg-opacity: 1;
3578
- background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
3579
- background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
3580
- background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
3581
- }
3582
-
3583
- .dark\:bg-contrast\/10{
3584
- background-color: rgba(250, 250, 249, 0.1);
3585
- background-color: rgba(250, 250, 249, 0.1);
3586
- background-color: rgb(var(--color-contrast) / 0.1);
3587
- }
3588
-
3589
- .dark\:bg-transparent{
3590
- background-color: transparent;
3591
- }
3592
-
3593
- .dark\:from-contrast\/60{
3594
- --tw-gradient-from: rgb(var(--color-contrast) / 0.6);
3595
- --tw-gradient-to: rgb(var(--color-contrast) / 0);
3596
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
3597
- }
3598
-
3599
- .dark\:text-primary{
3600
- --tw-text-opacity: 1;
3601
- color: rgba(20, 20, 20, var(--tw-text-opacity));
3602
- color: rgba(20, 20, 20, var(--tw-text-opacity));
3603
- color: rgb(var(--color-primary) / var(--tw-text-opacity));
3604
- }
3605
-
3606
- .dark\:text-contrast{
3607
- --tw-text-opacity: 1;
3608
- color: rgba(250, 250, 249, var(--tw-text-opacity));
3609
- color: rgba(250, 250, 249, var(--tw-text-opacity));
3610
- color: rgb(var(--color-contrast) / var(--tw-text-opacity));
3611
- }
3612
-
3613
- .dark\:focus\:border-primary\/20:focus{
3614
- border-color: rgba(20, 20, 20, 0.2);
3615
- border-color: rgba(20, 20, 20, 0.2);
3616
- border-color: rgb(var(--color-primary) / 0.2);
3617
- }
3618
- }
3619
- @media (prefers-color-scheme: dark){
3620
-
3621
- .dark\:prose-invert{
3622
- --tw-prose-body: var(--tw-prose-invert-body);
3623
- --tw-prose-headings: var(--tw-prose-invert-headings);
3624
- --tw-prose-lead: var(--tw-prose-invert-lead);
3625
- --tw-prose-links: var(--tw-prose-invert-links);
3626
- --tw-prose-bold: var(--tw-prose-invert-bold);
3627
- --tw-prose-counters: var(--tw-prose-invert-counters);
3628
- --tw-prose-bullets: var(--tw-prose-invert-bullets);
3629
- --tw-prose-hr: var(--tw-prose-invert-hr);
3630
- --tw-prose-quotes: var(--tw-prose-invert-quotes);
3631
- --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
3632
- --tw-prose-captions: var(--tw-prose-invert-captions);
3633
- --tw-prose-code: var(--tw-prose-invert-code);
3634
- --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
3635
- --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
3636
- --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
3637
- --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
3638
- }
3639
-
3640
- .dark\:border-white{
3641
- --tw-border-opacity: 1;
3642
- border-color: rgba(255, 255, 255, var(--tw-border-opacity));
3643
- }
3644
-
3645
- .dark\:bg-contrast{
3646
- --tw-bg-opacity: 1;
3647
- background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
3648
- background-color: rgb(var(--color-contrast) / var(--tw-bg-opacity));
3649
- }
3650
-
3651
- .dark\:bg-contrast\/60{
3652
- background-color: rgba(250, 250, 249, 0.6);
3653
- background-color: rgb(var(--color-contrast) / 0.6);
3654
- }
3655
-
3656
- .dark\:bg-primary{
3657
- --tw-bg-opacity: 1;
3658
- background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
3659
- background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
3660
- }
3661
-
3662
- .dark\:bg-contrast\/10{
3663
- background-color: rgba(250, 250, 249, 0.1);
3664
- background-color: rgb(var(--color-contrast) / 0.1);
3665
- }
3666
-
3667
- .dark\:bg-transparent{
3668
- background-color: transparent;
3669
- }
3670
-
3671
- .dark\:from-contrast\/60{
3672
- --tw-gradient-from: rgb(var(--color-contrast) / 0.6);
3673
- --tw-gradient-to: rgb(var(--color-contrast) / 0);
3674
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
3675
- }
3676
-
3677
- .dark\:text-primary{
3678
- --tw-text-opacity: 1;
3679
- color: rgba(20, 20, 20, var(--tw-text-opacity));
3680
- color: rgb(var(--color-primary) / var(--tw-text-opacity));
3681
- }
3682
-
3683
- .dark\:text-contrast{
3684
- --tw-text-opacity: 1;
3685
- color: rgba(250, 250, 249, var(--tw-text-opacity));
3686
- color: rgb(var(--color-contrast) / var(--tw-text-opacity));
3687
- }
3688
-
3689
- .dark\:focus\:border-primary\/20:focus{
3690
- border-color: rgba(20, 20, 20, 0.2);
3691
- border-color: rgb(var(--color-primary) / 0.2);
3692
- }
3693
- }
3694
- @media (min-width: 32em){
3695
-
3696
- .sm\:bottom-auto{
3697
- bottom: auto;
3698
- }
3699
-
3700
- .sm\:my-12{
3701
- margin-top: 3rem;
3702
- margin-bottom: 3rem;
3703
- }
3704
-
3705
- .sm\:block{
3706
- display: block;
3707
- }
3708
-
3709
- .sm\:flex{
3710
- display: flex;
3711
- }
3712
-
3713
- .sm\:table-cell{
3714
- display: table-cell;
3715
- }
3716
-
3717
- .sm\:hidden{
3718
- display: none;
3719
- }
3720
-
3721
- .sm\:aspect-square{
3722
- aspect-ratio: 1 / 1;
3723
- }
3724
-
3725
- .sm\:w-full{
3726
- width: 100%;
3727
- }
3728
-
3729
- .sm\:w-auto{
3730
- width: auto;
3731
- }
3732
-
3733
- .sm\:max-w-sm{
3734
- max-width: 24rem;
3735
- }
3736
-
3737
- .sm\:max-w-none{
3738
- max-width: none;
3739
- }
3740
-
3741
- .sm\:flex-none{
3742
- flex: none;
3743
- }
3744
-
3745
- .sm\:grid-cols-2{
3746
- grid-template-columns: repeat(2, minmax(0, 1fr));
3747
- }
3748
-
3749
- .sm\:grid-cols-3{
3750
- grid-template-columns: repeat(3, minmax(0, 1fr));
3751
- }
3752
-
3753
- .sm\:grid-cols-1{
3754
- grid-template-columns: repeat(1, minmax(0, 1fr));
3755
- }
3756
-
3757
- .sm\:gap-6{
3758
- gap: 1.5rem;
3759
- }
3760
-
3761
- .sm\:divide-y > :not([hidden]) ~ :not([hidden]){
3762
- --tw-divide-y-reverse: 0;
3763
- border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
3764
- border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
3765
- border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
3766
- }
3767
-
3768
- .sm\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
3769
- --tw-divide-opacity: 1;
3770
- border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
3771
- }
3772
-
3773
- .sm\:p-0{
3774
- padding: 0px;
3775
- }
3776
-
3777
- .sm\:p-6{
3778
- padding: 1.5rem;
3779
- }
3780
-
3781
- .sm\:px-8{
3782
- padding-left: 2rem;
3783
- padding-right: 2rem;
3784
- }
3785
-
3786
- .sm\:px-12{
3787
- padding-left: 3rem;
3788
- padding-right: 3rem;
3789
- }
3790
-
3791
- .sm\:py-8{
3792
- padding-top: 2rem;
3793
- padding-bottom: 2rem;
3794
- }
3795
-
3796
- .sm\:align-middle{
3797
- vertical-align: middle;
3798
- }
3799
- }
3800
- @media (min-width: 48em){
3801
-
3802
- .md\:sticky{
3803
- position: sticky;
3804
- }
3805
-
3806
- .md\:top-nav{
3807
- top: 3rem;
3808
- top: var(--height-nav);
3809
- }
3810
-
3811
- .md\:col-span-2{
3812
- grid-column: span 2 / span 2;
3813
- }
3814
-
3815
- .md\:col-span-1{
3816
- grid-column: span 1 / span 1;
3817
- }
3818
-
3819
- .md\:col-span-3{
3820
- grid-column: span 3 / span 3;
3821
- }
3822
-
3823
- .md\:mx-auto{
3824
- margin-left: auto;
3825
- margin-right: auto;
3826
- }
3827
-
3828
- .md\:my-8{
3829
- margin-top: 2rem;
3830
- margin-bottom: 2rem;
3831
- }
3832
-
3833
- .md\:ml-auto{
3834
- margin-left: auto;
3835
- }
3836
-
3837
- .md\:mt-16{
3838
- margin-top: 4rem;
3839
- }
3840
-
3841
- .md\:-mb-nav{
3842
- margin-bottom: calc(3rem * -1);
3843
- margin-bottom: calc(var(--height-nav) * -1);
3844
- }
3845
-
3846
- .md\:block{
3847
- display: block;
3848
- }
3849
-
3850
- .md\:inline-block{
3851
- display: inline-block;
3852
- }
3853
-
3854
- .md\:table-cell{
3855
- display: table-cell;
3856
- }
3857
-
3858
- .md\:hidden{
3859
- display: none;
3860
- }
3861
-
3862
- .md\:aspect-\[5\/4\]{
3863
- aspect-ratio: 5/4;
3864
- }
3865
-
3866
- .md\:aspect-\[4\/5\]{
3867
- aspect-ratio: 4/5;
3868
- }
3869
-
3870
- .md\:h-28{
3871
- height: 7rem;
3872
- }
3873
-
3874
- .md\:h-screen{
3875
- height: 100vh;
3876
- height: var(--screen-height, 100vh);
3877
- }
3878
-
3879
- .md\:max-h-fit{
3880
- max-height: -webkit-fit-content;
3881
- max-height: -moz-fit-content;
3882
- max-height: fit-content;
3883
- }
3884
-
3885
- .md\:max-h-full{
3886
- max-height: 100%;
3887
- }
3888
-
3889
- .md\:w-28{
3890
- width: 7rem;
3891
- }
3892
-
3893
- .md\:w-full{
3894
- width: 100%;
3895
- }
3896
-
3897
- .md\:w-\[240px\]{
3898
- width: 240px;
3899
- }
3900
-
3901
- .md\:w-\[0px\]{
3902
- width: 0px;
3903
- }
3904
-
3905
- .md\:w-5\/12{
3906
- width: 41.666667%;
3907
- }
3908
-
3909
- .md\:w-7\/12{
3910
- width: 58.333333%;
3911
- }
3912
-
3913
- .md\:min-w-\[240px\]{
3914
- min-width: 240px;
3915
- }
3916
-
3917
- .md\:min-w-\[0px\]{
3918
- min-width: 0px;
3919
- }
3920
-
3921
- .md\:max-w-\[335px\]{
3922
- max-width: 335px;
3923
- }
3924
-
3925
- .md\:max-w-sm{
3926
- max-width: 24rem;
3927
- }
3928
-
3929
- .md\:translate-y-4{
3930
- --tw-translate-y: 1rem;
3931
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
3932
- }
3933
-
3934
- .md\:-translate-y-nav{
3935
- --tw-translate-y: calc(var(--height-nav) * -1);
3936
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
3937
- }
3938
-
3939
- .md\:cursor-default{
3940
- cursor: default;
3941
- }
3942
-
3943
- .md\:scroll-px-8{
3944
- scroll-padding-left: 2rem;
3945
- scroll-padding-right: 2rem;
3946
- }
3947
-
3948
- .md\:grid-flow-row{
3949
- grid-auto-flow: row;
3950
- }
3951
-
3952
- .md\:grid-cols-3{
3953
- grid-template-columns: repeat(3, minmax(0, 1fr));
3954
- }
3955
-
3956
- .md\:grid-cols-2{
3957
- grid-template-columns: repeat(2, minmax(0, 1fr));
3958
- }
3959
-
3960
- .md\:grid-cols-4{
3961
- grid-template-columns: repeat(4, minmax(0, 1fr));
3962
- }
3963
-
3964
- .md\:flex-row{
3965
- flex-direction: row;
3966
- }
3967
-
3968
- .md\:items-start{
3969
- align-items: flex-start;
3970
- }
3971
-
3972
- .md\:justify-items-center{
3973
- justify-items: center;
3974
- }
3975
-
3976
- .md\:gap-8{
3977
- gap: 2rem;
3978
- }
3979
-
3980
- .md\:gap-10{
3981
- gap: 2.5rem;
3982
- }
3983
-
3984
- .md\:gap-12{
3985
- gap: 3rem;
3986
- }
3987
-
3988
- .md\:gap-4{
3989
- gap: 1rem;
3990
- }
3991
-
3992
- .md\:gap-6{
3993
- gap: 1.5rem;
3994
- }
3995
-
3996
- .md\:gap-16{
3997
- gap: 4rem;
3998
- }
3999
-
4000
- .md\:overflow-x-auto{
4001
- overflow-x: auto;
4002
- }
4003
-
4004
- .md\:overflow-y-scroll{
4005
- overflow-y: scroll;
4006
- }
4007
-
4008
- .md\:rounded-t{
4009
- border-top-left-radius: 0.25rem;
4010
- border-top-right-radius: 0.25rem;
4011
- }
4012
-
4013
- .md\:rounded-b-none{
4014
- border-bottom-right-radius: 0px;
4015
- border-bottom-left-radius: 0px;
4016
- }
4017
-
4018
- .md\:rounded-b{
4019
- border-bottom-right-radius: 0.25rem;
4020
- border-bottom-left-radius: 0.25rem;
4021
- }
4022
-
4023
- .md\:rounded-t-none{
4024
- border-top-left-radius: 0px;
4025
- border-top-right-radius: 0px;
4026
- }
4027
-
4028
- .md\:border-t-0{
4029
- border-top-width: 0px;
4030
- }
4031
-
4032
- .md\:border-b{
4033
- border-bottom-width: 1px;
4034
- }
4035
-
4036
- .md\:p-8{
4037
- padding: 2rem;
4038
- }
4039
-
4040
- .md\:p-6{
4041
- padding: 1.5rem;
4042
- }
4043
-
4044
- .md\:p-0{
4045
- padding: 0px;
4046
- }
4047
-
4048
- .md\:px-12{
4049
- padding-left: 3rem;
4050
- padding-right: 3rem;
4051
- }
4052
-
4053
- .md\:px-6{
4054
- padding-left: 1.5rem;
4055
- padding-right: 1.5rem;
4056
- }
4057
-
4058
- .md\:px-8{
4059
- padding-left: 2rem;
4060
- padding-right: 2rem;
4061
- }
4062
-
4063
- .md\:py-8{
4064
- padding-top: 2rem;
4065
- padding-bottom: 2rem;
4066
- }
4067
-
4068
- .md\:px-0{
4069
- padding-left: 0px;
4070
- padding-right: 0px;
4071
- }
4072
-
4073
- .md\:pb-12{
4074
- padding-bottom: 3rem;
4075
- }
4076
-
4077
- .md\:pb-8{
4078
- padding-bottom: 2rem;
4079
- }
4080
-
4081
- .md\:pr-8{
4082
- padding-right: 2rem;
4083
- }
4084
-
4085
- .md\:pt-8{
4086
- padding-top: 2rem;
4087
- }
4088
-
4089
- .md\:pb-4{
4090
- padding-bottom: 1rem;
4091
- }
4092
-
4093
- .md\:pt-nav{
4094
- padding-top: 3rem;
4095
- padding-top: var(--height-nav);
4096
- }
4097
-
4098
- .md\:pl-0{
4099
- padding-left: 0px;
4100
- }
4101
-
4102
- .md\:pr-3{
4103
- padding-right: 0.75rem;
4104
- }
4105
-
4106
- .md\:text-center{
4107
- text-align: center;
4108
- }
4109
-
4110
- .md\:leading-\[4rem\]{
4111
- line-height: 4rem;
4112
- }
4113
- }
4114
- @media (min-width: 64em){
4115
-
4116
- .lg\:col-span-2{
4117
- grid-column: span 2 / span 2;
4118
- }
4119
-
4120
- .lg\:flex{
4121
- display: flex;
4122
- }
4123
-
4124
- .lg\:hidden{
4125
- display: none;
4126
- }
4127
-
4128
- .lg\:aspect-\[3\/2\]{
4129
- aspect-ratio: 3/2;
4130
- }
4131
-
4132
- .lg\:scroll-px-12{
4133
- scroll-padding-left: 3rem;
4134
- scroll-padding-right: 3rem;
4135
- }
4136
-
4137
- .lg\:grid-cols-4{
4138
- grid-template-columns: repeat(4, minmax(0, 1fr));
4139
- }
4140
-
4141
- .lg\:grid-cols-3{
4142
- grid-template-columns: repeat(3, minmax(0, 1fr));
4143
- }
4144
-
4145
- .lg\:gap-12{
4146
- gap: 3rem;
4147
- }
4148
-
4149
- .lg\:gap-6{
4150
- gap: 1.5rem;
4151
- }
4152
-
4153
- .lg\:gap-20{
4154
- gap: 5rem;
4155
- }
4156
-
4157
- .lg\:p-12{
4158
- padding: 3rem;
4159
- }
4160
-
4161
- .lg\:p-8{
4162
- padding: 2rem;
4163
- }
4164
-
4165
- .lg\:px-12{
4166
- padding-left: 3rem;
4167
- padding-right: 3rem;
4168
- }
4169
-
4170
- .lg\:py-12{
4171
- padding-top: 3rem;
4172
- padding-bottom: 3rem;
4173
- }
4174
-
4175
- .lg\:py-6{
4176
- padding-top: 1.5rem;
4177
- padding-bottom: 1.5rem;
4178
- }
4179
-
4180
- .lg\:pt-12{
4181
- padding-top: 3rem;
4182
- }
4183
-
4184
- .lg\:pb-8{
4185
- padding-bottom: 2rem;
4186
- }
4187
-
4188
- .lg\:text-right{
4189
- text-align: right;
4190
- }
4191
- }
4192
- @media (min-width: 80em){
4193
-
4194
- .xl\:aspect-\[2\/1\]{
4195
- aspect-ratio: 2/1;
4196
- }
4197
- }
4198
- @media (max-width: 48em){
4199
-
4200
- .sm-max\:pt-2{
4201
- padding-top: 0.5rem;
4202
- }
4203
- }