@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.
- package/README.md +30 -7
- package/bin/jokul.mjs +10 -0
- package/bin/run-jokul-cli.mjs +63 -0
- package/build/build-stats.html +1 -1
- package/build/cjs/components/beta/description-list/DescriptionList.cjs +2 -0
- package/build/cjs/components/beta/description-list/DescriptionList.cjs.map +1 -0
- package/build/cjs/components/beta/description-list/DescriptionListItem.cjs +2 -0
- package/build/cjs/components/beta/description-list/DescriptionListItem.cjs.map +1 -0
- package/build/cjs/{components-beta → components/beta}/description-list/index.d.cts +2 -2
- package/build/cjs/components/beta/nav-link/NavLink.cjs +2 -0
- package/build/cjs/components/beta/nav-link/NavLink.cjs.map +1 -0
- package/build/cjs/components/beta/nav-link/index.d.cts +1 -0
- package/build/cjs/{components-beta → components/beta}/nav-link/types.d.cts +1 -1
- package/build/cjs/components/beta/select/Select.cjs +2 -0
- package/build/cjs/components/beta/select/Select.cjs.map +1 -0
- package/build/cjs/components/beta/select/index.d.cts +2 -0
- package/build/cjs/{components-beta → components/beta}/select/types.d.cts +1 -1
- package/build/cjs/components/breadcrumb/types.d.cts +1 -1
- package/build/cjs/components/card/Card.cjs +1 -1
- package/build/cjs/components/card/Card.cjs.map +1 -1
- package/build/cjs/components/card/types.cjs +1 -1
- package/build/cjs/components/card/types.cjs.map +1 -1
- package/build/cjs/components/card/types.d.cts +2 -2
- package/build/cjs/components/checkbox/Checkbox.cjs +1 -1
- package/build/cjs/components/checkbox/Checkbox.cjs.map +1 -1
- package/build/cjs/components/checkbox/types.d.cts +1 -1
- package/build/cjs/components/cookie-consent/CookieConsent.cjs +1 -1
- package/build/cjs/components/cookie-consent/CookieConsent.cjs.map +1 -1
- package/build/cjs/components/cookie-consent/CookieConsent.d.cts +1 -1
- package/build/cjs/components/cookie-consent/types.d.cts +5 -1
- package/build/cjs/components/datepicker/DatePicker.cjs +1 -1
- package/build/cjs/components/datepicker/DatePicker.cjs.map +1 -1
- package/build/cjs/components/datepicker/types.d.cts +1 -1
- package/build/cjs/components/description-list/index.cjs +1 -1
- package/build/cjs/components/description-list/index.d.cts +3 -3
- package/build/cjs/components/description-list/types.d.cts +1 -1
- package/build/cjs/components/expander/ExpandablePanel.cjs +1 -1
- package/build/cjs/components/expander/ExpandablePanel.cjs.map +1 -1
- package/build/cjs/components/feedback/feedbackContext.cjs.map +1 -1
- package/build/cjs/components/feedback/feedbackContext.d.cts +1 -1
- package/build/cjs/components/feedback/followup/followupContext.cjs.map +1 -1
- package/build/cjs/components/feedback/followup/followupContext.d.cts +1 -1
- package/build/cjs/components/feedback/main-question/mainQuestionContext.cjs.map +1 -1
- package/build/cjs/components/feedback/main-question/mainQuestionContext.d.cts +1 -1
- package/build/cjs/components/feedback/questions/smileyUtils.cjs.map +1 -1
- package/build/cjs/components/file-input/internal/Dropzone.cjs.map +1 -1
- package/build/cjs/components/file-input/internal/Dropzone.d.cts +1 -1
- package/build/cjs/components/file-input/internal/fileInputContext.cjs.map +1 -1
- package/build/cjs/components/file-input/internal/fileInputContext.d.cts +1 -1
- package/build/cjs/components/icon/development/internal/IconsExampleGrid.d.cts +1 -1
- package/build/cjs/components/input-group/InputGroup.d.cts +2 -2
- package/build/cjs/components/input-group/types.d.cts +1 -1
- package/build/cjs/components/link/Link.cjs +1 -1
- package/build/cjs/components/link/Link.cjs.map +1 -1
- package/build/cjs/components/link/Link.d.cts +2 -2
- package/build/cjs/components/link/types.d.cts +1 -4
- package/build/cjs/components/link-list/LinkList.d.cts +1 -1
- package/build/cjs/components/list/ListItem.cjs.map +1 -1
- package/build/cjs/components/list/ListItem.d.cts +1 -1
- package/build/cjs/components/logo/types.d.cts +1 -1
- package/build/cjs/components/menu/types.d.cts +1 -1
- package/build/cjs/components/modal/Modal.cjs +1 -1
- package/build/cjs/components/modal/Modal.cjs.map +1 -1
- package/build/cjs/components/modal/Modal.d.cts +2 -9
- package/build/cjs/components/modal/index.d.cts +1 -1
- package/build/cjs/components/modal/types.d.cts +19 -1
- package/build/cjs/components/nav-link/index.cjs +1 -1
- package/build/cjs/components/nav-link/index.d.cts +2 -2
- package/build/cjs/components/popover/Popover.cjs +1 -1
- package/build/cjs/components/popover/Popover.cjs.map +1 -1
- package/build/cjs/components/radio-button/BaseRadioButton.cjs +1 -1
- package/build/cjs/components/radio-button/BaseRadioButton.cjs.map +1 -1
- package/build/cjs/components/radio-button/radioGroupContext.cjs.map +1 -1
- package/build/cjs/components/radio-button/radioGroupContext.d.cts +1 -1
- package/build/cjs/components/screen-reader-only/types.d.cts +1 -1
- package/build/cjs/components/select/index.cjs +1 -1
- package/build/cjs/components/select/index.d.cts +2 -2
- package/build/cjs/components/select/types.d.cts +1 -1
- package/build/cjs/components/system-message/types.d.cts +1 -1
- package/build/cjs/components/table/types.d.cts +1 -1
- package/build/cjs/components/table-of-contents/TableOfContents.d.cts +1 -1
- package/build/cjs/components/tabs/types.d.cts +1 -1
- package/build/cjs/components/toast/types.d.cts +1 -1
- package/build/cjs/components/toggle-switch/types.d.cts +1 -1
- package/build/cjs/components/tooltip/Tooltip.cjs.map +1 -1
- package/build/cjs/components/tooltip/Tooltip.d.cts +1 -1
- package/build/cjs/hooks/useAnimatedHeight/types.d.cts +1 -1
- package/build/cjs/hooks/useAnimatedHeight/useAnimatedHeight.cjs +1 -1
- package/build/cjs/hooks/useAnimatedHeight/useAnimatedHeight.cjs.map +1 -1
- package/build/cjs/hooks/useAnimatedHeight/useAnimatedHeightBetween.cjs +1 -1
- package/build/cjs/hooks/useAnimatedHeight/useAnimatedHeightBetween.cjs.map +1 -1
- package/build/cjs/hooks/useAnimatedHeight/useAutoAnimateHeight.cjs +1 -1
- package/build/cjs/hooks/useAnimatedHeight/useAutoAnimateHeight.cjs.map +1 -1
- package/build/cjs/hooks/useAnimatedHeight/useAutoAnimateHeight.d.cts +1 -1
- package/build/cjs/hooks/useAriaLiveRegion/useAriaLiveRegion.d.cts +1 -1
- package/build/cjs/hooks/useBrowserPreferences/useBrowserPreferences.cjs.map +1 -1
- package/build/cjs/hooks/useBrowserPreferences/useBrowserPreferences.d.cts +1 -1
- package/build/cjs/hooks/useScreen/useScreen.cjs +1 -1
- package/build/cjs/hooks/useScreen/useScreen.cjs.map +1 -1
- package/build/cjs/tailwind/plugins/jokulTypographyPlugin.cjs +1 -1
- package/build/cjs/tailwind/plugins/jokulTypographyPlugin.cjs.map +1 -1
- package/build/cjs/tailwind/tailwindPreset.cjs +1 -1
- package/build/cjs/tailwind/tailwindPreset.cjs.map +1 -1
- package/build/cjs/tokens.cjs +2 -0
- package/build/cjs/tokens.cjs.map +1 -0
- package/build/cjs/tokens.d.cts +235 -0
- package/build/cjs/utilities/getThemeAndSize.cjs +1 -1
- package/build/cjs/utilities/getThemeAndSize.cjs.map +1 -1
- package/build/cjs/utilities/getThemeAndSize.d.cts +1 -1
- package/build/cjs/utilities/index.d.cts +1 -0
- package/build/cjs/{core → utilities}/types.d.cts +1 -1
- package/build/es/components/beta/description-list/DescriptionList.js +2 -0
- package/build/es/components/beta/description-list/DescriptionList.js.map +1 -0
- package/build/es/components/beta/description-list/DescriptionListItem.js +2 -0
- package/build/es/components/beta/description-list/DescriptionListItem.js.map +1 -0
- package/build/es/{components-beta → components/beta}/description-list/index.d.ts +2 -2
- package/build/es/components/beta/nav-link/NavLink.js +2 -0
- package/build/es/components/beta/nav-link/NavLink.js.map +1 -0
- package/build/es/components/beta/nav-link/index.d.ts +1 -0
- package/build/es/{components-beta → components/beta}/nav-link/types.d.ts +1 -1
- package/build/es/components/beta/select/Select.js +2 -0
- package/build/es/components/beta/select/Select.js.map +1 -0
- package/build/es/components/beta/select/index.d.ts +2 -0
- package/build/es/{components-beta → components/beta}/select/types.d.ts +1 -1
- package/build/es/components/breadcrumb/types.d.ts +1 -1
- package/build/es/components/card/Card.js +1 -1
- package/build/es/components/card/Card.js.map +1 -1
- package/build/es/components/card/types.d.ts +2 -2
- package/build/es/components/card/types.js +1 -1
- package/build/es/components/card/types.js.map +1 -1
- package/build/es/components/checkbox/Checkbox.js +1 -1
- package/build/es/components/checkbox/Checkbox.js.map +1 -1
- package/build/es/components/checkbox/types.d.ts +1 -1
- package/build/es/components/cookie-consent/CookieConsent.d.ts +1 -1
- package/build/es/components/cookie-consent/CookieConsent.js +1 -1
- package/build/es/components/cookie-consent/CookieConsent.js.map +1 -1
- package/build/es/components/cookie-consent/types.d.ts +5 -1
- package/build/es/components/datepicker/DatePicker.js +1 -1
- package/build/es/components/datepicker/DatePicker.js.map +1 -1
- package/build/es/components/datepicker/types.d.ts +1 -1
- package/build/es/components/description-list/index.d.ts +3 -3
- package/build/es/components/description-list/index.js +1 -1
- package/build/es/components/description-list/types.d.ts +1 -1
- package/build/es/components/expander/ExpandablePanel.js +1 -1
- package/build/es/components/expander/ExpandablePanel.js.map +1 -1
- package/build/es/components/feedback/feedbackContext.d.ts +1 -1
- package/build/es/components/feedback/feedbackContext.js.map +1 -1
- package/build/es/components/feedback/followup/followupContext.d.ts +1 -1
- package/build/es/components/feedback/followup/followupContext.js.map +1 -1
- package/build/es/components/feedback/main-question/mainQuestionContext.d.ts +1 -1
- package/build/es/components/feedback/main-question/mainQuestionContext.js.map +1 -1
- package/build/es/components/feedback/questions/smileyUtils.js.map +1 -1
- package/build/es/components/file-input/internal/Dropzone.d.ts +1 -1
- package/build/es/components/file-input/internal/Dropzone.js.map +1 -1
- package/build/es/components/file-input/internal/fileInputContext.d.ts +1 -1
- package/build/es/components/file-input/internal/fileInputContext.js.map +1 -1
- package/build/es/components/icon/development/internal/IconsExampleGrid.d.ts +1 -1
- package/build/es/components/input-group/InputGroup.d.ts +2 -2
- package/build/es/components/input-group/types.d.ts +1 -1
- package/build/es/components/link/Link.d.ts +2 -2
- package/build/es/components/link/Link.js +1 -1
- package/build/es/components/link/Link.js.map +1 -1
- package/build/es/components/link/types.d.ts +1 -4
- package/build/es/components/link-list/LinkList.d.ts +1 -1
- package/build/es/components/list/ListItem.d.ts +1 -1
- package/build/es/components/list/ListItem.js.map +1 -1
- package/build/es/components/logo/types.d.ts +1 -1
- package/build/es/components/menu/types.d.ts +1 -1
- package/build/es/components/modal/Modal.d.ts +2 -9
- package/build/es/components/modal/Modal.js +1 -1
- package/build/es/components/modal/Modal.js.map +1 -1
- package/build/es/components/modal/index.d.ts +1 -1
- package/build/es/components/modal/types.d.ts +19 -1
- package/build/es/components/nav-link/index.d.ts +2 -2
- package/build/es/components/nav-link/index.js +1 -1
- package/build/es/components/popover/Popover.js +1 -1
- package/build/es/components/popover/Popover.js.map +1 -1
- package/build/es/components/radio-button/BaseRadioButton.js +1 -1
- package/build/es/components/radio-button/BaseRadioButton.js.map +1 -1
- package/build/es/components/radio-button/radioGroupContext.d.ts +1 -1
- package/build/es/components/radio-button/radioGroupContext.js.map +1 -1
- package/build/es/components/screen-reader-only/types.d.ts +1 -1
- package/build/es/components/select/index.d.ts +2 -2
- package/build/es/components/select/index.js +1 -1
- package/build/es/components/select/types.d.ts +1 -1
- package/build/es/components/system-message/types.d.ts +1 -1
- package/build/es/components/table/types.d.ts +1 -1
- package/build/es/components/table-of-contents/TableOfContents.d.ts +1 -1
- package/build/es/components/tabs/types.d.ts +1 -1
- package/build/es/components/toast/types.d.ts +1 -1
- package/build/es/components/toggle-switch/types.d.ts +1 -1
- package/build/es/components/tooltip/Tooltip.d.ts +1 -1
- package/build/es/components/tooltip/Tooltip.js.map +1 -1
- package/build/es/hooks/useAnimatedHeight/types.d.ts +1 -1
- package/build/es/hooks/useAnimatedHeight/useAnimatedHeight.js +1 -1
- package/build/es/hooks/useAnimatedHeight/useAnimatedHeight.js.map +1 -1
- package/build/es/hooks/useAnimatedHeight/useAnimatedHeightBetween.js +1 -1
- package/build/es/hooks/useAnimatedHeight/useAnimatedHeightBetween.js.map +1 -1
- package/build/es/hooks/useAnimatedHeight/useAutoAnimateHeight.d.ts +1 -1
- package/build/es/hooks/useAnimatedHeight/useAutoAnimateHeight.js +1 -1
- package/build/es/hooks/useAnimatedHeight/useAutoAnimateHeight.js.map +1 -1
- package/build/es/hooks/useAriaLiveRegion/useAriaLiveRegion.d.ts +1 -1
- package/build/es/hooks/useBrowserPreferences/useBrowserPreferences.d.ts +1 -1
- package/build/es/hooks/useBrowserPreferences/useBrowserPreferences.js.map +1 -1
- package/build/es/hooks/useScreen/useScreen.js +1 -1
- package/build/es/hooks/useScreen/useScreen.js.map +1 -1
- package/build/es/tailwind/plugins/jokulTypographyPlugin.js +1 -1
- package/build/es/tailwind/plugins/jokulTypographyPlugin.js.map +1 -1
- package/build/es/tailwind/tailwindPreset.js +1 -1
- package/build/es/tailwind/tailwindPreset.js.map +1 -1
- package/build/es/tokens.d.ts +235 -0
- package/build/es/tokens.js +2 -0
- package/build/es/tokens.js.map +1 -0
- package/build/es/utilities/getThemeAndSize.d.ts +1 -1
- package/build/es/utilities/getThemeAndSize.js +1 -1
- package/build/es/utilities/getThemeAndSize.js.map +1 -1
- package/build/es/utilities/index.d.ts +1 -0
- package/build/es/{core → utilities}/types.d.ts +1 -1
- package/codemods/__tests__/import-paths.test.mjs +84 -0
- package/codemods/import-paths.mjs +393 -0
- package/package.json +12 -585
- package/styles/base.css +1822 -0
- package/styles/base.min.css +2 -0
- package/styles/components/autosuggest/autosuggest.css +6 -12
- package/styles/components/autosuggest/autosuggest.min.css +1 -1
- package/styles/components/autosuggest/autosuggest.scss +3 -3
- package/styles/{components-beta → components/beta}/description-list/description-list.css +1 -1
- package/styles/{components-beta → components/beta}/description-list/description-list.min.css +1 -1
- package/styles/{components-beta → components/beta}/description-list/description-list.scss +2 -2
- package/styles/{components-beta → components/beta}/nav-link/navlink.css +11 -14
- package/styles/components/beta/nav-link/navlink.min.css +1 -0
- package/styles/{components-beta → components/beta}/nav-link/navlink.scss +4 -4
- package/styles/components/beta/select/_index.scss +3 -0
- package/styles/{components-beta → components/beta}/select/select.css +13 -16
- package/styles/components/beta/select/select.min.css +1 -0
- package/styles/{components-beta → components/beta}/select/select.scss +9 -9
- package/styles/components/breadcrumb/breadcrumb.css +1 -1
- package/styles/components/breadcrumb/breadcrumb.min.css +1 -1
- package/styles/components/breadcrumb/breadcrumb.scss +1 -1
- package/styles/components/button/button.css +15 -14
- package/styles/components/button/button.min.css +1 -1
- package/styles/components/button/button.scss +14 -14
- package/styles/components/card/card.css +8 -11
- package/styles/components/card/card.min.css +1 -1
- package/styles/components/card/card.scss +7 -11
- package/styles/components/checkbox/checkbox.css +55 -42
- package/styles/components/checkbox/checkbox.min.css +1 -1
- package/styles/components/checkbox/checkbox.scss +43 -36
- package/styles/components/checkbox-panel/checkbox-panel.css +84 -72
- package/styles/components/checkbox-panel/checkbox-panel.min.css +1 -1
- package/styles/components/checkbox-panel/checkbox-panel.scss +5 -1
- package/styles/components/checkbox-panel/development/styles.scss +1 -1
- package/styles/components/chip/chip.css +6 -9
- package/styles/components/chip/chip.min.css +1 -1
- package/styles/components/chip/chip.scss +3 -3
- package/styles/components/combobox/combobox.css +30 -39
- package/styles/components/combobox/combobox.min.css +1 -1
- package/styles/components/combobox/combobox.scss +10 -8
- package/styles/components/cookie-consent/cookie-consent.css +1 -5
- package/styles/components/cookie-consent/cookie-consent.min.css +1 -1
- package/styles/components/cookie-consent/cookie-consent.scss +1 -1
- package/styles/components/countdown/countdown.css +4 -4
- package/styles/components/countdown/countdown.min.css +1 -1
- package/styles/components/datepicker/_calendar-date-button.scss +9 -9
- package/styles/components/datepicker/_calendar-navigation-dropdown.scss +3 -3
- package/styles/components/datepicker/_calendar-navigation.scss +1 -1
- package/styles/components/datepicker/_calendar-table.scss +1 -1
- package/styles/components/datepicker/_calendar.scss +7 -8
- package/styles/components/datepicker/datepicker.css +27 -31
- package/styles/components/datepicker/datepicker.min.css +1 -1
- package/styles/components/datepicker/datepicker.scss +1 -1
- package/styles/components/description-list/description-list.css +2 -2
- package/styles/components/description-list/description-list.min.css +1 -1
- package/styles/components/description-list/description-list.scss +3 -3
- package/styles/components/expander/expandable.css +20 -20
- package/styles/components/expander/expandable.min.css +1 -1
- package/styles/components/expander/expandable.scss +16 -20
- package/styles/components/feedback/feedback.css +14 -20
- package/styles/components/feedback/feedback.min.css +1 -1
- package/styles/components/feedback/feedback.scss +5 -10
- package/styles/components/file/file.css +10 -18
- package/styles/components/file/file.min.css +1 -1
- package/styles/components/file/file.scss +7 -7
- package/styles/components/file-input/file-input.css +52 -70
- package/styles/components/file-input/file-input.min.css +1 -1
- package/styles/components/file-input/file-input.scss +4 -4
- package/styles/components/help/help.css +2 -2
- package/styles/components/help/help.min.css +1 -1
- package/styles/components/help/help.scss +3 -3
- package/styles/components/icon/_base-styles.scss +3 -5
- package/styles/components/icon/icon.css +13 -34
- package/styles/components/icon/icon.min.css +1 -1
- package/styles/components/icon/icon.scss +5 -19
- package/styles/components/icon-button/icon-button.css +3 -3
- package/styles/components/icon-button/icon-button.min.css +1 -1
- package/styles/components/icon-button/icon-button.scss +1 -1
- package/styles/components/image/image.css +2 -2
- package/styles/components/image/image.min.css +1 -1
- package/styles/components/image/image.scss +1 -1
- package/styles/components/input-group/_field-group.scss +1 -1
- package/styles/components/input-group/_labels.scss +1 -1
- package/styles/components/input-group/input-group.css +12 -27
- package/styles/components/input-group/input-group.min.css +1 -1
- package/styles/components/input-group/input-group.scss +1 -1
- package/styles/components/input-panel/input-panel.css +26 -30
- package/styles/components/input-panel/input-panel.min.css +1 -1
- package/styles/components/input-panel/input-panel.scss +22 -20
- package/styles/components/link/link.css +7 -8
- package/styles/components/link/link.min.css +1 -1
- package/styles/components/link/link.scss +1 -2
- package/styles/components/link-list/link-list.css +17 -23
- package/styles/components/link-list/link-list.min.css +1 -1
- package/styles/components/link-list/link-list.scss +7 -3
- package/styles/components/list/list.css +6 -27
- package/styles/components/list/list.min.css +1 -1
- package/styles/components/list/list.scss +11 -15
- package/styles/components/loader/loader.css +6 -6
- package/styles/components/loader/loader.min.css +1 -1
- package/styles/components/loader/loader.scss +1 -1
- package/styles/components/loader/skeleton-loader.css +4 -4
- package/styles/components/loader/skeleton-loader.min.css +1 -1
- package/styles/components/loader/skeleton-loader.scss +2 -2
- package/styles/components/logo/logo.css +4 -4
- package/styles/components/logo/logo.min.css +1 -1
- package/styles/components/logo/logo.scss +1 -1
- package/styles/components/menu/_menu-divider.scss +2 -2
- package/styles/components/menu/_menu-item.scss +1 -1
- package/styles/components/menu/menu.css +8 -23
- package/styles/components/menu/menu.min.css +1 -1
- package/styles/components/menu/menu.scss +8 -12
- package/styles/components/message/message.css +25 -27
- package/styles/components/message/message.min.css +1 -1
- package/styles/components/message/message.scss +17 -7
- package/styles/components/modal/_layout.scss +22 -0
- package/styles/components/modal/_modal-base.scss +32 -0
- package/styles/components/modal/_motion.scss +45 -0
- package/styles/components/modal/_overlay.scss +20 -0
- package/styles/components/modal/_parts.scss +33 -0
- package/styles/components/modal/_placement.scss +59 -0
- package/styles/components/modal/modal.css +120 -42
- package/styles/components/modal/modal.min.css +1 -1
- package/styles/components/modal/modal.scss +6 -95
- package/styles/components/nav-link/nav-link.css +5 -5
- package/styles/components/nav-link/nav-link.min.css +1 -1
- package/styles/components/nav-link/nav-link.scss +2 -2
- package/styles/components/pagination/development/styles.scss +1 -1
- package/styles/components/pagination/pagination.css +2 -2
- package/styles/components/pagination/pagination.min.css +1 -1
- package/styles/components/pagination/pagination.scss +1 -1
- package/styles/components/popover/popover.css +17 -18
- package/styles/components/popover/popover.min.css +1 -1
- package/styles/components/popover/popover.scss +21 -11
- package/styles/components/progress-bar/progress-bar.css +29 -5
- package/styles/components/progress-bar/progress-bar.min.css +1 -1
- package/styles/components/progress-bar/progress-bar.scss +6 -1
- package/styles/components/radio-button/radio-button.css +53 -36
- package/styles/components/radio-button/radio-button.min.css +1 -1
- package/styles/components/radio-button/radio-button.scss +40 -31
- package/styles/components/radio-panel/development/styles.scss +1 -1
- package/styles/components/radio-panel/radio-panel.css +29 -30
- package/styles/components/radio-panel/radio-panel.min.css +1 -1
- package/styles/components/radio-panel/radio-panel.scss +5 -1
- package/styles/components/search/search-with-submit-button.css +3 -3
- package/styles/components/search/search-with-submit-button.min.css +1 -1
- package/styles/components/search/search-with-submit-button.scss +2 -2
- package/styles/components/search/search.css +10 -16
- package/styles/components/search/search.min.css +1 -1
- package/styles/components/search/search.scss +2 -2
- package/styles/components/segmented-control/segmented-control.css +91 -114
- package/styles/components/segmented-control/segmented-control.min.css +1 -1
- package/styles/components/segmented-control/segmented-control.scss +5 -5
- package/styles/components/select/select.css +27 -36
- package/styles/components/select/select.min.css +1 -1
- package/styles/components/select/select.scss +13 -14
- package/styles/components/summary-table/development/summary-table-example.scss +1 -1
- package/styles/components/summary-table/summary-table.css +5 -8
- package/styles/components/summary-table/summary-table.min.css +1 -1
- package/styles/components/summary-table/summary-table.scss +5 -5
- package/styles/components/system-message/system-message.css +22 -15
- package/styles/components/system-message/system-message.min.css +1 -1
- package/styles/components/system-message/system-message.scss +18 -9
- package/styles/components/table/_table-caption.scss +1 -1
- package/styles/components/table/_table-cell.scss +1 -1
- package/styles/components/table/_table-head.scss +3 -13
- package/styles/components/table/_table-header.scss +4 -4
- package/styles/components/table/_table-pagination.scss +1 -1
- package/styles/components/table/_table-row.scss +3 -3
- package/styles/components/table/table.css +20 -48
- package/styles/components/table/table.min.css +1 -1
- package/styles/components/table/table.scss +1 -1
- package/styles/components/table-of-contents/table-of-contents.css +4 -8
- package/styles/components/table-of-contents/table-of-contents.min.css +1 -1
- package/styles/components/table-of-contents/table-of-contents.scss +2 -2
- package/styles/components/tabs/tabs.css +9 -12
- package/styles/components/tabs/tabs.min.css +1 -1
- package/styles/components/tabs/tabs.scss +3 -3
- package/styles/components/tag/tag.css +18 -11
- package/styles/components/tag/tag.min.css +1 -1
- package/styles/components/tag/tag.scss +18 -8
- package/styles/components/text-area/text-area.css +17 -26
- package/styles/components/text-area/text-area.min.css +1 -1
- package/styles/components/text-area/text-area.scss +1 -1
- package/styles/components/text-input/text-input.css +12 -18
- package/styles/components/text-input/text-input.min.css +1 -1
- package/styles/components/text-input/text-input.scss +2 -3
- package/styles/components/toast/toast.css +21 -20
- package/styles/components/toast/toast.min.css +1 -1
- package/styles/components/toast/toast.scss +16 -14
- package/styles/components/toggle-switch/_toggle-slider.scss +5 -5
- package/styles/components/toggle-switch/toggle-switch.css +21 -29
- package/styles/components/toggle-switch/toggle-switch.min.css +2 -2
- package/styles/components/toggle-switch/toggle-switch.scss +10 -17
- package/styles/components/tooltip/tooltip.css +7 -11
- package/styles/components/tooltip/tooltip.min.css +1 -1
- package/styles/components/tooltip/tooltip.scss +4 -4
- package/styles/{styles.css → components.css} +801 -872
- package/styles/components.min.css +3 -0
- package/styles/{styles.scss → components.scss} +2 -2
- package/styles/{core/global → global}/_base-class.scss +6 -4
- package/styles/{core/global → global}/_top-layer.scss +1 -1
- package/styles/hooks/stories/styles.scss +7 -9
- package/styles/{core/jkl/_theme.scss → jkl/_forced-colors.scss} +0 -49
- package/styles/{core/jkl → jkl}/_index.scss +3 -6
- package/styles/{core/jkl → jkl}/_motion.scss +8 -26
- package/styles/{core/jkl → jkl}/_ornaments.scss +1 -1
- package/styles/{core/jkl → jkl}/_reset.scss +2 -2
- package/styles/{core/jkl → jkl}/_spacing.scss +1 -6
- package/styles/jkl/_tokens.scss +386 -0
- package/styles/{core/jkl → jkl}/_typography.scss +5 -98
- package/styles/shared/input/shared-input-styles.scss +7 -7
- package/styles/shared/track/track.scss +3 -3
- package/styles/tailwind.css +213 -0
- package/styles/theme/_color-scheme.scss +153 -0
- package/styles/{core/theme → theme}/_dynamic-spacing.scss +9 -5
- package/styles/theme/_fonts.scss +147 -0
- package/styles/theme/_index.scss +8 -0
- package/styles/theme/_size.scss +53 -0
- package/styles/theme/_tokens.scss +94 -0
- package/styles/theme/brands/dnb/_color-scheme.scss +119 -0
- package/styles/theme/brands/eika/_color-scheme.scss +119 -0
- package/styles/theme/brands/sparebank1/_color-scheme.scss +119 -0
- package/styles/{core/utility → utility}/_headings.scss +1 -1
- package/styles/utility/_paragraphs.scss +24 -0
- package/styles/{core/utility → utility}/_screen-reader.scss +1 -1
- package/styles/{core/utility → utility}/_spacing.scss +4 -3
- package/build/cjs/components-beta/description-list/DescriptionList.cjs +0 -2
- package/build/cjs/components-beta/description-list/DescriptionList.cjs.map +0 -1
- package/build/cjs/components-beta/description-list/DescriptionListItem.cjs +0 -2
- package/build/cjs/components-beta/description-list/DescriptionListItem.cjs.map +0 -1
- package/build/cjs/components-beta/nav-link/NavLink.cjs +0 -2
- package/build/cjs/components-beta/nav-link/NavLink.cjs.map +0 -1
- package/build/cjs/components-beta/nav-link/index.d.cts +0 -1
- package/build/cjs/components-beta/select/Select.cjs +0 -2
- package/build/cjs/components-beta/select/Select.cjs.map +0 -1
- package/build/cjs/components-beta/select/index.d.cts +0 -2
- package/build/cjs/core/index.cjs +0 -2
- package/build/cjs/core/index.cjs.map +0 -1
- package/build/cjs/core/index.d.cts +0 -2
- package/build/cjs/core/tokens/build-tailwind-4.cjs +0 -2
- package/build/cjs/core/tokens/build-tailwind-4.cjs.map +0 -1
- package/build/cjs/core/tokens/build-tailwind-4.d.cts +0 -1
- package/build/cjs/core/tokens/style-dictionary/build.cjs +0 -2
- package/build/cjs/core/tokens/style-dictionary/build.cjs.map +0 -1
- package/build/cjs/core/tokens/style-dictionary/build.d.cts +0 -0
- package/build/cjs/core/tokens/style-dictionary/config.cjs +0 -2
- package/build/cjs/core/tokens/style-dictionary/config.cjs.map +0 -1
- package/build/cjs/core/tokens/style-dictionary/config.d.cts +0 -4
- package/build/cjs/core/tokens/style-dictionary/filters/index.cjs +0 -2
- package/build/cjs/core/tokens/style-dictionary/filters/index.cjs.map +0 -1
- package/build/cjs/core/tokens/style-dictionary/filters/index.d.cts +0 -3
- package/build/cjs/core/tokens/style-dictionary/formats/css-dynamic-color-variables.cjs +0 -2
- package/build/cjs/core/tokens/style-dictionary/formats/css-dynamic-color-variables.cjs.map +0 -1
- package/build/cjs/core/tokens/style-dictionary/formats/css-dynamic-color-variables.d.cts +0 -3
- package/build/cjs/core/tokens/style-dictionary/formats/css-theme-variables.cjs +0 -2
- package/build/cjs/core/tokens/style-dictionary/formats/css-theme-variables.cjs.map +0 -1
- package/build/cjs/core/tokens/style-dictionary/formats/css-theme-variables.d.cts +0 -3
- package/build/cjs/core/tokens/style-dictionary/formats/index.cjs +0 -2
- package/build/cjs/core/tokens/style-dictionary/formats/index.cjs.map +0 -1
- package/build/cjs/core/tokens/style-dictionary/formats/index.d.cts +0 -6
- package/build/cjs/core/tokens/style-dictionary/formats/javascript-esm.cjs +0 -2
- package/build/cjs/core/tokens/style-dictionary/formats/javascript-esm.cjs.map +0 -1
- package/build/cjs/core/tokens/style-dictionary/formats/javascript-esm.d.cts +0 -3
- package/build/cjs/core/tokens/style-dictionary/formats/scss-theme-variables.cjs +0 -2
- package/build/cjs/core/tokens/style-dictionary/formats/scss-theme-variables.cjs.map +0 -1
- package/build/cjs/core/tokens/style-dictionary/formats/scss-theme-variables.d.cts +0 -3
- package/build/cjs/core/tokens/style-dictionary/formats/tailwindcss-colors.cjs +0 -2
- package/build/cjs/core/tokens/style-dictionary/formats/tailwindcss-colors.cjs.map +0 -1
- package/build/cjs/core/tokens/style-dictionary/formats/tailwindcss-colors.d.cts +0 -3
- package/build/cjs/core/tokens/style-dictionary/register.cjs +0 -2
- package/build/cjs/core/tokens/style-dictionary/register.cjs.map +0 -1
- package/build/cjs/core/tokens/style-dictionary/register.d.cts +0 -1
- package/build/cjs/core/tokens/style-dictionary/transforms/index.cjs +0 -2
- package/build/cjs/core/tokens/style-dictionary/transforms/index.cjs.map +0 -1
- package/build/cjs/core/tokens/style-dictionary/transforms/index.d.cts +0 -2
- package/build/cjs/core/tokens/style-dictionary/transforms/strip-light-dark.cjs +0 -2
- package/build/cjs/core/tokens/style-dictionary/transforms/strip-light-dark.cjs.map +0 -1
- package/build/cjs/core/tokens/style-dictionary/transforms/strip-light-dark.d.cts +0 -3
- package/build/cjs/index.cjs +0 -2
- package/build/cjs/index.cjs.map +0 -1
- package/build/cjs/index.d.cts +0 -3
- package/build/es/components-beta/description-list/DescriptionList.js +0 -2
- package/build/es/components-beta/description-list/DescriptionList.js.map +0 -1
- package/build/es/components-beta/description-list/DescriptionListItem.js +0 -2
- package/build/es/components-beta/description-list/DescriptionListItem.js.map +0 -1
- package/build/es/components-beta/nav-link/NavLink.js +0 -2
- package/build/es/components-beta/nav-link/NavLink.js.map +0 -1
- package/build/es/components-beta/nav-link/index.d.ts +0 -1
- package/build/es/components-beta/select/Select.js +0 -2
- package/build/es/components-beta/select/Select.js.map +0 -1
- package/build/es/components-beta/select/index.d.ts +0 -2
- package/build/es/core/index.d.ts +0 -2
- package/build/es/core/index.js +0 -2
- package/build/es/core/index.js.map +0 -1
- package/build/es/core/tokens/build-tailwind-4.d.ts +0 -1
- package/build/es/core/tokens/build-tailwind-4.js +0 -2
- package/build/es/core/tokens/build-tailwind-4.js.map +0 -1
- package/build/es/core/tokens/style-dictionary/build.d.ts +0 -0
- package/build/es/core/tokens/style-dictionary/build.js +0 -2
- package/build/es/core/tokens/style-dictionary/build.js.map +0 -1
- package/build/es/core/tokens/style-dictionary/config.d.ts +0 -4
- package/build/es/core/tokens/style-dictionary/config.js +0 -2
- package/build/es/core/tokens/style-dictionary/config.js.map +0 -1
- package/build/es/core/tokens/style-dictionary/filters/index.d.ts +0 -3
- package/build/es/core/tokens/style-dictionary/filters/index.js +0 -2
- package/build/es/core/tokens/style-dictionary/filters/index.js.map +0 -1
- package/build/es/core/tokens/style-dictionary/formats/css-dynamic-color-variables.d.ts +0 -3
- package/build/es/core/tokens/style-dictionary/formats/css-dynamic-color-variables.js +0 -2
- package/build/es/core/tokens/style-dictionary/formats/css-dynamic-color-variables.js.map +0 -1
- package/build/es/core/tokens/style-dictionary/formats/css-theme-variables.d.ts +0 -3
- package/build/es/core/tokens/style-dictionary/formats/css-theme-variables.js +0 -2
- package/build/es/core/tokens/style-dictionary/formats/css-theme-variables.js.map +0 -1
- package/build/es/core/tokens/style-dictionary/formats/index.d.ts +0 -6
- package/build/es/core/tokens/style-dictionary/formats/index.js +0 -2
- package/build/es/core/tokens/style-dictionary/formats/index.js.map +0 -1
- package/build/es/core/tokens/style-dictionary/formats/javascript-esm.d.ts +0 -3
- package/build/es/core/tokens/style-dictionary/formats/javascript-esm.js +0 -2
- package/build/es/core/tokens/style-dictionary/formats/javascript-esm.js.map +0 -1
- package/build/es/core/tokens/style-dictionary/formats/scss-theme-variables.d.ts +0 -3
- package/build/es/core/tokens/style-dictionary/formats/scss-theme-variables.js +0 -2
- package/build/es/core/tokens/style-dictionary/formats/scss-theme-variables.js.map +0 -1
- package/build/es/core/tokens/style-dictionary/formats/tailwindcss-colors.d.ts +0 -3
- package/build/es/core/tokens/style-dictionary/formats/tailwindcss-colors.js +0 -2
- package/build/es/core/tokens/style-dictionary/formats/tailwindcss-colors.js.map +0 -1
- package/build/es/core/tokens/style-dictionary/register.d.ts +0 -1
- package/build/es/core/tokens/style-dictionary/register.js +0 -2
- package/build/es/core/tokens/style-dictionary/register.js.map +0 -1
- package/build/es/core/tokens/style-dictionary/transforms/index.d.ts +0 -2
- package/build/es/core/tokens/style-dictionary/transforms/index.js +0 -2
- package/build/es/core/tokens/style-dictionary/transforms/index.js.map +0 -1
- package/build/es/core/tokens/style-dictionary/transforms/strip-light-dark.d.ts +0 -3
- package/build/es/core/tokens/style-dictionary/transforms/strip-light-dark.js +0 -2
- package/build/es/core/tokens/style-dictionary/transforms/strip-light-dark.js.map +0 -1
- package/build/es/index.d.ts +0 -3
- package/build/es/index.js +0 -2
- package/build/es/index.js.map +0 -1
- package/build/index-Ck94bTpt.cjs +0 -2
- package/build/index-Ck94bTpt.cjs.map +0 -1
- package/build/index-DOHQmuhD.js +0 -2
- package/build/index-DOHQmuhD.js.map +0 -1
- package/src/fonts/styles/_index.scss +0 -1
- package/src/fonts/styles/webfonts.scss +0 -145
- package/src/tailwind/v4/jokul-tailwind.css +0 -266
- package/styles/components-beta/nav-link/navlink.min.css +0 -1
- package/styles/components-beta/select/_index.scss +0 -3
- package/styles/components-beta/select/select.min.css +0 -1
- package/styles/core/core.css +0 -1731
- package/styles/core/core.min.css +0 -2
- package/styles/core/jkl/_colors.scss +0 -26
- package/styles/core/jkl/_helpers.scss +0 -26
- package/styles/core/jkl/legacy/_index.scss +0 -2
- package/styles/core/theme/_index.scss +0 -10
- package/styles/core/theme/_old-vars.scss +0 -21
- package/styles/core/theme/_shape.scss +0 -12
- package/styles/core/theme/_spacing.scss +0 -64
- package/styles/core/theme/_typography.scss +0 -38
- package/styles/core/utility/_paragraphs.scss +0 -29
- package/styles/fonts/_index.scss +0 -1
- package/styles/fonts/webfonts.css +0 -115
- package/styles/fonts/webfonts.min.css +0 -1
- package/styles/fonts/webfonts.scss +0 -145
- package/styles/styles.min.css +0 -3
- /package/build/cjs/{components-beta → components/beta}/description-list/DescriptionList.d.cts +0 -0
- /package/build/cjs/{components-beta → components/beta}/description-list/DescriptionListItem.d.cts +0 -0
- /package/build/cjs/{components-beta → components/beta}/description-list/index.cjs +0 -0
- /package/build/cjs/{components-beta → components/beta}/description-list/index.cjs.map +0 -0
- /package/build/cjs/{components-beta → components/beta}/description-list/types.cjs +0 -0
- /package/build/cjs/{components-beta → components/beta}/description-list/types.cjs.map +0 -0
- /package/build/cjs/{components-beta → components/beta}/description-list/types.d.cts +0 -0
- /package/build/cjs/{components-beta → components/beta}/nav-link/NavLink.d.cts +0 -0
- /package/build/cjs/{components-beta → components/beta}/nav-link/index.cjs +0 -0
- /package/build/cjs/{components-beta → components/beta}/nav-link/index.cjs.map +0 -0
- /package/build/cjs/{components-beta → components/beta}/nav-link/types.cjs +0 -0
- /package/build/cjs/{components-beta → components/beta}/nav-link/types.cjs.map +0 -0
- /package/build/cjs/{components-beta → components/beta}/select/Select.d.cts +0 -0
- /package/build/cjs/{components-beta → components/beta}/select/index.cjs +0 -0
- /package/build/cjs/{components-beta → components/beta}/select/index.cjs.map +0 -0
- /package/build/cjs/{components-beta → components/beta}/select/types.cjs +0 -0
- /package/build/cjs/{components-beta → components/beta}/select/types.cjs.map +0 -0
- /package/build/cjs/{core → utilities}/types.cjs +0 -0
- /package/build/cjs/{core → utilities}/types.cjs.map +0 -0
- /package/build/es/{components-beta → components/beta}/description-list/DescriptionList.d.ts +0 -0
- /package/build/es/{components-beta → components/beta}/description-list/DescriptionListItem.d.ts +0 -0
- /package/build/es/{components-beta → components/beta}/description-list/index.js +0 -0
- /package/build/es/{components-beta → components/beta}/description-list/index.js.map +0 -0
- /package/build/es/{components-beta → components/beta}/description-list/types.d.ts +0 -0
- /package/build/es/{components-beta → components/beta}/description-list/types.js +0 -0
- /package/build/es/{components-beta → components/beta}/description-list/types.js.map +0 -0
- /package/build/es/{components-beta → components/beta}/nav-link/NavLink.d.ts +0 -0
- /package/build/es/{components-beta → components/beta}/nav-link/index.js +0 -0
- /package/build/es/{components-beta → components/beta}/nav-link/index.js.map +0 -0
- /package/build/es/{components-beta → components/beta}/nav-link/types.js +0 -0
- /package/build/es/{components-beta → components/beta}/nav-link/types.js.map +0 -0
- /package/build/es/{components-beta → components/beta}/select/Select.d.ts +0 -0
- /package/build/es/{components-beta → components/beta}/select/index.js +0 -0
- /package/build/es/{components-beta → components/beta}/select/index.js.map +0 -0
- /package/build/es/{components-beta → components/beta}/select/types.js +0 -0
- /package/build/es/{components-beta → components/beta}/select/types.js.map +0 -0
- /package/build/es/{core → utilities}/types.js +0 -0
- /package/build/es/{core → utilities}/types.js.map +0 -0
- /package/styles/{core/_layers.scss → _layers.scss} +0 -0
- /package/styles/{core/core.scss → base.scss} +0 -0
- /package/styles/{components-beta → components/beta}/description-list/_index.scss +0 -0
- /package/styles/{components-beta → components/beta}/nav-link/_index.scss +0 -0
- /package/styles/{core/global → global}/_index.scss +0 -0
- /package/styles/{core/jkl → jkl}/_convert.scss +0 -0
- /package/styles/{core/jkl → jkl}/_navigation.scss +0 -0
- /package/styles/{core/jkl → jkl}/_responsive-units.scss +0 -0
- /package/styles/{core/jkl → jkl}/_screenreader.scss +0 -0
- /package/styles/{core/jkl → jkl}/_screens.scss +0 -0
- /package/styles/{core/jkl → jkl}/_shadows.scss +0 -0
- /package/styles/{core/jkl → jkl}/_underline.scss +0 -0
- /package/styles/{core/jkl → jkl}/_z-index.scss +0 -0
- /package/styles/{core/resets → resets}/_index.scss +0 -0
- /package/styles/{core/resets → resets}/_normalize.scss +0 -0
- /package/styles/{core/resets → resets}/_reset.scss +0 -0
- /package/styles/{core/utility → utility}/_index.scss +0 -0
package/styles/core/core.min.css
DELETED
|
@@ -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,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
|
-
}
|
package/styles/fonts/_index.scss
DELETED
|
@@ -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
|
-
}
|