@fremtind/jokul 5.0.0-next.0 → 5.0.0-next.2

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 (636) hide show
  1. package/README.md +30 -7
  2. package/bin/jokul.mjs +10 -0
  3. package/bin/run-jokul-cli.mjs +63 -0
  4. package/build/build-stats.html +1 -1
  5. package/build/cjs/components/beta/description-list/DescriptionList.cjs +2 -0
  6. package/build/cjs/components/beta/description-list/DescriptionList.cjs.map +1 -0
  7. package/build/cjs/components/beta/description-list/DescriptionListItem.cjs +2 -0
  8. package/build/cjs/components/beta/description-list/DescriptionListItem.cjs.map +1 -0
  9. package/build/cjs/{components-beta → components/beta}/description-list/index.d.cts +2 -2
  10. package/build/cjs/components/beta/nav-link/NavLink.cjs +2 -0
  11. package/build/cjs/components/beta/nav-link/NavLink.cjs.map +1 -0
  12. package/build/cjs/components/beta/nav-link/index.d.cts +1 -0
  13. package/build/cjs/{components-beta → components/beta}/nav-link/types.d.cts +1 -1
  14. package/build/cjs/components/beta/select/Select.cjs +2 -0
  15. package/build/cjs/components/beta/select/Select.cjs.map +1 -0
  16. package/build/cjs/components/beta/select/index.d.cts +2 -0
  17. package/build/cjs/{components-beta → components/beta}/select/types.d.cts +1 -1
  18. package/build/cjs/components/breadcrumb/types.d.cts +1 -1
  19. package/build/cjs/components/card/Card.cjs +1 -1
  20. package/build/cjs/components/card/Card.cjs.map +1 -1
  21. package/build/cjs/components/card/types.cjs +1 -1
  22. package/build/cjs/components/card/types.cjs.map +1 -1
  23. package/build/cjs/components/card/types.d.cts +2 -2
  24. package/build/cjs/components/checkbox/Checkbox.cjs +1 -1
  25. package/build/cjs/components/checkbox/Checkbox.cjs.map +1 -1
  26. package/build/cjs/components/checkbox/types.d.cts +1 -1
  27. package/build/cjs/components/cookie-consent/CookieConsent.cjs +1 -1
  28. package/build/cjs/components/cookie-consent/CookieConsent.cjs.map +1 -1
  29. package/build/cjs/components/cookie-consent/CookieConsent.d.cts +1 -1
  30. package/build/cjs/components/cookie-consent/types.d.cts +5 -1
  31. package/build/cjs/components/datepicker/DatePicker.cjs +1 -1
  32. package/build/cjs/components/datepicker/DatePicker.cjs.map +1 -1
  33. package/build/cjs/components/datepicker/types.d.cts +1 -1
  34. package/build/cjs/components/description-list/index.cjs +1 -1
  35. package/build/cjs/components/description-list/index.d.cts +3 -3
  36. package/build/cjs/components/description-list/types.d.cts +1 -1
  37. package/build/cjs/components/expander/ExpandablePanel.cjs +1 -1
  38. package/build/cjs/components/expander/ExpandablePanel.cjs.map +1 -1
  39. package/build/cjs/components/feedback/feedbackContext.cjs.map +1 -1
  40. package/build/cjs/components/feedback/feedbackContext.d.cts +1 -1
  41. package/build/cjs/components/feedback/followup/followupContext.cjs.map +1 -1
  42. package/build/cjs/components/feedback/followup/followupContext.d.cts +1 -1
  43. package/build/cjs/components/feedback/main-question/mainQuestionContext.cjs.map +1 -1
  44. package/build/cjs/components/feedback/main-question/mainQuestionContext.d.cts +1 -1
  45. package/build/cjs/components/feedback/questions/smileyUtils.cjs.map +1 -1
  46. package/build/cjs/components/file-input/internal/Dropzone.cjs.map +1 -1
  47. package/build/cjs/components/file-input/internal/Dropzone.d.cts +1 -1
  48. package/build/cjs/components/file-input/internal/fileInputContext.cjs.map +1 -1
  49. package/build/cjs/components/file-input/internal/fileInputContext.d.cts +1 -1
  50. package/build/cjs/components/icon/development/internal/IconsExampleGrid.d.cts +1 -1
  51. package/build/cjs/components/input-group/InputGroup.d.cts +2 -2
  52. package/build/cjs/components/input-group/types.d.cts +1 -1
  53. package/build/cjs/components/link/Link.cjs +1 -1
  54. package/build/cjs/components/link/Link.cjs.map +1 -1
  55. package/build/cjs/components/link/Link.d.cts +2 -2
  56. package/build/cjs/components/link/types.d.cts +1 -4
  57. package/build/cjs/components/link-list/LinkList.d.cts +1 -1
  58. package/build/cjs/components/list/ListItem.cjs.map +1 -1
  59. package/build/cjs/components/list/ListItem.d.cts +1 -1
  60. package/build/cjs/components/logo/types.d.cts +1 -1
  61. package/build/cjs/components/menu/types.d.cts +1 -1
  62. package/build/cjs/components/modal/Modal.cjs +1 -1
  63. package/build/cjs/components/modal/Modal.cjs.map +1 -1
  64. package/build/cjs/components/modal/Modal.d.cts +2 -9
  65. package/build/cjs/components/modal/index.d.cts +1 -1
  66. package/build/cjs/components/modal/types.d.cts +19 -1
  67. package/build/cjs/components/nav-link/index.cjs +1 -1
  68. package/build/cjs/components/nav-link/index.d.cts +2 -2
  69. package/build/cjs/components/popover/Popover.cjs +1 -1
  70. package/build/cjs/components/popover/Popover.cjs.map +1 -1
  71. package/build/cjs/components/radio-button/BaseRadioButton.cjs +1 -1
  72. package/build/cjs/components/radio-button/BaseRadioButton.cjs.map +1 -1
  73. package/build/cjs/components/radio-button/radioGroupContext.cjs.map +1 -1
  74. package/build/cjs/components/radio-button/radioGroupContext.d.cts +1 -1
  75. package/build/cjs/components/screen-reader-only/types.d.cts +1 -1
  76. package/build/cjs/components/select/index.cjs +1 -1
  77. package/build/cjs/components/select/index.d.cts +2 -2
  78. package/build/cjs/components/select/types.d.cts +1 -1
  79. package/build/cjs/components/system-message/types.d.cts +1 -1
  80. package/build/cjs/components/table/types.d.cts +1 -1
  81. package/build/cjs/components/table-of-contents/TableOfContents.d.cts +1 -1
  82. package/build/cjs/components/tabs/types.d.cts +1 -1
  83. package/build/cjs/components/toast/types.d.cts +1 -1
  84. package/build/cjs/components/toggle-switch/types.d.cts +1 -1
  85. package/build/cjs/components/tooltip/Tooltip.cjs.map +1 -1
  86. package/build/cjs/components/tooltip/Tooltip.d.cts +1 -1
  87. package/build/cjs/hooks/useAnimatedHeight/types.d.cts +1 -1
  88. package/build/cjs/hooks/useAnimatedHeight/useAnimatedHeight.cjs +1 -1
  89. package/build/cjs/hooks/useAnimatedHeight/useAnimatedHeight.cjs.map +1 -1
  90. package/build/cjs/hooks/useAnimatedHeight/useAnimatedHeightBetween.cjs +1 -1
  91. package/build/cjs/hooks/useAnimatedHeight/useAnimatedHeightBetween.cjs.map +1 -1
  92. package/build/cjs/hooks/useAnimatedHeight/useAutoAnimateHeight.cjs +1 -1
  93. package/build/cjs/hooks/useAnimatedHeight/useAutoAnimateHeight.cjs.map +1 -1
  94. package/build/cjs/hooks/useAnimatedHeight/useAutoAnimateHeight.d.cts +1 -1
  95. package/build/cjs/hooks/useAriaLiveRegion/useAriaLiveRegion.d.cts +1 -1
  96. package/build/cjs/hooks/useBrowserPreferences/useBrowserPreferences.cjs.map +1 -1
  97. package/build/cjs/hooks/useBrowserPreferences/useBrowserPreferences.d.cts +1 -1
  98. package/build/cjs/hooks/useScreen/useScreen.cjs +1 -1
  99. package/build/cjs/hooks/useScreen/useScreen.cjs.map +1 -1
  100. package/build/cjs/tailwind/plugins/jokulTypographyPlugin.cjs +1 -1
  101. package/build/cjs/tailwind/plugins/jokulTypographyPlugin.cjs.map +1 -1
  102. package/build/cjs/tailwind/tailwindPreset.cjs +1 -1
  103. package/build/cjs/tailwind/tailwindPreset.cjs.map +1 -1
  104. package/build/cjs/tokens.cjs +2 -0
  105. package/build/cjs/tokens.cjs.map +1 -0
  106. package/build/cjs/tokens.d.cts +235 -0
  107. package/build/cjs/utilities/getThemeAndSize.cjs +1 -1
  108. package/build/cjs/utilities/getThemeAndSize.cjs.map +1 -1
  109. package/build/cjs/utilities/getThemeAndSize.d.cts +1 -1
  110. package/build/cjs/utilities/index.d.cts +1 -0
  111. package/build/cjs/{core → utilities}/types.d.cts +1 -1
  112. package/build/es/components/beta/description-list/DescriptionList.js +2 -0
  113. package/build/es/components/beta/description-list/DescriptionList.js.map +1 -0
  114. package/build/es/components/beta/description-list/DescriptionListItem.js +2 -0
  115. package/build/es/components/beta/description-list/DescriptionListItem.js.map +1 -0
  116. package/build/es/{components-beta → components/beta}/description-list/index.d.ts +2 -2
  117. package/build/es/components/beta/nav-link/NavLink.js +2 -0
  118. package/build/es/components/beta/nav-link/NavLink.js.map +1 -0
  119. package/build/es/components/beta/nav-link/index.d.ts +1 -0
  120. package/build/es/{components-beta → components/beta}/nav-link/types.d.ts +1 -1
  121. package/build/es/components/beta/select/Select.js +2 -0
  122. package/build/es/components/beta/select/Select.js.map +1 -0
  123. package/build/es/components/beta/select/index.d.ts +2 -0
  124. package/build/es/{components-beta → components/beta}/select/types.d.ts +1 -1
  125. package/build/es/components/breadcrumb/types.d.ts +1 -1
  126. package/build/es/components/card/Card.js +1 -1
  127. package/build/es/components/card/Card.js.map +1 -1
  128. package/build/es/components/card/types.d.ts +2 -2
  129. package/build/es/components/card/types.js +1 -1
  130. package/build/es/components/card/types.js.map +1 -1
  131. package/build/es/components/checkbox/Checkbox.js +1 -1
  132. package/build/es/components/checkbox/Checkbox.js.map +1 -1
  133. package/build/es/components/checkbox/types.d.ts +1 -1
  134. package/build/es/components/cookie-consent/CookieConsent.d.ts +1 -1
  135. package/build/es/components/cookie-consent/CookieConsent.js +1 -1
  136. package/build/es/components/cookie-consent/CookieConsent.js.map +1 -1
  137. package/build/es/components/cookie-consent/types.d.ts +5 -1
  138. package/build/es/components/datepicker/DatePicker.js +1 -1
  139. package/build/es/components/datepicker/DatePicker.js.map +1 -1
  140. package/build/es/components/datepicker/types.d.ts +1 -1
  141. package/build/es/components/description-list/index.d.ts +3 -3
  142. package/build/es/components/description-list/index.js +1 -1
  143. package/build/es/components/description-list/types.d.ts +1 -1
  144. package/build/es/components/expander/ExpandablePanel.js +1 -1
  145. package/build/es/components/expander/ExpandablePanel.js.map +1 -1
  146. package/build/es/components/feedback/feedbackContext.d.ts +1 -1
  147. package/build/es/components/feedback/feedbackContext.js.map +1 -1
  148. package/build/es/components/feedback/followup/followupContext.d.ts +1 -1
  149. package/build/es/components/feedback/followup/followupContext.js.map +1 -1
  150. package/build/es/components/feedback/main-question/mainQuestionContext.d.ts +1 -1
  151. package/build/es/components/feedback/main-question/mainQuestionContext.js.map +1 -1
  152. package/build/es/components/feedback/questions/smileyUtils.js.map +1 -1
  153. package/build/es/components/file-input/internal/Dropzone.d.ts +1 -1
  154. package/build/es/components/file-input/internal/Dropzone.js.map +1 -1
  155. package/build/es/components/file-input/internal/fileInputContext.d.ts +1 -1
  156. package/build/es/components/file-input/internal/fileInputContext.js.map +1 -1
  157. package/build/es/components/icon/development/internal/IconsExampleGrid.d.ts +1 -1
  158. package/build/es/components/input-group/InputGroup.d.ts +2 -2
  159. package/build/es/components/input-group/types.d.ts +1 -1
  160. package/build/es/components/link/Link.d.ts +2 -2
  161. package/build/es/components/link/Link.js +1 -1
  162. package/build/es/components/link/Link.js.map +1 -1
  163. package/build/es/components/link/types.d.ts +1 -4
  164. package/build/es/components/link-list/LinkList.d.ts +1 -1
  165. package/build/es/components/list/ListItem.d.ts +1 -1
  166. package/build/es/components/list/ListItem.js.map +1 -1
  167. package/build/es/components/logo/types.d.ts +1 -1
  168. package/build/es/components/menu/types.d.ts +1 -1
  169. package/build/es/components/modal/Modal.d.ts +2 -9
  170. package/build/es/components/modal/Modal.js +1 -1
  171. package/build/es/components/modal/Modal.js.map +1 -1
  172. package/build/es/components/modal/index.d.ts +1 -1
  173. package/build/es/components/modal/types.d.ts +19 -1
  174. package/build/es/components/nav-link/index.d.ts +2 -2
  175. package/build/es/components/nav-link/index.js +1 -1
  176. package/build/es/components/popover/Popover.js +1 -1
  177. package/build/es/components/popover/Popover.js.map +1 -1
  178. package/build/es/components/radio-button/BaseRadioButton.js +1 -1
  179. package/build/es/components/radio-button/BaseRadioButton.js.map +1 -1
  180. package/build/es/components/radio-button/radioGroupContext.d.ts +1 -1
  181. package/build/es/components/radio-button/radioGroupContext.js.map +1 -1
  182. package/build/es/components/screen-reader-only/types.d.ts +1 -1
  183. package/build/es/components/select/index.d.ts +2 -2
  184. package/build/es/components/select/index.js +1 -1
  185. package/build/es/components/select/types.d.ts +1 -1
  186. package/build/es/components/system-message/types.d.ts +1 -1
  187. package/build/es/components/table/types.d.ts +1 -1
  188. package/build/es/components/table-of-contents/TableOfContents.d.ts +1 -1
  189. package/build/es/components/tabs/types.d.ts +1 -1
  190. package/build/es/components/toast/types.d.ts +1 -1
  191. package/build/es/components/toggle-switch/types.d.ts +1 -1
  192. package/build/es/components/tooltip/Tooltip.d.ts +1 -1
  193. package/build/es/components/tooltip/Tooltip.js.map +1 -1
  194. package/build/es/hooks/useAnimatedHeight/types.d.ts +1 -1
  195. package/build/es/hooks/useAnimatedHeight/useAnimatedHeight.js +1 -1
  196. package/build/es/hooks/useAnimatedHeight/useAnimatedHeight.js.map +1 -1
  197. package/build/es/hooks/useAnimatedHeight/useAnimatedHeightBetween.js +1 -1
  198. package/build/es/hooks/useAnimatedHeight/useAnimatedHeightBetween.js.map +1 -1
  199. package/build/es/hooks/useAnimatedHeight/useAutoAnimateHeight.d.ts +1 -1
  200. package/build/es/hooks/useAnimatedHeight/useAutoAnimateHeight.js +1 -1
  201. package/build/es/hooks/useAnimatedHeight/useAutoAnimateHeight.js.map +1 -1
  202. package/build/es/hooks/useAriaLiveRegion/useAriaLiveRegion.d.ts +1 -1
  203. package/build/es/hooks/useBrowserPreferences/useBrowserPreferences.d.ts +1 -1
  204. package/build/es/hooks/useBrowserPreferences/useBrowserPreferences.js.map +1 -1
  205. package/build/es/hooks/useScreen/useScreen.js +1 -1
  206. package/build/es/hooks/useScreen/useScreen.js.map +1 -1
  207. package/build/es/tailwind/plugins/jokulTypographyPlugin.js +1 -1
  208. package/build/es/tailwind/plugins/jokulTypographyPlugin.js.map +1 -1
  209. package/build/es/tailwind/tailwindPreset.js +1 -1
  210. package/build/es/tailwind/tailwindPreset.js.map +1 -1
  211. package/build/es/tokens.d.ts +235 -0
  212. package/build/es/tokens.js +2 -0
  213. package/build/es/tokens.js.map +1 -0
  214. package/build/es/utilities/getThemeAndSize.d.ts +1 -1
  215. package/build/es/utilities/getThemeAndSize.js +1 -1
  216. package/build/es/utilities/getThemeAndSize.js.map +1 -1
  217. package/build/es/utilities/index.d.ts +1 -0
  218. package/build/es/{core → utilities}/types.d.ts +1 -1
  219. package/codemods/__tests__/import-paths.test.mjs +84 -0
  220. package/codemods/import-paths.mjs +393 -0
  221. package/package.json +12 -585
  222. package/styles/base.css +1822 -0
  223. package/styles/base.min.css +2 -0
  224. package/styles/components/autosuggest/autosuggest.css +6 -12
  225. package/styles/components/autosuggest/autosuggest.min.css +1 -1
  226. package/styles/components/autosuggest/autosuggest.scss +3 -3
  227. package/styles/{components-beta → components/beta}/description-list/description-list.css +1 -1
  228. package/styles/{components-beta → components/beta}/description-list/description-list.min.css +1 -1
  229. package/styles/{components-beta → components/beta}/description-list/description-list.scss +2 -2
  230. package/styles/{components-beta → components/beta}/nav-link/navlink.css +11 -14
  231. package/styles/components/beta/nav-link/navlink.min.css +1 -0
  232. package/styles/{components-beta → components/beta}/nav-link/navlink.scss +4 -4
  233. package/styles/components/beta/select/_index.scss +3 -0
  234. package/styles/{components-beta → components/beta}/select/select.css +13 -16
  235. package/styles/components/beta/select/select.min.css +1 -0
  236. package/styles/{components-beta → components/beta}/select/select.scss +9 -9
  237. package/styles/components/breadcrumb/breadcrumb.css +1 -1
  238. package/styles/components/breadcrumb/breadcrumb.min.css +1 -1
  239. package/styles/components/breadcrumb/breadcrumb.scss +1 -1
  240. package/styles/components/button/button.css +15 -14
  241. package/styles/components/button/button.min.css +1 -1
  242. package/styles/components/button/button.scss +14 -14
  243. package/styles/components/card/card.css +8 -11
  244. package/styles/components/card/card.min.css +1 -1
  245. package/styles/components/card/card.scss +7 -11
  246. package/styles/components/checkbox/checkbox.css +55 -42
  247. package/styles/components/checkbox/checkbox.min.css +1 -1
  248. package/styles/components/checkbox/checkbox.scss +43 -36
  249. package/styles/components/checkbox-panel/checkbox-panel.css +84 -72
  250. package/styles/components/checkbox-panel/checkbox-panel.min.css +1 -1
  251. package/styles/components/checkbox-panel/checkbox-panel.scss +5 -1
  252. package/styles/components/checkbox-panel/development/styles.scss +1 -1
  253. package/styles/components/chip/chip.css +6 -9
  254. package/styles/components/chip/chip.min.css +1 -1
  255. package/styles/components/chip/chip.scss +3 -3
  256. package/styles/components/combobox/combobox.css +30 -39
  257. package/styles/components/combobox/combobox.min.css +1 -1
  258. package/styles/components/combobox/combobox.scss +10 -8
  259. package/styles/components/cookie-consent/cookie-consent.css +1 -5
  260. package/styles/components/cookie-consent/cookie-consent.min.css +1 -1
  261. package/styles/components/cookie-consent/cookie-consent.scss +1 -1
  262. package/styles/components/countdown/countdown.css +4 -4
  263. package/styles/components/countdown/countdown.min.css +1 -1
  264. package/styles/components/datepicker/_calendar-date-button.scss +9 -9
  265. package/styles/components/datepicker/_calendar-navigation-dropdown.scss +3 -3
  266. package/styles/components/datepicker/_calendar-navigation.scss +1 -1
  267. package/styles/components/datepicker/_calendar-table.scss +1 -1
  268. package/styles/components/datepicker/_calendar.scss +7 -8
  269. package/styles/components/datepicker/datepicker.css +27 -31
  270. package/styles/components/datepicker/datepicker.min.css +1 -1
  271. package/styles/components/datepicker/datepicker.scss +1 -1
  272. package/styles/components/description-list/description-list.css +2 -2
  273. package/styles/components/description-list/description-list.min.css +1 -1
  274. package/styles/components/description-list/description-list.scss +3 -3
  275. package/styles/components/expander/expandable.css +20 -20
  276. package/styles/components/expander/expandable.min.css +1 -1
  277. package/styles/components/expander/expandable.scss +16 -20
  278. package/styles/components/feedback/feedback.css +14 -20
  279. package/styles/components/feedback/feedback.min.css +1 -1
  280. package/styles/components/feedback/feedback.scss +5 -10
  281. package/styles/components/file/file.css +10 -18
  282. package/styles/components/file/file.min.css +1 -1
  283. package/styles/components/file/file.scss +7 -7
  284. package/styles/components/file-input/file-input.css +52 -70
  285. package/styles/components/file-input/file-input.min.css +1 -1
  286. package/styles/components/file-input/file-input.scss +4 -4
  287. package/styles/components/help/help.css +2 -2
  288. package/styles/components/help/help.min.css +1 -1
  289. package/styles/components/help/help.scss +3 -3
  290. package/styles/components/icon/_base-styles.scss +3 -5
  291. package/styles/components/icon/icon.css +13 -34
  292. package/styles/components/icon/icon.min.css +1 -1
  293. package/styles/components/icon/icon.scss +5 -19
  294. package/styles/components/icon-button/icon-button.css +3 -3
  295. package/styles/components/icon-button/icon-button.min.css +1 -1
  296. package/styles/components/icon-button/icon-button.scss +1 -1
  297. package/styles/components/image/image.css +2 -2
  298. package/styles/components/image/image.min.css +1 -1
  299. package/styles/components/image/image.scss +1 -1
  300. package/styles/components/input-group/_field-group.scss +1 -1
  301. package/styles/components/input-group/_labels.scss +1 -1
  302. package/styles/components/input-group/input-group.css +12 -27
  303. package/styles/components/input-group/input-group.min.css +1 -1
  304. package/styles/components/input-group/input-group.scss +1 -1
  305. package/styles/components/input-panel/input-panel.css +26 -30
  306. package/styles/components/input-panel/input-panel.min.css +1 -1
  307. package/styles/components/input-panel/input-panel.scss +22 -20
  308. package/styles/components/link/link.css +7 -8
  309. package/styles/components/link/link.min.css +1 -1
  310. package/styles/components/link/link.scss +1 -2
  311. package/styles/components/link-list/link-list.css +17 -23
  312. package/styles/components/link-list/link-list.min.css +1 -1
  313. package/styles/components/link-list/link-list.scss +7 -3
  314. package/styles/components/list/list.css +6 -27
  315. package/styles/components/list/list.min.css +1 -1
  316. package/styles/components/list/list.scss +11 -15
  317. package/styles/components/loader/loader.css +6 -6
  318. package/styles/components/loader/loader.min.css +1 -1
  319. package/styles/components/loader/loader.scss +1 -1
  320. package/styles/components/loader/skeleton-loader.css +4 -4
  321. package/styles/components/loader/skeleton-loader.min.css +1 -1
  322. package/styles/components/loader/skeleton-loader.scss +2 -2
  323. package/styles/components/logo/logo.css +4 -4
  324. package/styles/components/logo/logo.min.css +1 -1
  325. package/styles/components/logo/logo.scss +1 -1
  326. package/styles/components/menu/_menu-divider.scss +2 -2
  327. package/styles/components/menu/_menu-item.scss +1 -1
  328. package/styles/components/menu/menu.css +8 -23
  329. package/styles/components/menu/menu.min.css +1 -1
  330. package/styles/components/menu/menu.scss +8 -12
  331. package/styles/components/message/message.css +25 -27
  332. package/styles/components/message/message.min.css +1 -1
  333. package/styles/components/message/message.scss +17 -7
  334. package/styles/components/modal/_layout.scss +22 -0
  335. package/styles/components/modal/_modal-base.scss +32 -0
  336. package/styles/components/modal/_motion.scss +45 -0
  337. package/styles/components/modal/_overlay.scss +20 -0
  338. package/styles/components/modal/_parts.scss +33 -0
  339. package/styles/components/modal/_placement.scss +59 -0
  340. package/styles/components/modal/modal.css +120 -42
  341. package/styles/components/modal/modal.min.css +1 -1
  342. package/styles/components/modal/modal.scss +6 -95
  343. package/styles/components/nav-link/nav-link.css +5 -5
  344. package/styles/components/nav-link/nav-link.min.css +1 -1
  345. package/styles/components/nav-link/nav-link.scss +2 -2
  346. package/styles/components/pagination/development/styles.scss +1 -1
  347. package/styles/components/pagination/pagination.css +2 -2
  348. package/styles/components/pagination/pagination.min.css +1 -1
  349. package/styles/components/pagination/pagination.scss +1 -1
  350. package/styles/components/popover/popover.css +17 -18
  351. package/styles/components/popover/popover.min.css +1 -1
  352. package/styles/components/popover/popover.scss +21 -11
  353. package/styles/components/progress-bar/progress-bar.css +29 -5
  354. package/styles/components/progress-bar/progress-bar.min.css +1 -1
  355. package/styles/components/progress-bar/progress-bar.scss +6 -1
  356. package/styles/components/radio-button/radio-button.css +53 -36
  357. package/styles/components/radio-button/radio-button.min.css +1 -1
  358. package/styles/components/radio-button/radio-button.scss +40 -31
  359. package/styles/components/radio-panel/development/styles.scss +1 -1
  360. package/styles/components/radio-panel/radio-panel.css +29 -30
  361. package/styles/components/radio-panel/radio-panel.min.css +1 -1
  362. package/styles/components/radio-panel/radio-panel.scss +5 -1
  363. package/styles/components/search/search-with-submit-button.css +3 -3
  364. package/styles/components/search/search-with-submit-button.min.css +1 -1
  365. package/styles/components/search/search-with-submit-button.scss +2 -2
  366. package/styles/components/search/search.css +10 -16
  367. package/styles/components/search/search.min.css +1 -1
  368. package/styles/components/search/search.scss +2 -2
  369. package/styles/components/segmented-control/segmented-control.css +91 -114
  370. package/styles/components/segmented-control/segmented-control.min.css +1 -1
  371. package/styles/components/segmented-control/segmented-control.scss +5 -5
  372. package/styles/components/select/select.css +27 -36
  373. package/styles/components/select/select.min.css +1 -1
  374. package/styles/components/select/select.scss +13 -14
  375. package/styles/components/summary-table/development/summary-table-example.scss +1 -1
  376. package/styles/components/summary-table/summary-table.css +5 -8
  377. package/styles/components/summary-table/summary-table.min.css +1 -1
  378. package/styles/components/summary-table/summary-table.scss +5 -5
  379. package/styles/components/system-message/system-message.css +22 -15
  380. package/styles/components/system-message/system-message.min.css +1 -1
  381. package/styles/components/system-message/system-message.scss +18 -9
  382. package/styles/components/table/_table-caption.scss +1 -1
  383. package/styles/components/table/_table-cell.scss +1 -1
  384. package/styles/components/table/_table-head.scss +3 -13
  385. package/styles/components/table/_table-header.scss +4 -4
  386. package/styles/components/table/_table-pagination.scss +1 -1
  387. package/styles/components/table/_table-row.scss +3 -3
  388. package/styles/components/table/table.css +20 -48
  389. package/styles/components/table/table.min.css +1 -1
  390. package/styles/components/table/table.scss +1 -1
  391. package/styles/components/table-of-contents/table-of-contents.css +4 -8
  392. package/styles/components/table-of-contents/table-of-contents.min.css +1 -1
  393. package/styles/components/table-of-contents/table-of-contents.scss +2 -2
  394. package/styles/components/tabs/tabs.css +9 -12
  395. package/styles/components/tabs/tabs.min.css +1 -1
  396. package/styles/components/tabs/tabs.scss +3 -3
  397. package/styles/components/tag/tag.css +18 -11
  398. package/styles/components/tag/tag.min.css +1 -1
  399. package/styles/components/tag/tag.scss +18 -8
  400. package/styles/components/text-area/text-area.css +17 -26
  401. package/styles/components/text-area/text-area.min.css +1 -1
  402. package/styles/components/text-area/text-area.scss +1 -1
  403. package/styles/components/text-input/text-input.css +12 -18
  404. package/styles/components/text-input/text-input.min.css +1 -1
  405. package/styles/components/text-input/text-input.scss +2 -3
  406. package/styles/components/toast/toast.css +21 -20
  407. package/styles/components/toast/toast.min.css +1 -1
  408. package/styles/components/toast/toast.scss +16 -14
  409. package/styles/components/toggle-switch/_toggle-slider.scss +5 -5
  410. package/styles/components/toggle-switch/toggle-switch.css +21 -29
  411. package/styles/components/toggle-switch/toggle-switch.min.css +2 -2
  412. package/styles/components/toggle-switch/toggle-switch.scss +10 -17
  413. package/styles/components/tooltip/tooltip.css +7 -11
  414. package/styles/components/tooltip/tooltip.min.css +1 -1
  415. package/styles/components/tooltip/tooltip.scss +4 -4
  416. package/styles/{styles.css → components.css} +801 -872
  417. package/styles/components.min.css +3 -0
  418. package/styles/{styles.scss → components.scss} +2 -2
  419. package/styles/{core/global → global}/_base-class.scss +6 -4
  420. package/styles/{core/global → global}/_top-layer.scss +1 -1
  421. package/styles/hooks/stories/styles.scss +7 -9
  422. package/styles/{core/jkl/_theme.scss → jkl/_forced-colors.scss} +0 -49
  423. package/styles/{core/jkl → jkl}/_index.scss +3 -6
  424. package/styles/{core/jkl → jkl}/_motion.scss +8 -26
  425. package/styles/{core/jkl → jkl}/_ornaments.scss +1 -1
  426. package/styles/{core/jkl → jkl}/_reset.scss +2 -2
  427. package/styles/{core/jkl → jkl}/_spacing.scss +1 -6
  428. package/styles/jkl/_tokens.scss +386 -0
  429. package/styles/{core/jkl → jkl}/_typography.scss +5 -98
  430. package/styles/shared/input/shared-input-styles.scss +7 -7
  431. package/styles/shared/track/track.scss +3 -3
  432. package/styles/tailwind.css +213 -0
  433. package/styles/theme/_color-scheme.scss +153 -0
  434. package/styles/{core/theme → theme}/_dynamic-spacing.scss +9 -5
  435. package/styles/theme/_fonts.scss +147 -0
  436. package/styles/theme/_index.scss +8 -0
  437. package/styles/theme/_size.scss +53 -0
  438. package/styles/theme/_tokens.scss +94 -0
  439. package/styles/theme/brands/dnb/_color-scheme.scss +119 -0
  440. package/styles/theme/brands/eika/_color-scheme.scss +119 -0
  441. package/styles/theme/brands/sparebank1/_color-scheme.scss +119 -0
  442. package/styles/{core/utility → utility}/_headings.scss +1 -1
  443. package/styles/utility/_paragraphs.scss +24 -0
  444. package/styles/{core/utility → utility}/_screen-reader.scss +1 -1
  445. package/styles/{core/utility → utility}/_spacing.scss +4 -3
  446. package/build/cjs/components-beta/description-list/DescriptionList.cjs +0 -2
  447. package/build/cjs/components-beta/description-list/DescriptionList.cjs.map +0 -1
  448. package/build/cjs/components-beta/description-list/DescriptionListItem.cjs +0 -2
  449. package/build/cjs/components-beta/description-list/DescriptionListItem.cjs.map +0 -1
  450. package/build/cjs/components-beta/nav-link/NavLink.cjs +0 -2
  451. package/build/cjs/components-beta/nav-link/NavLink.cjs.map +0 -1
  452. package/build/cjs/components-beta/nav-link/index.d.cts +0 -1
  453. package/build/cjs/components-beta/select/Select.cjs +0 -2
  454. package/build/cjs/components-beta/select/Select.cjs.map +0 -1
  455. package/build/cjs/components-beta/select/index.d.cts +0 -2
  456. package/build/cjs/core/index.cjs +0 -2
  457. package/build/cjs/core/index.cjs.map +0 -1
  458. package/build/cjs/core/index.d.cts +0 -2
  459. package/build/cjs/core/tokens/build-tailwind-4.cjs +0 -2
  460. package/build/cjs/core/tokens/build-tailwind-4.cjs.map +0 -1
  461. package/build/cjs/core/tokens/build-tailwind-4.d.cts +0 -1
  462. package/build/cjs/core/tokens/style-dictionary/build.cjs +0 -2
  463. package/build/cjs/core/tokens/style-dictionary/build.cjs.map +0 -1
  464. package/build/cjs/core/tokens/style-dictionary/build.d.cts +0 -0
  465. package/build/cjs/core/tokens/style-dictionary/config.cjs +0 -2
  466. package/build/cjs/core/tokens/style-dictionary/config.cjs.map +0 -1
  467. package/build/cjs/core/tokens/style-dictionary/config.d.cts +0 -4
  468. package/build/cjs/core/tokens/style-dictionary/filters/index.cjs +0 -2
  469. package/build/cjs/core/tokens/style-dictionary/filters/index.cjs.map +0 -1
  470. package/build/cjs/core/tokens/style-dictionary/filters/index.d.cts +0 -3
  471. package/build/cjs/core/tokens/style-dictionary/formats/css-dynamic-color-variables.cjs +0 -2
  472. package/build/cjs/core/tokens/style-dictionary/formats/css-dynamic-color-variables.cjs.map +0 -1
  473. package/build/cjs/core/tokens/style-dictionary/formats/css-dynamic-color-variables.d.cts +0 -3
  474. package/build/cjs/core/tokens/style-dictionary/formats/css-theme-variables.cjs +0 -2
  475. package/build/cjs/core/tokens/style-dictionary/formats/css-theme-variables.cjs.map +0 -1
  476. package/build/cjs/core/tokens/style-dictionary/formats/css-theme-variables.d.cts +0 -3
  477. package/build/cjs/core/tokens/style-dictionary/formats/index.cjs +0 -2
  478. package/build/cjs/core/tokens/style-dictionary/formats/index.cjs.map +0 -1
  479. package/build/cjs/core/tokens/style-dictionary/formats/index.d.cts +0 -6
  480. package/build/cjs/core/tokens/style-dictionary/formats/javascript-esm.cjs +0 -2
  481. package/build/cjs/core/tokens/style-dictionary/formats/javascript-esm.cjs.map +0 -1
  482. package/build/cjs/core/tokens/style-dictionary/formats/javascript-esm.d.cts +0 -3
  483. package/build/cjs/core/tokens/style-dictionary/formats/scss-theme-variables.cjs +0 -2
  484. package/build/cjs/core/tokens/style-dictionary/formats/scss-theme-variables.cjs.map +0 -1
  485. package/build/cjs/core/tokens/style-dictionary/formats/scss-theme-variables.d.cts +0 -3
  486. package/build/cjs/core/tokens/style-dictionary/formats/tailwindcss-colors.cjs +0 -2
  487. package/build/cjs/core/tokens/style-dictionary/formats/tailwindcss-colors.cjs.map +0 -1
  488. package/build/cjs/core/tokens/style-dictionary/formats/tailwindcss-colors.d.cts +0 -3
  489. package/build/cjs/core/tokens/style-dictionary/register.cjs +0 -2
  490. package/build/cjs/core/tokens/style-dictionary/register.cjs.map +0 -1
  491. package/build/cjs/core/tokens/style-dictionary/register.d.cts +0 -1
  492. package/build/cjs/core/tokens/style-dictionary/transforms/index.cjs +0 -2
  493. package/build/cjs/core/tokens/style-dictionary/transforms/index.cjs.map +0 -1
  494. package/build/cjs/core/tokens/style-dictionary/transforms/index.d.cts +0 -2
  495. package/build/cjs/core/tokens/style-dictionary/transforms/strip-light-dark.cjs +0 -2
  496. package/build/cjs/core/tokens/style-dictionary/transforms/strip-light-dark.cjs.map +0 -1
  497. package/build/cjs/core/tokens/style-dictionary/transforms/strip-light-dark.d.cts +0 -3
  498. package/build/cjs/index.cjs +0 -2
  499. package/build/cjs/index.cjs.map +0 -1
  500. package/build/cjs/index.d.cts +0 -3
  501. package/build/es/components-beta/description-list/DescriptionList.js +0 -2
  502. package/build/es/components-beta/description-list/DescriptionList.js.map +0 -1
  503. package/build/es/components-beta/description-list/DescriptionListItem.js +0 -2
  504. package/build/es/components-beta/description-list/DescriptionListItem.js.map +0 -1
  505. package/build/es/components-beta/nav-link/NavLink.js +0 -2
  506. package/build/es/components-beta/nav-link/NavLink.js.map +0 -1
  507. package/build/es/components-beta/nav-link/index.d.ts +0 -1
  508. package/build/es/components-beta/select/Select.js +0 -2
  509. package/build/es/components-beta/select/Select.js.map +0 -1
  510. package/build/es/components-beta/select/index.d.ts +0 -2
  511. package/build/es/core/index.d.ts +0 -2
  512. package/build/es/core/index.js +0 -2
  513. package/build/es/core/index.js.map +0 -1
  514. package/build/es/core/tokens/build-tailwind-4.d.ts +0 -1
  515. package/build/es/core/tokens/build-tailwind-4.js +0 -2
  516. package/build/es/core/tokens/build-tailwind-4.js.map +0 -1
  517. package/build/es/core/tokens/style-dictionary/build.d.ts +0 -0
  518. package/build/es/core/tokens/style-dictionary/build.js +0 -2
  519. package/build/es/core/tokens/style-dictionary/build.js.map +0 -1
  520. package/build/es/core/tokens/style-dictionary/config.d.ts +0 -4
  521. package/build/es/core/tokens/style-dictionary/config.js +0 -2
  522. package/build/es/core/tokens/style-dictionary/config.js.map +0 -1
  523. package/build/es/core/tokens/style-dictionary/filters/index.d.ts +0 -3
  524. package/build/es/core/tokens/style-dictionary/filters/index.js +0 -2
  525. package/build/es/core/tokens/style-dictionary/filters/index.js.map +0 -1
  526. package/build/es/core/tokens/style-dictionary/formats/css-dynamic-color-variables.d.ts +0 -3
  527. package/build/es/core/tokens/style-dictionary/formats/css-dynamic-color-variables.js +0 -2
  528. package/build/es/core/tokens/style-dictionary/formats/css-dynamic-color-variables.js.map +0 -1
  529. package/build/es/core/tokens/style-dictionary/formats/css-theme-variables.d.ts +0 -3
  530. package/build/es/core/tokens/style-dictionary/formats/css-theme-variables.js +0 -2
  531. package/build/es/core/tokens/style-dictionary/formats/css-theme-variables.js.map +0 -1
  532. package/build/es/core/tokens/style-dictionary/formats/index.d.ts +0 -6
  533. package/build/es/core/tokens/style-dictionary/formats/index.js +0 -2
  534. package/build/es/core/tokens/style-dictionary/formats/index.js.map +0 -1
  535. package/build/es/core/tokens/style-dictionary/formats/javascript-esm.d.ts +0 -3
  536. package/build/es/core/tokens/style-dictionary/formats/javascript-esm.js +0 -2
  537. package/build/es/core/tokens/style-dictionary/formats/javascript-esm.js.map +0 -1
  538. package/build/es/core/tokens/style-dictionary/formats/scss-theme-variables.d.ts +0 -3
  539. package/build/es/core/tokens/style-dictionary/formats/scss-theme-variables.js +0 -2
  540. package/build/es/core/tokens/style-dictionary/formats/scss-theme-variables.js.map +0 -1
  541. package/build/es/core/tokens/style-dictionary/formats/tailwindcss-colors.d.ts +0 -3
  542. package/build/es/core/tokens/style-dictionary/formats/tailwindcss-colors.js +0 -2
  543. package/build/es/core/tokens/style-dictionary/formats/tailwindcss-colors.js.map +0 -1
  544. package/build/es/core/tokens/style-dictionary/register.d.ts +0 -1
  545. package/build/es/core/tokens/style-dictionary/register.js +0 -2
  546. package/build/es/core/tokens/style-dictionary/register.js.map +0 -1
  547. package/build/es/core/tokens/style-dictionary/transforms/index.d.ts +0 -2
  548. package/build/es/core/tokens/style-dictionary/transforms/index.js +0 -2
  549. package/build/es/core/tokens/style-dictionary/transforms/index.js.map +0 -1
  550. package/build/es/core/tokens/style-dictionary/transforms/strip-light-dark.d.ts +0 -3
  551. package/build/es/core/tokens/style-dictionary/transforms/strip-light-dark.js +0 -2
  552. package/build/es/core/tokens/style-dictionary/transforms/strip-light-dark.js.map +0 -1
  553. package/build/es/index.d.ts +0 -3
  554. package/build/es/index.js +0 -2
  555. package/build/es/index.js.map +0 -1
  556. package/build/index-Ck94bTpt.cjs +0 -2
  557. package/build/index-Ck94bTpt.cjs.map +0 -1
  558. package/build/index-DOHQmuhD.js +0 -2
  559. package/build/index-DOHQmuhD.js.map +0 -1
  560. package/src/fonts/styles/_index.scss +0 -1
  561. package/src/fonts/styles/webfonts.scss +0 -145
  562. package/src/tailwind/v4/jokul-tailwind.css +0 -266
  563. package/styles/components-beta/nav-link/navlink.min.css +0 -1
  564. package/styles/components-beta/select/_index.scss +0 -3
  565. package/styles/components-beta/select/select.min.css +0 -1
  566. package/styles/core/core.css +0 -1731
  567. package/styles/core/core.min.css +0 -2
  568. package/styles/core/jkl/_colors.scss +0 -26
  569. package/styles/core/jkl/_helpers.scss +0 -26
  570. package/styles/core/jkl/legacy/_index.scss +0 -2
  571. package/styles/core/theme/_index.scss +0 -10
  572. package/styles/core/theme/_old-vars.scss +0 -21
  573. package/styles/core/theme/_shape.scss +0 -12
  574. package/styles/core/theme/_spacing.scss +0 -64
  575. package/styles/core/theme/_typography.scss +0 -38
  576. package/styles/core/utility/_paragraphs.scss +0 -29
  577. package/styles/fonts/_index.scss +0 -1
  578. package/styles/fonts/webfonts.css +0 -115
  579. package/styles/fonts/webfonts.min.css +0 -1
  580. package/styles/fonts/webfonts.scss +0 -145
  581. package/styles/styles.min.css +0 -3
  582. /package/build/cjs/{components-beta → components/beta}/description-list/DescriptionList.d.cts +0 -0
  583. /package/build/cjs/{components-beta → components/beta}/description-list/DescriptionListItem.d.cts +0 -0
  584. /package/build/cjs/{components-beta → components/beta}/description-list/index.cjs +0 -0
  585. /package/build/cjs/{components-beta → components/beta}/description-list/index.cjs.map +0 -0
  586. /package/build/cjs/{components-beta → components/beta}/description-list/types.cjs +0 -0
  587. /package/build/cjs/{components-beta → components/beta}/description-list/types.cjs.map +0 -0
  588. /package/build/cjs/{components-beta → components/beta}/description-list/types.d.cts +0 -0
  589. /package/build/cjs/{components-beta → components/beta}/nav-link/NavLink.d.cts +0 -0
  590. /package/build/cjs/{components-beta → components/beta}/nav-link/index.cjs +0 -0
  591. /package/build/cjs/{components-beta → components/beta}/nav-link/index.cjs.map +0 -0
  592. /package/build/cjs/{components-beta → components/beta}/nav-link/types.cjs +0 -0
  593. /package/build/cjs/{components-beta → components/beta}/nav-link/types.cjs.map +0 -0
  594. /package/build/cjs/{components-beta → components/beta}/select/Select.d.cts +0 -0
  595. /package/build/cjs/{components-beta → components/beta}/select/index.cjs +0 -0
  596. /package/build/cjs/{components-beta → components/beta}/select/index.cjs.map +0 -0
  597. /package/build/cjs/{components-beta → components/beta}/select/types.cjs +0 -0
  598. /package/build/cjs/{components-beta → components/beta}/select/types.cjs.map +0 -0
  599. /package/build/cjs/{core → utilities}/types.cjs +0 -0
  600. /package/build/cjs/{core → utilities}/types.cjs.map +0 -0
  601. /package/build/es/{components-beta → components/beta}/description-list/DescriptionList.d.ts +0 -0
  602. /package/build/es/{components-beta → components/beta}/description-list/DescriptionListItem.d.ts +0 -0
  603. /package/build/es/{components-beta → components/beta}/description-list/index.js +0 -0
  604. /package/build/es/{components-beta → components/beta}/description-list/index.js.map +0 -0
  605. /package/build/es/{components-beta → components/beta}/description-list/types.d.ts +0 -0
  606. /package/build/es/{components-beta → components/beta}/description-list/types.js +0 -0
  607. /package/build/es/{components-beta → components/beta}/description-list/types.js.map +0 -0
  608. /package/build/es/{components-beta → components/beta}/nav-link/NavLink.d.ts +0 -0
  609. /package/build/es/{components-beta → components/beta}/nav-link/index.js +0 -0
  610. /package/build/es/{components-beta → components/beta}/nav-link/index.js.map +0 -0
  611. /package/build/es/{components-beta → components/beta}/nav-link/types.js +0 -0
  612. /package/build/es/{components-beta → components/beta}/nav-link/types.js.map +0 -0
  613. /package/build/es/{components-beta → components/beta}/select/Select.d.ts +0 -0
  614. /package/build/es/{components-beta → components/beta}/select/index.js +0 -0
  615. /package/build/es/{components-beta → components/beta}/select/index.js.map +0 -0
  616. /package/build/es/{components-beta → components/beta}/select/types.js +0 -0
  617. /package/build/es/{components-beta → components/beta}/select/types.js.map +0 -0
  618. /package/build/es/{core → utilities}/types.js +0 -0
  619. /package/build/es/{core → utilities}/types.js.map +0 -0
  620. /package/styles/{core/_layers.scss → _layers.scss} +0 -0
  621. /package/styles/{core/core.scss → base.scss} +0 -0
  622. /package/styles/{components-beta → components/beta}/description-list/_index.scss +0 -0
  623. /package/styles/{components-beta → components/beta}/nav-link/_index.scss +0 -0
  624. /package/styles/{core/global → global}/_index.scss +0 -0
  625. /package/styles/{core/jkl → jkl}/_convert.scss +0 -0
  626. /package/styles/{core/jkl → jkl}/_navigation.scss +0 -0
  627. /package/styles/{core/jkl → jkl}/_responsive-units.scss +0 -0
  628. /package/styles/{core/jkl → jkl}/_screenreader.scss +0 -0
  629. /package/styles/{core/jkl → jkl}/_screens.scss +0 -0
  630. /package/styles/{core/jkl → jkl}/_shadows.scss +0 -0
  631. /package/styles/{core/jkl → jkl}/_underline.scss +0 -0
  632. /package/styles/{core/jkl → jkl}/_z-index.scss +0 -0
  633. /package/styles/{core/resets → resets}/_index.scss +0 -0
  634. /package/styles/{core/resets → resets}/_normalize.scss +0 -0
  635. /package/styles/{core/resets → resets}/_reset.scss +0 -0
  636. /package/styles/{core/utility → utility}/_index.scss +0 -0
