@fremtind/jokul 0.1.1

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 (358) hide show
  1. package/LICENSE +21 -0
  2. package/build/build-stats.html +4842 -0
  3. package/build/cjs/components/ScreenReaderOnly.js +2 -0
  4. package/build/cjs/components/ScreenReaderOnly.js.map +1 -0
  5. package/build/cjs/components/SlotComponent.js +2 -0
  6. package/build/cjs/components/SlotComponent.js.map +1 -0
  7. package/build/cjs/components/index.js +2 -0
  8. package/build/cjs/components/index.js.map +1 -0
  9. package/build/cjs/components/navigation/Link.js +2 -0
  10. package/build/cjs/components/navigation/Link.js.map +1 -0
  11. package/build/cjs/components/navigation/NavLink.js +2 -0
  12. package/build/cjs/components/navigation/NavLink.js.map +1 -0
  13. package/build/cjs/components/navigation/index.js +2 -0
  14. package/build/cjs/components/navigation/index.js.map +1 -0
  15. package/build/cjs/core/as-child.js +2 -0
  16. package/build/cjs/core/as-child.js.map +1 -0
  17. package/build/cjs/core/index.js +2 -0
  18. package/build/cjs/core/index.js.map +1 -0
  19. package/build/cjs/core/polymorphism.js +2 -0
  20. package/build/cjs/core/polymorphism.js.map +1 -0
  21. package/build/cjs/core/tokens.js +2 -0
  22. package/build/cjs/core/tokens.js.map +1 -0
  23. package/build/cjs/core/types.js +2 -0
  24. package/build/cjs/core/types.js.map +1 -0
  25. package/build/cjs/core/utils/breakpoints.js +2 -0
  26. package/build/cjs/core/utils/breakpoints.js.map +1 -0
  27. package/build/cjs/core/utils/density.js +2 -0
  28. package/build/cjs/core/utils/density.js.map +1 -0
  29. package/build/cjs/core/utils/getValuePair.js +2 -0
  30. package/build/cjs/core/utils/getValuePair.js.map +1 -0
  31. package/build/cjs/core/utils/index.js +2 -0
  32. package/build/cjs/core/utils/index.js.map +1 -0
  33. package/build/cjs/core/utils/mergeProps.js +2 -0
  34. package/build/cjs/core/utils/mergeProps.js.map +1 -0
  35. package/build/cjs/core/utils/mergeRefs.js +2 -0
  36. package/build/cjs/core/utils/mergeRefs.js.map +1 -0
  37. package/build/cjs/core/utils/motion.js +2 -0
  38. package/build/cjs/core/utils/motion.js.map +1 -0
  39. package/build/cjs/core/utils/tabListener.js +2 -0
  40. package/build/cjs/core/utils/tabListener.js.map +1 -0
  41. package/build/cjs/hooks/index.js +2 -0
  42. package/build/cjs/hooks/index.js.map +1 -0
  43. package/build/cjs/hooks/mediaQueryUtils.js +2 -0
  44. package/build/cjs/hooks/mediaQueryUtils.js.map +1 -0
  45. package/build/cjs/hooks/useAnimatedDetails/index.js +2 -0
  46. package/build/cjs/hooks/useAnimatedDetails/index.js.map +1 -0
  47. package/build/cjs/hooks/useAnimatedDetails/useAnimatedDetails.js +2 -0
  48. package/build/cjs/hooks/useAnimatedDetails/useAnimatedDetails.js.map +1 -0
  49. package/build/cjs/hooks/useAnimatedHeight/index.js +2 -0
  50. package/build/cjs/hooks/useAnimatedHeight/index.js.map +1 -0
  51. package/build/cjs/hooks/useAnimatedHeight/types.js +2 -0
  52. package/build/cjs/hooks/useAnimatedHeight/types.js.map +1 -0
  53. package/build/cjs/hooks/useAnimatedHeight/useAnimatedHeight.js +2 -0
  54. package/build/cjs/hooks/useAnimatedHeight/useAnimatedHeight.js.map +1 -0
  55. package/build/cjs/hooks/useAnimatedHeight/useAnimatedHeightBetween.js +2 -0
  56. package/build/cjs/hooks/useAnimatedHeight/useAnimatedHeightBetween.js.map +1 -0
  57. package/build/cjs/hooks/useAnimatedHeight/useAutoAnimateHeight.js +2 -0
  58. package/build/cjs/hooks/useAnimatedHeight/useAutoAnimateHeight.js.map +1 -0
  59. package/build/cjs/hooks/useAriaLiveRegion/index.js +2 -0
  60. package/build/cjs/hooks/useAriaLiveRegion/index.js.map +1 -0
  61. package/build/cjs/hooks/useAriaLiveRegion/useAriaLiveRegion.js +2 -0
  62. package/build/cjs/hooks/useAriaLiveRegion/useAriaLiveRegion.js.map +1 -0
  63. package/build/cjs/hooks/useBrowserPreferences/index.js +2 -0
  64. package/build/cjs/hooks/useBrowserPreferences/index.js.map +1 -0
  65. package/build/cjs/hooks/useBrowserPreferences/useBrowserPreferences.js +2 -0
  66. package/build/cjs/hooks/useBrowserPreferences/useBrowserPreferences.js.map +1 -0
  67. package/build/cjs/hooks/useClickOutside/index.js +2 -0
  68. package/build/cjs/hooks/useClickOutside/index.js.map +1 -0
  69. package/build/cjs/hooks/useClickOutside/useClickOutside.js +2 -0
  70. package/build/cjs/hooks/useClickOutside/useClickOutside.js.map +1 -0
  71. package/build/cjs/hooks/useElementDimensions/index.js +2 -0
  72. package/build/cjs/hooks/useElementDimensions/index.js.map +1 -0
  73. package/build/cjs/hooks/useElementDimensions/useElementDimensions.js +2 -0
  74. package/build/cjs/hooks/useElementDimensions/useElementDimensions.js.map +1 -0
  75. package/build/cjs/hooks/useFocusOutside/index.js +2 -0
  76. package/build/cjs/hooks/useFocusOutside/index.js.map +1 -0
  77. package/build/cjs/hooks/useFocusOutside/useFocusOutside.js +2 -0
  78. package/build/cjs/hooks/useFocusOutside/useFocusOutside.js.map +1 -0
  79. package/build/cjs/hooks/useId/index.js +2 -0
  80. package/build/cjs/hooks/useId/index.js.map +1 -0
  81. package/build/cjs/hooks/useId/useId.js +2 -0
  82. package/build/cjs/hooks/useId/useId.js.map +1 -0
  83. package/build/cjs/hooks/useIntersectionObserver/index.js +2 -0
  84. package/build/cjs/hooks/useIntersectionObserver/index.js.map +1 -0
  85. package/build/cjs/hooks/useIntersectionObserver/useIntersectionObserver.js +2 -0
  86. package/build/cjs/hooks/useIntersectionObserver/useIntersectionObserver.js.map +1 -0
  87. package/build/cjs/hooks/useKeyListener/index.js +2 -0
  88. package/build/cjs/hooks/useKeyListener/index.js.map +1 -0
  89. package/build/cjs/hooks/useKeyListener/useKeyListener.js +2 -0
  90. package/build/cjs/hooks/useKeyListener/useKeyListener.js.map +1 -0
  91. package/build/cjs/hooks/useListNavigation/index.js +2 -0
  92. package/build/cjs/hooks/useListNavigation/index.js.map +1 -0
  93. package/build/cjs/hooks/useListNavigation/useListNavigation.js +2 -0
  94. package/build/cjs/hooks/useListNavigation/useListNavigation.js.map +1 -0
  95. package/build/cjs/hooks/useLocalStorage/index.js +2 -0
  96. package/build/cjs/hooks/useLocalStorage/index.js.map +1 -0
  97. package/build/cjs/hooks/useLocalStorage/useLocalStorage.js +2 -0
  98. package/build/cjs/hooks/useLocalStorage/useLocalStorage.js.map +1 -0
  99. package/build/cjs/hooks/useMutationObserver/index.js +2 -0
  100. package/build/cjs/hooks/useMutationObserver/index.js.map +1 -0
  101. package/build/cjs/hooks/useMutationObserver/useMutationObserver.js +2 -0
  102. package/build/cjs/hooks/useMutationObserver/useMutationObserver.js.map +1 -0
  103. package/build/cjs/hooks/usePreviousValue/index.js +2 -0
  104. package/build/cjs/hooks/usePreviousValue/index.js.map +1 -0
  105. package/build/cjs/hooks/usePreviousValue/usePreviousValue.js +2 -0
  106. package/build/cjs/hooks/usePreviousValue/usePreviousValue.js.map +1 -0
  107. package/build/cjs/hooks/useProgressiveImg/index.js +2 -0
  108. package/build/cjs/hooks/useProgressiveImg/index.js.map +1 -0
  109. package/build/cjs/hooks/useProgressiveImg/useProgressiveImg.js +2 -0
  110. package/build/cjs/hooks/useProgressiveImg/useProgressiveImg.js.map +1 -0
  111. package/build/cjs/hooks/useScreen/index.js +2 -0
  112. package/build/cjs/hooks/useScreen/index.js.map +1 -0
  113. package/build/cjs/hooks/useScreen/state.js +2 -0
  114. package/build/cjs/hooks/useScreen/state.js.map +1 -0
  115. package/build/cjs/hooks/useScreen/useScreen.js +2 -0
  116. package/build/cjs/hooks/useScreen/useScreen.js.map +1 -0
  117. package/build/cjs/hooks/useScrollIntoView/index.js +2 -0
  118. package/build/cjs/hooks/useScrollIntoView/index.js.map +1 -0
  119. package/build/cjs/hooks/useScrollIntoView/useScrollIntoView.js +2 -0
  120. package/build/cjs/hooks/useScrollIntoView/useScrollIntoView.js.map +1 -0
  121. package/build/cjs/hooks/useSwipeGesture/index.js +2 -0
  122. package/build/cjs/hooks/useSwipeGesture/index.js.map +1 -0
  123. package/build/cjs/hooks/useSwipeGesture/useSwipeGesture.js +2 -0
  124. package/build/cjs/hooks/useSwipeGesture/useSwipeGesture.js.map +1 -0
  125. package/build/clsx-BeLtu-UY.js +2 -0
  126. package/build/clsx-BeLtu-UY.js.map +1 -0
  127. package/build/clsx-E3yX_9sL.cjs +2 -0
  128. package/build/clsx-E3yX_9sL.cjs.map +1 -0
  129. package/build/components/ScreenReaderOnly.d.ts +6 -0
  130. package/build/components/SlotComponent.d.ts +7 -0
  131. package/build/components/index.d.ts +2 -0
  132. package/build/components/navigation/Link.d.ts +5 -0
  133. package/build/components/navigation/NavLink.d.ts +6 -0
  134. package/build/components/navigation/index.d.ts +2 -0
  135. package/build/core/as-child.d.ts +39 -0
  136. package/build/core/index.d.ts +7 -0
  137. package/build/core/polymorphism.d.ts +11 -0
  138. package/build/core/tokens.d.ts +351 -0
  139. package/build/core/types.d.ts +42 -0
  140. package/build/core/utils/breakpoints.d.ts +6 -0
  141. package/build/core/utils/density.d.ts +1 -0
  142. package/build/core/utils/getValuePair.d.ts +2 -0
  143. package/build/core/utils/index.d.ts +8 -0
  144. package/build/core/utils/mergeProps.d.ts +3 -0
  145. package/build/core/utils/mergeRefs.d.ts +3 -0
  146. package/build/core/utils/motion.d.ts +16 -0
  147. package/build/core/utils/tabListener.d.ts +1 -0
  148. package/build/es/components/ScreenReaderOnly.js +2 -0
  149. package/build/es/components/ScreenReaderOnly.js.map +1 -0
  150. package/build/es/components/SlotComponent.js +2 -0
  151. package/build/es/components/SlotComponent.js.map +1 -0
  152. package/build/es/components/index.js +2 -0
  153. package/build/es/components/index.js.map +1 -0
  154. package/build/es/components/navigation/Link.js +2 -0
  155. package/build/es/components/navigation/Link.js.map +1 -0
  156. package/build/es/components/navigation/NavLink.js +2 -0
  157. package/build/es/components/navigation/NavLink.js.map +1 -0
  158. package/build/es/components/navigation/index.js +2 -0
  159. package/build/es/components/navigation/index.js.map +1 -0
  160. package/build/es/core/as-child.js +2 -0
  161. package/build/es/core/as-child.js.map +1 -0
  162. package/build/es/core/index.js +2 -0
  163. package/build/es/core/index.js.map +1 -0
  164. package/build/es/core/polymorphism.js +2 -0
  165. package/build/es/core/polymorphism.js.map +1 -0
  166. package/build/es/core/tokens.js +2 -0
  167. package/build/es/core/tokens.js.map +1 -0
  168. package/build/es/core/types.js +2 -0
  169. package/build/es/core/types.js.map +1 -0
  170. package/build/es/core/utils/breakpoints.js +2 -0
  171. package/build/es/core/utils/breakpoints.js.map +1 -0
  172. package/build/es/core/utils/density.js +2 -0
  173. package/build/es/core/utils/density.js.map +1 -0
  174. package/build/es/core/utils/getValuePair.js +2 -0
  175. package/build/es/core/utils/getValuePair.js.map +1 -0
  176. package/build/es/core/utils/index.js +2 -0
  177. package/build/es/core/utils/index.js.map +1 -0
  178. package/build/es/core/utils/mergeProps.js +2 -0
  179. package/build/es/core/utils/mergeProps.js.map +1 -0
  180. package/build/es/core/utils/mergeRefs.js +2 -0
  181. package/build/es/core/utils/mergeRefs.js.map +1 -0
  182. package/build/es/core/utils/motion.js +2 -0
  183. package/build/es/core/utils/motion.js.map +1 -0
  184. package/build/es/core/utils/tabListener.js +2 -0
  185. package/build/es/core/utils/tabListener.js.map +1 -0
  186. package/build/es/hooks/index.js +2 -0
  187. package/build/es/hooks/index.js.map +1 -0
  188. package/build/es/hooks/mediaQueryUtils.js +2 -0
  189. package/build/es/hooks/mediaQueryUtils.js.map +1 -0
  190. package/build/es/hooks/useAnimatedDetails/index.js +2 -0
  191. package/build/es/hooks/useAnimatedDetails/index.js.map +1 -0
  192. package/build/es/hooks/useAnimatedDetails/useAnimatedDetails.js +2 -0
  193. package/build/es/hooks/useAnimatedDetails/useAnimatedDetails.js.map +1 -0
  194. package/build/es/hooks/useAnimatedHeight/index.js +2 -0
  195. package/build/es/hooks/useAnimatedHeight/index.js.map +1 -0
  196. package/build/es/hooks/useAnimatedHeight/types.js +2 -0
  197. package/build/es/hooks/useAnimatedHeight/types.js.map +1 -0
  198. package/build/es/hooks/useAnimatedHeight/useAnimatedHeight.js +2 -0
  199. package/build/es/hooks/useAnimatedHeight/useAnimatedHeight.js.map +1 -0
  200. package/build/es/hooks/useAnimatedHeight/useAnimatedHeightBetween.js +2 -0
  201. package/build/es/hooks/useAnimatedHeight/useAnimatedHeightBetween.js.map +1 -0
  202. package/build/es/hooks/useAnimatedHeight/useAutoAnimateHeight.js +2 -0
  203. package/build/es/hooks/useAnimatedHeight/useAutoAnimateHeight.js.map +1 -0
  204. package/build/es/hooks/useAriaLiveRegion/index.js +2 -0
  205. package/build/es/hooks/useAriaLiveRegion/index.js.map +1 -0
  206. package/build/es/hooks/useAriaLiveRegion/useAriaLiveRegion.js +2 -0
  207. package/build/es/hooks/useAriaLiveRegion/useAriaLiveRegion.js.map +1 -0
  208. package/build/es/hooks/useBrowserPreferences/index.js +2 -0
  209. package/build/es/hooks/useBrowserPreferences/index.js.map +1 -0
  210. package/build/es/hooks/useBrowserPreferences/useBrowserPreferences.js +2 -0
  211. package/build/es/hooks/useBrowserPreferences/useBrowserPreferences.js.map +1 -0
  212. package/build/es/hooks/useClickOutside/index.js +2 -0
  213. package/build/es/hooks/useClickOutside/index.js.map +1 -0
  214. package/build/es/hooks/useClickOutside/useClickOutside.js +2 -0
  215. package/build/es/hooks/useClickOutside/useClickOutside.js.map +1 -0
  216. package/build/es/hooks/useElementDimensions/index.js +2 -0
  217. package/build/es/hooks/useElementDimensions/index.js.map +1 -0
  218. package/build/es/hooks/useElementDimensions/useElementDimensions.js +2 -0
  219. package/build/es/hooks/useElementDimensions/useElementDimensions.js.map +1 -0
  220. package/build/es/hooks/useFocusOutside/index.js +2 -0
  221. package/build/es/hooks/useFocusOutside/index.js.map +1 -0
  222. package/build/es/hooks/useFocusOutside/useFocusOutside.js +2 -0
  223. package/build/es/hooks/useFocusOutside/useFocusOutside.js.map +1 -0
  224. package/build/es/hooks/useId/index.js +2 -0
  225. package/build/es/hooks/useId/index.js.map +1 -0
  226. package/build/es/hooks/useId/useId.js +2 -0
  227. package/build/es/hooks/useId/useId.js.map +1 -0
  228. package/build/es/hooks/useIntersectionObserver/index.js +2 -0
  229. package/build/es/hooks/useIntersectionObserver/index.js.map +1 -0
  230. package/build/es/hooks/useIntersectionObserver/useIntersectionObserver.js +2 -0
  231. package/build/es/hooks/useIntersectionObserver/useIntersectionObserver.js.map +1 -0
  232. package/build/es/hooks/useKeyListener/index.js +2 -0
  233. package/build/es/hooks/useKeyListener/index.js.map +1 -0
  234. package/build/es/hooks/useKeyListener/useKeyListener.js +2 -0
  235. package/build/es/hooks/useKeyListener/useKeyListener.js.map +1 -0
  236. package/build/es/hooks/useListNavigation/index.js +2 -0
  237. package/build/es/hooks/useListNavigation/index.js.map +1 -0
  238. package/build/es/hooks/useListNavigation/useListNavigation.js +2 -0
  239. package/build/es/hooks/useListNavigation/useListNavigation.js.map +1 -0
  240. package/build/es/hooks/useLocalStorage/index.js +2 -0
  241. package/build/es/hooks/useLocalStorage/index.js.map +1 -0
  242. package/build/es/hooks/useLocalStorage/useLocalStorage.js +2 -0
  243. package/build/es/hooks/useLocalStorage/useLocalStorage.js.map +1 -0
  244. package/build/es/hooks/useMutationObserver/index.js +2 -0
  245. package/build/es/hooks/useMutationObserver/index.js.map +1 -0
  246. package/build/es/hooks/useMutationObserver/useMutationObserver.js +2 -0
  247. package/build/es/hooks/useMutationObserver/useMutationObserver.js.map +1 -0
  248. package/build/es/hooks/usePreviousValue/index.js +2 -0
  249. package/build/es/hooks/usePreviousValue/index.js.map +1 -0
  250. package/build/es/hooks/usePreviousValue/usePreviousValue.js +2 -0
  251. package/build/es/hooks/usePreviousValue/usePreviousValue.js.map +1 -0
  252. package/build/es/hooks/useProgressiveImg/index.js +2 -0
  253. package/build/es/hooks/useProgressiveImg/index.js.map +1 -0
  254. package/build/es/hooks/useProgressiveImg/useProgressiveImg.js +2 -0
  255. package/build/es/hooks/useProgressiveImg/useProgressiveImg.js.map +1 -0
  256. package/build/es/hooks/useScreen/index.js +2 -0
  257. package/build/es/hooks/useScreen/index.js.map +1 -0
  258. package/build/es/hooks/useScreen/state.js +2 -0
  259. package/build/es/hooks/useScreen/state.js.map +1 -0
  260. package/build/es/hooks/useScreen/useScreen.js +2 -0
  261. package/build/es/hooks/useScreen/useScreen.js.map +1 -0
  262. package/build/es/hooks/useScrollIntoView/index.js +2 -0
  263. package/build/es/hooks/useScrollIntoView/index.js.map +1 -0
  264. package/build/es/hooks/useScrollIntoView/useScrollIntoView.js +2 -0
  265. package/build/es/hooks/useScrollIntoView/useScrollIntoView.js.map +1 -0
  266. package/build/es/hooks/useSwipeGesture/index.js +2 -0
  267. package/build/es/hooks/useSwipeGesture/index.js.map +1 -0
  268. package/build/es/hooks/useSwipeGesture/useSwipeGesture.js +2 -0
  269. package/build/es/hooks/useSwipeGesture/useSwipeGesture.js.map +1 -0
  270. package/build/hooks/index.d.ts +18 -0
  271. package/build/hooks/mediaQueryUtils.d.ts +21 -0
  272. package/build/hooks/useAnimatedDetails/index.d.ts +1 -0
  273. package/build/hooks/useAnimatedDetails/useAnimatedDetails.d.ts +20 -0
  274. package/build/hooks/useAnimatedHeight/index.d.ts +4 -0
  275. package/build/hooks/useAnimatedHeight/types.d.ts +26 -0
  276. package/build/hooks/useAnimatedHeight/useAnimatedHeight.d.ts +10 -0
  277. package/build/hooks/useAnimatedHeight/useAnimatedHeightBetween.d.ts +10 -0
  278. package/build/hooks/useAnimatedHeight/useAutoAnimateHeight.d.ts +20 -0
  279. package/build/hooks/useAriaLiveRegion/index.d.ts +1 -0
  280. package/build/hooks/useAriaLiveRegion/useAriaLiveRegion.d.ts +15 -0
  281. package/build/hooks/useBrowserPreferences/index.d.ts +1 -0
  282. package/build/hooks/useBrowserPreferences/useBrowserPreferences.d.ts +12 -0
  283. package/build/hooks/useClickOutside/index.d.ts +1 -0
  284. package/build/hooks/useClickOutside/useClickOutside.d.ts +7 -0
  285. package/build/hooks/useElementDimensions/index.d.ts +1 -0
  286. package/build/hooks/useElementDimensions/useElementDimensions.d.ts +11 -0
  287. package/build/hooks/useFocusOutside/index.d.ts +1 -0
  288. package/build/hooks/useFocusOutside/useFocusOutside.d.ts +7 -0
  289. package/build/hooks/useId/index.d.ts +1 -0
  290. package/build/hooks/useId/useId.d.ts +11 -0
  291. package/build/hooks/useIntersectionObserver/index.d.ts +1 -0
  292. package/build/hooks/useIntersectionObserver/useIntersectionObserver.d.ts +13 -0
  293. package/build/hooks/useKeyListener/index.d.ts +1 -0
  294. package/build/hooks/useKeyListener/useKeyListener.d.ts +8 -0
  295. package/build/hooks/useListNavigation/index.d.ts +1 -0
  296. package/build/hooks/useListNavigation/useListNavigation.d.ts +7 -0
  297. package/build/hooks/useLocalStorage/index.d.ts +1 -0
  298. package/build/hooks/useLocalStorage/useLocalStorage.d.ts +1 -0
  299. package/build/hooks/useMutationObserver/index.d.ts +1 -0
  300. package/build/hooks/useMutationObserver/useMutationObserver.d.ts +9 -0
  301. package/build/hooks/usePreviousValue/index.d.ts +1 -0
  302. package/build/hooks/usePreviousValue/usePreviousValue.d.ts +6 -0
  303. package/build/hooks/useProgressiveImg/index.d.ts +1 -0
  304. package/build/hooks/useProgressiveImg/useProgressiveImg.d.ts +10 -0
  305. package/build/hooks/useScreen/index.d.ts +2 -0
  306. package/build/hooks/useScreen/state.d.ts +17 -0
  307. package/build/hooks/useScreen/useScreen.d.ts +6 -0
  308. package/build/hooks/useScrollIntoView/index.d.ts +1 -0
  309. package/build/hooks/useScrollIntoView/useScrollIntoView.d.ts +11 -0
  310. package/build/hooks/useSwipeGesture/index.d.ts +1 -0
  311. package/build/hooks/useSwipeGesture/useSwipeGesture.d.ts +27 -0
  312. package/package.json +83 -0
  313. package/src/components/navigation/styles/link.css +152 -0
  314. package/src/components/navigation/styles/link.min.css +1 -0
  315. package/src/components/navigation/styles/link.scss +138 -0
  316. package/src/core/jkl/_colors.scss +26 -0
  317. package/src/core/jkl/_convert.scss +96 -0
  318. package/src/core/jkl/_helpers.scss +20 -0
  319. package/src/core/jkl/_index.scss +18 -0
  320. package/src/core/jkl/_legacy-tokens.scss +22 -0
  321. package/src/core/jkl/_motion.scss +62 -0
  322. package/src/core/jkl/_navigation.scss +9 -0
  323. package/src/core/jkl/_ornaments.scss +26 -0
  324. package/src/core/jkl/_reset.scss +43 -0
  325. package/src/core/jkl/_responsive-units.scss +30 -0
  326. package/src/core/jkl/_screenreader.scss +59 -0
  327. package/src/core/jkl/_screens.scss +135 -0
  328. package/src/core/jkl/_shadows.scss +25 -0
  329. package/src/core/jkl/_spacing.scss +210 -0
  330. package/src/core/jkl/_theme.scss +144 -0
  331. package/src/core/jkl/_tokens.scss +148 -0
  332. package/src/core/jkl/_typography.scss +327 -0
  333. package/src/core/jkl/_underline.scss +16 -0
  334. package/src/core/jkl/_z-index.scss +23 -0
  335. package/src/core/styles/_color-tokens.scss +75 -0
  336. package/src/core/styles/_headings.scss +29 -0
  337. package/src/core/styles/_index.scss +10 -0
  338. package/src/core/styles/_legacy-tokens.scss +26 -0
  339. package/src/core/styles/_normalize.scss +250 -0
  340. package/src/core/styles/_paragraphs.scss +16 -0
  341. package/src/core/styles/_reset.scss +66 -0
  342. package/src/core/styles/_screen-reader.scss +9 -0
  343. package/src/core/styles/_spacing.scss +75 -0
  344. package/src/core/styles/_tokens.scss +114 -0
  345. package/src/core/styles/core.css +1614 -0
  346. package/src/core/styles/core.min.css +1 -0
  347. package/src/core/styles/core.scss +71 -0
  348. package/src/core/styles/vind/_flex.scss +113 -0
  349. package/src/core/styles/vind/_font.scss +19 -0
  350. package/src/core/styles/vind/_margin.scss +43 -0
  351. package/src/core/styles/vind/_padding.scss +43 -0
  352. package/src/core/styles/vind/_space-between.scss +13 -0
  353. package/src/core/styles/vind/_typography.scss +47 -0
  354. package/src/core/styles/vind/_vind.scss +6 -0
  355. package/src/core/styles/vind.css +1742 -0
  356. package/src/core/styles/vind.min.css +1 -0
  357. package/src/core/styles/vind.scss +3 -0
  358. package/src/core/tokens.less +196 -0
