@ably/ui 8.6.0 → 8.7.0-dev.05d9441

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 (173) hide show
  1. package/README.md +23 -12
  2. package/core/Code/component.css +5 -3
  3. package/core/Code/component.js +1 -1
  4. package/core/Code.jsx +373 -7273
  5. package/core/CompanyAutocomplete/component.js +1 -1
  6. package/core/ConnectStateWrapper/component.js +1 -1
  7. package/core/ConnectStateWrapper.jsx +16 -7
  8. package/core/ContactFooter/component.js +1 -1
  9. package/core/ContactFooter.jsx +20 -126
  10. package/core/CookieMessage/component.js +1 -1
  11. package/core/CookieMessage.jsx +24 -296
  12. package/core/CustomerLogos/component.js +1 -1
  13. package/core/CustomerLogos.jsx +18 -120
  14. package/core/DropdownMenu/component.js +1 -0
  15. package/core/DropdownMenu.jsx +313 -0
  16. package/core/FeatureFooter/component.js +1 -1
  17. package/core/FeaturedLink/component.css +1 -1
  18. package/core/FeaturedLink/component.js +1 -1
  19. package/core/FeaturedLink.jsx +15 -121
  20. package/core/Flash/component.js +1 -1
  21. package/core/Flash.jsx +157 -1538
  22. package/core/Footer/component.css +23 -3
  23. package/core/Footer/component.js +1 -1
  24. package/core/Footer.jsx +175 -195
  25. package/core/Icon/component.js +1 -1
  26. package/core/Icon.jsx +12 -117
  27. package/core/Loader/component.js +1 -1
  28. package/core/Loader.jsx +12 -117
  29. package/core/Logo/component.js +1 -1
  30. package/core/Logo.jsx +38 -228
  31. package/core/Meganav/component.css +7 -9
  32. package/core/Meganav/component.js +1 -2
  33. package/core/Meganav/component.json +2 -2
  34. package/core/Meganav.jsx +2233 -9543
  35. package/core/MeganavBlogPostsList/component.js +1 -1
  36. package/core/MeganavBlogPostsList.jsx +18 -125
  37. package/core/MeganavContentCompany/component.js +1 -1
  38. package/core/MeganavContentCompany.jsx +60 -141
  39. package/core/MeganavContentDevelopers/component.js +1 -1
  40. package/core/MeganavContentDevelopers.jsx +66 -135
  41. package/core/{MeganavContentPlatform → MeganavContentProducts}/component.js +1 -1
  42. package/core/{MeganavContentPlatform.jsx → MeganavContentProducts.jsx} +40 -171
  43. package/core/MeganavContentUseCases/component.js +1 -1
  44. package/core/MeganavContentUseCases.jsx +75 -161
  45. package/core/MeganavControl/component.js +1 -1
  46. package/core/MeganavControl.jsx +15 -121
  47. package/core/MeganavControlMobileDropdown/component.js +1 -1
  48. package/core/MeganavControlMobileDropdown.jsx +16 -122
  49. package/core/MeganavControlMobilePanelClose/component.js +1 -1
  50. package/core/MeganavControlMobilePanelClose.jsx +15 -121
  51. package/core/MeganavControlMobilePanelOpen/component.js +1 -1
  52. package/core/MeganavControlMobilePanelOpen.jsx +15 -121
  53. package/core/MeganavItemsDesktop/component.js +1 -1
  54. package/core/MeganavItemsDesktop.jsx +22 -130
  55. package/core/MeganavItemsMobile/component.js +1 -1
  56. package/core/MeganavItemsMobile.jsx +44 -158
  57. package/core/MeganavItemsSignedIn/component.js +1 -1
  58. package/core/MeganavItemsSignedIn.jsx +38 -151
  59. package/core/MeganavSearch/component.js +1 -1
  60. package/core/MeganavSearch.jsx +28 -138
  61. package/core/MeganavSearchAutocomplete/component.js +1 -2
  62. package/core/MeganavSearchAutocomplete.jsx +4 -4
  63. package/core/MeganavSearchPanel/component.js +1 -1
  64. package/core/MeganavSearchPanel.jsx +24 -133
  65. package/core/MeganavSearchSuggestions/component.js +1 -1
  66. package/core/MeganavSearchSuggestions.jsx +18 -125
  67. package/core/Notice/component.js +1 -2
  68. package/core/Notice.jsx +195 -2196
  69. package/core/Showcase/component.js +1 -1
  70. package/core/Showcase.jsx +1 -1
  71. package/core/SignOutLink/component.js +1 -1
  72. package/core/SignOutLink.jsx +12 -117
  73. package/core/Slider/component.js +1 -1
  74. package/core/Slider.jsx +31 -588
  75. package/core/Uptime/component.js +1 -1
  76. package/core/Uptime.jsx +24 -127
  77. package/core/fonts/jetBrains-mono.css +3 -0
  78. package/core/fonts/manrope.css +3 -0
  79. package/core/images/ably-logo.png +0 -0
  80. package/core/images/best-support-2023.svg +1 -0
  81. package/core/images/fastest-implementation-2023.svg +1 -0
  82. package/core/images/high-performer-2022.png +0 -0
  83. package/core/images/high-performer-2023.svg +1 -0
  84. package/core/images/highest-user-adoption-2022.png +0 -0
  85. package/core/images/highest-user-adoption-2023.svg +1 -0
  86. package/core/images/users-love-us-2022.png +0 -0
  87. package/core/scripts.js +1 -1
  88. package/core/sprites.svg +150 -1
  89. package/core/styles.css +228 -106
  90. package/package.json +6 -6
  91. package/reset/scripts.js +1 -1
  92. package/reset/styles.css +1 -11
  93. package/src/core/Code/component.css +1 -67
  94. package/src/core/Code/component.js +11 -46
  95. package/src/core/Code/component.jsx +7 -3
  96. package/src/core/CustomerLogos/component.html.erb +2 -2
  97. package/src/core/CustomerLogos/component.jsx +3 -2
  98. package/src/core/CustomerLogos/component.rb +2 -1
  99. package/src/core/DropdownMenu/component.jsx +112 -0
  100. package/src/core/FeatureFooter/component.html.erb +4 -4
  101. package/src/core/FeaturedLink/component.css +1 -1
  102. package/src/core/Flash/component.jsx +42 -18
  103. package/src/core/Footer/component.css +23 -3
  104. package/src/core/Footer/component.html.erb +122 -65
  105. package/src/core/Footer/component.jsx +130 -63
  106. package/src/core/Logo/component.html.erb +2 -27
  107. package/src/core/Logo/component.jsx +7 -40
  108. package/src/core/Logo/component.rb +15 -6
  109. package/src/core/Meganav/component.css +7 -7
  110. package/src/core/Meganav/component.html.erb +1 -1
  111. package/src/core/Meganav/component.json +2 -2
  112. package/src/core/Meganav/component.jsx +3 -3
  113. package/src/core/Meganav/component.rb +7 -6
  114. package/src/core/MeganavContentCompany/component.html.erb +9 -0
  115. package/src/core/MeganavContentCompany/component.jsx +9 -0
  116. package/src/core/MeganavContentDevelopers/component.html.erb +36 -11
  117. package/src/core/MeganavContentDevelopers/component.jsx +38 -10
  118. package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.html.erb +16 -34
  119. package/src/core/MeganavContentProducts/component.js +0 -0
  120. package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.jsx +19 -40
  121. package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.rb +1 -1
  122. package/src/core/MeganavContentUseCases/component.html.erb +48 -35
  123. package/src/core/MeganavContentUseCases/component.jsx +47 -35
  124. package/src/core/MeganavItemsDesktop/component.jsx +1 -1
  125. package/src/core/MeganavItemsDesktop/component.rb +1 -1
  126. package/src/core/MeganavSearchSuggestions/component.html.erb +1 -1
  127. package/src/core/Notice/component.html.erb +2 -2
  128. package/src/core/Notice/component.jsx +2 -2
  129. package/src/core/core.rb +16 -4
  130. package/src/core/fonts/jetBrains-mono.css +3 -0
  131. package/src/core/fonts/manrope.css +3 -0
  132. package/src/core/icons/github.svg +1 -1
  133. package/src/core/icons/google.svg +3 -0
  134. package/src/core/icons/icon-display-asset-tracking-col.svg +18 -0
  135. package/src/core/icons/icon-display-chat-col.svg +4 -0
  136. package/src/core/icons/icon-display-data-broadcast-col.svg +26 -0
  137. package/src/core/icons/icon-display-data-synchronization-col.svg +14 -0
  138. package/src/core/icons/icon-display-events-col.svg +13 -0
  139. package/src/core/icons/icon-display-examples-col.svg +11 -0
  140. package/src/core/icons/icon-display-integrations-col.svg +8 -0
  141. package/src/core/icons/icon-display-kafka-at-the-edge-col.svg +8 -0
  142. package/src/core/icons/icon-display-push-notifications-col.svg +6 -0
  143. package/src/core/icons/icon-gui-check-circled-fill-black.svg +4 -0
  144. package/src/core/icons/icon-gui-filter-flow-step-1.svg +5 -0
  145. package/src/core/icons/icon-gui-filter-flow-step-2.svg +5 -0
  146. package/src/core/icons/icon-gui-filter-flow-step-3.svg +5 -0
  147. package/src/core/icons/icon-gui-link.svg +4 -0
  148. package/src/core/icons/icon-gui-resources.svg +3 -0
  149. package/src/core/icons/icon-multi-user-spaces-col.svg +13 -0
  150. package/src/core/icons/icon-social-x.svg +3 -0
  151. package/src/core/icons/icon-tech-apachekafka.svg +3 -0
  152. package/src/core/icons/stackoverflow.svg +3 -0
  153. package/src/core/icons/youtube.svg +11 -0
  154. package/src/core/images/ably-logo.png +0 -0
  155. package/src/core/images/best-support-2023.svg +1 -0
  156. package/src/core/images/fastest-implementation-2023.svg +1 -0
  157. package/src/core/images/high-performer-2022.png +0 -0
  158. package/src/core/images/high-performer-2023.svg +1 -0
  159. package/src/core/images/highest-user-adoption-2022.png +0 -0
  160. package/src/core/images/highest-user-adoption-2023.svg +1 -0
  161. package/src/core/images/users-love-us-2022.png +0 -0
  162. package/src/core/styles/buttons.css +5 -5
  163. package/src/core/styles/forms.css +5 -5
  164. package/src/core/styles/properties.css +155 -45
  165. package/src/core/styles/text.css +63 -45
  166. package/src/core/utils/syntax-highlighter-registry.js +63 -0
  167. package/src/core/utils/syntax-highlighter.css +71 -0
  168. package/src/core/utils/syntax-highlighter.js +103 -0
  169. package/tailwind.config.js +144 -49
  170. package/core/Meganav/component.js.LICENSE.txt +0 -7
  171. package/core/MeganavSearchAutocomplete/component.js.LICENSE.txt +0 -7
  172. package/core/Notice/component.js.LICENSE.txt +0 -9
  173. /package/src/core/{MeganavContentPlatform → DropdownMenu}/component.js +0 -0
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 94 122"><path fill="#fff" d="M8.1 89.9 47.6 110l38-20.1V11.3H8.1z"/><path fill="#f2f3f2" d="M86.4 11.6 7.3 91.3l41 20.3 38.1-19.5z"/><path fill="#dcdedc" d="M5.5 37.5v54.1l1.4.7 39.5 20.1 1.2.6 1.2-.6 38.1-20.1 1.4-.7V8.7H5.5v28.8zm2.6 52.6V11.3h77.6v78.8l-38.1 20.1L8.1 90.1z"/><path fill="#ff492c" d="M46.9 12.6c.4 0 .8 0 1.2.1L46.9 15c-1.8-.1-3.4 1.3-3.5 3.1-.1 1.8 1.3 3.4 3.1 3.5h.4c.8 0 1.6-.3 2.2-.8l1.3 2.2c-1 .7-2.2 1.1-3.5 1.1-3.2.1-5.9-2.3-6-5.5-.1-3.2 2.3-5.9 5.5-6h.5zm4.1 4.9 1.5 2.5-1.5 2.4-1.4-2.4h-2.9l1.5-2.5H51zm-2.4-.9c0-.4.1-.8.3-1.1.2-.3.6-.6.9-.8l.2-.1c.4-.2.5-.3.5-.5s-.3-.4-.5-.4c-.4 0-.7.2-.9.6l-.5-.5c.1-.2.3-.4.5-.6.3-.2.6-.2.9-.2.3 0 .7.1.9.3.2.2.4.5.4.8 0 .5-.3.9-.9 1.1l-.3.2c-.3.2-.5.3-.6.6h1.8v.7l-2.7-.1zm-1.7 12.5 9.5-5.4v-15H37.3v14.9l9.6 5.5z"/><path fill="#2690ce" d="M90.2 64.5H3.6l-3.2 7 3.2 7h86.6l3.1-7z"/><path fill="#252530" d="M12.28 60q-.05 0-.08-.04-.04-.03-.04-.08v-6.76q0-.05.04-.08.03-.04.08-.04h1.17q.05 0 .09.04.03.03.03.08v6.76q0 .05-.03.08-.04.04-.09.04h-1.17Zm8.12-5.22q.78 0 1.22.47.44.47.44 1.32v3.31q0 .05-.04.08-.03.04-.08.04h-1.17q-.05 0-.09-.04-.03-.03-.03-.08v-3q0-.41-.21-.65-.21-.24-.56-.24-.35 0-.57.24-.22.24-.22.64v3.01q0 .05-.04.08-.03.04-.08.04h-1.16q-.05 0-.09-.04-.03-.03-.03-.08v-3q0-.4-.22-.65-.22-.24-.57-.24-.32 0-.54.19-.21.19-.25.53v3.17q0 .05-.03.08-.04.04-.09.04h-1.17q-.05 0-.08-.04-.04-.03-.04-.08v-4.9q0-.05.04-.09.03-.03.08-.03h1.17q.05 0 .09.03.03.04.03.09v.39q0 .03.02.04.02.01.04-.02.41-.61 1.27-.61.5 0 .87.21.38.21.58.6.03.06.07 0 .22-.41.59-.61.38-.2.85-.2Zm7.24 1.46q.18.51.18 1.2t-.19 1.25q-.23.64-.72 1.02-.5.37-1.23.37-.72 0-1.12-.5-.02-.03-.04-.02-.02.01-.02.04v2.14q0 .05-.03.08-.04.04-.09.04h-1.17q-.05 0-.08-.04-.04-.03-.04-.08v-6.76q0-.05.04-.09.03-.03.08-.03h1.17q.05 0 .09.03.03.04.03.09v.33q0 .03.02.03.02.01.04-.01.42-.55 1.16-.55.69 0 1.2.39.5.38.72 1.07Zm-1.53 2.24q.25-.39.25-1.06 0-.63-.21-1-.23-.43-.74-.43-.46 0-.69.43-.21.36-.21 1.01 0 .67.22 1.04.23.4.68.4.45 0 .7-.39ZM28.85 60q-.05 0-.09-.04-.03-.03-.03-.08v-6.76q0-.05.03-.08.04-.04.09-.04h1.17q.05 0 .08.04.04.03.04.08v6.76q0 .05-.04.08-.03.04-.08.04h-1.17Zm6.87-3.1q.06.38.04.85-.01.12-.13.12h-3.09q-.06 0-.04.05.03.2.11.4.26.56 1.06.56.64-.01 1.01-.52.04-.06.09-.06.03 0 .07.04l.72.71q.05.05.05.09 0 .02-.04.08-.33.41-.85.64-.52.22-1.14.22-.86 0-1.45-.39-.6-.39-.86-1.09-.21-.5-.21-1.31 0-.55.15-.97.23-.71.8-1.13.58-.42 1.37-.42 1 0 1.61.58.6.58.73 1.55Zm-2.33-.91q-.63 0-.83.59-.04.13-.07.32 0 .05.05.05h1.73q.06 0 .04-.05-.05-.29-.05-.28-.09-.3-.31-.47-.23-.16-.56-.16Zm8.94-1.21q.78 0 1.22.47.44.47.44 1.32v3.31q0 .05-.03.08-.04.04-.09.04H42.7q-.05 0-.08-.04-.04-.03-.04-.08v-3q0-.41-.21-.65-.21-.24-.56-.24-.35 0-.57.24-.22.24-.22.64v3.01q0 .05-.03.08-.04.04-.09.04h-1.16q-.05 0-.08-.04-.04-.03-.04-.08v-3q0-.4-.22-.65-.22-.24-.57-.24-.32 0-.53.19-.22.19-.26.53v3.17q0 .05-.03.08-.04.04-.09.04h-1.17q-.05 0-.08-.04-.04-.03-.04-.08v-4.9q0-.05.04-.09.03-.03.08-.03h1.17q.05 0 .09.03.03.04.03.09v.39q0 .03.02.04.02.01.04-.02.41-.61 1.27-.61.5 0 .88.21.37.21.57.6.03.06.07 0 .22-.41.6-.61.37-.2.84-.2Zm7.17 2.12q.06.38.04.85-.01.12-.13.12h-3.09q-.06 0-.04.05.03.2.11.4.26.56 1.06.56.64-.01 1.01-.52.04-.06.09-.06.03 0 .07.04l.72.71q.05.05.05.09 0 .02-.04.08-.33.41-.85.64-.52.22-1.14.22-.86 0-1.45-.39-.6-.39-.86-1.09-.21-.5-.21-1.31 0-.55.15-.97.23-.71.81-1.13.57-.42 1.36-.42 1 0 1.61.58.6.58.73 1.55Zm-2.33-.91q-.63 0-.83.59-.04.13-.07.32 0 .05.05.05h1.73q.06 0 .04-.05-.05-.29-.05-.28-.09-.3-.31-.47-.23-.16-.56-.16Zm5.92-1.21q.8 0 1.29.49t.49 1.33v3.28q0 .05-.03.08-.04.04-.09.04h-1.17q-.05 0-.08-.04-.04-.03-.04-.08v-2.99q0-.4-.22-.65-.23-.25-.6-.25t-.59.25q-.23.25-.23.65v2.99q0 .05-.03.08-.04.04-.09.04h-1.17q-.05 0-.08-.04-.04-.03-.04-.08v-4.9q0-.05.04-.09.03-.03.08-.03h1.17q.05 0 .09.03.03.04.03.09v.35q0 .03.02.04.02.01.03-.01.41-.58 1.22-.58Zm5.74 1.09q0 .05-.03.09-.04.03-.09.03h-.96q-.05 0-.05.05v2.12q0 .33.14.49.13.16.43.16h.33q.05 0 .09.03.03.04.03.09v.95q0 .11-.12.13-.42.02-.6.02-.83 0-1.24-.27-.41-.28-.42-1.04v-2.68q0-.05-.05-.05h-.57q-.05 0-.08-.03-.04-.04-.04-.09v-.89q0-.05.04-.09.03-.03.08-.03h.57q.05 0 .05-.05v-1.19q0-.05.04-.08.03-.04.08-.04h1.12q.05 0 .09.04.03.03.03.08v1.19q0 .05.05.05h.96q.05 0 .09.03.03.04.03.09v.89Zm2.9-1.09q.65 0 1.16.22.51.23.79.62.29.39.29.87v3.39q0 .05-.04.08-.03.04-.08.04h-1.17q-.05 0-.08-.04-.04-.03-.04-.08v-.33q0-.03-.02-.04-.02-.01-.04.02-.42.55-1.35.55-.78 0-1.26-.38t-.48-1.12q0-.77.54-1.2.54-.42 1.54-.42h1.02q.05 0 .05-.05v-.22q0-.33-.2-.52-.2-.18-.6-.18-.31 0-.51.11-.21.11-.27.31-.03.11-.13.1l-1.21-.16q-.12-.02-.11-.09.04-.42.33-.76.3-.34.78-.53.49-.19 1.09-.19Zm-.2 4.25q.43 0 .73-.23t.3-.59v-.36q0-.05-.05-.05h-.72q-.45 0-.71.17-.25.17-.25.48 0 .27.19.42.19.16.51.16Zm6.27-3.16q0 .05-.03.09-.04.03-.09.03h-.96q-.05 0-.05.05v2.12q0 .33.14.49.13.16.43.16h.33q.05 0 .09.03.03.04.03.09v.95q0 .11-.12.13-.42.02-.6.02-.83 0-1.24-.27-.41-.28-.42-1.04v-2.68q0-.05-.05-.05h-.57q-.05 0-.09-.03-.03-.04-.03-.09v-.89q0-.05.03-.09.04-.03.09-.03h.57q.05 0 .05-.05v-1.19q0-.05.04-.08.03-.04.08-.04h1.12q.05 0 .09.04.03.03.03.08v1.19q0 .05.05.05h.96q.05 0 .09.03.03.04.03.09v.89Zm1.61-1.59q-.34 0-.56-.23-.23-.22-.23-.56 0-.35.22-.57.22-.22.57-.22t.57.22q.22.22.22.57 0 .34-.23.56-.22.23-.56.23Zm-.6 5.72q-.05 0-.09-.04-.03-.03-.03-.08v-4.91q0-.05.03-.09.04-.03.09-.03h1.17q.05 0 .09.03.03.04.03.09v4.91q0 .05-.03.08-.04.04-.09.04h-1.17Zm4.66.08q-.84 0-1.44-.44t-.82-1.2q-.14-.47-.14-1.02 0-.59.14-1.06.23-.74.83-1.16.6-.42 1.44-.42.82 0 1.4.42.58.41.82 1.15.16.5.16 1.05 0 .54-.14 1.01-.22.78-.82 1.23-.59.44-1.43.44Zm0-1.21q.33 0 .56-.2.23-.2.33-.55.08-.32.08-.7 0-.42-.08-.71-.11-.34-.34-.53-.23-.19-.56-.19-.34 0-.57.19-.22.19-.32.53-.08.24-.08.71 0 .45.07.7.1.35.33.55.24.2.58.2Zm5.98-4.09q.8 0 1.29.49t.49 1.33v3.28q0 .05-.04.08-.03.04-.08.04h-1.17q-.05 0-.09-.04-.03-.03-.03-.08v-2.99q0-.4-.23-.65-.22-.25-.59-.25t-.6.25q-.22.25-.22.65v2.99q0 .05-.04.08-.03.04-.08.04h-1.17q-.05 0-.09-.04-.03-.03-.03-.08v-4.9q0-.05.03-.09.04-.03.09-.03h1.17q.05 0 .08.03.04.04.04.09v.35q0 .03.02.04.02.01.03-.01.41-.58 1.22-.58ZM35.35 44.09q0 .05-.04.08-.03.04-.08.04h-3.27q-.05 0-.05.05v1.55q0 .05.05.05h2.15q.05 0 .08.03.04.04.04.09v.97q0 .05-.04.09-.03.03-.08.03h-2.15q-.05 0-.05.05v2.76q0 .05-.03.08-.04.04-.09.04h-1.17q-.05 0-.08-.04-.04-.03-.04-.08v-6.76q0-.05.04-.08.03-.04.08-.04h4.61q.05 0 .08.04.04.03.04.08v.97Zm2.22.69q.65 0 1.16.22.51.23.8.62.28.39.28.87v3.39q0 .05-.03.08-.04.04-.09.04h-1.17q-.05 0-.09-.04-.03-.03-.03-.08v-.33q0-.03-.02-.04-.02-.01-.04.02-.42.55-1.35.55-.78 0-1.26-.38t-.48-1.12q0-.77.54-1.2.54-.42 1.54-.42h1.02q.05 0 .05-.05v-.22q0-.33-.2-.52-.2-.18-.6-.18-.31 0-.51.11-.21.11-.27.31-.03.11-.13.1l-1.21-.16q-.12-.02-.11-.09.04-.42.34-.76.29-.34.78-.53.48-.19 1.08-.19Zm-.2 4.25q.43 0 .73-.23t.3-.59v-.36q0-.05-.05-.05h-.72q-.45 0-.7.17-.26.17-.26.48 0 .27.19.42.19.16.51.16Zm5.48 1.04q-.67 0-1.17-.19-.5-.19-.77-.53-.28-.34-.28-.77v-.1q0-.05.04-.08.03-.04.08-.04h1.11q.05 0 .08.04.04.03.04.08v.01q0 .22.25.37.24.16.61.16.34 0 .55-.13.21-.14.21-.34 0-.18-.18-.27-.18-.09-.59-.19-.47-.12-.74-.23-.64-.22-1.02-.54-.38-.32-.38-.92 0-.74.58-1.18.57-.43 1.52-.43.64 0 1.12.21.48.2.75.57.26.37.26.84 0 .05-.03.09-.04.03-.09.03h-1.07q-.05 0-.08-.03-.04-.04-.04-.09 0-.22-.22-.37-.23-.15-.6-.15-.33 0-.54.12-.21.12-.21.33 0 .2.21.3.2.1.68.21l.25.07q.14.03.3.08.71.21 1.12.54.41.33.41.96 0 .74-.58 1.15-.59.42-1.58.42Zm5.91-4.2q0 .05-.03.09-.04.03-.09.03h-.96q-.05 0-.05.05v2.12q0 .33.14.49.13.16.43.16h.33q.05 0 .09.03.03.04.03.09v.95q0 .11-.12.13-.42.02-.6.02-.83 0-1.24-.27-.41-.28-.42-1.04v-2.68q0-.05-.05-.05h-.57q-.05 0-.08-.03-.04-.04-.04-.09v-.89q0-.05.04-.09.03-.03.08-.03h.57q.05 0 .05-.05v-1.19q0-.05.03-.08.04-.04.09-.04h1.12q.05 0 .09.04.03.03.03.08v1.19q0 .05.05.05h.96q.05 0 .09.03.03.04.03.09v.89Zm5.33 1.03q.06.38.04.85-.01.12-.13.12h-3.09q-.06 0-.04.05.03.2.11.4.26.56 1.06.56.64-.01 1.01-.52.04-.06.09-.06.03 0 .07.04l.72.71q.05.05.05.09 0 .02-.04.08-.33.41-.85.64-.52.22-1.14.22-.86 0-1.45-.39-.6-.39-.86-1.09-.21-.5-.21-1.31 0-.55.15-.97.23-.71.8-1.13.58-.42 1.37-.42 1 0 1.6.58.61.58.74 1.55Zm-2.33-.91q-.63 0-.83.59-.04.13-.07.32 0 .05.05.05h1.73q.06 0 .04-.05-.05-.29-.05-.28-.09-.3-.32-.47-.22-.16-.55-.16Zm5.22 4.08q-.67 0-1.17-.19-.5-.19-.78-.53-.27-.34-.27-.77v-.1q0-.05.04-.08.03-.04.08-.04h1.11q.05 0 .08.04.04.03.04.08v.01q0 .22.24.37.25.16.62.16.34 0 .55-.13.21-.14.21-.34 0-.18-.18-.27-.18-.09-.59-.19-.47-.12-.74-.23-.64-.22-1.02-.54-.38-.32-.38-.92 0-.74.57-1.18.58-.43 1.53-.43.64 0 1.12.21.48.2.74.57.27.37.27.84 0 .05-.03.09-.04.03-.09.03h-1.07q-.05 0-.09-.03-.03-.04-.03-.09 0-.22-.22-.37-.23-.15-.6-.15-.33 0-.54.12-.21.12-.21.33 0 .2.2.3.21.1.69.21l.25.07q.14.03.3.08.71.21 1.12.54.41.33.41.96 0 .74-.59 1.15-.58.42-1.57.42Zm5.91-4.2q0 .05-.04.09-.03.03-.08.03h-.96q-.05 0-.05.05v2.12q0 .33.13.49.14.16.44.16h.33q.05 0 .08.03.04.04.04.09v.95q0 .11-.12.13-.42.02-.6.02-.83 0-1.24-.27-.41-.28-.42-1.04v-2.68q0-.05-.05-.05h-.57q-.05 0-.09-.03-.03-.04-.03-.09v-.89q0-.05.03-.09.04-.03.09-.03h.57q.05 0 .05-.05v-1.19q0-.05.03-.08.04-.04.09-.04h1.12q.05 0 .08.04.04.03.04.08v1.19q0 .05.05.05h.96q.05 0 .08.03.04.04.04.09v.89Z"/><path fill="#fff" d="M40.46 69.28q0 .05-.04.08-.03.04-.08.04h-3.4q-.05 0-.05.05v1.87q0 .05.05.05h2.29q.05 0 .09.03.03.04.03.09v.76q0 .05-.03.09-.04.03-.09.03h-2.29q-.05 0-.05.05v2.86q0 .05-.04.08-.03.04-.08.04h-.92q-.05 0-.08-.04-.04-.03-.04-.08v-6.76q0-.05.04-.08.03-.04.08-.04h4.49q.05 0 .08.04.04.03.04.08v.76Zm4.56 6.12q-.1 0-.13-.1l-.33-1.07q-.02-.04-.05-.04h-2.64q-.03 0-.05.04l-.33 1.07q-.03.1-.13.1h-1q-.06 0-.09-.04-.03-.03-.01-.1l2.17-6.76q.03-.1.13-.1h1.25q.1 0 .13.1l2.18 6.76q.01.02.01.05 0 .09-.11.09h-1Zm-2.89-2.18q-.01.06.04.06h2.03q.06 0 .04-.06l-1.03-3.35q-.01-.04-.03-.04-.02 0-.03.04l-1.02 3.35Zm5.15 2.18q-.05 0-.08-.04-.04-.03-.04-.08v-6.76q0-.05.04-.08.03-.04.08-.04h.92q.05 0 .09.04.03.03.03.08v5.83q0 .05.05.05h3.35q.05 0 .08.04.04.03.04.08v.76q0 .05-.04.08-.03.04-.08.04h-4.44Zm5.71 0q-.05 0-.08-.04-.04-.03-.04-.08v-6.76q0-.05.04-.08.03-.04.08-.04h.92q.05 0 .09.04.03.03.03.08v5.83q0 .05.05.05h3.35q.05 0 .09.04.03.03.03.08v.76q0 .05-.03.08-.04.04-.09.04h-4.44Z"/><path fill="#252530" d="M34.03 93.46q-.03.03-.02.06.02.03.06.03H38q.07 0 .12.05.06.05.06.12v1.41q0 .07-.06.12-.05.05-.12.05h-6.52q-.08 0-.13-.05t-.05-.12v-1.34q0-.13.09-.22.71-.69 1.45-1.51.74-.82.93-1.02.4-.48.82-.92 1.32-1.46 1.32-2.17 0-.51-.36-.84-.36-.32-.94-.32t-.94.32q-.37.33-.37.87v.36q0 .07-.05.12-.05.05-.12.05h-1.71q-.07 0-.12-.05-.06-.05-.06-.12v-.68q.05-.78.5-1.39.45-.6 1.19-.92.75-.32 1.68-.32 1.03 0 1.79.39.76.38 1.17 1.03.42.66.42 1.45 0 .61-.31 1.25-.3.64-.91 1.38-.45.56-.97 1.12-.52.55-1.55 1.59l-.22.22Zm8.86 2q-1.6 0-2.52-.89-.93-.89-.93-2.43v-3.83q0-1.51.93-2.39.92-.89 2.52-.89 1.59 0 2.53.89.93.88.93 2.39v3.83q0 1.54-.93 2.43-.94.89-2.53.89Zm0-1.75q.65 0 1.03-.4.39-.4.39-1.07v-3.99q0-.66-.39-1.06-.38-.4-1.03-.4-.64 0-1.02.4-.39.4-.39 1.06v3.99q0 .67.39 1.07.38.4 1.02.4Zm7.52-.25q-.03.03-.01.06.01.03.06.03h3.93q.07 0 .12.05.05.05.05.12v1.41q0 .07-.05.12-.05.05-.12.05h-6.53q-.07 0-.12-.05-.05-.05-.05-.12v-1.34q0-.13.08-.22.72-.69 1.45-1.51.74-.82.93-1.02.41-.48.83-.92 1.32-1.46 1.32-2.17 0-.51-.36-.84-.37-.32-.95-.32t-.94.32q-.36.33-.36.87v.36q0 .07-.05.12-.05.05-.13.05H47.8q-.07 0-.12-.05-.05-.05-.05-.12v-.68q.04-.78.49-1.39.45-.6 1.2-.92.75-.32 1.67-.32 1.03 0 1.79.39.77.38 1.18 1.03.41.66.41 1.45 0 .61-.3 1.25-.31.64-.92 1.38-.45.56-.97 1.12-.52.55-1.55 1.59l-.22.22Zm11.46-3q.29.66.29 1.53 0 .79-.26 1.45-.35.93-1.17 1.45-.82.53-1.94.53-1.1 0-1.93-.55-.83-.56-1.2-1.5-.2-.56-.23-1.22 0-.17.17-.17h1.72q.17 0 .17.17.06.48.16.71.13.38.43.59.29.21.7.21.81 0 1.12-.71.2-.43.2-1.01 0-.69-.22-1.12-.33-.68-1.11-.68-.16 0-.34.09-.17.1-.42.27-.06.04-.11.04-.09 0-.13-.08l-.86-1.21q-.03-.04-.03-.1 0-.09.06-.14l2.3-2.02q.03-.03.03-.06-.01-.03-.05-.03h-3.41q-.07 0-.13-.05-.05-.05-.05-.12v-1.41q0-.07.05-.12.06-.05.13-.05h6.04q.08 0 .13.05t.05.12v1.6q0 .11-.1.22l-1.9 1.74q-.03.03-.02.05 0 .03.06.03 1.26.25 1.8 1.5Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 94 122"><path fill="#fff" d="M8.1 89.9 47.6 110l38-20.1V11.3H8.1z"/><path fill="#f2f3f2" d="M86.4 11.6 7.3 91.3l41 20.3 38.1-19.5z"/><path fill="#dcdedc" d="M5.5 37.5v54.1l1.4.7 39.5 20.1 1.2.6 1.2-.6 38.1-20.1 1.4-.7V8.7H5.5v28.8zm2.6 52.6V11.3h77.6v78.8l-38.1 20.1L8.1 90.1z"/><path fill="#ff492c" d="M46.9 12.6c.4 0 .8 0 1.2.1L46.9 15c-1.8-.1-3.4 1.3-3.5 3.1-.1 1.8 1.3 3.4 3.1 3.5h.4c.8 0 1.6-.3 2.2-.8l1.3 2.2c-1 .7-2.2 1.1-3.5 1.1-3.2.1-5.9-2.3-6-5.5-.1-3.2 2.3-5.9 5.5-6h.5zm4.1 4.9 1.5 2.5-1.5 2.4-1.4-2.4h-2.9l1.5-2.5H51zm-2.4-.9c0-.4.1-.8.3-1.1.2-.3.6-.6.9-.8l.2-.1c.4-.2.5-.3.5-.5s-.3-.4-.5-.4c-.4 0-.7.2-.9.6l-.5-.5c.1-.2.3-.4.5-.6.3-.2.6-.2.9-.2.3 0 .7.1.9.3.2.2.4.5.4.8 0 .5-.3.9-.9 1.1l-.3.2c-.3.2-.5.3-.6.6h1.8v.7l-2.7-.1zm-1.7 12.5 9.5-5.4v-15H37.3v14.9l9.6 5.5zM90.2 64.5H3.6l-3.2 7 3.2 7h86.6l3.1-7z"/><path fill="#252530" d="M17.3 49.49q.99 0 1.74.4t1.16 1.15q.41.74.41 1.7 0 .95-.42 1.67-.43.71-1.2 1.11-.77.4-1.78.4h-2.13q-.07 0-.07.08v3.82q0 .08-.06.13-.05.05-.13.05h-1.75q-.08 0-.13-.05t-.05-.13V49.67q0-.08.05-.13t.13-.05h4.23Zm-.32 4.74q.7 0 1.11-.4.42-.4.42-1.04 0-.67-.42-1.07-.41-.41-1.11-.41h-1.9q-.07 0-.07.08v2.76q0 .08.07.08h1.9Zm11.2 1.12q.08.57.05 1.27-.01.19-.19.19h-4.63q-.09 0-.07.07.05.3.17.6.39.84 1.59.84.96-.01 1.51-.78.07-.09.14-.09.04 0 .1.06l1.08 1.06q.08.08.08.14 0 .03-.06.12-.5.62-1.27.95-.79.34-1.72.34-1.28 0-2.18-.58-.89-.59-1.28-1.64-.32-.75-.32-1.96 0-.83.23-1.46.35-1.06 1.21-1.69.86-.63 2.04-.63 1.5 0 2.41.87.91.87 1.11 2.32Zm-3.5-1.36q-.95 0-1.25.88-.06.2-.1.48 0 .07.08.07H26q.09 0 .06-.07-.08-.43-.08-.42-.13-.45-.47-.7-.33-.24-.83-.24Zm8.7-1.8q.54 0 .86.21.11.06.08.22l-.31 1.71q-.01.18-.21.11-.23-.08-.52-.08-.12 0-.34.03-.53.05-.91.4-.37.35-.37.94v4.09q0 .08-.06.13-.05.05-.12.05h-1.76q-.07 0-.13-.05-.05-.05-.05-.13v-7.35q0-.07.05-.13.06-.05.13-.05h1.76q.07 0 .12.05.06.06.06.13v.57q0 .04.03.06.02.02.04-.02.62-.89 1.65-.89Zm6.39.09q.08 0 .13.05t.05.13v1.42q0 .08-.05.13t-.13.05h-1.45q-.08 0-.08.07v5.69q0 .08-.05.13t-.13.05h-1.75q-.08 0-.13-.05t-.05-.13v-5.69q0-.07-.08-.07h-.88q-.08 0-.13-.05t-.05-.13v-1.42q0-.08.05-.13t.13-.05h.88q.08 0 .08-.08v-.33q0-.93.28-1.45.29-.51.92-.73.64-.22 1.77-.19h.57q.07 0 .12.05.06.06.06.13v1.21q0 .08-.06.13-.05.06-.12.06h-.5q-.52.01-.73.21-.2.21-.2.75v.16q0 .08.08.08h1.45Zm4.35 7.84q-1.26 0-2.16-.66-.9-.66-1.23-1.8-.21-.7-.21-1.53 0-.88.21-1.59.35-1.11 1.25-1.74.9-.63 2.16-.63 1.22 0 2.1.62.86.63 1.22 1.74.25.75.25 1.57 0 .81-.21 1.52-.33 1.17-1.23 1.83-.89.67-2.15.67Zm0-1.81q.49 0 .84-.3t.5-.83q.11-.48.11-1.05 0-.63-.11-1.06-.17-.51-.51-.8-.35-.28-.85-.28t-.84.28q-.34.29-.49.8-.12.35-.12 1.06 0 .68.11 1.05.15.53.5.83.35.3.86.3Zm8.79-6.12q.54 0 .86.21.12.06.08.22l-.31 1.71q-.01.18-.21.11-.23-.08-.52-.08-.12 0-.33.03-.54.05-.92.4-.37.35-.37.94v4.09q0 .08-.06.13-.05.05-.13.05h-1.75q-.07 0-.13-.05-.05-.05-.05-.13v-7.35q0-.07.05-.13.06-.05.13-.05H51q.08 0 .13.05.06.06.06.13v.57q0 .04.02.06.04.02.05-.02.62-.89 1.65-.89Zm10.45-.02q1.17 0 1.83.7.66.71.66 1.99v4.96q0 .08-.05.13t-.12.05h-1.76q-.07 0-.13-.05-.05-.05-.05-.13v-4.5q0-.61-.31-.97-.32-.36-.85-.36-.52 0-.85.36-.33.36-.33.96v4.51q0 .08-.05.13-.06.05-.13.05h-1.74q-.08 0-.13-.05t-.05-.13v-4.5q0-.6-.33-.97-.33-.36-.86-.36-.47 0-.8.28-.32.29-.38.8v4.75q0 .08-.05.13-.06.05-.13.05H55q-.08 0-.13-.05t-.05-.13v-7.35q0-.07.05-.13.05-.05.13-.05h1.75q.07 0 .13.05.05.06.05.13v.59q0 .04.03.06.03.01.06-.04.62-.91 1.91-.91.75 0 1.31.32.56.31.86.9.04.09.11 0 .32-.62.89-.92.56-.3 1.26-.3Zm10.76 3.18q.09.57.06 1.27-.02.19-.2.19h-4.63q-.09 0-.06.07.04.3.16.6.39.84 1.59.84.96-.01 1.52-.78.06-.09.13-.09.05 0 .11.06l1.08 1.06q.07.08.07.14 0 .03-.06.12-.49.62-1.27.95-.78.34-1.71.34-1.29 0-2.18-.58-.9-.59-1.29-1.64-.31-.75-.31-1.96 0-.83.22-1.46.35-1.06 1.21-1.69.86-.63 2.05-.63 1.5 0 2.41.87.91.87 1.1 2.32Zm-3.5-1.36q-.94 0-1.24.88-.06.2-.11.48 0 .07.08.07h2.59q.09 0 .06-.07-.07-.43-.07-.42-.14-.45-.47-.7-.34-.24-.84-.24Zm8.7-1.8q.54 0 .86.21.12.06.09.22l-.31 1.71q-.02.18-.22.11-.22-.08-.52-.08-.12 0-.33.03-.54.05-.92.4-.37.35-.37.94v4.09q0 .08-.05.13-.06.05-.13.05h-1.76q-.07 0-.12-.05-.06-.05-.06-.13v-7.35q0-.07.06-.13.05-.05.12-.05h1.76q.07 0 .13.05.05.06.05.13v.57q0 .04.03.06.03.02.05-.02.61-.89 1.64-.89ZM38.06 34.68q0-.07.05-.13.05-.05.12-.05h1.76q.07 0 .13.05.05.06.05.13v10.14q0 .08-.05.13-.06.05-.13.05h-1.76q-.07 0-.12-.05-.05-.05-.05-.13v-4.14q0-.07-.08-.07h-3.32q-.07 0-.07.07v4.14q0 .08-.05.13-.06.05-.13.05h-1.76q-.07 0-.12-.05-.06-.05-.06-.13V34.68q0-.07.06-.13.05-.05.12-.05h1.76q.07 0 .13.05.05.06.05.13v4.03q0 .08.07.08h3.32q.08 0 .08-.08v-4.03Zm4.84 1.74q-.51 0-.85-.34-.34-.33-.34-.84 0-.53.33-.86.33-.33.86-.33t.86.33q.33.33.33.86 0 .51-.34.84-.34.34-.85.34ZM42 45q-.07 0-.13-.05-.05-.05-.05-.13v-7.36q0-.08.05-.13.06-.05.13-.05h1.76q.07 0 .12.05.06.05.06.13v7.36q0 .08-.06.13-.05.05-.12.05H42Zm8.29-7.53q0-.07.06-.13.05-.05.12-.05h1.76q.07 0 .13.05.05.06.05.13v6.84q0 1.96-1.13 2.8-1.13.85-2.92.85-.53 0-1.17-.08-.15-.02-.15-.19l.06-1.55q0-.2.21-.17.54.09.99.09.96 0 1.48-.41.51-.43.51-1.35 0-.05-.03-.06-.03-.01-.06.03-.57.61-1.66.61-.98 0-1.79-.47-.82-.47-1.17-1.52-.22-.69-.22-1.79 0-1.17.27-1.9.31-.92 1.06-1.47.75-.56 1.75-.56 1.15 0 1.76.69.03.03.06.02.03-.01.03-.05v-.36Zm-.12 4.84q.12-.44.12-1.23 0-.46-.03-.71-.03-.26-.1-.49-.14-.4-.45-.65-.31-.24-.78-.24-.45 0-.76.24-.32.25-.47.65-.21.45-.21 1.22 0 .84.18 1.2.13.41.47.65.34.25.8.25.48 0 .8-.25.31-.24.43-.64Zm7.78-5.14q1.2 0 1.93.74.73.73.73 1.99v4.92q0 .08-.05.13t-.12.05h-1.76q-.07 0-.13-.05-.05-.05-.05-.13v-4.49q0-.59-.34-.97-.33-.37-.89-.37-.55 0-.89.37-.34.38-.34.97v4.49q0 .08-.05.13t-.13.05h-1.75q-.08 0-.13-.05t-.05-.13V34.68q0-.07.05-.13.05-.05.13-.05h1.75q.08 0 .13.05.05.06.05.13V38q0 .04.03.06.03.01.04-.02.62-.87 1.84-.87Z"/><path fill="#fff" d="M40.46 69.28q0 .05-.04.08-.03.04-.08.04h-3.4q-.05 0-.05.05v1.87q0 .05.05.05h2.29q.05 0 .09.03.03.04.03.09v.76q0 .05-.03.09-.04.03-.09.03h-2.29q-.05 0-.05.05v2.86q0 .05-.04.08-.03.04-.08.04h-.92q-.05 0-.08-.04-.04-.03-.04-.08v-6.76q0-.05.04-.08.03-.04.08-.04h4.49q.05 0 .08.04.04.03.04.08v.76Zm4.56 6.12q-.1 0-.13-.1l-.33-1.07q-.02-.04-.05-.04h-2.64q-.03 0-.05.04l-.33 1.07q-.03.1-.13.1h-1q-.06 0-.09-.04-.03-.03-.01-.1l2.17-6.76q.03-.1.13-.1h1.25q.1 0 .13.1l2.18 6.76q.01.02.01.05 0 .09-.11.09h-1Zm-2.89-2.18q-.01.06.04.06h2.03q.06 0 .04-.06l-1.03-3.35q-.01-.04-.03-.04-.02 0-.03.04l-1.02 3.35Zm5.15 2.18q-.05 0-.08-.04-.04-.03-.04-.08v-6.76q0-.05.04-.08.03-.04.08-.04h.92q.05 0 .09.04.03.03.03.08v5.83q0 .05.05.05h3.35q.05 0 .08.04.04.03.04.08v.76q0 .05-.04.08-.03.04-.08.04h-4.44Zm5.71 0q-.05 0-.08-.04-.04-.03-.04-.08v-6.76q0-.05.04-.08.03-.04.08-.04h.92q.05 0 .09.04.03.03.03.08v5.83q0 .05.05.05h3.35q.05 0 .09.04.03.03.03.08v.76q0 .05-.03.08-.04.04-.09.04h-4.44Z"/><path fill="#252530" d="M34.03 93.46q-.03.03-.02.06.02.03.06.03H38q.07 0 .12.05.06.05.06.12v1.41q0 .07-.06.12-.05.05-.12.05h-6.52q-.08 0-.13-.05t-.05-.12v-1.34q0-.13.09-.22.71-.69 1.45-1.51.74-.82.93-1.02.4-.48.82-.92 1.32-1.46 1.32-2.17 0-.51-.36-.84-.36-.32-.94-.32t-.94.32q-.37.33-.37.87v.36q0 .07-.05.12-.05.05-.12.05h-1.71q-.07 0-.12-.05-.06-.05-.06-.12v-.68q.05-.78.5-1.39.45-.6 1.19-.92.75-.32 1.68-.32 1.03 0 1.79.39.76.38 1.17 1.03.42.66.42 1.45 0 .61-.31 1.25-.3.64-.91 1.38-.45.56-.97 1.12-.52.55-1.55 1.59l-.22.22Zm8.86 2q-1.6 0-2.52-.89-.93-.89-.93-2.43v-3.83q0-1.51.93-2.39.92-.89 2.52-.89 1.59 0 2.53.89.93.88.93 2.39v3.83q0 1.54-.93 2.43-.94.89-2.53.89Zm0-1.75q.65 0 1.03-.4.39-.4.39-1.07v-3.99q0-.66-.39-1.06-.38-.4-1.03-.4-.64 0-1.02.4-.39.4-.39 1.06v3.99q0 .67.39 1.07.38.4 1.02.4Zm7.52-.25q-.03.03-.01.06.01.03.06.03h3.93q.07 0 .12.05.05.05.05.12v1.41q0 .07-.05.12-.05.05-.12.05h-6.53q-.07 0-.12-.05-.05-.05-.05-.12v-1.34q0-.13.08-.22.72-.69 1.45-1.51.74-.82.93-1.02.41-.48.83-.92 1.32-1.46 1.32-2.17 0-.51-.36-.84-.37-.32-.95-.32t-.94.32q-.36.33-.36.87v.36q0 .07-.05.12-.05.05-.13.05H47.8q-.07 0-.12-.05-.05-.05-.05-.12v-.68q.04-.78.49-1.39.45-.6 1.2-.92.75-.32 1.67-.32 1.03 0 1.79.39.77.38 1.18 1.03.41.66.41 1.45 0 .61-.3 1.25-.31.64-.92 1.38-.45.56-.97 1.12-.52.55-1.55 1.59l-.22.22Zm11.46-3q.29.66.29 1.53 0 .79-.26 1.45-.35.93-1.17 1.45-.82.53-1.94.53-1.1 0-1.93-.55-.83-.56-1.2-1.5-.2-.56-.23-1.22 0-.17.17-.17h1.72q.17 0 .17.17.06.48.16.71.13.38.43.59.29.21.7.21.81 0 1.12-.71.2-.43.2-1.01 0-.69-.22-1.12-.33-.68-1.11-.68-.16 0-.34.09-.17.1-.42.27-.06.04-.11.04-.09 0-.13-.08l-.86-1.21q-.03-.04-.03-.1 0-.09.06-.14l2.3-2.02q.03-.03.03-.06-.01-.03-.05-.03h-3.41q-.07 0-.13-.05-.05-.05-.05-.12v-1.41q0-.07.05-.12.06-.05.13-.05h6.04q.08 0 .13.05t.05.12v1.6q0 .11-.1.22l-1.9 1.74q-.03.03-.02.05 0 .03.06.03 1.26.25 1.8 1.5Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 94 122"><path fill="#fff" d="M8.1 89.9 47.6 110l38-20.1V11.3H8.1z"/><path fill="#f2f3f2" d="M86.4 11.6 7.3 91.3l41 20.3 38.1-19.5z"/><path fill="#dcdedc" d="M5.5 37.5v54.1l1.4.7 39.5 20.1 1.2.6 1.2-.6 38.1-20.1 1.4-.7V8.7H5.5v28.8zm2.6 52.6V11.3h77.6v78.8l-38.1 20.1L8.1 90.1z"/><path fill="#ff492c" d="M46.9 12.6c.4 0 .8 0 1.2.1L46.9 15c-1.8-.1-3.4 1.3-3.5 3.1-.1 1.8 1.3 3.4 3.1 3.5h.4c.8 0 1.6-.3 2.2-.8l1.3 2.2c-1 .7-2.2 1.1-3.5 1.1-3.2.1-5.9-2.3-6-5.5-.1-3.2 2.3-5.9 5.5-6h.5zm4.1 4.9 1.5 2.5-1.5 2.4-1.4-2.4h-2.9l1.5-2.5H51zm-2.4-.9c0-.4.1-.8.3-1.1.2-.3.6-.6.9-.8l.2-.1c.4-.2.5-.3.5-.5s-.3-.4-.5-.4c-.4 0-.7.2-.9.6l-.5-.5c.1-.2.3-.4.5-.6.3-.2.6-.2.9-.2.3 0 .7.1.9.3.2.2.4.5.4.8 0 .5-.3.9-.9 1.1l-.3.2c-.3.2-.5.3-.6.6h1.8v.7l-2.7-.1zm-1.7 12.5 9.5-5.4v-15H37.3v14.9l9.6 5.5z"/><path fill="#2690ce" d="M90.2 64.5H3.6l-3.2 7 3.2 7h86.6l3.1-7z"/><path fill="#252530" d="M28.53 60q-.12 0-.15-.12l-.36-1.18q-.03-.04-.06-.04H25q-.03 0-.06.04l-.34 1.18q-.04.12-.16.12h-1.52q-.08 0-.11-.04-.04-.04-.01-.13l2.59-8.11q.03-.12.15-.12h1.89q.12 0 .15.12l2.6 8.11q.01.03.01.06 0 .11-.13.11h-1.53Zm-3.15-2.72q-.02.07.04.07h2.12q.07 0 .04-.07l-1.08-3.57q-.01-.05-.03-.04-.03.01-.04.04l-1.05 3.57Zm9.38-5.54q0-.06.04-.1.04-.04.1-.04h1.41q.06 0 .1.04.04.04.04.1v8.12q0 .06-.04.1-.04.04-.1.04H34.9q-.06 0-.1-.04-.04-.04-.04-.1v-.4q0-.04-.02-.04-.03-.01-.05.02-.51.66-1.38.66-.84 0-1.45-.47-.6-.47-.87-1.29-.2-.62-.2-1.45 0-.85.21-1.49.28-.76.87-1.21.6-.45 1.47-.45t1.35.6q.02.03.05.02.02-.01.02-.05v-2.57Zm-.25 6.39q.24-.45.24-1.21 0-.81-.27-1.26-.27-.47-.8-.47-.56 0-.85.47-.3.46-.3 1.27 0 .72.25 1.2.3.51.89.51.54 0 .84-.51Zm5.94 1.97q-1.01 0-1.73-.53t-.98-1.44q-.17-.57-.17-1.23 0-.7.17-1.27.27-.89.99-1.39.72-.5 1.73-.5.98 0 1.68.49.7.5.98 1.39.2.6.2 1.26 0 .65-.17 1.21-.27.94-.98 1.47-.71.54-1.72.54Zm0-1.46q.39 0 .67-.24t.4-.66q.09-.38.09-.84 0-.5-.09-.85-.14-.41-.41-.63-.28-.23-.67-.23-.41 0-.68.23-.27.22-.39.63-.1.29-.1.85 0 .54.09.84.12.42.4.66.28.24.69.24Zm9.47-3.15q.21.61.21 1.44t-.23 1.5q-.27.77-.87 1.22-.59.45-1.47.45-.86 0-1.34-.6-.02-.04-.05-.03-.02.01-.02.05v2.57q0 .06-.04.1-.05.04-.11.04h-1.4q-.06 0-.1-.04-.04-.04-.04-.1v-8.11q0-.06.04-.11.04-.04.1-.04H46q.06 0 .11.04.04.05.04.11v.39q0 .04.02.04.03.01.05-.01.5-.66 1.39-.66.83 0 1.44.46.6.46.87 1.29Zm-1.84 2.69q.3-.47.3-1.28 0-.75-.25-1.2-.28-.51-.89-.51-.55 0-.83.51-.25.44-.25 1.22 0 .8.26 1.24.28.48.82.48.54 0 .84-.46Zm6.68-3.14q0 .06-.04.11-.04.04-.1.04h-1.15q-.06 0-.06.06v2.54q0 .4.16.59.16.19.52.19h.4q.06 0 .1.04.04.05.04.11v1.14q0 .13-.14.15-.51.03-.72.03-1 0-1.49-.33t-.5-1.25v-3.21q0-.06-.06-.06h-.69q-.06 0-.1-.04-.04-.05-.04-.11v-1.06q0-.06.04-.11.04-.04.1-.04h.69q.06 0 .06-.06v-1.43q0-.06.04-.1.04-.04.1-.04h1.34q.06 0 .11.04.04.04.04.1v1.43q0 .06.06.06h1.15q.06 0 .1.04.04.05.04.11v1.06Zm1.94-1.9q-.41 0-.68-.27-.27-.27-.27-.68 0-.42.26-.69.27-.26.69-.26.42 0 .68.26.26.27.26.69 0 .41-.27.68-.27.27-.67.27ZM55.98 60q-.06 0-.11-.04-.04-.04-.04-.1v-5.9q0-.06.04-.1.05-.04.11-.04h1.4q.06 0 .1.04.04.04.04.1v5.9q0 .06-.04.1-.04.04-.1.04h-1.4Zm5.59.1q-1.01 0-1.73-.53t-.98-1.44q-.17-.57-.17-1.23 0-.7.17-1.27.27-.89.99-1.39.72-.5 1.73-.5.98 0 1.68.49.7.5.98 1.39.2.6.2 1.26 0 .65-.17 1.21-.27.94-.98 1.47-.71.54-1.72.54Zm0-1.46q.39 0 .67-.24t.4-.66q.09-.38.09-.84 0-.5-.09-.85-.14-.41-.41-.63-.28-.23-.67-.23-.41 0-.68.23-.27.22-.39.63-.1.29-.1.85 0 .54.09.84.12.42.4.66.28.24.69.24Zm7.17-4.9q.96 0 1.55.58.59.59.59 1.6v3.94q0 .06-.04.1-.04.04-.1.04h-1.41q-.06 0-.1-.04-.04-.04-.04-.1v-3.59q0-.48-.27-.78-.27-.3-.72-.3-.44 0-.71.3-.27.3-.27.78v3.59q0 .06-.04.1-.04.04-.1.04h-1.41q-.06 0-.1-.04-.04-.04-.04-.1v-5.88q0-.06.04-.11.04-.04.1-.04h1.41q.06 0 .1.04.04.05.04.11v.42q0 .03.02.04.03.02.04-.01.49-.69 1.46-.69ZM17.56 39.74q0-.06.04-.1.04-.04.1-.04h1.4q.06 0 .11.04.04.04.04.1v8.12q0 .06-.04.1-.05.04-.11.04h-1.4q-.06 0-.1-.04-.04-.04-.04-.1v-3.32q0-.06-.06-.06h-2.66q-.06 0-.06.06v3.32q0 .06-.04.1-.04.04-.1.04h-1.4q-.06 0-.11-.04-.04-.04-.04-.1v-8.12q0-.06.04-.1.05-.04.11-.04h1.4q.06 0 .1.04.04.04.04.1v3.23q0 .06.06.06h2.66q.06 0 .06-.06v-3.23Zm3.87 1.4q-.41 0-.68-.27-.27-.27-.27-.68 0-.42.27-.69.26-.26.68-.26.42 0 .69.26.26.27.26.69 0 .41-.27.68-.27.27-.68.27ZM20.71 48q-.06 0-.1-.04-.04-.04-.04-.1v-5.9q0-.06.04-.1.04-.04.1-.04h1.41q.06 0 .1.04.04.04.04.1v5.9q0 .06-.04.1-.04.04-.1.04h-1.41Zm6.64-6.02q0-.06.04-.11.04-.04.1-.04h1.41q.06 0 .1.04.04.05.04.11v5.47q0 1.57-.91 2.24-.9.67-2.33.67-.42 0-.94-.06-.12-.01-.12-.15l.05-1.24q0-.15.17-.13.43.07.79.07.77 0 1.18-.33.42-.34.42-1.08 0-.04-.03-.05-.02 0-.04.02-.46.49-1.34.49-.78 0-1.43-.37-.65-.38-.93-1.22-.18-.55-.18-1.43 0-.94.22-1.52.25-.74.85-1.18.6-.44 1.39-.44.92 0 1.42.55.02.02.04.02.03-.01.03-.05v-.28Zm-.1 3.87q.1-.36.1-.98 0-.37-.03-.58-.02-.2-.08-.38-.11-.33-.36-.52-.25-.2-.62-.2-.36 0-.62.2-.25.19-.37.52-.17.36-.17.97 0 .67.15.96.11.32.38.52t.64.2q.38 0 .63-.2.26-.2.35-.51Zm6.22-4.11q.96 0 1.55.58.58.59.58 1.6v3.94q0 .06-.04.1-.04.04-.1.04h-1.4q-.06 0-.11-.04-.04-.04-.04-.1v-3.59q0-.48-.27-.78-.27-.3-.71-.3-.45 0-.72.3-.27.3-.27.78v3.59q0 .06-.04.1-.04.04-.1.04h-1.4q-.06 0-.11-.04-.04-.04-.04-.1v-8.12q0-.06.04-.1.05-.04.11-.04h1.4q.06 0 .1.04.04.04.04.1v2.66q0 .03.03.04.02.02.03-.01.5-.69 1.47-.69Zm8.77 2.54q.07.46.05 1.02-.01.14-.16.14h-3.71q-.07 0-.04.06.03.24.13.48.31.68 1.27.68.77-.02 1.21-.63.05-.07.11-.07.04 0 .08.05l.87.85q.06.06.06.11 0 .02-.05.09-.4.5-1.02.77t-1.37.27q-1.03 0-1.74-.47-.72-.47-1.03-1.31-.25-.6-.25-1.57 0-.66.18-1.17.27-.85.96-1.35.69-.51 1.64-.51 1.2 0 1.93.7.72.7.88 1.86Zm-2.8-1.09q-.75 0-.99.71-.05.15-.09.38 0 .06.06.06h2.08q.07 0 .05-.06-.06-.35-.06-.34-.11-.36-.38-.55-.27-.2-.67-.2Zm6.27 4.89q-.81 0-1.41-.22-.6-.23-.93-.64-.33-.41-.33-.92v-.12q0-.06.05-.11.04-.04.1-.04h1.33q.06 0 .1.04.04.05.04.11v.01q0 .26.3.45.29.18.74.18.4 0 .66-.16.25-.16.25-.4 0-.22-.22-.32-.21-.11-.71-.23-.56-.15-.88-.28-.77-.26-1.23-.65-.45-.38-.45-1.1 0-.89.69-1.41.69-.52 1.83-.52.76 0 1.34.24.58.25.89.69.32.45.32 1.01 0 .06-.04.1-.04.05-.1.05h-1.29q-.06 0-.1-.05-.04-.04-.04-.1 0-.26-.27-.44t-.71-.18q-.4 0-.65.14-.25.15-.25.4 0 .24.24.36.25.12.82.25.14.04.3.08.17.04.36.1.86.25 1.35.65.49.39.49 1.15 0 .89-.7 1.39-.7.49-1.89.49Zm7.09-5.04q0 .06-.04.11-.04.04-.1.04H51.5q-.06 0-.06.06v2.54q0 .4.17.59.16.19.52.19h.39q.06 0 .11.04.04.05.04.11v1.14q0 .13-.15.15-.5.03-.72.03-.99 0-1.48-.33-.5-.33-.51-1.25v-3.21q0-.06-.06-.06h-.68q-.06 0-.1-.04-.05-.05-.05-.11v-1.06q0-.06.05-.11.04-.04.1-.04h.68q.06 0 .06-.06v-1.43q0-.06.04-.1.05-.04.11-.04h1.34q.06 0 .1.04.04.04.04.1v1.43q0 .06.06.06h1.16q.06 0 .1.04.04.05.04.11v1.06Zm6.58 5.06q-.93 0-1.63-.36-.7-.36-1.09-1.02-.39-.65-.39-1.5v-5.48q0-.06.04-.1.04-.04.1-.04h1.41q.06 0 .1.04.04.04.04.1v5.49q0 .63.39 1.02t1.03.39q.63 0 1.02-.39t.39-1.02v-5.49q0-.06.04-.1.05-.04.11-.04h1.4q.06 0 .1.04.04.04.04.1v5.48q0 .85-.39 1.5-.39.66-1.09 1.02-.7.36-1.62.36Zm6.85-.02q-.81 0-1.41-.22-.6-.23-.93-.64-.33-.41-.33-.92v-.12q0-.06.05-.11.04-.04.1-.04h1.33q.06 0 .1.04.04.05.04.11v.01q0 .26.3.45.29.18.74.18.4 0 .66-.16.25-.16.25-.4 0-.22-.22-.32-.21-.11-.71-.23-.56-.15-.88-.28-.77-.26-1.23-.65-.45-.38-.45-1.1 0-.89.69-1.41.69-.52 1.83-.52.76 0 1.34.24.58.25.89.69.32.45.32 1.01 0 .06-.04.1-.04.05-.1.05h-1.29q-.06 0-.1-.05-.04-.04-.04-.1 0-.26-.27-.44t-.71-.18q-.4 0-.65.14-.25.15-.25.4 0 .24.24.36.25.12.82.25.14.04.3.08.17.04.36.1.86.25 1.35.65.49.39.49 1.15 0 .89-.7 1.39-.7.49-1.89.49Zm9.02-3.8q.07.46.05 1.02-.01.14-.16.14h-3.7q-.08 0-.05.06.03.24.13.48.31.68 1.27.68.77-.02 1.21-.63.05-.07.11-.07.04 0 .09.05l.86.85q.06.06.06.11 0 .02-.05.09-.39.5-1.02.77-.62.27-1.37.27-1.03 0-1.74-.47-.72-.47-1.03-1.31-.25-.6-.25-1.57 0-.66.18-1.17.28-.85.97-1.35.69-.51 1.63-.51 1.2 0 1.93.7t.88 1.86Zm-2.79-1.09q-.76 0-1 .71-.05.15-.08.38 0 .06.06.06h2.07q.07 0 .05-.06-.06-.35-.06-.34-.11-.36-.38-.55-.27-.2-.66-.2Zm6.96-1.44q.43 0 .68.17.1.04.07.18l-.25 1.36q-.01.15-.17.09-.18-.06-.42-.06-.09 0-.26.02-.43.04-.73.32t-.3.75v3.28q0 .06-.05.1-.04.04-.1.04h-1.4q-.06 0-.1-.04-.05-.04-.05-.1v-5.88q0-.06.05-.11.04-.04.1-.04h1.4q.06 0 .1.04.05.05.05.11v.45q0 .04.02.05.02.01.04-.01.49-.72 1.32-.72Z"/><path fill="#fff" d="M40.46 69.28q0 .05-.04.08-.03.04-.08.04h-3.4q-.05 0-.05.05v1.87q0 .05.05.05h2.29q.05 0 .09.03.03.04.03.09v.76q0 .05-.03.09-.04.03-.09.03h-2.29q-.05 0-.05.05v2.86q0 .05-.04.08-.03.04-.08.04h-.92q-.05 0-.08-.04-.04-.03-.04-.08v-6.76q0-.05.04-.08.03-.04.08-.04h4.49q.05 0 .08.04.04.03.04.08v.76Zm4.56 6.12q-.1 0-.13-.1l-.33-1.07q-.02-.04-.05-.04h-2.64q-.03 0-.05.04l-.33 1.07q-.03.1-.13.1h-1q-.06 0-.09-.04-.03-.03-.01-.1l2.17-6.76q.03-.1.13-.1h1.25q.1 0 .13.1l2.18 6.76q.01.02.01.05 0 .09-.11.09h-1Zm-2.89-2.18q-.01.06.04.06h2.03q.06 0 .04-.06l-1.03-3.35q-.01-.04-.03-.04-.02 0-.03.04l-1.02 3.35Zm5.15 2.18q-.05 0-.08-.04-.04-.03-.04-.08v-6.76q0-.05.04-.08.03-.04.08-.04h.92q.05 0 .09.04.03.03.03.08v5.83q0 .05.05.05h3.35q.05 0 .08.04.04.03.04.08v.76q0 .05-.04.08-.03.04-.08.04h-4.44Zm5.71 0q-.05 0-.08-.04-.04-.03-.04-.08v-6.76q0-.05.04-.08.03-.04.08-.04h.92q.05 0 .09.04.03.03.03.08v5.83q0 .05.05.05h3.35q.05 0 .09.04.03.03.03.08v.76q0 .05-.03.08-.04.04-.09.04h-4.44Z"/><path fill="#252530" d="M34.03 93.46q-.03.03-.02.06.02.03.06.03H38q.07 0 .12.05.06.05.06.12v1.41q0 .07-.06.12-.05.05-.12.05h-6.52q-.08 0-.13-.05t-.05-.12v-1.34q0-.13.09-.22.71-.69 1.45-1.51.74-.82.93-1.02.4-.48.82-.92 1.32-1.46 1.32-2.17 0-.51-.36-.84-.36-.32-.94-.32t-.94.32q-.37.33-.37.87v.36q0 .07-.05.12-.05.05-.12.05h-1.71q-.07 0-.12-.05-.06-.05-.06-.12v-.68q.05-.78.5-1.39.45-.6 1.19-.92.75-.32 1.68-.32 1.03 0 1.79.39.76.38 1.17 1.03.42.66.42 1.45 0 .61-.31 1.25-.3.64-.91 1.38-.45.56-.97 1.12-.52.55-1.55 1.59l-.22.22Zm8.86 2q-1.6 0-2.52-.89-.93-.89-.93-2.43v-3.83q0-1.51.93-2.39.92-.89 2.52-.89 1.59 0 2.53.89.93.88.93 2.39v3.83q0 1.54-.93 2.43-.94.89-2.53.89Zm0-1.75q.65 0 1.03-.4.39-.4.39-1.07v-3.99q0-.66-.39-1.06-.38-.4-1.03-.4-.64 0-1.02.4-.39.4-.39 1.06v3.99q0 .67.39 1.07.38.4 1.02.4Zm7.52-.25q-.03.03-.01.06.01.03.06.03h3.93q.07 0 .12.05.05.05.05.12v1.41q0 .07-.05.12-.05.05-.12.05h-6.53q-.07 0-.12-.05-.05-.05-.05-.12v-1.34q0-.13.08-.22.72-.69 1.45-1.51.74-.82.93-1.02.41-.48.83-.92 1.32-1.46 1.32-2.17 0-.51-.36-.84-.37-.32-.95-.32t-.94.32q-.36.33-.36.87v.36q0 .07-.05.12-.05.05-.13.05H47.8q-.07 0-.12-.05-.05-.05-.05-.12v-.68q.04-.78.49-1.39.45-.6 1.2-.92.75-.32 1.67-.32 1.03 0 1.79.39.77.38 1.18 1.03.41.66.41 1.45 0 .61-.3 1.25-.31.64-.92 1.38-.45.56-.97 1.12-.52.55-1.55 1.59l-.22.22Zm11.46-3q.29.66.29 1.53 0 .79-.26 1.45-.35.93-1.17 1.45-.82.53-1.94.53-1.1 0-1.93-.55-.83-.56-1.2-1.5-.2-.56-.23-1.22 0-.17.17-.17h1.72q.17 0 .17.17.06.48.16.71.13.38.43.59.29.21.7.21.81 0 1.12-.71.2-.43.2-1.01 0-.69-.22-1.12-.33-.68-1.11-.68-.16 0-.34.09-.17.1-.42.27-.06.04-.11.04-.09 0-.13-.08l-.86-1.21q-.03-.04-.03-.1 0-.09.06-.14l2.3-2.02q.03-.03.03-.06-.01-.03-.05-.03h-3.41q-.07 0-.13-.05-.05-.05-.05-.12v-1.41q0-.07.05-.12.06-.05.13-.05h6.04q.08 0 .13.05t.05.12v1.6q0 .11-.1.22l-1.9 1.74q-.03.03-.02.05 0 .03.06.03 1.26.25 1.8 1.5Z"/></svg>
@@ -1,6 +1,6 @@
1
1
  @layer components {
2
2
  .ui-btn {
3
- @apply text-white bg-cool-black text-btn2 font-sans font-medium inline-block rounded p-btn;
3
+ @apply text-white bg-cool-black text-btn2 font-sans font-bold inline-block rounded p-btn;
4
4
  @apply hover:text-white hover:bg-active-orange;
5
5
  @apply active:text-white active:bg-red-orange;
6
6
  @apply focus:text-white focus:bg-cool-black focus:outline-gui-focus;
@@ -24,7 +24,7 @@
24
24
  background-size: 200% 100%;
25
25
  background-position: 0% 0%;
26
26
 
27
- @apply text-white text-btn2 font-sans font-medium inline-block rounded p-btn;
27
+ @apply text-white text-btn2 font-sans font-bold inline-block rounded p-btn;
28
28
  @apply focus:outline-gui-focus;
29
29
  @apply inline-flex items-center justify-center;
30
30
  }
@@ -40,7 +40,7 @@
40
40
  }