@@ -1,2 +0,0 @@
1
- @layer jokul{@layer resets, theme, global, components, utility}
2
- /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */@layer jokul.resets{html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}h1,h2,h3,h4,h5,h6,p{margin:0}fieldset{border:0;display:block;line-height:1;margin:0;padding:0}table{border-collapse:collapse}table,tbody,td,th,thead,tr{margin:0;padding:0}}@layer jokul.resets{.jkl [hidden]{display:none!important}}@layer jokul.theme{@media screen and (prefers-color-scheme:light){:root{--jkl-color-background-page:oklch(96% 0.004 67);--jkl-color-background-surface-default:oklch(92% 0.008 67);--jkl-color-background-surface-highlight:oklch(100% 0.001 67);--jkl-color-background-surface-on-surface:oklch(96% 0.004 67);--jkl-color-background-surface-moderate:oklch(80% 0.008 67);--jkl-color-background-surface-knockout:oklch(35% 0.007 67);--jkl-color-background-surface-error:oklch(80% 0.09 16);--jkl-color-background-surface-warning:oklch(90% 0.08 94);--jkl-color-background-surface-info:oklch(80% 0.09 285);--jkl-color-background-surface-succes:oklch(80% 0.066 156);--jkl-color-border-subdued:oklch(80% 0.008 67);--jkl-color-border-strong:oklch(50% 0.007 67);--jkl-color-border-strongest:oklch(0% 0.007 64);--jkl-color-border-knockout:oklch(100% 0.001 67);--jkl-color-border-info:oklch(70% 0.145 285);--jkl-color-border-success:oklch(70% 0.089 156);--jkl-color-border-error:oklch(70% 0.13 16);--jkl-color-border-warning:oklch(70% 0.1 94);--jkl-color-text-default:oklch(0% 0.007 64);--jkl-color-text-subdued:oklch(50% 0.007 67);--jkl-color-text-knockout:oklch(100% 0.001 67);--jkl-color-text-info:oklch(25% 0.056 285);--jkl-color-text-info-strong:oklch(50% 0.186 285);--jkl-color-text-success:oklch(25% 0.024 156);--jkl-color-text-success-strong:oklch(50% 0.106 156);--jkl-color-text-error:oklch(25% 0.056 16);--jkl-color-text-error-strong:oklch(50% 0.16 16);--jkl-color-text-warning:oklch(25% 0.03 94);--jkl-color-text-warning-strong:oklch(70% 0.1 94)}}[data-theme=light]{--jkl-color-background-page:oklch(96% 0.004 67);--jkl-color-background-surface-default:oklch(92% 0.008 67);--jkl-color-background-surface-highlight:oklch(100% 0.001 67);--jkl-color-background-surface-on-surface:oklch(96% 0.004 67);--jkl-color-background-surface-moderate:oklch(80% 0.008 67);--jkl-color-background-surface-knockout:oklch(35% 0.007 67);--jkl-color-background-surface-error:oklch(80% 0.09 16);--jkl-color-background-surface-warning:oklch(90% 0.08 94);--jkl-color-background-surface-info:oklch(80% 0.09 285);--jkl-color-background-surface-succes:oklch(80% 0.066 156);--jkl-color-border-subdued:oklch(80% 0.008 67);--jkl-color-border-strong:oklch(50% 0.007 67);--jkl-color-border-strongest:oklch(0% 0.007 64);--jkl-color-border-knockout:oklch(100% 0.001 67);--jkl-color-border-info:oklch(70% 0.145 285);--jkl-color-border-success:oklch(70% 0.089 156);--jkl-color-border-error:oklch(70% 0.13 16);--jkl-color-border-warning:oklch(70% 0.1 94);--jkl-color-text-default:oklch(0% 0.007 64);--jkl-color-text-subdued:oklch(50% 0.007 67);--jkl-color-text-knockout:oklch(100% 0.001 67);--jkl-color-text-info:oklch(25% 0.056 285);--jkl-color-text-info-strong:oklch(50% 0.186 285);--jkl-color-text-success:oklch(25% 0.024 156);--jkl-color-text-success-strong:oklch(50% 0.106 156);--jkl-color-text-error:oklch(25% 0.056 16);--jkl-color-text-error-strong:oklch(50% 0.16 16);--jkl-color-text-warning:oklch(25% 0.03 94);--jkl-color-text-warning-strong:oklch(70% 0.1 94)}@media screen and (prefers-color-scheme:dark){:root{--jkl-color-background-page:oklch(10% 0.007 67);--jkl-color-background-surface-default:oklch(25% 0.007 67);--jkl-color-background-surface-highlight:oklch(35% 0.007 67);--jkl-color-background-surface-on-surface:oklch(10% 0.007 67);--jkl-color-background-surface-moderate:oklch(50% 0.007 67);--jkl-color-background-surface-knockout:oklch(85% 0.008 67);--jkl-color-background-surface-error:oklch(45% 0.146 16);--jkl-color-background-surface-warning:oklch(45% 0.065 94);--jkl-color-background-surface-info:oklch(45% 0.169 285);--jkl-color-background-surface-succes:oklch(45% 0.095 156);--jkl-color-border-subdued:oklch(50% 0.007 67);--jkl-color-border-strong:oklch(80% 0.008 67);--jkl-color-border-strongest:oklch(100% 0.001 67);--jkl-color-border-knockout:oklch(0% 0.007 64);--jkl-color-border-info:oklch(60% 0.17 285);--jkl-color-border-success:oklch(60% 0.1 156);--jkl-color-border-error:oklch(60% 0.149 16);--jkl-color-border-warning:oklch(60% 0.09 94);--jkl-color-text-default:oklch(100% 0.001 67);--jkl-color-text-subdued:oklch(80% 0.008 67);--jkl-color-text-knockout:oklch(0% 0.007 64);--jkl-color-text-info:oklch(90% 0.034 285);--jkl-color-text-info-strong:oklch(70% 0.145 285);--jkl-color-text-success:oklch(90% 0.035 156);--jkl-color-text-success-strong:oklch(70% 0.089 156);--jkl-color-text-error:oklch(90% 0.045 16);--jkl-color-text-error-strong:oklch(70% 0.13 16);--jkl-color-text-warning:oklch(90% 0.08 94);--jkl-color-text-warning-strong:oklch(70% 0.1 94)}}[data-theme=dark]{--jkl-color-background-page:oklch(10% 0.007 67);--jkl-color-background-surface-default:oklch(25% 0.007 67);--jkl-color-background-surface-highlight:oklch(35% 0.007 67);--jkl-color-background-surface-on-surface:oklch(10% 0.007 67);--jkl-color-background-surface-moderate:oklch(50% 0.007 67);--jkl-color-background-surface-knockout:oklch(85% 0.008 67);--jkl-color-background-surface-error:oklch(45% 0.146 16);--jkl-color-background-surface-warning:oklch(45% 0.065 94);--jkl-color-background-surface-info:oklch(45% 0.169 285);--jkl-color-background-surface-succes:oklch(45% 0.095 156);--jkl-color-border-subdued:oklch(50% 0.007 67);--jkl-color-border-strong:oklch(80% 0.008 67);--jkl-color-border-strongest:oklch(100% 0.001 67);--jkl-color-border-knockout:oklch(0% 0.007 64);--jkl-color-border-info:oklch(60% 0.17 285);--jkl-color-border-success:oklch(60% 0.1 156);--jkl-color-border-error:oklch(60% 0.149 16);--jkl-color-border-warning:oklch(60% 0.09 94);--jkl-color-text-default:oklch(100% 0.001 67);--jkl-color-text-subdued:oklch(80% 0.008 67);--jkl-color-text-knockout:oklch(0% 0.007 64);--jkl-color-text-info:oklch(90% 0.034 285);--jkl-color-text-info-strong:oklch(70% 0.145 285);--jkl-color-text-success:oklch(90% 0.035 156);--jkl-color-text-success-strong:oklch(70% 0.089 156);--jkl-color-text-error:oklch(90% 0.045 16);--jkl-color-text-error-strong:oklch(70% 0.13 16);--jkl-color-text-warning:oklch(90% 0.08 94);--jkl-color-text-warning-strong:oklch(70% 0.1 94)}}@layer jokul.theme{:root{--jkl-spacing-2:0.125rem;--jkl-spacing-4:0.25rem;--jkl-spacing-8:0.5rem;--jkl-spacing-12:0.75rem;--jkl-spacing-16:1rem;--jkl-spacing-24:1.5rem;--jkl-spacing-32:2rem;--jkl-spacing-40:2.5rem;--jkl-spacing-64:4rem;--jkl-spacing-104:6.5rem;--jkl-spacing-168:10.5rem;--jkl-spacing-16-24:1rem;--jkl-spacing-24-40:1.5rem;--jkl-spacing-24-32:1.5rem;--jkl-spacing-32-40:2rem;--jkl-spacing-40-64:2.5rem;--jkl-spacing-64-104:4rem;--jkl-spacing-104-168:6.5rem;--jkl-spacing-16-16-24:1rem;--jkl-spacing-16-24-32:1rem;--jkl-spacing-16-24-40:1rem;--jkl-spacing-24-24-32:1.5rem;--jkl-spacing-24-24-40:1.5rem;--jkl-spacing-24-32-40:1.5rem;--jkl-spacing-32-32-40:2rem;--jkl-spacing-32-40-64:2rem;--jkl-spacing-40-40-64:2.5rem;--jkl-spacing-40-64-104:2.5rem;--jkl-spacing-64-64-104:4rem;--jkl-spacing-64-104-168:4rem;--jkl-spacing-104-104-168:6.5rem}@media (min-width:680px){:root{--jkl-spacing-16-24:1.5rem;--jkl-spacing-24-40:2.5rem;--jkl-spacing-24-32:2rem;--jkl-spacing-32-40:2.5rem;--jkl-spacing-40-64:4rem;--jkl-spacing-64-104:6.5rem;--jkl-spacing-104-168:10.5rem;--jkl-spacing-16-16-24:1rem;--jkl-spacing-16-24-32:1.5rem;--jkl-spacing-16-24-40:1.5rem;--jkl-spacing-24-24-32:1.5rem;--jkl-spacing-24-24-40:1.5rem;--jkl-spacing-24-32-40:2rem;--jkl-spacing-32-32-40:2rem;--jkl-spacing-32-40-64:2.5rem;--jkl-spacing-40-40-64:2.5rem;--jkl-spacing-40-64-104:4rem;--jkl-spacing-64-64-104:4rem;--jkl-spacing-64-104-168:6.5rem;--jkl-spacing-104-104-168:6.5rem}}@media (min-width:1200px){:root{--jkl-spacing-16-16-24:1.5rem;--jkl-spacing-16-24-32:2rem;--jkl-spacing-16-24-40:2.5rem;--jkl-spacing-24-24-32:2rem;--jkl-spacing-24-24-40:2.5rem;--jkl-spacing-24-32-40:2.5rem;--jkl-spacing-32-32-40:2.5rem;--jkl-spacing-32-40-64:4rem;--jkl-spacing-40-40-64:4rem;--jkl-spacing-40-64-104:6.5rem;--jkl-spacing-64-64-104:6.5rem;--jkl-spacing-64-104-168:10.5rem;--jkl-spacing-104-104-168:10.5rem}}}@layer jokul.theme{@media screen and (prefers-color-scheme:light){:root{--jkl-color-background-page:#f4f2ef;--jkl-color-background-page-variant:#f9f9f9;--jkl-color-background-container:#f9f9f9;--jkl-color-background-container-low:#ece9e5;--jkl-color-background-container-high:#fff;--jkl-color-background-container-inverted:#1b1917;--jkl-color-background-container-subdued:#c8c5c3;--jkl-color-background-input-base:transparent;--jkl-color-background-input-focus:#fff;--jkl-color-background-action:#1b1917;--jkl-color-background-interactive:transparent;--jkl-color-background-interactive-hover:#ece9e5;--jkl-color-background-interactive-selected:#e0dbd4;--jkl-color-background-alert-neutral:#e0dbd4;--jkl-color-background-alert-info:#d3d3f6;--jkl-color-background-alert-success:#acd3b5;--jkl-color-background-alert-warning:#efdd9e;--jkl-color-background-alert-error:#f6b3b3;--jkl-color-text-default:#1b1917;--jkl-color-text-subdued:#636060;--jkl-color-text-inverted:#f9f9f9;--jkl-color-text-on-action:#f9f9f9;--jkl-color-text-interactive:#1b1917;--jkl-color-text-interactive-hover:#636060;--jkl-color-text-on-alert:#1b1917;--jkl-color-text-on-alert-subdued:#444141;--jkl-color-border-action:#1b1917;--jkl-color-border-input:#636060;--jkl-color-border-input-focus:#1b1917;--jkl-color-border-separator:#c8c5c3;--jkl-color-border-separator-strong:#636060;--jkl-color-border-separator-hover:#1b1917;--jkl-color-border-subdued:#c8c5c3}}[data-theme=light]{--jkl-color-background-page:#f4f2ef;--jkl-color-background-page-variant:#f9f9f9;--jkl-color-background-container:#f9f9f9;--jkl-color-background-container-low:#ece9e5;--jkl-color-background-container-high:#fff;--jkl-color-background-container-inverted:#1b1917;--jkl-color-background-container-subdued:#c8c5c3;--jkl-color-background-input-base:transparent;--jkl-color-background-input-focus:#fff;--jkl-color-background-action:#1b1917;--jkl-color-background-interactive:transparent;--jkl-color-background-interactive-hover:#ece9e5;--jkl-color-background-interactive-selected:#e0dbd4;--jkl-color-background-alert-neutral:#e0dbd4;--jkl-color-background-alert-info:#d3d3f6;--jkl-color-background-alert-success:#acd3b5;--jkl-color-background-alert-warning:#efdd9e;--jkl-color-background-alert-error:#f6b3b3;--jkl-color-text-default:#1b1917;--jkl-color-text-subdued:#636060;--jkl-color-text-inverted:#f9f9f9;--jkl-color-text-on-action:#f9f9f9;--jkl-color-text-interactive:#1b1917;--jkl-color-text-interactive-hover:#636060;--jkl-color-text-on-alert:#1b1917;--jkl-color-text-on-alert-subdued:#444141;--jkl-color-border-action:#1b1917;--jkl-color-border-input:#636060;--jkl-color-border-input-focus:#1b1917;--jkl-color-border-separator:#c8c5c3;--jkl-color-border-separator-strong:#636060;--jkl-color-border-separator-hover:#1b1917;--jkl-color-border-subdued:#c8c5c3}@media screen and (prefers-color-scheme:dark){:root{--jkl-color-background-page:#1b1917;--jkl-color-background-page-variant:#1b1917;--jkl-color-background-container:#313030;--jkl-color-background-container-low:#000;--jkl-color-background-container-high:#313030;--jkl-color-background-container-inverted:#f9f9f9;--jkl-color-background-container-subdued:#636060;--jkl-color-background-input-base:transparent;--jkl-color-background-input-focus:#313030;--jkl-color-background-action:#f9f9f9;--jkl-color-background-interactive:transparent;--jkl-color-background-interactive-hover:#444141;--jkl-color-background-interactive-selected:#636060;--jkl-color-background-alert-neutral:#e0dbd4;--jkl-color-background-alert-info:#a9a9ca;--jkl-color-background-alert-success:#94b79b;--jkl-color-background-alert-warning:#decc8d;--jkl-color-background-alert-error:#de9e9e;--jkl-color-text-default:#f9f9f9;--jkl-color-text-subdued:#c8c5c3;--jkl-color-text-inverted:#1b1917;--jkl-color-text-on-action:#1b1917;--jkl-color-text-interactive:#f9f9f9;--jkl-color-text-interactive-hover:#c8c5c3;--jkl-color-text-on-alert:#1b1917;--jkl-color-text-on-alert-subdued:#444141;--jkl-color-border-action:#f9f9f9;--jkl-color-border-input:#c8c5c3;--jkl-color-border-input-focus:#f9f9f9;--jkl-color-border-separator:#636060;--jkl-color-border-separator-strong:#c8c5c3;--jkl-color-border-separator-hover:#f9f9f9;--jkl-color-border-subdued:#636060}}[data-theme=dark]{--jkl-color-background-page:#1b1917;--jkl-color-background-page-variant:#1b1917;--jkl-color-background-container:#313030;--jkl-color-background-container-low:#000;--jkl-color-background-container-high:#313030;--jkl-color-background-container-inverted:#f9f9f9;--jkl-color-background-container-subdued:#636060;--jkl-color-background-input-base:transparent;--jkl-color-background-input-focus:#313030;--jkl-color-background-action:#f9f9f9;--jkl-color-background-interactive:transparent;--jkl-color-background-interactive-hover:#444141;--jkl-color-background-interactive-selected:#636060;--jkl-color-background-alert-neutral:#e0dbd4;--jkl-color-background-alert-info:#a9a9ca;--jkl-color-background-alert-success:#94b79b;--jkl-color-background-alert-warning:#decc8d;--jkl-color-background-alert-error:#de9e9e;--jkl-color-text-default:#f9f9f9;--jkl-color-text-subdued:#c8c5c3;--jkl-color-text-inverted:#1b1917;--jkl-color-text-on-action:#1b1917;--jkl-color-text-interactive:#f9f9f9;--jkl-color-text-interactive-hover:#c8c5c3;--jkl-color-text-on-alert:#1b1917;--jkl-color-text-on-alert-subdued:#444141;--jkl-color-border-action:#f9f9f9;--jkl-color-border-input:#c8c5c3;--jkl-color-border-input-focus:#f9f9f9;--jkl-color-border-separator:#636060;--jkl-color-border-separator-strong:#c8c5c3;--jkl-color-border-separator-hover:#f9f9f9;--jkl-color-border-subdued:#636060}}@layer jokul.theme{:root{--jkl-border-width-1:0.0625rem;--jkl-border-width-2:0.125rem;--jkl-border-width-3:0.1875rem;--jkl-border-radius-none:0;--jkl-border-radius-xs:0.25rem;--jkl-border-radius-s:0.5rem;--jkl-border-radius-m:0.75rem;--jkl-border-radius-l:1rem;--jkl-border-radius-full:9999px;--jkl-breakpoint-small:0;--jkl-breakpoint-medium:680px;--jkl-breakpoint-large:1200px;--jkl-breakpoint-xl:1600px;--jkl-color-brand-snohvit:#f9f9f9;--jkl-color-brand-varde:#e0dbd4;--jkl-color-brand-granitt:#1b1917;--jkl-color-brand-hvit:#fff;--jkl-color-brand-svart:#000;--jkl-color-brand-skifer:#313030;--jkl-color-brand-fjellgra:#444141;--jkl-color-brand-stein:#636060;--jkl-color-brand-svaberg:#c8c5c3;--jkl-color-brand-dis:#ece9e5;--jkl-color-brand-sand:#f4f2ef;--jkl-color-functional-info:#d3d3f6;--jkl-color-functional-info-dark:#a9a9ca;--jkl-color-functional-success:#acd3b5;--jkl-color-functional-success-dark:#94b79b;--jkl-color-functional-warning:#efdd9e;--jkl-color-functional-warning-dark:#decc8d;--jkl-color-functional-error:#f6b3b3;--jkl-color-functional-error-dark:#de9e9e;--jkl-color-svart:#000;--jkl-color-granitt:#1b1917;--jkl-color-skifer:#313030;--jkl-color-fjellgra:#444141;--jkl-color-stein:#636060;--jkl-color-svaberg:#c8c5c3;--jkl-color-varde:#e0dbd4;--jkl-color-dis:#ece9e5;--jkl-color-sand:#f4f2ef;--jkl-color-snohvit:#f9f9f9;--jkl-color-hvit:#fff;--jkl-color-suksess:#acd3b5;--jkl-color-suksess-dark:#94b79b;--jkl-color-feil:#f6b3b3;--jkl-color-feil-dark:#de9e9e;--jkl-color-info:#d3d3f6;--jkl-color-info-dark:#a9a9ca;--jkl-color-advarsel:#efdd9e;--jkl-color-advarsel-dark:#decc8d;--jkl-motion-timing-energetic:75ms;--jkl-motion-timing-snappy:100ms;--jkl-motion-timing-productive:150ms;--jkl-motion-timing-expressive:250ms;--jkl-motion-timing-lazy:400ms;--jkl-motion-easing-standard:ease;--jkl-motion-easing-entrance:ease-out;--jkl-motion-easing-exit:ease-in;--jkl-motion-easing-ease-in-bounce-out:cubic-bezier(0,0,0.375,1.17);--jkl-motion-easing-focus:cubic-bezier(0.6,0.2,0.35,1);--jkl-spacing-0:0rem;--jkl-spacing-2:0.125rem;--jkl-spacing-4:0.25rem;--jkl-spacing-8:0.5rem;--jkl-spacing-12:0.75rem;--jkl-spacing-16:1rem;--jkl-spacing-24:1.5rem;--jkl-spacing-32:2rem;--jkl-spacing-40:2.5rem;--jkl-spacing-64:4rem;--jkl-spacing-104:6.5rem;--jkl-spacing-168:10.5rem;--jkl-semantic-spacing-none:0;--jkl-semantic-spacing-2xs:0.25rem;--jkl-semantic-spacing-xs:0.5rem;--jkl-semantic-spacing-s:1rem;--jkl-semantic-spacing-m:1.5rem;--jkl-semantic-spacing-l:2.5rem;--jkl-semantic-spacing-xl:4rem;--jkl-semantic-spacing-2xl:6.5rem;--jkl-icon-weight-normal:300;--jkl-icon-weight-bold:400;--jkl-typography-weight-normal:400;--jkl-typography-weight-bold:700;--jkl-typography-font-weight-normal:400;--jkl-typography-font-weight-bold:700;--jkl-typography-font-size-1:var(--jkl-font-size-1);--jkl-typography-font-size-2:var(--jkl-font-size-2);--jkl-typography-font-size-3:var(--jkl-font-size-3);--jkl-typography-font-size-4:var(--jkl-font-size-4);--jkl-typography-font-size-5:var(--jkl-font-size-5);--jkl-typography-font-size-6:var(--jkl-font-size-6);--jkl-typography-font-size-7:var(--jkl-font-size-7);--jkl-typography-font-size-8:var(--jkl-font-size-8);--jkl-typography-font-size-9:var(--jkl-font-size-9);--jkl-typography-font-size-10:var(--jkl-font-size-10);--jkl-typography-font-size-16:1rem;--jkl-typography-font-size-18:1.125rem;--jkl-typography-font-size-20:1.25rem;--jkl-typography-font-size-21:1.3125rem;--jkl-typography-font-size-23:1.4375rem;--jkl-typography-font-size-25:1.5625rem;--jkl-typography-font-size-26:1.625rem;--jkl-typography-font-size-28:1.75rem;--jkl-typography-font-size-30:1.875rem;--jkl-typography-font-size-36:2.25rem;--jkl-typography-font-size-44:2.75rem;--jkl-typography-font-size-56:3.5rem;--jkl-typography-line-height-24:1.5rem;--jkl-typography-line-height-28:1.75rem;--jkl-typography-line-height-32:2rem;--jkl-typography-line-height-36:2.25rem;--jkl-typography-line-height-40:2.5rem;--jkl-typography-line-height-44:2.75rem;--jkl-typography-line-height-52:3.25rem;--jkl-typography-line-height-64:4rem;--jkl-typography-line-height-flush:var(--jkl-line-height-flush);--jkl-typography-line-height-tight:var(--jkl-line-height-tight);--jkl-typography-line-height-relaxed:var(--jkl-line-height-relaxed);--jkl-typography-style-title-small-font-size:var(--jkl-font-size-8);--jkl-typography-style-title-small-line-height:var(--jkl-line-height-tight);--jkl-typography-style-title-small-font-weight:400;--jkl-typography-style-title-base-font-size:var(--jkl-font-size-8);--jkl-typography-style-title-base-line-height:var(--jkl-line-height-tight);--jkl-typography-style-title-base-font-weight:400;--jkl-typography-style-title-small-small-font-size:var(--jkl-font-size-7);--jkl-typography-style-title-small-small-line-height:var(--jkl-line-height-tight);--jkl-typography-style-title-small-small-font-weight:400;--jkl-typography-style-title-small-base-font-size:var(--jkl-font-size-7);--jkl-typography-style-title-small-base-line-height:var(--jkl-line-height-tight);--jkl-typography-style-title-small-base-font-weight:400;--jkl-typography-style-heading-1-small-font-size:var(--jkl-font-size-8);--jkl-typography-style-heading-1-small-line-height:var(--jkl-line-height-tight);--jkl-typography-style-heading-1-small-font-weight:400;--jkl-typography-style-heading-1-base-font-size:var(--jkl-font-size-8);--jkl-typography-style-heading-1-base-line-height:var(--jkl-line-height-tight);--jkl-typography-style-heading-1-base-font-weight:400;--jkl-typography-style-heading-2-small-font-size:var(--jkl-font-size-7);--jkl-typography-style-heading-2-small-line-height:var(--jkl-line-height-tight);--jkl-typography-style-heading-2-small-font-weight:400;--jkl-typography-style-heading-2-base-font-size:var(--jkl-font-size-7);--jkl-typography-style-heading-2-base-line-height:var(--jkl-line-height-tight);--jkl-typography-style-heading-2-base-font-weight:400;--jkl-typography-style-heading-3-small-font-size:var(--jkl-font-size-6);--jkl-typography-style-heading-3-small-line-height:var(--jkl-line-height-tight);--jkl-typography-style-heading-3-small-font-weight:700;--jkl-typography-style-heading-3-base-font-size:var(--jkl-font-size-6);--jkl-typography-style-heading-3-base-line-height:var(--jkl-line-height-tight);--jkl-typography-style-heading-3-base-font-weight:700;--jkl-typography-style-heading-4-small-font-size:var(--jkl-font-size-5);--jkl-typography-style-heading-4-small-line-height:var(--jkl-line-height-tight);--jkl-typography-style-heading-4-small-font-weight:700;--jkl-typography-style-heading-4-base-font-size:var(--jkl-font-size-5);--jkl-typography-style-heading-4-base-line-height:var(--jkl-line-height-tight);--jkl-typography-style-heading-4-base-font-weight:700;--jkl-typography-style-heading-5-small-font-size:var(--jkl-font-size-4);--jkl-typography-style-heading-5-small-line-height:var(--jkl-line-height-tight);--jkl-typography-style-heading-5-small-font-weight:700;--jkl-typography-style-heading-5-base-font-size:var(--jkl-font-size-4);--jkl-typography-style-heading-5-base-line-height:var(--jkl-line-height-tight);--jkl-typography-style-heading-5-base-font-weight:700;--jkl-typography-style-paragraph-large-small-font-size:var(--jkl-font-size-5);--jkl-typography-style-paragraph-large-small-line-height:var(--jkl-line-height-relaxed);--jkl-typography-style-paragraph-large-small-font-weight:400;--jkl-typography-style-paragraph-large-base-font-size:var(--jkl-font-size-5);--jkl-typography-style-paragraph-large-base-line-height:var(--jkl-line-height-relaxed);--jkl-typography-style-paragraph-large-base-font-weight:400;--jkl-typography-style-paragraph-medium-small-font-size:var(--jkl-font-size-3);--jkl-typography-style-paragraph-medium-small-line-height:var(--jkl-line-height-relaxed);--jkl-typography-style-paragraph-medium-small-font-weight:400;--jkl-typography-style-paragraph-medium-base-font-size:var(--jkl-font-size-3);--jkl-typography-style-paragraph-medium-base-line-height:var(--jkl-line-height-relaxed);--jkl-typography-style-paragraph-medium-base-font-weight:400;--jkl-typography-style-paragraph-small-small-font-size:var(--jkl-font-size-2);--jkl-typography-style-paragraph-small-small-line-height:var(--jkl-line-height-relaxed);--jkl-typography-style-paragraph-small-small-font-weight:400;--jkl-typography-style-paragraph-small-base-font-size:var(--jkl-font-size-2);--jkl-typography-style-paragraph-small-base-line-height:var(--jkl-line-height-relaxed);--jkl-typography-style-paragraph-small-base-font-weight:400;--jkl-typography-style-text-large-small-font-size:var(--jkl-font-size-5);--jkl-typography-style-text-large-small-line-height:var(--jkl-line-height-tight);--jkl-typography-style-text-large-small-font-weight:400;--jkl-typography-style-text-large-base-font-size:var(--jkl-font-size-5);--jkl-typography-style-text-large-base-line-height:var(--jkl-line-height-tight);--jkl-typography-style-text-large-base-font-weight:400;--jkl-typography-style-text-medium-small-font-size:var(--jkl-font-size-3);--jkl-typography-style-text-medium-small-line-height:var(--jkl-line-height-tight);--jkl-typography-style-text-medium-small-font-weight:400;--jkl-typography-style-text-medium-base-font-size:var(--jkl-font-size-3);--jkl-typography-style-text-medium-base-line-height:var(--jkl-line-height-tight);--jkl-typography-style-text-medium-base-font-weight:400;--jkl-typography-style-text-small-small-font-size:var(--jkl-font-size-2);--jkl-typography-style-text-small-small-line-height:var(--jkl-line-height-tight);--jkl-typography-style-text-small-small-font-weight:400;--jkl-typography-style-text-small-base-font-size:var(--jkl-font-size-2);--jkl-typography-style-text-small-base-line-height:var(--jkl-line-height-tight);--jkl-typography-style-text-small-base-font-weight:400;--jkl-typography-style-text-micro-small-font-size:var(--jkl-font-size-1);--jkl-typography-style-text-micro-small-line-height:var(--jkl-line-height-tight);--jkl-typography-style-text-micro-small-font-weight:400;--jkl-typography-style-text-micro-base-font-size:var(--jkl-font-size-1);--jkl-typography-style-text-micro-base-line-height:var(--jkl-line-height-tight);--jkl-typography-style-text-micro-base-font-weight:400;--jkl-typography-style-body-small-font-size:1.125rem;--jkl-typography-style-body-small-line-height:1.75rem;--jkl-typography-style-body-small-font-weight:400;--jkl-typography-style-body-base-font-size:1.25rem;--jkl-typography-style-body-base-line-height:2rem;--jkl-typography-style-body-base-font-weight:400;--jkl-typography-style-small-small-font-size:1rem;--jkl-typography-style-small-small-line-height:1.5rem;--jkl-typography-style-small-small-font-weight:400;--jkl-typography-style-small-base-font-size:1rem;--jkl-typography-style-small-base-line-height:1.5rem;--jkl-typography-style-small-base-font-weight:400;--jkl-typography-title-small-font-size:2.25rem;--jkl-typography-title-small-line-height:2.75rem;--jkl-typography-title-small-font-weight:400;--jkl-typography-title-base-font-size:3.5rem;--jkl-typography-title-base-line-height:4rem;--jkl-typography-title-base-font-weight:400;--jkl-typography-title-small-small-font-size:1.875rem;--jkl-typography-title-small-small-line-height:2.25rem;--jkl-typography-title-small-small-font-weight:400;--jkl-typography-title-small-base-font-size:2.75rem;--jkl-typography-title-small-base-line-height:3.25rem;--jkl-typography-title-small-base-font-weight:400;--jkl-typography-heading-1-small-font-size:1.625rem;--jkl-typography-heading-1-small-line-height:2rem;--jkl-typography-heading-1-small-font-weight:400;--jkl-typography-heading-1-base-font-size:2.25rem;--jkl-typography-heading-1-base-line-height:2.75rem;--jkl-typography-heading-1-base-font-weight:400;--jkl-typography-heading-2-small-font-size:1.4375rem;--jkl-typography-heading-2-small-line-height:2rem;--jkl-typography-heading-2-small-font-weight:400;--jkl-typography-heading-2-base-font-size:1.75rem;--jkl-typography-heading-2-base-line-height:2.5rem;--jkl-typography-heading-2-base-font-weight:400;--jkl-typography-heading-3-small-font-size:1.3125rem;--jkl-typography-heading-3-small-line-height:1.75rem;--jkl-typography-heading-3-small-font-weight:700;--jkl-typography-heading-3-base-font-size:1.5625rem;--jkl-typography-heading-3-base-line-height:2rem;--jkl-typography-heading-3-base-font-weight:700;--jkl-typography-heading-4-small-font-size:1.125rem;--jkl-typography-heading-4-small-line-height:1.5rem;--jkl-typography-heading-4-small-font-weight:700;--jkl-typography-heading-4-base-font-size:1.3125rem;--jkl-typography-heading-4-base-line-height:1.75rem;--jkl-typography-heading-4-base-font-weight:700;--jkl-typography-heading-5-small-font-size:1rem;--jkl-typography-heading-5-small-line-height:1.5rem;--jkl-typography-heading-5-small-font-weight:700;--jkl-typography-heading-5-base-font-size:1rem;--jkl-typography-heading-5-base-line-height:1.5rem;--jkl-typography-heading-5-base-font-weight:700;--jkl-typography-body-small-font-size:1.125rem;--jkl-typography-body-small-line-height:1.75rem;--jkl-typography-body-small-font-weight:400;--jkl-typography-body-base-font-size:1.25rem;--jkl-typography-body-base-line-height:2rem;--jkl-typography-body-base-font-weight:400;--jkl-typography-small-small-font-size:1rem;--jkl-typography-small-small-line-height:1.5rem;--jkl-typography-small-small-font-weight:400;--jkl-typography-small-base-font-size:1rem;--jkl-typography-small-base-line-height:1.5rem;--jkl-typography-small-base-font-weight:400}}@layer jokul.theme{@media screen and (prefers-color-scheme:light){:root{--jkl-background-color:#f9f9f9;--jkl-color:#1b1917;--jkl-error:#f6b3b3;--jkl-info:#d3d3f6;--jkl-warning:#efdd9e;--jkl-success:#acd3b5}}[data-theme=light]{--jkl-background-color:#f9f9f9;--jkl-color:#1b1917;--jkl-error:#f6b3b3;--jkl-info:#d3d3f6;--jkl-warning:#efdd9e;--jkl-success:#acd3b5}@media screen and (prefers-color-scheme:dark){:root{--jkl-background-color:#1b1917;--jkl-color:#f9f9f9;--jkl-error:#de9e9e;--jkl-info:#a9a9ca;--jkl-warning:#decc8d;--jkl-success:#94b79b}}[data-theme=dark]{--jkl-background-color:#1b1917;--jkl-color:#f9f9f9;--jkl-error:#de9e9e;--jkl-info:#a9a9ca;--jkl-warning:#decc8d;--jkl-success:#94b79b}}@layer jokul.theme{:root{--jkl-unit-10:var(--jkl-unit-base);--jkl-unit-15:calc(var(--jkl-unit-base)*1.5);--jkl-unit-20:calc(var(--jkl-unit-base)*2);--jkl-unit-25:calc(var(--jkl-unit-base)*2.5);--jkl-unit-30:calc(var(--jkl-unit-base)*3);--jkl-unit-40:calc(var(--jkl-unit-base)*4);--jkl-unit-50:calc(var(--jkl-unit-base)*5);--jkl-unit-60:calc(var(--jkl-unit-base)*6);--jkl-unit-70:calc(var(--jkl-unit-base)*7);--jkl-unit-80:calc(var(--jkl-unit-base)*8);--jkl-unit-90:calc(var(--jkl-unit-base)*9);--jkl-unit-130:calc(var(--jkl-unit-base)*13);--jkl-unit-210:calc(var(--jkl-unit-base)*21);--jkl-unit-base:0.5rem;--jkl-unit-02:calc(var(--jkl-unit-base)*0.25);--jkl-unit-05:calc(var(--jkl-unit-base)*0.5);--jkl-spacing-none:0;--jkl-spacing-xxs:calc(var(--jkl-unit-base)*0.5);--jkl-spacing-xs:var(--jkl-unit-base);--jkl-spacing-s:calc(var(--jkl-unit-base)*2);--jkl-spacing-m:calc(var(--jkl-unit-base)*3);--jkl-spacing-l:calc(var(--jkl-unit-base)*5);--jkl-spacing-xl:calc(var(--jkl-unit-base)*8);--jkl-spacing-2xl:calc(var(--jkl-unit-base)*13)}}@layer jokul.theme{:root{--jkl-line-height-flush:1;--jkl-line-height-tight:1.3;--jkl-line-height-relaxed:1.6}:root,[data-size]{--jkl-font-size-1:0.875rem;--jkl-font-size-2:1rem;--jkl-font-size-3:1.125rem;--jkl-font-size-4:1.25rem;--jkl-font-size-5:1.5rem;--jkl-font-size-6:1.75rem;--jkl-font-size-7:2rem;--jkl-font-size-8:2.5rem;--jkl-font-size-9:3rem;--jkl-font-size-10:3.5rem}[data-size=small]{--jkl-font-size-1:0.75rem;--jkl-font-size-2:0.875rem;--jkl-font-size-3:1rem;--jkl-font-size-4:1.125rem;--jkl-font-size-5:1.25rem;--jkl-font-size-6:1.5rem;--jkl-font-size-7:1.75rem;--jkl-font-size-8:2rem;--jkl-font-size-9:2.5rem;--jkl-font-size-10:3rem}}@layer jokul.theme{:root,[data-size]{--jkl-unit-0:0;--jkl-unit-10:var(--jkl-unit-base);--jkl-unit-15:calc(var(--jkl-unit-base)*1.5);--jkl-unit-20:calc(var(--jkl-unit-base)*2);--jkl-unit-25:calc(var(--jkl-unit-base)*2.5);--jkl-unit-30:calc(var(--jkl-unit-base)*3);--jkl-unit-35:calc(var(--jkl-unit-base)*3.5);--jkl-unit-40:calc(var(--jkl-unit-base)*4);--jkl-unit-50:calc(var(--jkl-unit-base)*5);--jkl-unit-60:calc(var(--jkl-unit-base)*6);--jkl-unit-70:calc(var(--jkl-unit-base)*7);--jkl-unit-80:calc(var(--jkl-unit-base)*8);--jkl-unit-90:calc(var(--jkl-unit-base)*9);--jkl-unit-100:calc(var(--jkl-unit-base)*10);--jkl-unit-130:calc(var(--jkl-unit-base)*13);--jkl-unit-210:calc(var(--jkl-unit-base)*21);--jkl-unit-02:calc(var(--jkl-unit-base)*0.25);--jkl-unit-05:calc(var(--jkl-unit-base)*0.5);--jkl-spacing-0:0;--jkl-spacing-2:0.125rem;--jkl-spacing-4:0.25rem;--jkl-spacing-8:0.5rem;--jkl-spacing-12:0.75rem;--jkl-spacing-16:1rem;--jkl-spacing-20:1.25rem;--jkl-spacing-24:1.5rem;--jkl-spacing-28:1.75rem;--jkl-spacing-32:2rem;--jkl-spacing-40:2.5rem;--jkl-spacing-48:3rem;--jkl-spacing-56:3.5rem;--jkl-spacing-64:4rem;--jkl-spacing-72:4.5rem;--jkl-spacing-80:5rem;--jkl-spacing-104:6.5rem;--jkl-spacing-168:10.5rem;--jkl-spacing-none:0;--jkl-spacing-xxs:calc(var(--jkl-unit-base)*0.5);--jkl-spacing-xs:var(--jkl-unit-base);--jkl-spacing-s:calc(var(--jkl-unit-base)*2);--jkl-spacing-m:calc(var(--jkl-unit-base)*3);--jkl-spacing-l:calc(var(--jkl-unit-base)*5);--jkl-spacing-xl:calc(var(--jkl-unit-base)*8);--jkl-spacing-2xl:calc(var(--jkl-unit-base)*13)}[data-size=small]{--jkl-unit-base:0.3125rem}:root,[data-size=medium]{--jkl-unit-base:0.5rem}[data-size=large]{--jkl-unit-base:0.6875rem}}@layer jokul.theme{:root{--jkl-border-radius-none:0;--jkl-border-radius-xs:0.25rem;--jkl-border-radius-s:0.5rem;--jkl-border-radius-m:0.75rem;--jkl-border-radius-l:1rem;--jkl-border-radius-full:9999px}}@layer jokul.global{@supports (font:-apple-system-body){@media (pointer:coarse){:root{font:-apple-system-body}}}.jkl{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--jkl-background-color);color:var(--jkl-color);font-family:Fremtind Grotesk,Adjusted Arial Fallback,Arial,sans-serif}.jkl strong{--jkl-icon-weight:400;font-weight:700}@media screen and (prefers-reduced-motion:reduce){*,:after,:before{animation-delay:0s!important;animation-duration:0s!important;transition:none!important}}}@layer jokul.global{[popover]{opacity:0;transition:opacity,overlay allow-discrete,display allow-discrete;transition-duration:.15s;transition-timing-function:ease}[popover]:popover-open{opacity:1}@starting-style{[popover]:popover-open{opacity:0}}}@layer jokul.utility{.jkl-body,.jkl-bold{font-size:var(--jkl-font-size-3);font-weight:400;line-height:var(--jkl-line-height-relaxed);--jkl-icon-weight:300}.jkl-bold{--jkl-icon-weight:400;font-weight:700}.jkl-small{font-size:var(--jkl-font-size-2);font-weight:400;line-height:var(--jkl-line-height-relaxed);--jkl-icon-weight:300;--jkl-icon-size:1.2em}.jkl-title{font-size:var(--jkl-font-size-8)}.jkl-title,.jkl-title-small{font-weight:400;line-height:var(--jkl-line-height-tight);--jkl-icon-weight:300}.jkl-title-small{font-size:var(--jkl-font-size-7)}.jkl-heading-1{font-size:var(--jkl-font-size-8)}.jkl-heading-1,.jkl-heading-2{font-weight:400;line-height:var(--jkl-line-height-tight);--jkl-icon-weight:300}.jkl-heading-2{font-size:var(--jkl-font-size-7)}.jkl-heading-3{font-size:var(--jkl-font-size-6)}.jkl-heading-3,.jkl-heading-4{font-weight:700;line-height:var(--jkl-line-height-tight);--jkl-icon-weight:400}.jkl-heading-4{font-size:var(--jkl-font-size-5)}.jkl-heading-5{font-size:var(--jkl-font-size-4);font-weight:700;line-height:var(--jkl-line-height-tight);--jkl-icon-weight:400}.jkl-paragraph-large{font-size:var(--jkl-font-size-5)}.jkl-paragraph-large,.jkl-paragraph-medium{font-weight:400;line-height:var(--jkl-line-height-relaxed);--jkl-icon-weight:300}.jkl-paragraph-medium{font-size:var(--jkl-font-size-3)}.jkl-paragraph-small{font-size:var(--jkl-font-size-2);font-weight:400;line-height:var(--jkl-line-height-relaxed);--jkl-icon-weight:300;--jkl-icon-size:1.2em}.jkl-text-large{font-size:var(--jkl-font-size-5)}.jkl-text-large,.jkl-text-medium{font-weight:400;line-height:var(--jkl-line-height-tight);--jkl-icon-weight:300}.jkl-text-medium{font-size:var(--jkl-font-size-3)}.jkl-text-small{font-size:var(--jkl-font-size-2)}.jkl-text-micro,.jkl-text-small{font-weight:400;line-height:var(--jkl-line-height-tight);--jkl-icon-weight:300}.jkl-text-micro{font-size:var(--jkl-font-size-1)}.jkl-sr-only{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}}@layer jokul.utility{.jkl-sr-only--focusable:active,.jkl-sr-only--focusable:focus{clip:auto!important;-webkit-clip-path:none!important;clip-path:none!important;height:auto!important;margin:auto!important;overflow:visible!important;white-space:normal!important;width:auto!important}}@layer jokul.utility{.jkl-spacing-2--all{margin:var(--jkl-spacing-2)}.jkl-spacing-2--top{margin-top:var(--jkl-spacing-2)}.jkl-spacing-2--bottom{margin-bottom:var(--jkl-spacing-2)}.jkl-spacing-2--left{margin-left:var(--jkl-spacing-2)}.jkl-spacing-2--right{margin-right:var(--jkl-spacing-2)}.jkl-spacing-4--all{margin:var(--jkl-spacing-4)}.jkl-spacing-4--top{margin-top:var(--jkl-spacing-4)}.jkl-spacing-4--bottom{margin-bottom:var(--jkl-spacing-4)}.jkl-spacing-4--left{margin-left:var(--jkl-spacing-4)}.jkl-spacing-4--right{margin-right:var(--jkl-spacing-4)}.jkl-spacing-8--all{margin:var(--jkl-spacing-8)}.jkl-spacing-8--top{margin-top:var(--jkl-spacing-8)}.jkl-spacing-8--bottom{margin-bottom:var(--jkl-spacing-8)}.jkl-spacing-8--left{margin-left:var(--jkl-spacing-8)}.jkl-spacing-8--right{margin-right:var(--jkl-spacing-8)}.jkl-spacing-12--all{margin:var(--jkl-spacing-12)}.jkl-spacing-12--top{margin-top:var(--jkl-spacing-12)}.jkl-spacing-12--bottom{margin-bottom:var(--jkl-spacing-12)}.jkl-spacing-12--left{margin-left:var(--jkl-spacing-12)}.jkl-spacing-12--right{margin-right:var(--jkl-spacing-12)}.jkl-spacing-16--all{margin:var(--jkl-spacing-16)}.jkl-spacing-16--top{margin-top:var(--jkl-spacing-16)}.jkl-spacing-16--bottom{margin-bottom:var(--jkl-spacing-16)}.jkl-spacing-16--left{margin-left:var(--jkl-spacing-16)}.jkl-spacing-16--right{margin-right:var(--jkl-spacing-16)}.jkl-spacing-24--all{margin:var(--jkl-spacing-24)}.jkl-spacing-24--top{margin-top:var(--jkl-spacing-24)}.jkl-spacing-24--bottom{margin-bottom:var(--jkl-spacing-24)}.jkl-spacing-24--left{margin-left:var(--jkl-spacing-24)}.jkl-spacing-24--right{margin-right:var(--jkl-spacing-24)}.jkl-spacing-32--all{margin:var(--jkl-spacing-32)}.jkl-spacing-32--top{margin-top:var(--jkl-spacing-32)}.jkl-spacing-32--bottom{margin-bottom:var(--jkl-spacing-32)}.jkl-spacing-32--left{margin-left:var(--jkl-spacing-32)}.jkl-spacing-32--right{margin-right:var(--jkl-spacing-32)}.jkl-spacing-40--all{margin:var(--jkl-spacing-40)}.jkl-spacing-40--top{margin-top:var(--jkl-spacing-40)}.jkl-spacing-40--bottom{margin-bottom:var(--jkl-spacing-40)}.jkl-spacing-40--left{margin-left:var(--jkl-spacing-40)}.jkl-spacing-40--right{margin-right:var(--jkl-spacing-40)}.jkl-spacing-64--all{margin:var(--jkl-spacing-64)}.jkl-spacing-64--top{margin-top:var(--jkl-spacing-64)}.jkl-spacing-64--bottom{margin-bottom:var(--jkl-spacing-64)}.jkl-spacing-64--left{margin-left:var(--jkl-spacing-64)}.jkl-spacing-64--right{margin-right:var(--jkl-spacing-64)}.jkl-spacing-104--all{margin:var(--jkl-spacing-104)}.jkl-spacing-104--top{margin-top:var(--jkl-spacing-104)}.jkl-spacing-104--bottom{margin-bottom:var(--jkl-spacing-104)}.jkl-spacing-104--left{margin-left:var(--jkl-spacing-104)}.jkl-spacing-104--right{margin-right:var(--jkl-spacing-104)}.jkl-spacing-168--all{margin:var(--jkl-spacing-168)}.jkl-spacing-168--top{margin-top:var(--jkl-spacing-168)}.jkl-spacing-168--bottom{margin-bottom:var(--jkl-spacing-168)}.jkl-spacing-168--left{margin-left:var(--jkl-spacing-168)}.jkl-spacing-168--right{margin-right:var(--jkl-spacing-168)}.jkl-spacing-16-24--all{margin:var(--jkl-spacing-16-24)}.jkl-spacing-16-24--top{margin-top:var(--jkl-spacing-16-24)}.jkl-spacing-16-24--bottom{margin-bottom:var(--jkl-spacing-16-24)}.jkl-spacing-16-24--left{margin-left:var(--jkl-spacing-16-24)}.jkl-spacing-16-24--right{margin-right:var(--jkl-spacing-16-24)}.jkl-spacing-24-40--all{margin:var(--jkl-spacing-24-40)}.jkl-spacing-24-40--top{margin-top:var(--jkl-spacing-24-40)}.jkl-spacing-24-40--bottom{margin-bottom:var(--jkl-spacing-24-40)}.jkl-spacing-24-40--left{margin-left:var(--jkl-spacing-24-40)}.jkl-spacing-24-40--right{margin-right:var(--jkl-spacing-24-40)}.jkl-spacing-24-32--all{margin:var(--jkl-spacing-24-32)}.jkl-spacing-24-32--top{margin-top:var(--jkl-spacing-24-32)}.jkl-spacing-24-32--bottom{margin-bottom:var(--jkl-spacing-24-32)}.jkl-spacing-24-32--left{margin-left:var(--jkl-spacing-24-32)}.jkl-spacing-24-32--right{margin-right:var(--jkl-spacing-24-32)}.jkl-spacing-32-40--all{margin:var(--jkl-spacing-32-40)}.jkl-spacing-32-40--top{margin-top:var(--jkl-spacing-32-40)}.jkl-spacing-32-40--bottom{margin-bottom:var(--jkl-spacing-32-40)}.jkl-spacing-32-40--left{margin-left:var(--jkl-spacing-32-40)}.jkl-spacing-32-40--right{margin-right:var(--jkl-spacing-32-40)}.jkl-spacing-40-64--all{margin:var(--jkl-spacing-40-64)}.jkl-spacing-40-64--top{margin-top:var(--jkl-spacing-40-64)}.jkl-spacing-40-64--bottom{margin-bottom:var(--jkl-spacing-40-64)}.jkl-spacing-40-64--left{margin-left:var(--jkl-spacing-40-64)}.jkl-spacing-40-64--right{margin-right:var(--jkl-spacing-40-64)}.jkl-spacing-64-104--all{margin:var(--jkl-spacing-64-104)}.jkl-spacing-64-104--top{margin-top:var(--jkl-spacing-64-104)}.jkl-spacing-64-104--bottom{margin-bottom:var(--jkl-spacing-64-104)}.jkl-spacing-64-104--left{margin-left:var(--jkl-spacing-64-104)}.jkl-spacing-64-104--right{margin-right:var(--jkl-spacing-64-104)}.jkl-spacing-104-168--all{margin:var(--jkl-spacing-104-168)}.jkl-spacing-104-168--top{margin-top:var(--jkl-spacing-104-168)}.jkl-spacing-104-168--bottom{margin-bottom:var(--jkl-spacing-104-168)}.jkl-spacing-104-168--left{margin-left:var(--jkl-spacing-104-168)}.jkl-spacing-104-168--right{margin-right:var(--jkl-spacing-104-168)}.jkl-spacing-16-16-24--all{margin:var(--jkl-spacing-16-16-24)}.jkl-spacing-16-16-24--top{margin-top:var(--jkl-spacing-16-16-24)}.jkl-spacing-16-16-24--bottom{margin-bottom:var(--jkl-spacing-16-16-24)}.jkl-spacing-16-16-24--left{margin-left:var(--jkl-spacing-16-16-24)}.jkl-spacing-16-16-24--right{margin-right:var(--jkl-spacing-16-16-24)}.jkl-spacing-16-24-32--all{margin:var(--jkl-spacing-16-24-32)}.jkl-spacing-16-24-32--top{margin-top:var(--jkl-spacing-16-24-32)}.jkl-spacing-16-24-32--bottom{margin-bottom:var(--jkl-spacing-16-24-32)}.jkl-spacing-16-24-32--left{margin-left:var(--jkl-spacing-16-24-32)}.jkl-spacing-16-24-32--right{margin-right:var(--jkl-spacing-16-24-32)}.jkl-spacing-16-24-40--all{margin:var(--jkl-spacing-16-24-40)}.jkl-spacing-16-24-40--top{margin-top:var(--jkl-spacing-16-24-40)}.jkl-spacing-16-24-40--bottom{margin-bottom:var(--jkl-spacing-16-24-40)}.jkl-spacing-16-24-40--left{margin-left:var(--jkl-spacing-16-24-40)}.jkl-spacing-16-24-40--right{margin-right:var(--jkl-spacing-16-24-40)}.jkl-spacing-24-24-32--all{margin:var(--jkl-spacing-24-24-32)}.jkl-spacing-24-24-32--top{margin-top:var(--jkl-spacing-24-24-32)}.jkl-spacing-24-24-32--bottom{margin-bottom:var(--jkl-spacing-24-24-32)}.jkl-spacing-24-24-32--left{margin-left:var(--jkl-spacing-24-24-32)}.jkl-spacing-24-24-32--right{margin-right:var(--jkl-spacing-24-24-32)}.jkl-spacing-24-24-40--all{margin:var(--jkl-spacing-24-24-40)}.jkl-spacing-24-24-40--top{margin-top:var(--jkl-spacing-24-24-40)}.jkl-spacing-24-24-40--bottom{margin-bottom:var(--jkl-spacing-24-24-40)}.jkl-spacing-24-24-40--left{margin-left:var(--jkl-spacing-24-24-40)}.jkl-spacing-24-24-40--right{margin-right:var(--jkl-spacing-24-24-40)}.jkl-spacing-24-32-40--all{margin:var(--jkl-spacing-24-32-40)}.jkl-spacing-24-32-40--top{margin-top:var(--jkl-spacing-24-32-40)}.jkl-spacing-24-32-40--bottom{margin-bottom:var(--jkl-spacing-24-32-40)}.jkl-spacing-24-32-40--left{margin-left:var(--jkl-spacing-24-32-40)}.jkl-spacing-24-32-40--right{margin-right:var(--jkl-spacing-24-32-40)}.jkl-spacing-32-32-40--all{margin:var(--jkl-spacing-32-32-40)}.jkl-spacing-32-32-40--top{margin-top:var(--jkl-spacing-32-32-40)}.jkl-spacing-32-32-40--bottom{margin-bottom:var(--jkl-spacing-32-32-40)}.jkl-spacing-32-32-40--left{margin-left:var(--jkl-spacing-32-32-40)}.jkl-spacing-32-32-40--right{margin-right:var(--jkl-spacing-32-32-40)}.jkl-spacing-32-40-64--all{margin:var(--jkl-spacing-32-40-64)}.jkl-spacing-32-40-64--top{margin-top:var(--jkl-spacing-32-40-64)}.jkl-spacing-32-40-64--bottom{margin-bottom:var(--jkl-spacing-32-40-64)}.jkl-spacing-32-40-64--left{margin-left:var(--jkl-spacing-32-40-64)}.jkl-spacing-32-40-64--right{margin-right:var(--jkl-spacing-32-40-64)}.jkl-spacing-40-40-64--all{margin:var(--jkl-spacing-40-40-64)}.jkl-spacing-40-40-64--top{margin-top:var(--jkl-spacing-40-40-64)}.jkl-spacing-40-40-64--bottom{margin-bottom:var(--jkl-spacing-40-40-64)}.jkl-spacing-40-40-64--left{margin-left:var(--jkl-spacing-40-40-64)}.jkl-spacing-40-40-64--right{margin-right:var(--jkl-spacing-40-40-64)}.jkl-spacing-40-64-104--all{margin:var(--jkl-spacing-40-64-104)}.jkl-spacing-40-64-104--top{margin-top:var(--jkl-spacing-40-64-104)}.jkl-spacing-40-64-104--bottom{margin-bottom:var(--jkl-spacing-40-64-104)}.jkl-spacing-40-64-104--left{margin-left:var(--jkl-spacing-40-64-104)}.jkl-spacing-40-64-104--right{margin-right:var(--jkl-spacing-40-64-104)}.jkl-spacing-64-64-104--all{margin:var(--jkl-spacing-64-64-104)}.jkl-spacing-64-64-104--top{margin-top:var(--jkl-spacing-64-64-104)}.jkl-spacing-64-64-104--bottom{margin-bottom:var(--jkl-spacing-64-64-104)}.jkl-spacing-64-64-104--left{margin-left:var(--jkl-spacing-64-64-104)}.jkl-spacing-64-64-104--right{margin-right:var(--jkl-spacing-64-64-104)}.jkl-spacing-64-104-168--all{margin:var(--jkl-spacing-64-104-168)}.jkl-spacing-64-104-168--top{margin-top:var(--jkl-spacing-64-104-168)}.jkl-spacing-64-104-168--bottom{margin-bottom:var(--jkl-spacing-64-104-168)}.jkl-spacing-64-104-168--left{margin-left:var(--jkl-spacing-64-104-168)}.jkl-spacing-64-104-168--right{margin-right:var(--jkl-spacing-64-104-168)}.jkl-spacing-104-104-168--all{margin:var(--jkl-spacing-104-104-168)}.jkl-spacing-104-104-168--top{margin-top:var(--jkl-spacing-104-104-168)}.jkl-spacing-104-104-168--bottom{margin-bottom:var(--jkl-spacing-104-104-168)}.jkl-spacing-104-104-168--left{margin-left:var(--jkl-spacing-104-104-168)}.jkl-spacing-104-104-168--right{margin-right:var(--jkl-spacing-104-104-168)}.jkl-spacing-0--all{margin:0}.jkl-spacing-0--top{margin-top:0}.jkl-spacing-0--bottom{margin-bottom:0}.jkl-spacing-0--left{margin-left:0}.jkl-spacing-0--right{margin-right:0}}
@@ -1,26 +0,0 @@
1
- @use "sass:map";
2
- @use "./legacy" as *;
3
-
4
- /// @type Color
5
- $color-focus-color: $color-granitt;
6
-
7
- /// @type Color
8
- $color-focus-color--darkbg: $color-snohvit;
9
-
10
- // Varslingsfarger / Meldingsfarger.
11
- // Kun til bruk som bakgrunn i komponenter som gir varslinger til bruker.
12
- $_varslingsfarger: (
13
- "suksess": var(--jkl-success),
14
- "feil": var(--jkl-error),
15
- "info": var(--jkl-info),
16
- "advarsel": var(--jkl-warning),
17
- );
18
-
19
- /// Hent fargekoden til en navngitt varslingsfarge
20
- /// @param {"suksess" | "feil" | "info" | "advarsel"} $farge - Navn på fargen du ønsker verdien til
21
- /// @deprecated Bruk tokens direkte ($color-success, $color-error, $color-info, $color-warning)
22
- /// @return {Color} - fargekoden til den ønskede fargen
23
- /// @access private - forwardes ikke ut av modulen, men er tilgjengelig ved direkteimport. KUN FOR INTERN BRUK I JØKUL.
24
- @function varslingsfarge($farge) {
25
- @return map.get($_varslingsfarger, $farge);
26
- }
@@ -1,26 +0,0 @@
1
- /// Gjør flexbox litt mindre verbos. Setter display: flex; med gitt align-items og justify-content.
2
- /// @param {String} $align-items [center] – settes på align-items
3
- /// @param {String} $justify-content [center] – settes på justify-content
4
- /// @output display: flex og angitt align-items og justify-content
5
- @mixin flex($align-items: center, $justify-content: center) {
6
- display: flex;
7
- align-items: $align-items;
8
- justify-content: $justify-content;
9
- }
10
-
11
- /// Samle alt som har med posisjonering å gjøre i én mixin. Alle parameternavn matcher CSS-attributtet.
12
- /// @param {String} $position
13
- /// @param {String} $top [initial]
14
- /// @param {String} $left [initial]
15
- /// @param {String} $right [initial]
16
- /// @param {String} $bottom [initial]
17
- @mixin position(
18
- $position,
19
- $top: initial,
20
- $left: initial,
21
- $right: initial,
22
- $bottom: initial
23
- ) {
24
- position: $position;
25
- inset: $top $right $bottom $left;
26
- }
@@ -1,2 +0,0 @@
1
- @forward "dynamic-colors";
2
- @forward "tokens";
@@ -1,10 +0,0 @@
1
- @forward "color-tokens";
2
- @forward "dynamic-spacing";
3
- @forward "legacy-color-tokens";
4
- @forward "legacy-tokens";
5
- @forward "old-vars";
6
- // @forward "spacing-tokens";
7
- @forward "tokens";
8
- @forward "typography";
9
- @forward "spacing";
10
- @forward "shape";
@@ -1,21 +0,0 @@
1
- @use "../jkl";
2
-
3
- @layer jokul.theme {
4
- @include jkl.light-mode-variables {
5
- --jkl-background-color: #{jkl.$color-snohvit};
6
- --jkl-color: #{jkl.$color-granitt};
7
- --jkl-error: #{jkl.$color-feil};
8
- --jkl-info: #{jkl.$color-info};
9
- --jkl-warning: #{jkl.$color-advarsel};
10
- --jkl-success: #{jkl.$color-suksess};
11
- }
12
-
13
- @include jkl.dark-mode-variables {
14
- --jkl-background-color: #{jkl.$color-granitt};
15
- --jkl-color: #{jkl.$color-snohvit};
16
- --jkl-error: #{jkl.$color-feil-dark};
17
- --jkl-info: #{jkl.$color-info-dark};
18
- --jkl-warning: #{jkl.$color-advarsel-dark};
19
- --jkl-success: #{jkl.$color-suksess-dark};
20
- }
21
- }
@@ -1,12 +0,0 @@
1
- @use "../jkl";
2
-
3
- @layer jokul.theme {
4
- :root {
5
- --jkl-border-radius-none: 0;
6
- --jkl-border-radius-xs: #{jkl.rem(4px)};
7
- --jkl-border-radius-s: #{jkl.rem(8px)};
8
- --jkl-border-radius-m: #{jkl.rem(12px)};
9
- --jkl-border-radius-l: #{jkl.rem(16px)};
10
- --jkl-border-radius-full: 9999px;
11
- }
12
- }
@@ -1,64 +0,0 @@
1
- @use "../jkl";
2
-
3
- @layer jokul.theme {
4
- :root,
5
- [data-size] {
6
- --jkl-unit-0: 0;
7
- --jkl-unit-10: var(--jkl-unit-base);
8
- --jkl-unit-15: calc(var(--jkl-unit-base) * 1.5);
9
- --jkl-unit-20: calc(var(--jkl-unit-base) * 2);
10
- --jkl-unit-25: calc(var(--jkl-unit-base) * 2.5);
11
- --jkl-unit-30: calc(var(--jkl-unit-base) * 3);
12
- --jkl-unit-35: calc(var(--jkl-unit-base) * 3.5);
13
- --jkl-unit-40: calc(var(--jkl-unit-base) * 4);
14
- --jkl-unit-50: calc(var(--jkl-unit-base) * 5);
15
- --jkl-unit-60: calc(var(--jkl-unit-base) * 6);
16
- --jkl-unit-70: calc(var(--jkl-unit-base) * 7);
17
- --jkl-unit-80: calc(var(--jkl-unit-base) * 8);
18
- --jkl-unit-90: calc(var(--jkl-unit-base) * 9);
19
- --jkl-unit-100: calc(var(--jkl-unit-base) * 10);
20
- --jkl-unit-130: calc(var(--jkl-unit-base) * 13);
21
- --jkl-unit-210: calc(var(--jkl-unit-base) * 21);
22
- --jkl-unit-02: calc(var(--jkl-unit-base) * .25);
23
- --jkl-unit-05: calc(var(--jkl-unit-base) * .5);
24
- --jkl-spacing-0: 0;
25
- --jkl-spacing-2: #{jkl.rem(2px)};
26
- --jkl-spacing-4: #{jkl.rem(4px)};
27
- --jkl-spacing-8: #{jkl.rem(8px)};
28
- --jkl-spacing-12: #{jkl.rem(12px)};
29
- --jkl-spacing-16: #{jkl.rem(16px)};
30
- --jkl-spacing-20: #{jkl.rem(20px)};
31
- --jkl-spacing-24: #{jkl.rem(24px)};
32
- --jkl-spacing-28: #{jkl.rem(28px)};
33
- --jkl-spacing-32: #{jkl.rem(32px)};
34
- --jkl-spacing-40: #{jkl.rem(40px)};
35
- --jkl-spacing-48: #{jkl.rem(48px)};
36
- --jkl-spacing-56: #{jkl.rem(56px)};
37
- --jkl-spacing-64: #{jkl.rem(64px)};
38
- --jkl-spacing-72: #{jkl.rem(72px)};
39
- --jkl-spacing-80: #{jkl.rem(80px)};
40
- --jkl-spacing-104: #{jkl.rem(104px)};
41
- --jkl-spacing-168: #{jkl.rem(168px)};
42
- --jkl-spacing-none: 0;
43
- --jkl-spacing-xxs: calc(var(--jkl-unit-base) * .5);
44
- --jkl-spacing-xs: var(--jkl-unit-base);
45
- --jkl-spacing-s: calc(var(--jkl-unit-base) * 2);
46
- --jkl-spacing-m: calc(var(--jkl-unit-base) * 3);
47
- --jkl-spacing-l: calc(var(--jkl-unit-base) * 5);
48
- --jkl-spacing-xl: calc(var(--jkl-unit-base) * 8);
49
- --jkl-spacing-2xl: calc(var(--jkl-unit-base) * 13);
50
- }
51
-
52
- [data-size="small"] {
53
- --jkl-unit-base: #{jkl.rem(5px)};
54
- }
55
-
56
- :root,
57
- [data-size="medium"] {
58
- --jkl-unit-base: #{jkl.rem(8px)};
59
- }
60
-
61
- [data-size="large"] {
62
- --jkl-unit-base: #{jkl.rem(11px)};
63
- }
64
- }
@@ -1,38 +0,0 @@
1
- @use "sass:map";
2
- @use "../jkl";
3
- @use "../jkl/typography";
4
-
5
- @layer jokul.theme {
6
- :root {
7
- --jkl-line-height-flush: 1;
8
- --jkl-line-height-tight: 1.3;
9
- --jkl-line-height-relaxed: 1.6;
10
- }
11
-
12
- :root,
13
- [data-size] {
14
- --jkl-font-size-1: #{jkl.rem(14px)};
15
- --jkl-font-size-2: #{jkl.rem(16px)};
16
- --jkl-font-size-3: #{jkl.rem(18px)};
17
- --jkl-font-size-4: #{jkl.rem(20px)};
18
- --jkl-font-size-5: #{jkl.rem(24px)};
19
- --jkl-font-size-6: #{jkl.rem(28px)};
20
- --jkl-font-size-7: #{jkl.rem(32px)};
21
- --jkl-font-size-8: #{jkl.rem(40px)};
22
- --jkl-font-size-9: #{jkl.rem(48px)};
23
- --jkl-font-size-10: #{jkl.rem(56px)};
24
- }
25
-
26
- [data-size="small"] {
27
- --jkl-font-size-1: #{jkl.rem(12px)};
28
- --jkl-font-size-2: #{jkl.rem(14px)};
29
- --jkl-font-size-3: #{jkl.rem(16px)};
30
- --jkl-font-size-4: #{jkl.rem(18px)};
31
- --jkl-font-size-5: #{jkl.rem(20px)};
32
- --jkl-font-size-6: #{jkl.rem(24px)};
33
- --jkl-font-size-7: #{jkl.rem(28px)};
34
- --jkl-font-size-8: #{jkl.rem(32px)};
35
- --jkl-font-size-9: #{jkl.rem(40px)};
36
- --jkl-font-size-10: #{jkl.rem(48px)};
37
- }
38
- }
@@ -1,29 +0,0 @@
1
- @use "sass:map";
2
- @use "../jkl";
3
- @use "../jkl/typography";
4
-
5
- @layer jokul.utility {
6
- .jkl-body {
7
- @include jkl.text-style("paragraph-medium");
8
- }
9
-
10
- .jkl-bold {
11
- @include jkl.text-style("paragraph-medium") {
12
- --jkl-icon-weight: #{jkl.$icon-weight-bold};
13
- font-weight: jkl.$typography-weight-bold;
14
- }
15
- }
16
-
17
- .jkl-small {
18
- @include jkl.text-style("paragraph-small");
19
- }
20
-
21
- @each $style, $_ in typography.$text-styles {
22
- .jkl-#{$style} {
23
- @each $property, $value in map.get(typography.$text-styles, $style)
24
- {
25
- #{$property}: $value;
26
- }
27
- }
28
- }
29
- }
@@ -1 +0,0 @@
1
- @forward "webfonts";
@@ -1,115 +0,0 @@
1
- @font-face {
2
- font-family: "Fremtind Grotesk";
3
- font-display: fallback;
4
- font-weight: 400;
5
- font-style: normal;
6
- src: url("/fonts/FremtindGrotesk-Regular-Web.woff2") format("woff2"), url("/fonts/FremtindGrotesk-Regular-Web.woff") format("woff");
7
- }
8
- @font-face {
9
- font-family: "Adjusted Arial Fallback";
10
- font-weight: 400;
11
- font-style: normal;
12
- src: local(arial);
13
- size-adjust: 104%;
14
- ascent-override: 82%;
15
- descent-override: normal;
16
- line-gap-override: 32%;
17
- }
18
- @font-face {
19
- font-family: "Fremtind Grotesk";
20
- font-display: fallback;
21
- font-weight: 700;
22
- font-style: normal;
23
- src: url("/fonts/FremtindGrotesk-Bold-Web.woff2") format("woff2"), url("/fonts/FremtindGrotesk-Bold-Web.woff") format("woff");
24
- }
25
- @font-face {
26
- font-family: "Adjusted Arial Fallback";
27
- font-weight: 700;
28
- font-style: normal;
29
- src: local(arial);
30
- size-adjust: 108%;
31
- ascent-override: 83%;
32
- descent-override: normal;
33
- line-gap-override: 28%;
34
- }
35
- @font-face {
36
- font-family: "Fremtind Grotesk";
37
- font-display: fallback;
38
- font-weight: 400;
39
- font-style: italic;
40
- src: url("/fonts/FremtindGrotesk-Italic-Web.woff2") format("woff2"), url("/fonts/FremtindGrotesk-Italic-Web.woff") format("woff");
41
- }
42
- @font-face {
43
- font-family: "Adjusted Arial Fallback";
44
- font-weight: 400;
45
- font-style: italic;
46
- src: local(arial);
47
- size-adjust: 106%;
48
- ascent-override: 83%;
49
- descent-override: normal;
50
- line-gap-override: 28%;
51
- }
52
- @font-face {
53
- font-family: "Fremtind Grotesk";
54
- font-display: fallback;
55
- font-weight: 700;
56
- font-style: italic;
57
- src: url("/fonts/FremtindGrotesk-BoldItalic-Web.woff2") format("woff2"), url("/fonts/FremtindGrotesk-BoldItalic-Web.woff") format("woff");
58
- }
59
- @font-face {
60
- font-family: "Adjusted Arial Fallback";
61
- font-weight: 700;
62
- font-style: italic;
63
- src: local(arial);
64
- size-adjust: 108%;
65
- ascent-override: 83%;
66
- descent-override: normal;
67
- line-gap-override: 28%;
68
- }
69
- @font-face {
70
- font-family: "Fremtind Grotesk Display";
71
- font-display: fallback;
72
- font-weight: 400;
73
- font-style: normal;
74
- src: url("/fonts/FremtindGrotesk-Display-Web.woff2") format("woff2"), url("/fonts/FremtindGrotesk-Display-Web.woff") format("woff");
75
- }
76
- @font-face {
77
- font-family: "Adjusted Arial Display Fallback";
78
- font-weight: 400;
79
- font-style: normal;
80
- src: local(arial);
81
- size-adjust: 102%;
82
- ascent-override: 76%;
83
- descent-override: normal;
84
- line-gap-override: 40%;
85
- }
86
- @font-face {
87
- font-family: "Fremtind Grotesk Mono";
88
- font-display: fallback;
89
- font-weight: 400;
90
- font-style: normal;
91
- src: url("/fonts/FremtindGroteskMono-Regular-Web.woff2") format("woff2"), url("/fonts/FremtindGroteskMono-Regular-Web.woff") format("woff");
92
- }
93
- @font-face {
94
- font-family: "Adjusted Courier New Fallback";
95
- font-weight: 400;
96
- font-style: normal;
97
- src: local(courier new);
98
- size-adjust: 100%;
99
- ascent-override: 83%;
100
- descent-override: normal;
101
- line-gap-override: 27%;
102
- }
103
- @font-face {
104
- font-family: "Fremtind Material Symbols";
105
- font-weight: 300 400;
106
- font-style: normal;
107
- src: url("/fonts/Fremtind-Material-Symbols.woff2") format("woff2");
108
- }
109
- @font-face {
110
- font-family: "Fremtind Material Symbols Fallback";
111
- src: local(courier new);
112
- font-weight: 300 400;
113
- font-style: normal;
114
- size-adjust: 0%;
115
- }
@@ -1 +0,0 @@
1
- @font-face{font-display:fallback;font-family:Fremtind Grotesk;font-style:normal;font-weight:400;src:url(/fonts/FremtindGrotesk-Regular-Web.woff2) format("woff2"),url(/fonts/FremtindGrotesk-Regular-Web.woff) format("woff")}@font-face{ascent-override:82%;descent-override:normal;font-family:Adjusted Arial Fallback;font-style:normal;font-weight:400;line-gap-override:32%;size-adjust:104%;src:local(arial)}@font-face{font-display:fallback;font-family:Fremtind Grotesk;font-style:normal;font-weight:700;src:url(/fonts/FremtindGrotesk-Bold-Web.woff2) format("woff2"),url(/fonts/FremtindGrotesk-Bold-Web.woff) format("woff")}@font-face{ascent-override:83%;descent-override:normal;font-family:Adjusted Arial Fallback;font-style:normal;font-weight:700;line-gap-override:28%;size-adjust:108%;src:local(arial)}@font-face{font-display:fallback;font-family:Fremtind Grotesk;font-style:italic;font-weight:400;src:url(/fonts/FremtindGrotesk-Italic-Web.woff2) format("woff2"),url(/fonts/FremtindGrotesk-Italic-Web.woff) format("woff")}@font-face{ascent-override:83%;descent-override:normal;font-family:Adjusted Arial Fallback;font-style:italic;font-weight:400;line-gap-override:28%;size-adjust:106%;src:local(arial)}@font-face{font-display:fallback;font-family:Fremtind Grotesk;font-style:italic;font-weight:700;src:url(/fonts/FremtindGrotesk-BoldItalic-Web.woff2) format("woff2"),url(/fonts/FremtindGrotesk-BoldItalic-Web.woff) format("woff")}@font-face{ascent-override:83%;descent-override:normal;font-family:Adjusted Arial Fallback;font-style:italic;font-weight:700;line-gap-override:28%;size-adjust:108%;src:local(arial)}@font-face{font-display:fallback;font-family:Fremtind Grotesk Display;font-style:normal;font-weight:400;src:url(/fonts/FremtindGrotesk-Display-Web.woff2) format("woff2"),url(/fonts/FremtindGrotesk-Display-Web.woff) format("woff")}@font-face{ascent-override:76%;descent-override:normal;font-family:Adjusted Arial Display Fallback;font-style:normal;font-weight:400;line-gap-override:40%;size-adjust:102%;src:local(arial)}@font-face{font-display:fallback;font-family:Fremtind Grotesk Mono;font-style:normal;font-weight:400;src:url(/fonts/FremtindGroteskMono-Regular-Web.woff2) format("woff2"),url(/fonts/FremtindGroteskMono-Regular-Web.woff) format("woff")}@font-face{ascent-override:83%;descent-override:normal;font-family:Adjusted Courier New Fallback;font-style:normal;font-weight:400;line-gap-override:27%;size-adjust:100%;src:local(courier new)}@font-face{font-family:Fremtind Material Symbols;font-style:normal;font-weight:300 400;src:url(/fonts/Fremtind-Material-Symbols.woff2) format("woff2")}@font-face{font-family:Fremtind Material Symbols Fallback;font-style:normal;font-weight:300 400;size-adjust:0%;src:local(courier new)}
@@ -1,145 +0,0 @@
1
- @charset "UTF-8";
2
-
3
- $webfonts-dir: "/fonts" !default;
4
-
5
- @font-face {
6
- font-family: "Fremtind Grotesk";
7
- font-display: fallback;
8
- font-weight: 400;
9
- font-style: normal;
10
- src: url("#{$webfonts-dir}/FremtindGrotesk-Regular-Web.woff2")
11
- format("woff2"),
12
- url("#{$webfonts-dir}/FremtindGrotesk-Regular-Web.woff") format("woff");
13
- }
14
-
15
- @font-face {
16
- font-family: "Adjusted Arial Fallback";
17
- font-weight: 400;
18
- font-style: normal;
19
- src: local(arial);
20
- size-adjust: 104%;
21
- ascent-override: 82%;
22
- descent-override: normal;
23
- line-gap-override: 32%;
24
- }
25
-
26
- @font-face {
27
- font-family: "Fremtind Grotesk";
28
- font-display: fallback;
29
- font-weight: 700;
30
- font-style: normal;
31
- src: url("#{$webfonts-dir}/FremtindGrotesk-Bold-Web.woff2") format("woff2"),
32
- url("#{$webfonts-dir}/FremtindGrotesk-Bold-Web.woff") format("woff");
33
- }
34
-
35
- @font-face {
36
- font-family: "Adjusted Arial Fallback";
37
- font-weight: 700;
38
- font-style: normal;
39
- src: local(arial);
40
- size-adjust: 108%;
41
- ascent-override: 83%;
42
- descent-override: normal;
43
- line-gap-override: 28%;
44
- }
45
-
46
- @font-face {
47
- font-family: "Fremtind Grotesk";
48
- font-display: fallback;
49
- font-weight: 400;
50
- font-style: italic;
51
- src: url("#{$webfonts-dir}/FremtindGrotesk-Italic-Web.woff2")
52
- format("woff2"),
53
- url("#{$webfonts-dir}/FremtindGrotesk-Italic-Web.woff") format("woff");
54
- }
55
-
56
- @font-face {
57
- font-family: "Adjusted Arial Fallback";
58
- font-weight: 400;
59
- font-style: italic;
60
- src: local(arial);
61
- size-adjust: 106%;
62
- ascent-override: 83%;
63
- descent-override: normal;
64
- line-gap-override: 28%;
65
- }
66
-
67
- @font-face {
68
- font-family: "Fremtind Grotesk";
69
- font-display: fallback;
70
- font-weight: 700;
71
- font-style: italic;
72
- src: url("#{$webfonts-dir}/FremtindGrotesk-BoldItalic-Web.woff2")
73
- format("woff2"),
74
- url("#{$webfonts-dir}/FremtindGrotesk-BoldItalic-Web.woff")
75
- format("woff");
76
- }
77
-
78
- @font-face {
79
- font-family: "Adjusted Arial Fallback";
80
- font-weight: 700;
81
- font-style: italic;
82
- src: local(arial);
83
- size-adjust: 108%;
84
- ascent-override: 83%;
85
- descent-override: normal;
86
- line-gap-override: 28%;
87
- }
88
-
89
- @font-face {
90
- font-family: "Fremtind Grotesk Display";
91
- font-display: fallback;
92
- font-weight: 400;
93
- font-style: normal;
94
- src: url("#{$webfonts-dir}/FremtindGrotesk-Display-Web.woff2")
95
- format("woff2"),
96
- url("#{$webfonts-dir}/FremtindGrotesk-Display-Web.woff") format("woff");
97
- }
98
-
99
- @font-face {
100
- font-family: "Adjusted Arial Display Fallback";
101
- font-weight: 400;
102
- font-style: normal;
103
- src: local(arial);
104
- size-adjust: 102%;
105
- ascent-override: 76%;
106
- descent-override: normal;
107
- line-gap-override: 40%;
108
- }
109
-
110
- @font-face {
111
- font-family: "Fremtind Grotesk Mono";
112
- font-display: fallback;
113
- font-weight: 400;
114
- font-style: normal;
115
- src: url("#{$webfonts-dir}/FremtindGroteskMono-Regular-Web.woff2")
116
- format("woff2"),
117
- url("#{$webfonts-dir}/FremtindGroteskMono-Regular-Web.woff")
118
- format("woff");
119
- }
120
-
121
- @font-face {
122
- font-family: "Adjusted Courier New Fallback";
123
- font-weight: 400;
124
- font-style: normal;
125
- src: local(courier new);
126
- size-adjust: 100%;
127
- ascent-override: 83%;
128
- descent-override: normal;
129
- line-gap-override: 27%;
130
- }
131
-
132
- @font-face {
133
- font-family: "Fremtind Material Symbols";
134
- font-weight: 300 400;
135
- font-style: normal;
136
- src: url("#{$webfonts-dir}/Fremtind-Material-Symbols.woff2") format("woff2");
137
- }
138
-
139
- @font-face {
140
- font-family: "Fremtind Material Symbols Fallback";
141
- src: local(courier new);
142
- font-weight: 300 400;
143
- font-style: normal;
144
- size-adjust: 0%;
145
- }