@@ -0,0 +1,1742 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Tue, 10 Sep 2024 05:21:22 GMT
4
+ */
5
+ .jkl .flex {
6
+ display: flex;
7
+ }
8
+ .jkl .flex-wrap {
9
+ flex-wrap: wrap;
10
+ }
11
+ .jkl .flex-nowrap {
12
+ flex-wrap: nowrap;
13
+ }
14
+ .jkl .flex-row {
15
+ flex-direction: row;
16
+ }
17
+ .jkl .flex-row-reverse {
18
+ flex-direction: row-reverse;
19
+ }
20
+ .jkl .flex-column {
21
+ flex-direction: column;
22
+ }
23
+ .jkl .flex-column-reverse {
24
+ flex-direction: column-reverse;
25
+ }
26
+ .jkl .grow {
27
+ flex-grow: 1;
28
+ }
29
+ .jkl .grow-0 {
30
+ flex-grow: 0;
31
+ }
32
+ .jkl .shrink {
33
+ flex-shrink: 1;
34
+ }
35
+ .jkl .shrink-0 {
36
+ flex-shrink: 0;
37
+ }
38
+ .jkl .gap-2 {
39
+ gap: 0.125rem;
40
+ }
41
+ .jkl .gap-x-2 {
42
+ column-gap: 0.125rem;
43
+ }
44
+ .jkl .gap-y-2 {
45
+ row-gap: 0.125rem;
46
+ }
47
+ .jkl .gap-4 {
48
+ gap: 0.25rem;
49
+ }
50
+ .jkl .gap-x-4 {
51
+ column-gap: 0.25rem;
52
+ }
53
+ .jkl .gap-y-4 {
54
+ row-gap: 0.25rem;
55
+ }
56
+ .jkl .gap-8 {
57
+ gap: 0.5rem;
58
+ }
59
+ .jkl .gap-x-8 {
60
+ column-gap: 0.5rem;
61
+ }
62
+ .jkl .gap-y-8 {
63
+ row-gap: 0.5rem;
64
+ }
65
+ .jkl .gap-12 {
66
+ gap: 0.75rem;
67
+ }
68
+ .jkl .gap-x-12 {
69
+ column-gap: 0.75rem;
70
+ }
71
+ .jkl .gap-y-12 {
72
+ row-gap: 0.75rem;
73
+ }
74
+ .jkl .gap-16 {
75
+ gap: 1rem;
76
+ }
77
+ .jkl .gap-x-16 {
78
+ column-gap: 1rem;
79
+ }
80
+ .jkl .gap-y-16 {
81
+ row-gap: 1rem;
82
+ }
83
+ .jkl .gap-24 {
84
+ gap: 1.5rem;
85
+ }
86
+ .jkl .gap-x-24 {
87
+ column-gap: 1.5rem;
88
+ }
89
+ .jkl .gap-y-24 {
90
+ row-gap: 1.5rem;
91
+ }
92
+ .jkl .gap-32 {
93
+ gap: 2rem;
94
+ }
95
+ .jkl .gap-x-32 {
96
+ column-gap: 2rem;
97
+ }
98
+ .jkl .gap-y-32 {
99
+ row-gap: 2rem;
100
+ }
101
+ .jkl .gap-40 {
102
+ gap: 2.5rem;
103
+ }
104
+ .jkl .gap-x-40 {
105
+ column-gap: 2.5rem;
106
+ }
107
+ .jkl .gap-y-40 {
108
+ row-gap: 2.5rem;
109
+ }
110
+ .jkl .gap-64 {
111
+ gap: 4rem;
112
+ }
113
+ .jkl .gap-x-64 {
114
+ column-gap: 4rem;
115
+ }
116
+ .jkl .gap-y-64 {
117
+ row-gap: 4rem;
118
+ }
119
+ .jkl .gap-104 {
120
+ gap: 6.5rem;
121
+ }
122
+ .jkl .gap-x-104 {
123
+ column-gap: 6.5rem;
124
+ }
125
+ .jkl .gap-y-104 {
126
+ row-gap: 6.5rem;
127
+ }
128
+ .jkl .gap-168 {
129
+ gap: 10.5rem;
130
+ }
131
+ .jkl .gap-x-168 {
132
+ column-gap: 10.5rem;
133
+ }
134
+ .jkl .gap-y-168 {
135
+ row-gap: 10.5rem;
136
+ }
137
+ .jkl .gap-3xs {
138
+ gap: 0.125rem;
139
+ }
140
+ .jkl .gap-x-3xs {
141
+ column-gap: 0.125rem;
142
+ }
143
+ .jkl .gap-y-3xs {
144
+ row-gap: 0.125rem;
145
+ }
146
+ .jkl .gap-2xs {
147
+ gap: 0.25rem;
148
+ }
149
+ .jkl .gap-x-2xs {
150
+ column-gap: 0.25rem;
151
+ }
152
+ .jkl .gap-y-2xs {
153
+ row-gap: 0.25rem;
154
+ }
155
+ .jkl .gap-xs {
156
+ gap: 0.5rem;
157
+ }
158
+ .jkl .gap-x-xs {
159
+ column-gap: 0.5rem;
160
+ }
161
+ .jkl .gap-y-xs {
162
+ row-gap: 0.5rem;
163
+ }
164
+ .jkl .gap-s {
165
+ gap: 0.75rem;
166
+ }
167
+ .jkl .gap-x-s {
168
+ column-gap: 0.75rem;
169
+ }
170
+ .jkl .gap-y-s {
171
+ row-gap: 0.75rem;
172
+ }
173
+ .jkl .gap-m {
174
+ gap: 1rem;
175
+ }
176
+ .jkl .gap-x-m {
177
+ column-gap: 1rem;
178
+ }
179
+ .jkl .gap-y-m {
180
+ row-gap: 1rem;
181
+ }
182
+ .jkl .gap-l {
183
+ gap: 1.5rem;
184
+ }
185
+ .jkl .gap-x-l {
186
+ column-gap: 1.5rem;
187
+ }
188
+ .jkl .gap-y-l {
189
+ row-gap: 1.5rem;
190
+ }
191
+ .jkl .gap-xl {
192
+ gap: 2.5rem;
193
+ }
194
+ .jkl .gap-x-xl {
195
+ column-gap: 2.5rem;
196
+ }
197
+ .jkl .gap-y-xl {
198
+ row-gap: 2.5rem;
199
+ }
200
+ .jkl .gap-2xl {
201
+ gap: 4rem;
202
+ }
203
+ .jkl .gap-x-2xl {
204
+ column-gap: 4rem;
205
+ }
206
+ .jkl .gap-y-2xl {
207
+ row-gap: 4rem;
208
+ }
209
+ .jkl .gap-3xl {
210
+ gap: 6.5rem;
211
+ }
212
+ .jkl .gap-x-3xl {
213
+ column-gap: 6.5rem;
214
+ }
215
+ .jkl .gap-y-3xl {
216
+ row-gap: 6.5rem;
217
+ }
218
+ .jkl .gap-4xl {
219
+ gap: 10.5rem;
220
+ }
221
+ .jkl .gap-x-4xl {
222
+ column-gap: 10.5rem;
223
+ }
224
+ .jkl .gap-y-4xl {
225
+ row-gap: 10.5rem;
226
+ }
227
+ .jkl .justify-normal {
228
+ justify-content: normal;
229
+ }
230
+ .jkl .justify-start {
231
+ justify-content: flex-start;
232
+ }
233
+ .jkl .justify-end {
234
+ justify-content: flex-end;
235
+ }
236
+ .jkl .justify-center {
237
+ justify-content: center;
238
+ }
239
+ .jkl .justify-between {
240
+ justify-content: space-between;
241
+ }
242
+ .jkl .justify-around {
243
+ justify-content: space-around;
244
+ }
245
+ .jkl .justify-evenly {
246
+ justify-content: space-evenly;
247
+ }
248
+ .jkl .justify-stretch {
249
+ justify-content: stretch;
250
+ }
251
+ .jkl .items-start {
252
+ align-items: flex-start;
253
+ }
254
+ .jkl .items-end {
255
+ align-items: flex-end;
256
+ }
257
+ .jkl .items-center {
258
+ align-items: center;
259
+ }
260
+ .jkl .items-baseline {
261
+ align-items: baseline;
262
+ }
263
+ .jkl .items-stretch {
264
+ align-items: stretch;
265
+ }
266
+
267
+ .jkl .font-sans {
268
+ font-family: "Fremtind Grotesk", "Adjusted Arial Fallback", Arial, sans-serif;
269
+ }
270
+ .jkl .font-mono {
271
+ font-family: "Fremtind Grotesk Mono", "Adjusted Courier New Fallback", -apple-system, BlinkMacSystemFont, monospace;
272
+ }
273
+ .jkl .font-normal {
274
+ font-weight: 400;
275
+ }
276
+ .jkl .font-bold {
277
+ font-weight: 700;
278
+ }
279
+
280
+ .jkl .m-2 {
281
+ margin: 0.125rem;
282
+ }
283
+ .jkl .mx-2 {
284
+ margin-left: 0.125rem;
285
+ margin-right: 0.125rem;
286
+ }
287
+ .jkl .ms-2 {
288
+ margin-inline-start: 0.125rem;
289
+ }
290
+ .jkl .me-2 {
291
+ margin-inline-end: 0.125rem;
292
+ }
293
+ .jkl .my-2 {
294
+ margin-top: 0.125rem;
295
+ margin-bottom: 0.125rem;
296
+ }
297
+ .jkl .mt-2 {
298
+ margin-top: 0.125rem;
299
+ }
300
+ .jkl .mr-2 {
301
+ margin-right: 0.125rem;
302
+ }
303
+ .jkl .mb-2 {
304
+ margin-bottom: 0.125rem;
305
+ }
306
+ .jkl .ml-2 {
307
+ margin-left: 0.125rem;
308
+ }
309
+ .jkl .m-4 {
310
+ margin: 0.25rem;
311
+ }
312
+ .jkl .mx-4 {
313
+ margin-left: 0.25rem;
314
+ margin-right: 0.25rem;
315
+ }
316
+ .jkl .ms-4 {
317
+ margin-inline-start: 0.25rem;
318
+ }
319
+ .jkl .me-4 {
320
+ margin-inline-end: 0.25rem;
321
+ }
322
+ .jkl .my-4 {
323
+ margin-top: 0.25rem;
324
+ margin-bottom: 0.25rem;
325
+ }
326
+ .jkl .mt-4 {
327
+ margin-top: 0.25rem;
328
+ }
329
+ .jkl .mr-4 {
330
+ margin-right: 0.25rem;
331
+ }
332
+ .jkl .mb-4 {
333
+ margin-bottom: 0.25rem;
334
+ }
335
+ .jkl .ml-4 {
336
+ margin-left: 0.25rem;
337
+ }
338
+ .jkl .m-8 {
339
+ margin: 0.5rem;
340
+ }
341
+ .jkl .mx-8 {
342
+ margin-left: 0.5rem;
343
+ margin-right: 0.5rem;
344
+ }
345
+ .jkl .ms-8 {
346
+ margin-inline-start: 0.5rem;
347
+ }
348
+ .jkl .me-8 {
349
+ margin-inline-end: 0.5rem;
350
+ }
351
+ .jkl .my-8 {
352
+ margin-top: 0.5rem;
353
+ margin-bottom: 0.5rem;
354
+ }
355
+ .jkl .mt-8 {
356
+ margin-top: 0.5rem;
357
+ }
358
+ .jkl .mr-8 {
359
+ margin-right: 0.5rem;
360
+ }
361
+ .jkl .mb-8 {
362
+ margin-bottom: 0.5rem;
363
+ }
364
+ .jkl .ml-8 {
365
+ margin-left: 0.5rem;
366
+ }
367
+ .jkl .m-12 {
368
+ margin: 0.75rem;
369
+ }
370
+ .jkl .mx-12 {
371
+ margin-left: 0.75rem;
372
+ margin-right: 0.75rem;
373
+ }
374
+ .jkl .ms-12 {
375
+ margin-inline-start: 0.75rem;
376
+ }
377
+ .jkl .me-12 {
378
+ margin-inline-end: 0.75rem;
379
+ }
380
+ .jkl .my-12 {
381
+ margin-top: 0.75rem;
382
+ margin-bottom: 0.75rem;
383
+ }
384
+ .jkl .mt-12 {
385
+ margin-top: 0.75rem;
386
+ }
387
+ .jkl .mr-12 {
388
+ margin-right: 0.75rem;
389
+ }
390
+ .jkl .mb-12 {
391
+ margin-bottom: 0.75rem;
392
+ }
393
+ .jkl .ml-12 {
394
+ margin-left: 0.75rem;
395
+ }
396
+ .jkl .m-16 {
397
+ margin: 1rem;
398
+ }
399
+ .jkl .mx-16 {
400
+ margin-left: 1rem;
401
+ margin-right: 1rem;
402
+ }
403
+ .jkl .ms-16 {
404
+ margin-inline-start: 1rem;
405
+ }
406
+ .jkl .me-16 {
407
+ margin-inline-end: 1rem;
408
+ }
409
+ .jkl .my-16 {
410
+ margin-top: 1rem;
411
+ margin-bottom: 1rem;
412
+ }
413
+ .jkl .mt-16 {
414
+ margin-top: 1rem;
415
+ }
416
+ .jkl .mr-16 {
417
+ margin-right: 1rem;
418
+ }
419
+ .jkl .mb-16 {
420
+ margin-bottom: 1rem;
421
+ }
422
+ .jkl .ml-16 {
423
+ margin-left: 1rem;
424
+ }
425
+ .jkl .m-24 {
426
+ margin: 1.5rem;
427
+ }
428
+ .jkl .mx-24 {
429
+ margin-left: 1.5rem;
430
+ margin-right: 1.5rem;
431
+ }
432
+ .jkl .ms-24 {
433
+ margin-inline-start: 1.5rem;
434
+ }
435
+ .jkl .me-24 {
436
+ margin-inline-end: 1.5rem;
437
+ }
438
+ .jkl .my-24 {
439
+ margin-top: 1.5rem;
440
+ margin-bottom: 1.5rem;
441
+ }
442
+ .jkl .mt-24 {
443
+ margin-top: 1.5rem;
444
+ }
445
+ .jkl .mr-24 {
446
+ margin-right: 1.5rem;
447
+ }
448
+ .jkl .mb-24 {
449
+ margin-bottom: 1.5rem;
450
+ }
451
+ .jkl .ml-24 {
452
+ margin-left: 1.5rem;
453
+ }
454
+ .jkl .m-32 {
455
+ margin: 2rem;
456
+ }
457
+ .jkl .mx-32 {
458
+ margin-left: 2rem;
459
+ margin-right: 2rem;
460
+ }
461
+ .jkl .ms-32 {
462
+ margin-inline-start: 2rem;
463
+ }
464
+ .jkl .me-32 {
465
+ margin-inline-end: 2rem;
466
+ }
467
+ .jkl .my-32 {
468
+ margin-top: 2rem;
469
+ margin-bottom: 2rem;
470
+ }
471
+ .jkl .mt-32 {
472
+ margin-top: 2rem;
473
+ }
474
+ .jkl .mr-32 {
475
+ margin-right: 2rem;
476
+ }
477
+ .jkl .mb-32 {
478
+ margin-bottom: 2rem;
479
+ }
480
+ .jkl .ml-32 {
481
+ margin-left: 2rem;
482
+ }
483
+ .jkl .m-40 {
484
+ margin: 2.5rem;
485
+ }
486
+ .jkl .mx-40 {
487
+ margin-left: 2.5rem;
488
+ margin-right: 2.5rem;
489
+ }
490
+ .jkl .ms-40 {
491
+ margin-inline-start: 2.5rem;
492
+ }
493
+ .jkl .me-40 {
494
+ margin-inline-end: 2.5rem;
495
+ }
496
+ .jkl .my-40 {
497
+ margin-top: 2.5rem;
498
+ margin-bottom: 2.5rem;
499
+ }
500
+ .jkl .mt-40 {
501
+ margin-top: 2.5rem;
502
+ }
503
+ .jkl .mr-40 {
504
+ margin-right: 2.5rem;
505
+ }
506
+ .jkl .mb-40 {
507
+ margin-bottom: 2.5rem;
508
+ }
509
+ .jkl .ml-40 {
510
+ margin-left: 2.5rem;
511
+ }
512
+ .jkl .m-64 {
513
+ margin: 4rem;
514
+ }
515
+ .jkl .mx-64 {
516
+ margin-left: 4rem;
517
+ margin-right: 4rem;
518
+ }
519
+ .jkl .ms-64 {
520
+ margin-inline-start: 4rem;
521
+ }
522
+ .jkl .me-64 {
523
+ margin-inline-end: 4rem;
524
+ }
525
+ .jkl .my-64 {
526
+ margin-top: 4rem;
527
+ margin-bottom: 4rem;
528
+ }
529
+ .jkl .mt-64 {
530
+ margin-top: 4rem;
531
+ }
532
+ .jkl .mr-64 {
533
+ margin-right: 4rem;
534
+ }
535
+ .jkl .mb-64 {
536
+ margin-bottom: 4rem;
537
+ }
538
+ .jkl .ml-64 {
539
+ margin-left: 4rem;
540
+ }
541
+ .jkl .m-104 {
542
+ margin: 6.5rem;
543
+ }
544
+ .jkl .mx-104 {
545
+ margin-left: 6.5rem;
546
+ margin-right: 6.5rem;
547
+ }
548
+ .jkl .ms-104 {
549
+ margin-inline-start: 6.5rem;
550
+ }
551
+ .jkl .me-104 {
552
+ margin-inline-end: 6.5rem;
553
+ }
554
+ .jkl .my-104 {
555
+ margin-top: 6.5rem;
556
+ margin-bottom: 6.5rem;
557
+ }
558
+ .jkl .mt-104 {
559
+ margin-top: 6.5rem;
560
+ }
561
+ .jkl .mr-104 {
562
+ margin-right: 6.5rem;
563
+ }
564
+ .jkl .mb-104 {
565
+ margin-bottom: 6.5rem;
566
+ }
567
+ .jkl .ml-104 {
568
+ margin-left: 6.5rem;
569
+ }
570
+ .jkl .m-168 {
571
+ margin: 10.5rem;
572
+ }
573
+ .jkl .mx-168 {
574
+ margin-left: 10.5rem;
575
+ margin-right: 10.5rem;
576
+ }
577
+ .jkl .ms-168 {
578
+ margin-inline-start: 10.5rem;
579
+ }
580
+ .jkl .me-168 {
581
+ margin-inline-end: 10.5rem;
582
+ }
583
+ .jkl .my-168 {
584
+ margin-top: 10.5rem;
585
+ margin-bottom: 10.5rem;
586
+ }
587
+ .jkl .mt-168 {
588
+ margin-top: 10.5rem;
589
+ }
590
+ .jkl .mr-168 {
591
+ margin-right: 10.5rem;
592
+ }
593
+ .jkl .mb-168 {
594
+ margin-bottom: 10.5rem;
595
+ }
596
+ .jkl .ml-168 {
597
+ margin-left: 10.5rem;
598
+ }
599
+ .jkl .m-3xs {
600
+ margin: 0.125rem;
601
+ }
602
+ .jkl .mx-3xs {
603
+ margin-left: 0.125rem;
604
+ margin-right: 0.125rem;
605
+ }
606
+ .jkl .ms-3xs {
607
+ margin-inline-start: 0.125rem;
608
+ }
609
+ .jkl .me-3xs {
610
+ margin-inline-end: 0.125rem;
611
+ }
612
+ .jkl .my-3xs {
613
+ margin-top: 0.125rem;
614
+ margin-bottom: 0.125rem;
615
+ }
616
+ .jkl .mt-3xs {
617
+ margin-top: 0.125rem;
618
+ }
619
+ .jkl .mr-3xs {
620
+ margin-right: 0.125rem;
621
+ }
622
+ .jkl .mb-3xs {
623
+ margin-bottom: 0.125rem;
624
+ }
625
+ .jkl .ml-3xs {
626
+ margin-left: 0.125rem;
627
+ }
628
+ .jkl .m-2xs {
629
+ margin: 0.25rem;
630
+ }
631
+ .jkl .mx-2xs {
632
+ margin-left: 0.25rem;
633
+ margin-right: 0.25rem;
634
+ }
635
+ .jkl .ms-2xs {
636
+ margin-inline-start: 0.25rem;
637
+ }
638
+ .jkl .me-2xs {
639
+ margin-inline-end: 0.25rem;
640
+ }
641
+ .jkl .my-2xs {
642
+ margin-top: 0.25rem;
643
+ margin-bottom: 0.25rem;
644
+ }
645
+ .jkl .mt-2xs {
646
+ margin-top: 0.25rem;
647
+ }
648
+ .jkl .mr-2xs {
649
+ margin-right: 0.25rem;
650
+ }
651
+ .jkl .mb-2xs {
652
+ margin-bottom: 0.25rem;
653
+ }
654
+ .jkl .ml-2xs {
655
+ margin-left: 0.25rem;
656
+ }
657
+ .jkl .m-xs {
658
+ margin: 0.5rem;
659
+ }
660
+ .jkl .mx-xs {
661
+ margin-left: 0.5rem;
662
+ margin-right: 0.5rem;
663
+ }
664
+ .jkl .ms-xs {
665
+ margin-inline-start: 0.5rem;
666
+ }
667
+ .jkl .me-xs {
668
+ margin-inline-end: 0.5rem;
669
+ }
670
+ .jkl .my-xs {
671
+ margin-top: 0.5rem;
672
+ margin-bottom: 0.5rem;
673
+ }
674
+ .jkl .mt-xs {
675
+ margin-top: 0.5rem;
676
+ }
677
+ .jkl .mr-xs {
678
+ margin-right: 0.5rem;
679
+ }
680
+ .jkl .mb-xs {
681
+ margin-bottom: 0.5rem;
682
+ }
683
+ .jkl .ml-xs {
684
+ margin-left: 0.5rem;
685
+ }
686
+ .jkl .m-s {
687
+ margin: 0.75rem;
688
+ }
689
+ .jkl .mx-s {
690
+ margin-left: 0.75rem;
691
+ margin-right: 0.75rem;
692
+ }
693
+ .jkl .ms-s {
694
+ margin-inline-start: 0.75rem;
695
+ }
696
+ .jkl .me-s {
697
+ margin-inline-end: 0.75rem;
698
+ }
699
+ .jkl .my-s {
700
+ margin-top: 0.75rem;
701
+ margin-bottom: 0.75rem;
702
+ }
703
+ .jkl .mt-s {
704
+ margin-top: 0.75rem;
705
+ }
706
+ .jkl .mr-s {
707
+ margin-right: 0.75rem;
708
+ }
709
+ .jkl .mb-s {
710
+ margin-bottom: 0.75rem;
711
+ }
712
+ .jkl .ml-s {
713
+ margin-left: 0.75rem;
714
+ }
715
+ .jkl .m-m {
716
+ margin: 1rem;
717
+ }
718
+ .jkl .mx-m {
719
+ margin-left: 1rem;
720
+ margin-right: 1rem;
721
+ }
722
+ .jkl .ms-m {
723
+ margin-inline-start: 1rem;
724
+ }
725
+ .jkl .me-m {
726
+ margin-inline-end: 1rem;
727
+ }
728
+ .jkl .my-m {
729
+ margin-top: 1rem;
730
+ margin-bottom: 1rem;
731
+ }
732
+ .jkl .mt-m {
733
+ margin-top: 1rem;
734
+ }
735
+ .jkl .mr-m {
736
+ margin-right: 1rem;
737
+ }
738
+ .jkl .mb-m {
739
+ margin-bottom: 1rem;
740
+ }
741
+ .jkl .ml-m {
742
+ margin-left: 1rem;
743
+ }
744
+ .jkl .m-l {
745
+ margin: 1.5rem;
746
+ }
747
+ .jkl .mx-l {
748
+ margin-left: 1.5rem;
749
+ margin-right: 1.5rem;
750
+ }
751
+ .jkl .ms-l {
752
+ margin-inline-start: 1.5rem;
753
+ }
754
+ .jkl .me-l {
755
+ margin-inline-end: 1.5rem;
756
+ }
757
+ .jkl .my-l {
758
+ margin-top: 1.5rem;
759
+ margin-bottom: 1.5rem;
760
+ }
761
+ .jkl .mt-l {
762
+ margin-top: 1.5rem;
763
+ }
764
+ .jkl .mr-l {
765
+ margin-right: 1.5rem;
766
+ }
767
+ .jkl .mb-l {
768
+ margin-bottom: 1.5rem;
769
+ }
770
+ .jkl .ml-l {
771
+ margin-left: 1.5rem;
772
+ }
773
+ .jkl .m-xl {
774
+ margin: 2.5rem;
775
+ }
776
+ .jkl .mx-xl {
777
+ margin-left: 2.5rem;
778
+ margin-right: 2.5rem;
779
+ }
780
+ .jkl .ms-xl {
781
+ margin-inline-start: 2.5rem;
782
+ }
783
+ .jkl .me-xl {
784
+ margin-inline-end: 2.5rem;
785
+ }
786
+ .jkl .my-xl {
787
+ margin-top: 2.5rem;
788
+ margin-bottom: 2.5rem;
789
+ }
790
+ .jkl .mt-xl {
791
+ margin-top: 2.5rem;
792
+ }
793
+ .jkl .mr-xl {
794
+ margin-right: 2.5rem;
795
+ }
796
+ .jkl .mb-xl {
797
+ margin-bottom: 2.5rem;
798
+ }
799
+ .jkl .ml-xl {
800
+ margin-left: 2.5rem;
801
+ }
802
+ .jkl .m-2xl {
803
+ margin: 4rem;
804
+ }
805
+ .jkl .mx-2xl {
806
+ margin-left: 4rem;
807
+ margin-right: 4rem;
808
+ }
809
+ .jkl .ms-2xl {
810
+ margin-inline-start: 4rem;
811
+ }
812
+ .jkl .me-2xl {
813
+ margin-inline-end: 4rem;
814
+ }
815
+ .jkl .my-2xl {
816
+ margin-top: 4rem;
817
+ margin-bottom: 4rem;
818
+ }
819
+ .jkl .mt-2xl {
820
+ margin-top: 4rem;
821
+ }
822
+ .jkl .mr-2xl {
823
+ margin-right: 4rem;
824
+ }
825
+ .jkl .mb-2xl {
826
+ margin-bottom: 4rem;
827
+ }
828
+ .jkl .ml-2xl {
829
+ margin-left: 4rem;
830
+ }
831
+ .jkl .m-3xl {
832
+ margin: 6.5rem;
833
+ }
834
+ .jkl .mx-3xl {
835
+ margin-left: 6.5rem;
836
+ margin-right: 6.5rem;
837
+ }
838
+ .jkl .ms-3xl {
839
+ margin-inline-start: 6.5rem;
840
+ }
841
+ .jkl .me-3xl {
842
+ margin-inline-end: 6.5rem;
843
+ }
844
+ .jkl .my-3xl {
845
+ margin-top: 6.5rem;
846
+ margin-bottom: 6.5rem;
847
+ }
848
+ .jkl .mt-3xl {
849
+ margin-top: 6.5rem;
850
+ }
851
+ .jkl .mr-3xl {
852
+ margin-right: 6.5rem;
853
+ }
854
+ .jkl .mb-3xl {
855
+ margin-bottom: 6.5rem;
856
+ }
857
+ .jkl .ml-3xl {
858
+ margin-left: 6.5rem;
859
+ }
860
+ .jkl .m-4xl {
861
+ margin: 10.5rem;
862
+ }
863
+ .jkl .mx-4xl {
864
+ margin-left: 10.5rem;
865
+ margin-right: 10.5rem;
866
+ }
867
+ .jkl .ms-4xl {
868
+ margin-inline-start: 10.5rem;
869
+ }
870
+ .jkl .me-4xl {
871
+ margin-inline-end: 10.5rem;
872
+ }
873
+ .jkl .my-4xl {
874
+ margin-top: 10.5rem;
875
+ margin-bottom: 10.5rem;
876
+ }
877
+ .jkl .mt-4xl {
878
+ margin-top: 10.5rem;
879
+ }
880
+ .jkl .mr-4xl {
881
+ margin-right: 10.5rem;
882
+ }
883
+ .jkl .mb-4xl {
884
+ margin-bottom: 10.5rem;
885
+ }
886
+ .jkl .ml-4xl {
887
+ margin-left: 10.5rem;
888
+ }
889
+
890
+ .jkl .p-2 {
891
+ padding: 0.125rem;
892
+ }
893
+ .jkl .px-2 {
894
+ padding-left: 0.125rem;
895
+ padding-right: 0.125rem;
896
+ }
897
+ .jkl .ps-2 {
898
+ padding-inline-start: 0.125rem;
899
+ }
900
+ .jkl .pe-2 {
901
+ padding-inline-end: 0.125rem;
902
+ }
903
+ .jkl .py-2 {
904
+ padding-top: 0.125rem;
905
+ padding-bottom: 0.125rem;
906
+ }
907
+ .jkl .pt-2 {
908
+ padding-top: 0.125rem;
909
+ }
910
+ .jkl .pr-2 {
911
+ padding-right: 0.125rem;
912
+ }
913
+ .jkl .pb-2 {
914
+ padding-bottom: 0.125rem;
915
+ }
916
+ .jkl .pl-2 {
917
+ padding-left: 0.125rem;
918
+ }
919
+ .jkl .p-4 {
920
+ padding: 0.25rem;
921
+ }
922
+ .jkl .px-4 {
923
+ padding-left: 0.25rem;
924
+ padding-right: 0.25rem;
925
+ }
926
+ .jkl .ps-4 {
927
+ padding-inline-start: 0.25rem;
928
+ }
929
+ .jkl .pe-4 {
930
+ padding-inline-end: 0.25rem;
931
+ }
932
+ .jkl .py-4 {
933
+ padding-top: 0.25rem;
934
+ padding-bottom: 0.25rem;
935
+ }
936
+ .jkl .pt-4 {
937
+ padding-top: 0.25rem;
938
+ }
939
+ .jkl .pr-4 {
940
+ padding-right: 0.25rem;
941
+ }
942
+ .jkl .pb-4 {
943
+ padding-bottom: 0.25rem;
944
+ }
945
+ .jkl .pl-4 {
946
+ padding-left: 0.25rem;
947
+ }
948
+ .jkl .p-8 {
949
+ padding: 0.5rem;
950
+ }
951
+ .jkl .px-8 {
952
+ padding-left: 0.5rem;
953
+ padding-right: 0.5rem;
954
+ }
955
+ .jkl .ps-8 {
956
+ padding-inline-start: 0.5rem;
957
+ }
958
+ .jkl .pe-8 {
959
+ padding-inline-end: 0.5rem;
960
+ }
961
+ .jkl .py-8 {
962
+ padding-top: 0.5rem;
963
+ padding-bottom: 0.5rem;
964
+ }
965
+ .jkl .pt-8 {
966
+ padding-top: 0.5rem;
967
+ }
968
+ .jkl .pr-8 {
969
+ padding-right: 0.5rem;
970
+ }
971
+ .jkl .pb-8 {
972
+ padding-bottom: 0.5rem;
973
+ }
974
+ .jkl .pl-8 {
975
+ padding-left: 0.5rem;
976
+ }
977
+ .jkl .p-12 {
978
+ padding: 0.75rem;
979
+ }
980
+ .jkl .px-12 {
981
+ padding-left: 0.75rem;
982
+ padding-right: 0.75rem;
983
+ }
984
+ .jkl .ps-12 {
985
+ padding-inline-start: 0.75rem;
986
+ }
987
+ .jkl .pe-12 {
988
+ padding-inline-end: 0.75rem;
989
+ }
990
+ .jkl .py-12 {
991
+ padding-top: 0.75rem;
992
+ padding-bottom: 0.75rem;
993
+ }
994
+ .jkl .pt-12 {
995
+ padding-top: 0.75rem;
996
+ }
997
+ .jkl .pr-12 {
998
+ padding-right: 0.75rem;
999
+ }
1000
+ .jkl .pb-12 {
1001
+ padding-bottom: 0.75rem;
1002
+ }
1003
+ .jkl .pl-12 {
1004
+ padding-left: 0.75rem;
1005
+ }
1006
+ .jkl .p-16 {
1007
+ padding: 1rem;
1008
+ }
1009
+ .jkl .px-16 {
1010
+ padding-left: 1rem;
1011
+ padding-right: 1rem;
1012
+ }
1013
+ .jkl .ps-16 {
1014
+ padding-inline-start: 1rem;
1015
+ }
1016
+ .jkl .pe-16 {
1017
+ padding-inline-end: 1rem;
1018
+ }
1019
+ .jkl .py-16 {
1020
+ padding-top: 1rem;
1021
+ padding-bottom: 1rem;
1022
+ }
1023
+ .jkl .pt-16 {
1024
+ padding-top: 1rem;
1025
+ }
1026
+ .jkl .pr-16 {
1027
+ padding-right: 1rem;
1028
+ }
1029
+ .jkl .pb-16 {
1030
+ padding-bottom: 1rem;
1031
+ }
1032
+ .jkl .pl-16 {
1033
+ padding-left: 1rem;
1034
+ }
1035
+ .jkl .p-24 {
1036
+ padding: 1.5rem;
1037
+ }
1038
+ .jkl .px-24 {
1039
+ padding-left: 1.5rem;
1040
+ padding-right: 1.5rem;
1041
+ }
1042
+ .jkl .ps-24 {
1043
+ padding-inline-start: 1.5rem;
1044
+ }
1045
+ .jkl .pe-24 {
1046
+ padding-inline-end: 1.5rem;
1047
+ }
1048
+ .jkl .py-24 {
1049
+ padding-top: 1.5rem;
1050
+ padding-bottom: 1.5rem;
1051
+ }
1052
+ .jkl .pt-24 {
1053
+ padding-top: 1.5rem;
1054
+ }
1055
+ .jkl .pr-24 {
1056
+ padding-right: 1.5rem;
1057
+ }
1058
+ .jkl .pb-24 {
1059
+ padding-bottom: 1.5rem;
1060
+ }
1061
+ .jkl .pl-24 {
1062
+ padding-left: 1.5rem;
1063
+ }
1064
+ .jkl .p-32 {
1065
+ padding: 2rem;
1066
+ }
1067
+ .jkl .px-32 {
1068
+ padding-left: 2rem;
1069
+ padding-right: 2rem;
1070
+ }
1071
+ .jkl .ps-32 {
1072
+ padding-inline-start: 2rem;
1073
+ }
1074
+ .jkl .pe-32 {
1075
+ padding-inline-end: 2rem;
1076
+ }
1077
+ .jkl .py-32 {
1078
+ padding-top: 2rem;
1079
+ padding-bottom: 2rem;
1080
+ }
1081
+ .jkl .pt-32 {
1082
+ padding-top: 2rem;
1083
+ }
1084
+ .jkl .pr-32 {
1085
+ padding-right: 2rem;
1086
+ }
1087
+ .jkl .pb-32 {
1088
+ padding-bottom: 2rem;
1089
+ }
1090
+ .jkl .pl-32 {
1091
+ padding-left: 2rem;
1092
+ }
1093
+ .jkl .p-40 {
1094
+ padding: 2.5rem;
1095
+ }
1096
+ .jkl .px-40 {
1097
+ padding-left: 2.5rem;
1098
+ padding-right: 2.5rem;
1099
+ }
1100
+ .jkl .ps-40 {
1101
+ padding-inline-start: 2.5rem;
1102
+ }
1103
+ .jkl .pe-40 {
1104
+ padding-inline-end: 2.5rem;
1105
+ }
1106
+ .jkl .py-40 {
1107
+ padding-top: 2.5rem;
1108
+ padding-bottom: 2.5rem;
1109
+ }
1110
+ .jkl .pt-40 {
1111
+ padding-top: 2.5rem;
1112
+ }
1113
+ .jkl .pr-40 {
1114
+ padding-right: 2.5rem;
1115
+ }
1116
+ .jkl .pb-40 {
1117
+ padding-bottom: 2.5rem;
1118
+ }
1119
+ .jkl .pl-40 {
1120
+ padding-left: 2.5rem;
1121
+ }
1122
+ .jkl .p-64 {
1123
+ padding: 4rem;
1124
+ }
1125
+ .jkl .px-64 {
1126
+ padding-left: 4rem;
1127
+ padding-right: 4rem;
1128
+ }
1129
+ .jkl .ps-64 {
1130
+ padding-inline-start: 4rem;
1131
+ }
1132
+ .jkl .pe-64 {
1133
+ padding-inline-end: 4rem;
1134
+ }
1135
+ .jkl .py-64 {
1136
+ padding-top: 4rem;
1137
+ padding-bottom: 4rem;
1138
+ }
1139
+ .jkl .pt-64 {
1140
+ padding-top: 4rem;
1141
+ }
1142
+ .jkl .pr-64 {
1143
+ padding-right: 4rem;
1144
+ }
1145
+ .jkl .pb-64 {
1146
+ padding-bottom: 4rem;
1147
+ }
1148
+ .jkl .pl-64 {
1149
+ padding-left: 4rem;
1150
+ }
1151
+ .jkl .p-104 {
1152
+ padding: 6.5rem;
1153
+ }
1154
+ .jkl .px-104 {
1155
+ padding-left: 6.5rem;
1156
+ padding-right: 6.5rem;
1157
+ }
1158
+ .jkl .ps-104 {
1159
+ padding-inline-start: 6.5rem;
1160
+ }
1161
+ .jkl .pe-104 {
1162
+ padding-inline-end: 6.5rem;
1163
+ }
1164
+ .jkl .py-104 {
1165
+ padding-top: 6.5rem;
1166
+ padding-bottom: 6.5rem;
1167
+ }
1168
+ .jkl .pt-104 {
1169
+ padding-top: 6.5rem;
1170
+ }
1171
+ .jkl .pr-104 {
1172
+ padding-right: 6.5rem;
1173
+ }
1174
+ .jkl .pb-104 {
1175
+ padding-bottom: 6.5rem;
1176
+ }
1177
+ .jkl .pl-104 {
1178
+ padding-left: 6.5rem;
1179
+ }
1180
+ .jkl .p-168 {
1181
+ padding: 10.5rem;
1182
+ }
1183
+ .jkl .px-168 {
1184
+ padding-left: 10.5rem;
1185
+ padding-right: 10.5rem;
1186
+ }
1187
+ .jkl .ps-168 {
1188
+ padding-inline-start: 10.5rem;
1189
+ }
1190
+ .jkl .pe-168 {
1191
+ padding-inline-end: 10.5rem;
1192
+ }
1193
+ .jkl .py-168 {
1194
+ padding-top: 10.5rem;
1195
+ padding-bottom: 10.5rem;
1196
+ }
1197
+ .jkl .pt-168 {
1198
+ padding-top: 10.5rem;
1199
+ }
1200
+ .jkl .pr-168 {
1201
+ padding-right: 10.5rem;
1202
+ }
1203
+ .jkl .pb-168 {
1204
+ padding-bottom: 10.5rem;
1205
+ }
1206
+ .jkl .pl-168 {
1207
+ padding-left: 10.5rem;
1208
+ }
1209
+ .jkl .p-3xs {
1210
+ padding: 0.125rem;
1211
+ }
1212
+ .jkl .px-3xs {
1213
+ padding-left: 0.125rem;
1214
+ padding-right: 0.125rem;
1215
+ }
1216
+ .jkl .ps-3xs {
1217
+ padding-inline-start: 0.125rem;
1218
+ }
1219
+ .jkl .pe-3xs {
1220
+ padding-inline-end: 0.125rem;
1221
+ }
1222
+ .jkl .py-3xs {
1223
+ padding-top: 0.125rem;
1224
+ padding-bottom: 0.125rem;
1225
+ }
1226
+ .jkl .pt-3xs {
1227
+ padding-top: 0.125rem;
1228
+ }
1229
+ .jkl .pr-3xs {
1230
+ padding-right: 0.125rem;
1231
+ }
1232
+ .jkl .pb-3xs {
1233
+ padding-bottom: 0.125rem;
1234
+ }
1235
+ .jkl .pl-3xs {
1236
+ padding-left: 0.125rem;
1237
+ }
1238
+ .jkl .p-2xs {
1239
+ padding: 0.25rem;
1240
+ }
1241
+ .jkl .px-2xs {
1242
+ padding-left: 0.25rem;
1243
+ padding-right: 0.25rem;
1244
+ }
1245
+ .jkl .ps-2xs {
1246
+ padding-inline-start: 0.25rem;
1247
+ }
1248
+ .jkl .pe-2xs {
1249
+ padding-inline-end: 0.25rem;
1250
+ }
1251
+ .jkl .py-2xs {
1252
+ padding-top: 0.25rem;
1253
+ padding-bottom: 0.25rem;
1254
+ }
1255
+ .jkl .pt-2xs {
1256
+ padding-top: 0.25rem;
1257
+ }
1258
+ .jkl .pr-2xs {
1259
+ padding-right: 0.25rem;
1260
+ }
1261
+ .jkl .pb-2xs {
1262
+ padding-bottom: 0.25rem;
1263
+ }
1264
+ .jkl .pl-2xs {
1265
+ padding-left: 0.25rem;
1266
+ }
1267
+ .jkl .p-xs {
1268
+ padding: 0.5rem;
1269
+ }
1270
+ .jkl .px-xs {
1271
+ padding-left: 0.5rem;
1272
+ padding-right: 0.5rem;
1273
+ }
1274
+ .jkl .ps-xs {
1275
+ padding-inline-start: 0.5rem;
1276
+ }
1277
+ .jkl .pe-xs {
1278
+ padding-inline-end: 0.5rem;
1279
+ }
1280
+ .jkl .py-xs {
1281
+ padding-top: 0.5rem;
1282
+ padding-bottom: 0.5rem;
1283
+ }
1284
+ .jkl .pt-xs {
1285
+ padding-top: 0.5rem;
1286
+ }
1287
+ .jkl .pr-xs {
1288
+ padding-right: 0.5rem;
1289
+ }
1290
+ .jkl .pb-xs {
1291
+ padding-bottom: 0.5rem;
1292
+ }
1293
+ .jkl .pl-xs {
1294
+ padding-left: 0.5rem;
1295
+ }
1296
+ .jkl .p-s {
1297
+ padding: 0.75rem;
1298
+ }
1299
+ .jkl .px-s {
1300
+ padding-left: 0.75rem;
1301
+ padding-right: 0.75rem;
1302
+ }
1303
+ .jkl .ps-s {
1304
+ padding-inline-start: 0.75rem;
1305
+ }
1306
+ .jkl .pe-s {
1307
+ padding-inline-end: 0.75rem;
1308
+ }
1309
+ .jkl .py-s {
1310
+ padding-top: 0.75rem;
1311
+ padding-bottom: 0.75rem;
1312
+ }
1313
+ .jkl .pt-s {
1314
+ padding-top: 0.75rem;
1315
+ }
1316
+ .jkl .pr-s {
1317
+ padding-right: 0.75rem;
1318
+ }
1319
+ .jkl .pb-s {
1320
+ padding-bottom: 0.75rem;
1321
+ }
1322
+ .jkl .pl-s {
1323
+ padding-left: 0.75rem;
1324
+ }
1325
+ .jkl .p-m {
1326
+ padding: 1rem;
1327
+ }
1328
+ .jkl .px-m {
1329
+ padding-left: 1rem;
1330
+ padding-right: 1rem;
1331
+ }
1332
+ .jkl .ps-m {
1333
+ padding-inline-start: 1rem;
1334
+ }
1335
+ .jkl .pe-m {
1336
+ padding-inline-end: 1rem;
1337
+ }
1338
+ .jkl .py-m {
1339
+ padding-top: 1rem;
1340
+ padding-bottom: 1rem;
1341
+ }
1342
+ .jkl .pt-m {
1343
+ padding-top: 1rem;
1344
+ }
1345
+ .jkl .pr-m {
1346
+ padding-right: 1rem;
1347
+ }
1348
+ .jkl .pb-m {
1349
+ padding-bottom: 1rem;
1350
+ }
1351
+ .jkl .pl-m {
1352
+ padding-left: 1rem;
1353
+ }
1354
+ .jkl .p-l {
1355
+ padding: 1.5rem;
1356
+ }
1357
+ .jkl .px-l {
1358
+ padding-left: 1.5rem;
1359
+ padding-right: 1.5rem;
1360
+ }
1361
+ .jkl .ps-l {
1362
+ padding-inline-start: 1.5rem;
1363
+ }
1364
+ .jkl .pe-l {
1365
+ padding-inline-end: 1.5rem;
1366
+ }
1367
+ .jkl .py-l {
1368
+ padding-top: 1.5rem;
1369
+ padding-bottom: 1.5rem;
1370
+ }
1371
+ .jkl .pt-l {
1372
+ padding-top: 1.5rem;
1373
+ }
1374
+ .jkl .pr-l {
1375
+ padding-right: 1.5rem;
1376
+ }
1377
+ .jkl .pb-l {
1378
+ padding-bottom: 1.5rem;
1379
+ }
1380
+ .jkl .pl-l {
1381
+ padding-left: 1.5rem;
1382
+ }
1383
+ .jkl .p-xl {
1384
+ padding: 2.5rem;
1385
+ }
1386
+ .jkl .px-xl {
1387
+ padding-left: 2.5rem;
1388
+ padding-right: 2.5rem;
1389
+ }
1390
+ .jkl .ps-xl {
1391
+ padding-inline-start: 2.5rem;
1392
+ }
1393
+ .jkl .pe-xl {
1394
+ padding-inline-end: 2.5rem;
1395
+ }
1396
+ .jkl .py-xl {
1397
+ padding-top: 2.5rem;
1398
+ padding-bottom: 2.5rem;
1399
+ }
1400
+ .jkl .pt-xl {
1401
+ padding-top: 2.5rem;
1402
+ }
1403
+ .jkl .pr-xl {
1404
+ padding-right: 2.5rem;
1405
+ }
1406
+ .jkl .pb-xl {
1407
+ padding-bottom: 2.5rem;
1408
+ }
1409
+ .jkl .pl-xl {
1410
+ padding-left: 2.5rem;
1411
+ }
1412
+ .jkl .p-2xl {
1413
+ padding: 4rem;
1414
+ }
1415
+ .jkl .px-2xl {
1416
+ padding-left: 4rem;
1417
+ padding-right: 4rem;
1418
+ }
1419
+ .jkl .ps-2xl {
1420
+ padding-inline-start: 4rem;
1421
+ }
1422
+ .jkl .pe-2xl {
1423
+ padding-inline-end: 4rem;
1424
+ }
1425
+ .jkl .py-2xl {
1426
+ padding-top: 4rem;
1427
+ padding-bottom: 4rem;
1428
+ }
1429
+ .jkl .pt-2xl {
1430
+ padding-top: 4rem;
1431
+ }
1432
+ .jkl .pr-2xl {
1433
+ padding-right: 4rem;
1434
+ }
1435
+ .jkl .pb-2xl {
1436
+ padding-bottom: 4rem;
1437
+ }
1438
+ .jkl .pl-2xl {
1439
+ padding-left: 4rem;
1440
+ }
1441
+ .jkl .p-3xl {
1442
+ padding: 6.5rem;
1443
+ }
1444
+ .jkl .px-3xl {
1445
+ padding-left: 6.5rem;
1446
+ padding-right: 6.5rem;
1447
+ }
1448
+ .jkl .ps-3xl {
1449
+ padding-inline-start: 6.5rem;
1450
+ }
1451
+ .jkl .pe-3xl {
1452
+ padding-inline-end: 6.5rem;
1453
+ }
1454
+ .jkl .py-3xl {
1455
+ padding-top: 6.5rem;
1456
+ padding-bottom: 6.5rem;
1457
+ }
1458
+ .jkl .pt-3xl {
1459
+ padding-top: 6.5rem;
1460
+ }
1461
+ .jkl .pr-3xl {
1462
+ padding-right: 6.5rem;
1463
+ }
1464
+ .jkl .pb-3xl {
1465
+ padding-bottom: 6.5rem;
1466
+ }
1467
+ .jkl .pl-3xl {
1468
+ padding-left: 6.5rem;
1469
+ }
1470
+ .jkl .p-4xl {
1471
+ padding: 10.5rem;
1472
+ }
1473
+ .jkl .px-4xl {
1474
+ padding-left: 10.5rem;
1475
+ padding-right: 10.5rem;
1476
+ }
1477
+ .jkl .ps-4xl {
1478
+ padding-inline-start: 10.5rem;
1479
+ }
1480
+ .jkl .pe-4xl {
1481
+ padding-inline-end: 10.5rem;
1482
+ }
1483
+ .jkl .py-4xl {
1484
+ padding-top: 10.5rem;
1485
+ padding-bottom: 10.5rem;
1486
+ }
1487
+ .jkl .pt-4xl {
1488
+ padding-top: 10.5rem;
1489
+ }
1490
+ .jkl .pr-4xl {
1491
+ padding-right: 10.5rem;
1492
+ }
1493
+ .jkl .pb-4xl {
1494
+ padding-bottom: 10.5rem;
1495
+ }
1496
+ .jkl .pl-4xl {
1497
+ padding-left: 10.5rem;
1498
+ }
1499
+
1500
+ .jkl .space-x-2 {
1501
+ margin-left: 0.125rem;
1502
+ }
1503
+ .jkl .space-y-2 {
1504
+ margin-top: 0.125rem;
1505
+ }
1506
+ .jkl .space-x-4 {
1507
+ margin-left: 0.25rem;
1508
+ }
1509
+ .jkl .space-y-4 {
1510
+ margin-top: 0.25rem;
1511
+ }
1512
+ .jkl .space-x-8 {
1513
+ margin-left: 0.5rem;
1514
+ }
1515
+ .jkl .space-y-8 {
1516
+ margin-top: 0.5rem;
1517
+ }
1518
+ .jkl .space-x-12 {
1519
+ margin-left: 0.75rem;
1520
+ }
1521
+ .jkl .space-y-12 {
1522
+ margin-top: 0.75rem;
1523
+ }
1524
+ .jkl .space-x-16 {
1525
+ margin-left: 1rem;
1526
+ }
1527
+ .jkl .space-y-16 {
1528
+ margin-top: 1rem;
1529
+ }
1530
+ .jkl .space-x-24 {
1531
+ margin-left: 1.5rem;
1532
+ }
1533
+ .jkl .space-y-24 {
1534
+ margin-top: 1.5rem;
1535
+ }
1536
+ .jkl .space-x-32 {
1537
+ margin-left: 2rem;
1538
+ }
1539
+ .jkl .space-y-32 {
1540
+ margin-top: 2rem;
1541
+ }
1542
+ .jkl .space-x-40 {
1543
+ margin-left: 2.5rem;
1544
+ }
1545
+ .jkl .space-y-40 {
1546
+ margin-top: 2.5rem;
1547
+ }
1548
+ .jkl .space-x-64 {
1549
+ margin-left: 4rem;
1550
+ }
1551
+ .jkl .space-y-64 {
1552
+ margin-top: 4rem;
1553
+ }
1554
+ .jkl .space-x-104 {
1555
+ margin-left: 6.5rem;
1556
+ }
1557
+ .jkl .space-y-104 {
1558
+ margin-top: 6.5rem;
1559
+ }
1560
+ .jkl .space-x-168 {
1561
+ margin-left: 10.5rem;
1562
+ }
1563
+ .jkl .space-y-168 {
1564
+ margin-top: 10.5rem;
1565
+ }
1566
+ .jkl .space-x-3xs {
1567
+ margin-left: 0.125rem;
1568
+ }
1569
+ .jkl .space-y-3xs {
1570
+ margin-top: 0.125rem;
1571
+ }
1572
+ .jkl .space-x-2xs {
1573
+ margin-left: 0.25rem;
1574
+ }
1575
+ .jkl .space-y-2xs {
1576
+ margin-top: 0.25rem;
1577
+ }
1578
+ .jkl .space-x-xs {
1579
+ margin-left: 0.5rem;
1580
+ }
1581
+ .jkl .space-y-xs {
1582
+ margin-top: 0.5rem;
1583
+ }
1584
+ .jkl .space-x-s {
1585
+ margin-left: 0.75rem;
1586
+ }
1587
+ .jkl .space-y-s {
1588
+ margin-top: 0.75rem;
1589
+ }
1590
+ .jkl .space-x-m {
1591
+ margin-left: 1rem;
1592
+ }
1593
+ .jkl .space-y-m {
1594
+ margin-top: 1rem;
1595
+ }
1596
+ .jkl .space-x-l {
1597
+ margin-left: 1.5rem;
1598
+ }
1599
+ .jkl .space-y-l {
1600
+ margin-top: 1.5rem;
1601
+ }
1602
+ .jkl .space-x-xl {
1603
+ margin-left: 2.5rem;
1604
+ }
1605
+ .jkl .space-y-xl {
1606
+ margin-top: 2.5rem;
1607
+ }
1608
+ .jkl .space-x-2xl {
1609
+ margin-left: 4rem;
1610
+ }
1611
+ .jkl .space-y-2xl {
1612
+ margin-top: 4rem;
1613
+ }
1614
+ .jkl .space-x-3xl {
1615
+ margin-left: 6.5rem;
1616
+ }
1617
+ .jkl .space-y-3xl {
1618
+ margin-top: 6.5rem;
1619
+ }
1620
+ .jkl .space-x-4xl {
1621
+ margin-left: 10.5rem;
1622
+ }
1623
+ .jkl .space-y-4xl {
1624
+ margin-top: 10.5rem;
1625
+ }
1626
+
1627
+ .jkl .title {
1628
+ font-size: 2.25rem;
1629
+ line-height: 2.75rem;
1630
+ font-weight: 400;
1631
+ --jkl-icon-weight: 300;
1632
+ }
1633
+ @media (min-width: 680px) {
1634
+ .jkl .title {
1635
+ font-size: 3.5rem;
1636
+ line-height: 4rem;
1637
+ font-weight: 400;
1638
+ --jkl-icon-weight: 300;
1639
+ }
1640
+ }
1641
+ .jkl .title-small {
1642
+ font-size: 1.875rem;
1643
+ line-height: 2.25rem;
1644
+ font-weight: 400;
1645
+ --jkl-icon-weight: 300;
1646
+ }
1647
+ @media (min-width: 680px) {
1648
+ .jkl .title-small {
1649
+ font-size: 2.75rem;
1650
+ line-height: 3.25rem;
1651
+ font-weight: 400;
1652
+ --jkl-icon-weight: 300;
1653
+ }
1654
+ }
1655
+ .jkl .heading-1 {
1656
+ font-size: 1.625rem;
1657
+ line-height: 2rem;
1658
+ font-weight: 400;
1659
+ --jkl-icon-weight: 300;
1660
+ }
1661
+ @media (min-width: 680px) {
1662
+ .jkl .heading-1 {
1663
+ font-size: 2.25rem;
1664
+ line-height: 2.75rem;
1665
+ font-weight: 400;
1666
+ --jkl-icon-weight: 300;
1667
+ }
1668
+ }
1669
+ .jkl .heading-2 {
1670
+ font-size: 1.4375rem;
1671
+ line-height: 2rem;
1672
+ font-weight: 400;
1673
+ --jkl-icon-weight: 300;
1674
+ }
1675
+ @media (min-width: 680px) {
1676
+ .jkl .heading-2 {
1677
+ font-size: 1.75rem;
1678
+ line-height: 2.5rem;
1679
+ font-weight: 400;
1680
+ --jkl-icon-weight: 300;
1681
+ }
1682
+ }
1683
+ .jkl .heading-3 {
1684
+ font-size: 1.3125rem;
1685
+ line-height: 1.75rem;
1686
+ font-weight: 700;
1687
+ --jkl-icon-weight: 500;
1688
+ }
1689
+ @media (min-width: 680px) {
1690
+ .jkl .heading-3 {
1691
+ font-size: 1.5625rem;
1692
+ line-height: 2rem;
1693
+ font-weight: 700;
1694
+ --jkl-icon-weight: 500;
1695
+ }
1696
+ }
1697
+ .jkl .heading-4 {
1698
+ font-size: 1.125rem;
1699
+ line-height: 1.5rem;
1700
+ font-weight: 700;
1701
+ --jkl-icon-weight: 500;
1702
+ }
1703
+ @media (min-width: 680px) {
1704
+ .jkl .heading-4 {
1705
+ font-size: 1.3125rem;
1706
+ line-height: 1.75rem;
1707
+ font-weight: 700;
1708
+ --jkl-icon-weight: 500;
1709
+ }
1710
+ }
1711
+ .jkl .heading-5 {
1712
+ font-size: 1rem;
1713
+ line-height: 1.5rem;
1714
+ font-weight: 700;
1715
+ --jkl-icon-weight: 500;
1716
+ }
1717
+ .jkl .body {
1718
+ font-size: 1.125rem;
1719
+ line-height: 1.75rem;
1720
+ font-weight: 400;
1721
+ --jkl-icon-weight: 300;
1722
+ }
1723
+ @media (min-width: 680px) {
1724
+ .jkl .body {
1725
+ font-size: 1.25rem;
1726
+ line-height: 2rem;
1727
+ font-weight: 400;
1728
+ --jkl-icon-weight: 300;
1729
+ }
1730
+ }
1731
+ .jkl .body.font-bold {
1732
+ font-weight: 700;
1733
+ }
1734
+ .jkl .small {
1735
+ font-size: 1rem;
1736
+ line-height: 1.5rem;
1737
+ font-weight: 400;
1738
+ --jkl-icon-weight: 300;
1739
+ }
1740
+ .jkl .small.font-bold {
1741
+ font-weight: 700;
1742
+ }