41
41
 
42
42
  .ui-btn-invert {
43
- @apply text-cool-black bg-white text-btn2 font-sans font-medium inline-block rounded p-btn;
43
+ @apply text-cool-black bg-white text-btn2 font-sans font-bold inline-block rounded p-btn;
44
44
  @apply hover:text-white hover:bg-active-orange;
45
45
  @apply active:text-white active:bg-red-orange;
46
46
  @apply focus:text-white focus:bg-cool-black focus:outline-gui-focus;
@@ -50,7 +50,7 @@
50
50
  }
51
51
 
52
52
  .ui-btn-secondary {
53
- @apply text-cool-black bg-white text-btn2 font-sans font-medium inline-block border-btn border-cool-black rounded p-btn;
53
+ @apply text-cool-black bg-white text-btn2 font-sans font-bold inline-block border-btn border-cool-black rounded p-btn;
54
54
  @apply hover:text-cool-black hover:border-active-orange hover:bg-white;
55
55
  @apply active:border-red-orange active:bg-white;
56
56
  @apply focus:border-cool-black focus:bg-white focus:outline-gui-focus;
@@ -60,7 +60,7 @@
60
60
  }
61
61
 
62
62
  .ui-btn-secondary-invert {
63
- @apply text-white bg-cool-black text-btn2 font-sans font-medium inline-block border-btn border-mid-grey rounded p-btn;
63
+ @apply text-white bg-cool-black text-btn2 font-sans font-bold inline-block border-btn border-mid-grey rounded p-btn;
64
64
  @apply hover:text-white hover:border-active-orange;
65
65
  @apply active:border-red-orange;
66
66
  @apply focus:outline-gui-focus;
@@ -1,10 +1,10 @@
1
1
  @layer components {
2
2
  .ui-checkbox-p1 {
3
- @apply flex items-start mb-16 font-sans;
3
+ @apply flex items-start mb-16 font-sans font-medium;
4
4
  }
5
5
 
6
6
  .ui-checkbox-p2 {
7
- @apply flex items-start mb-12 font-sans;
7
+ @apply flex items-start mb-12 font-sans font-medium;
8
8
  }
9
9
 
10
10
  .ui-checkbox-input {
@@ -23,12 +23,12 @@
23
23
 
24
24
  .ui-checkbox-label-p1 {
25
25
  @apply select-none;
26
- @apply text-p1 font-light text-cool-black;
26
+ @apply text-p1 font-medium text-cool-black;
27
27
  }
28
28
 
29
29
  .ui-checkbox-label-p2 {
30
30
  @apply select-none;
31
- @apply text-p2 font-light text-cool-black;
31
+ @apply text-p2 font-medium text-cool-black;
32
32
  }
33
33
 
34
34
  .ui-checkbox-input:disabled + .ui-checkbox-styled {
@@ -49,7 +49,7 @@
49
49
  }
50
50
 
51
51
  .ui-textarea {
52
- @apply font-sans font-light text-cool-black text-p1;
52
+ @apply font-sans font-medium text-cool-black text-p1;
53
53
  @apply p-input mb-16;
54
54
  @apply bg-light-grey border-mid-grey transition-input border rounded block w-full;
55
55
  @apply hover:bg-white hover:shadow-input hover:border-transparent;
@@ -1,34 +1,132 @@
1
1
  @layer base {
2
2
  :root {
3
- --color-cool-black: #03020d;
4
- --color-active-orange: #ff5416;
5
- --color-red-orange: #e40000;
6
- --color-white: #ffffff;
7
- --color-electric-cyan: #4af7ff;
8
- --color-zingy-green: #08ff13;
9
- --color-bright-red: #ff2739;
10
- --color-jazzy-pink: #ff17d2;
11
- --color-extra-light-grey: #fafafb;
12
- --color-light-grey: #f5f5f6;
13
- --color-mid-grey: #d9d9da;
14
- --color-dark-grey: #76767c;
15
- --color-charcoal-grey: #292831;
16
- --color-gui-default: #0073e6;
17
- --color-gui-hover: #0867c4;
18
- --color-gui-focus: #0073e6;
3
+ /* Neutral colors */
4
+ --color-neutral-000: #ffffff;
5
+ --color-neutral-100: #f8fafc;
6
+ --color-neutral-200: #f4f8fb;
7
+ --color-neutral-300: #edf1f7;
8
+ --color-neutral-400: #e2e7ef;
9
+ --color-neutral-500: #c6ced9;
10
+ --color-neutral-600: #adb6c2;
11
+ --color-neutral-700: #89929f;
12
+ --color-neutral-800: #667085;
13
+ --color-neutral-900: #39414e;
14
+ --color-neutral-1000: #2b303b;
15
+ --color-neutral-1100: #202531;
16
+ --color-neutral-1200: #141924;
17
+ --color-neutral-1300: #03020d;
18
+
19
+ /* Ably orange */
20
+ --color-orange-100: #fff5f1;
21
+ --color-orange-200: #ffe3d8;
22
+ --color-orange-300: #ffc4ae;
23
+ --color-orange-400: #ff9c79;
24
+ --color-orange-500: #ff723f;
25
+ --color-orange-600: #ff5416;
26
+ --color-orange-700: #ff2739;
27
+ --color-orange-800: #e40000;
28
+ --color-orange-900: #b82202;
29
+ --color-orange-1000: #751500;
30
+ --color-orange-1100: #2a0b00;
31
+
32
+ /* Secondary colours */
33
+ --color-yellow-100: #fffbef;
34
+ --color-yellow-200: #fff0ba;
35
+ --color-yellow-300: #ffe27c;
36
+ --color-yellow-400: #ffd43d;
37
+ --color-yellow-500: #f8c100;
38
+ --color-yellow-600: #e8a700;
39
+ --color-yellow-700: #ac8600;
40
+ --color-yellow-800: #654f00;
41
+ --color-yellow-900: #291c01;
42
+ --color-green-100: #f1fff1;
43
+ --color-green-200: #b8ffbb;
44
+ --color-green-300: #80ff85;
45
+ --color-green-400: #08ff13;
46
+ --color-green-500: #00e80b;
47
+ --color-green-600: #00c008;
48
+ --color-green-700: #008e06;
49
+ --color-green-800: #005303;
50
+ --color-green-900: #002a02;
51
+ --color-blue-100: #f1fbff;
52
+ --color-blue-200: #b8eaff;
53
+ --color-blue-300: #80d9ff;
54
+ --color-blue-400: #4ad4ff;
55
+ --color-blue-500: #2cc0ff;
56
+ --color-blue-600: #00a5ec;
57
+ --color-blue-700: #0284cd;
58
+ --color-blue-800: #004b75;
59
+ --color-blue-900: #001b2a;
60
+ --color-violet-100: #f7f2fe;
61
+ --color-violet-200: #d8bcfb;
62
+ --color-violet-300: #b986f8;
63
+ --color-violet-400: #9951f5;
64
+ --color-violet-500: #7a1bf2;
65
+ --color-violet-600: #5f0bc9;
66
+ --color-violet-700: #460894;
67
+ --color-violet-800: #2d055e;
68
+ --color-violet-900: #130228;
69
+ --color-pink-100: #fff1fc;
70
+ --color-pink-200: #ffb8f1;
71
+ --color-pink-300: #ff80e6;
72
+ --color-pink-400: #ff47db;
73
+ --color-pink-500: #ff17d2;
74
+ --color-pink-600: #d400ab;
75
+ --color-pink-700: #9c007e;
76
+ --color-pink-800: #630050;
77
+ --color-pink-900: #2a0022;
78
+
79
+ /* GUI colours */
80
+ /* Note: The ‘Light and ‘Dark’ refers to the colour of the background on which the colour is used. */
81
+ --color-gui-blue-default-light: #006edc;
82
+ --color-gui-blue-hover-light: #0862b9;
83
+ --color-gui-blue-active-light: #074095;
84
+ --color-gui-blue-default-dark: #4da6ff;
85
+ --color-gui-blue-hover-dark: #2894ff;
86
+ --color-gui-blue-active-dark: #0080ff;
87
+ --color-gui-blue-focus: #80b9f2;
88
+ --color-gui-unavailable: #a8a8a8;
89
+ --color-gui-success-green: #11cb24;
90
+ --color-gui-error-red: #fb0c0c;
91
+ --color-gui-focus: #80b9f2;
19
92
  --color-gui-focus-outline: #80b9f2;
20
- --color-gui-active: #074095;
21
93
  --color-gui-visited: #4887c2;
22
- --color-gui-unavailable: #a8a8a8;
23
- --color-gui-error: #fb0c0c;
24
- --color-gui-success: #11cb24;
94
+
95
+ /* Colours replaced by neutral colours */
96
+ --color-white: var(--color-neutral-000);
97
+ --color-extra-light-grey: var(--color-neutral-100);
98
+ --color-light-grey: var(--color-neutral-200);
99
+ --color-mid-grey: var(--color-neutral-500);
100
+ --color-dark-grey: var(--color-neutral-800);
101
+ --color-charcoal-grey: var(--color-neutral-1000);
102
+ --color-cool-black: var(--color-neutral-1300);
103
+
104
+ /* Colours replaced by orange colours */
105
+ --color-active-orange: var(--color-orange-600);
106
+ --color-bright-red: var(--color-orange-700);
107
+ --color-red-orange: var(--color-orange-800);
108
+
109
+ /* Colours replaced by secondary colours */
110
+ --color-electric-cyan: var(--color-blue-400);
111
+ --color-zingy-green: var(--color-green-400);
112
+ --color-jazzy-pink: var(--color-pink-500);
113
+
114
+ /* Colours replaced by GUI colours */
115
+ --color-gui-default: var(--color-gui-blue-default-light);
116
+ --color-gui-hover: var(--color-gui-blue-hover-light);
117
+ --color-gui-active: var(--color-gui-blue-active-light);
118
+ --color-gui-error: var(--color-gui-error-red);
119
+ --color-gui-success: var(--color-gui-success-green);
120
+ --color-gui-default-dark: var(--color-gui-blue-default-dark);
121
+ --color-gui-hover-dark: var(--color-gui-blue-hover-dark);
122
+ --color-gui-active-dark: var(--color-gui-blue-active-dark);
25
123
 
26
124
  /* code syntax: theme */
27
- --syntax-black: var(--color-cool-black);
28
- --syntax-dark-grey: var(--color-dark-grey);
29
- --syntax-mid-grey: var(--color-mid-grey);
30
- --syntax-light-grey: var(--color-light-grey);
31
- --syntax-extra-light-grey: var(--color-extra-light-grey);
125
+ --syntax-black: var(--color-neutral-1300);
126
+ --syntax-dark-grey: var(--color-neutral-800);
127
+ --syntax-mid-grey: var(--color-neutral-500);
128
+ --syntax-light-grey: var(--color-neutral-200);
129
+ --syntax-extra-light-grey: var(--color-neutral-100);
32
130
  --syntax-orange: #e78c45;
33
131
  --syntax-yellow: #e7c547;
34
132
  --syntax-blue: #3490ec;
@@ -47,6 +145,8 @@
47
145
  --icon-color-glassdoor: #0baa41;
48
146
  --icon-color-github: #000000;
49
147
  --icon-color-discord: #5865f2;
148
+ --icon-color-stackoverflow: #f48024;
149
+ --icon-color-youtube: #ff0000;
50
150
 
51
151
  --gradient-active-orange: linear-gradient(
52
152
  61.2deg,
@@ -68,44 +168,51 @@
68
168
 
69
169
  --gradient-hot-pink: linear-gradient(
70
170
  80.2deg,
71
- var(--color-bright-red) 0%,
171
+ var(--color-orange-700) 0%,
72
172
  var(--color-jazzy-pink) 100%
73
173
  );
74
174
 
75
- --fs-title-xl: 4rem;
76
- --fs-title: 3.5rem;
77
- --fs-title-xs: 3rem;
78
- --fs-h1-xl: 3.5rem;
79
- --fs-h1: 3rem;
80
- --fs-h1-xs: 2.625rem;
81
- --fs-h2-xl: 2.5rem;
175
+ --fs-title-xl: 3rem;
176
+ --fs-title: 2.75rem;
177
+ --fs-title-xs: 2.5rem;
178
+ --fs-h1-xl: 2.5rem;
179
+ --fs-h1: 2.25rem;
180
+ --fs-h1-xs: 2rem;
181
+
182
+ --fs-h2-xl: 2.125rem;
82
183
  --fs-h2: 2rem;
83
- --fs-h2-xs: 1.875rem;
184
+ --fs-h2-xs: 1.75rem;
185
+
84
186
  --fs-h3: 1.5rem;
85
- --fs-h4: 1.125rem;
86
- --fs-p1: 1.125rem;
87
- --fs-p2: 1rem;
187
+ --fs-h4: 1.25rem;
188
+ --fs-h5: 1rem;
189
+
190
+ --fs-p1: 1rem;
191
+ --fs-p2: 0.938rem;
88
192
  --fs-p3: 0.875rem;
89
193
  --fs-standfirst-xl: 2.25rem;
90
194
  --fs-standfirst: 1.5rem;
91
- --fs-sub-header: 1.5rem;
92
- --fs-sub-header-xs: 1.125rem;
195
+ --fs-sub-header: 1.125rem;
196
+ --fs-sub-header-xs: 1.063rem;
93
197
  --fs-overline1: 1rem;
94
198
  --fs-overline2: 0.875rem;
95
- --fs-btn1: 1.125rem;
96
- --fs-btn2: 1rem;
199
+ --fs-btn1: 1rem;
200
+ --fs-btn2: 0.938rem;
97
201
  --fs-btn3: 0.875rem;
98
- --fs-menu1: 1.125rem;
99
- --fs-menu2: 1rem;
202
+ --fs-menu1: 1rem;
203
+ --fs-menu2: 0.938rem;
100
204
  --fs-menu3: 0.875rem;
101
- --fs-quote: 1.5rem;
102
- --fs-code: 0.875rem;
205
+ --fs-quote: 1.25rem;
206
+ --fs-code: 0.938rem;
207
+ --fs-code2: 0.813rem;
103
208
 
104
209
  --lh-dense: 1;
105
210
  --lh-tight: 1.125;
106
211
  --lh-snug: 1.15;
212
+ --lh-min-normal: 1.2;
107
213
  --lh-normal: 1.25;
108
214
  --lh-relaxed: 1.45;
215
+ --lh-extra-relaxed: 1.6;
109
216
 
110
217
  --ls-tighten-0_025: -0.025em;
111
218
  --ls-tighten-0_02: -0.02em;
@@ -113,7 +220,9 @@
113
220
  --ls-tighten-0_01: -0.01em;
114
221
  --ls-tighten-0_005: -0.005em;
115
222
  --ls-tighten-0_0025: -0.0025em;
223
+ --ls-tighten-0_0015: -0.0015em;
116
224
  --ls-widen-0_1: 0.1em;
225
+ --ls-widen-0_16: 0.16em;
117
226
  --ls-widen-0_15: 0.15em;
118
227
 
119
228
  --spacing-0: 0px;
@@ -128,6 +237,7 @@
128
237
  --spacing-20: 1.25rem;
129
238
  --spacing-24: 1.5rem;
130
239
  --spacing-32: 2rem;
240
+ --spacing-36: 2.25rem;
131
241
  --spacing-40: 2.5rem;
132
242
  --spacing-48: 3rem;
133
243
  --spacing-64: 4rem;
@@ -1,46 +1,52 @@
1
1
  @layer components {
2
2
  .ui-text-title {
3
- @apply font-sans font-medium text-cool-black;
3
+ @apply font-sans font-extrabold text-cool-black;
4
4
  @apply text-title-xs xs:text-title xl:text-title-xl;
5
- @apply tracking-tighten-0.01 xs:tracking-tighten-0.015 xl:tracking-tighten-0.02;
5
+ @apply tracking-tighten-0.015 xs:tracking-tighten-0.02 xl:tracking-tighten-0.02;
6
6
  }
7
7
 
8
8
  .ui-text-h1 {
9
- @apply font-sans font-medium text-cool-black;
9
+ @apply font-sans font-extrabold text-cool-black;
10
10
  @apply text-h1-xs xs:text-h1 xl:text-h1-xl;
11
- @apply tracking-tighten-0.01;
11
+ @apply tracking-tighten-0.0125 xs:tracking-tighten-0.015;
12
12
  }
13
13
 
14
14
  .ui-text-h2 {
15
- @apply font-sans font-medium text-cool-black;
15
+ @apply font-sans font-extrabold text-cool-black;
16
16
  @apply text-h2-xs xs:text-h2 xl:text-h2-xl;
17
- @apply tracking-tighten-0.005;
17
+ @apply tracking-tighten-0.015 xs:tracking-tighten-0.01;
18
18
  }
19
19
 
20
20
  .ui-text-h3 {
21
- @apply font-sans font-medium text-cool-black;
21
+ @apply font-sans font-extrabold text-cool-black;
22
22
  @apply text-h3;
23
- @apply tracking-tighten-0.0025;
23
+ @apply tracking-tighten-0.005;
24
24
  }
25
25
 
26
26
  .ui-text-h4 {
27
- @apply font-sans font-medium text-cool-black;
28
- @apply text-h4 uppercase;
29
- @apply tracking-widen-0.1;
27
+ @apply font-sans font-extrabold text-cool-black;
28
+ @apply text-h4;
29
+ @apply tracking-tighten-0.0015;
30
+ }
31
+
32
+ .ui-text-h5 {
33
+ @apply font-sans font-extrabold text-cool-black;
34
+ @apply text-h5;
35
+ @apply tracking-tighten-0.0025;
30
36
  }
31
37
 
32
38
  .ui-text-p1 {
33
- @apply font-sans font-light text-charcoal-grey;
39
+ @apply font-sans font-medium text-charcoal-grey;
34
40
  @apply text-p1;
35
41
  }
36
42
 
37
43
  .ui-text-p2 {
38
- @apply font-sans font-light text-charcoal-grey;
44
+ @apply font-sans font-medium text-charcoal-grey;
39
45
  @apply text-p2;
40
46
  }
41
47
 
42
48
  .ui-text-p3 {
43
- @apply font-sans font-light text-charcoal-grey;
49
+ @apply font-sans font-medium text-charcoal-grey;
44
50
  @apply text-p3;
45
51
  }
46
52
 
@@ -51,60 +57,63 @@
51
57
  }
52
58
 
53
59
  .ui-text-quote {
54
- @apply font-sans font-light text-cool-black;
55
- @apply text-quote;
56
- @apply tracking-tighten-0.025;
60
+ @apply font-sans font-normal text-cool-black;
61
+ @apply text-quote leading-normal;
62
+ @apply tracking-tighten-0.0015;
57
63
  }
58
64
 
59
65
  .ui-text-sub-header {
60
- @apply font-sans font-light text-dark-grey;
61
- @apply text-sub-header-xs xs:text-sub-header;
62
- @apply tracking-tighten-0.025;
66
+ @apply font-sans font-semibold text-neutral-800;
67
+ @apply text-sub-header-xs xs:text-sub-header leading-normal;
63
68
  }
64
69
 
65
70
  .ui-text-overline1 {
66
- @apply font-sans font-medium text-dark-grey uppercase;
67
- @apply text-overline1;
68
- @apply tracking-widen-0.15;
71
+ @apply font-mono font-medium text-active-orange uppercase;
72
+ @apply text-overline1 leading-normal;
73
+ @apply tracking-widen-0.16;
69
74
  }
70
75
 
71
76
  .ui-text-overline2 {
72
- @apply font-sans font-medium text-dark-grey uppercase;
73
- @apply text-overline2;
74
- @apply tracking-widen-0.1;
77
+ @apply font-mono font-medium text-active-orange uppercase;
78
+ @apply text-overline2 leading-normal;
79
+ @apply tracking-widen-0.16;
75
80
  }
76
81
 
77
82
  .ui-text-menu1 {
78
- @apply font-sans font-light text-cool-black;
79
- @apply text-menu1;
83
+ @apply font-sans font-medium text-cool-black;
84
+ @apply text-menu1 leading-snug;
80
85
  }
81
86
 
82
87
  .ui-text-menu2 {
83
- @apply font-sans font-light text-cool-black;
84
- @apply text-menu2;
88
+ @apply font-sans font-medium text-cool-black;
89
+ @apply text-menu2 leading-snug;
85
90
  }
86
91
 
87
92
  .ui-text-menu3 {
88
- @apply font-sans font-light text-cool-black;
89
- @apply text-menu3;
93
+ @apply font-sans font-medium text-cool-black;
94
+ @apply text-menu3 leading-snug;
90
95
  }
91
96
 
92
97
  .ui-text-code {
93
- @apply font-mono font-semibold text-code;
98
+ @apply font-mono font-medium text-code;
99
+ }
100
+
101
+ .ui-text-code2 {
102
+ @apply font-mono font-medium text-code2;
94
103
  }
95
104
 
96
105
  .ui-text-code-inline {
97
- @apply font-mono font-semibold text-code text-charcoal-grey bg-light-grey p-inline-code rounded-sm mx-1;
106
+ @apply font-mono font-medium text-code text-charcoal-grey bg-light-grey p-inline-code rounded-sm mx-1;
98
107
  }
99
108
 
100
109
  .ui-unordered-list {
101
- @apply text-p1 font-light text-cool-black;
102
- @apply list-disc ml-32 mb-24;
110
+ @apply text-p1 font-medium text-cool-black;
111
+ @apply list-disc ml-32 my-16;
103
112
  }
104
113
 
105
114
  .ui-ordered-list {
106
- @apply text-p1 font-light text-cool-black;
107
- @apply ml-32 mb-24 list-decimal;
115
+ @apply text-p1 font-medium text-charcoal-grey;
116
+ @apply ml-32 my-16 list-decimal;
108
117
  }
109
118
 
110
119
  .ui-unordered-list li > *:last-of-type:not(ul):not(ol),
@@ -121,11 +130,21 @@
121
130
  }
122
131
 
123
132
  .ui-unordered-list ul ul {
124
- @apply list-square;
133
+ @apply list-square my-8;
134
+ }
135
+
136
+ .ui-unordered-list ul ul {
137
+ @apply my-8;
138
+ }
139
+
140
+ .ui-ordered-list li,
141
+ .ui-unordered-list li {
142
+ @apply font-medium font-sans tracking-widen-0;
143
+ line-height: var(--lh-extra-relaxed);
125
144
  }
126
145
 
127
146
  .ui-unordered-list-with-emphasis {
128
- @apply text-p1 font-light text-cool-black;
147
+ @apply text-p1 font-medium text-cool-black;
129
148
  @apply list-disc ml-32 mt-32 -mb-12;
130
149
  }
131
150
 
@@ -147,16 +166,15 @@
147
166
  }
148
167
 
149
168
  .ui-link {
150
- @apply visited:text-gui-visited;
169
+ @apply text-gui-default;
151
170
  @apply hover:text-gui-hover active:text-gui-active disabled:text-gui-unavailable;
152
- @apply focus:text-gui-focus focus:outline-gui-focus;
153
- @apply underline;
171
+ @apply focus:text-gui-default focus:outline-gui-focus;
172
+ @apply no-underline;
154
173
  }
155
174
 
156
175
  .ui-link-neutral {
157
- @apply visited:text-dark-grey;
158
176
  @apply hover:text-dark-grey active:text-cool-black disabled:text-gui-unavailable;
159
- @apply focus:text-gui-focus focus:outline-gui-focus-neutral;
177
+ @apply focus:text-charcoal-grey focus:outline-gui-focus-neutral;
160
178
  @apply underline;
161
179
  }
162
180
  }