diff --git a/README.md b/README.md index 7a98a85..ddaece9 100644 --- a/README.md +++ b/README.md @@ -19,5 +19,5 @@ Denne kopien av filen vedlikeholdes og offentliggjøres her med jevne mellomrom Relevante oppskrifter og info om Design Tokens for designsystemet.no og Figma, Temabygger og oppsett av Figma for å ta i bruk designsystemet.no sitt Figma-komponentbibliotek. - [Designsystemet.no – Temabygger](https://theme.designsystemet.no/no) -- [Designsystemet.no – Eget tema](https://designsystemet.no/no/fundamentals/themebuilder/own-theme/) +- [Designsystemet.no – Tema config instrukts](https://designsystemet.no/no/fundamentals/themebuilder/own-theme/) Designsystemet.no sitt Figma-komponentbibliotek med tokens. diff --git a/token-sync/designsystemet.config.json b/token-sync/designsystemet.config.json deleted file mode 100644 index e3b6737..0000000 --- a/token-sync/designsystemet.config.json +++ /dev/null @@ -1,9103 +0,0 @@ -{ - "primitives/globals": { - "border-width": { - "1": { - "$type": "borderWidth", - "$value": "1px" - }, - "3": { - "$type": "borderWidth", - "$value": "3px" - } - }, - "shadow": { - "100": { - "$type": "boxShadow", - "$value": [ - { - "color": "rgba(0,0,0,0.16)", - "x": "0", - "y": "0", - "blur": "1", - "spread": "0" - }, - { - "x": "0", - "y": "1", - "blur": "2", - "spread": "0", - "color": "rgba(0,0,0,0.12)" - } - ] - }, - "200": { - "$type": "boxShadow", - "$value": [ - { - "color": "rgba(0,0,0,0.15)", - "x": "0", - "y": "0", - "blur": "1", - "spread": "0" - }, - { - "color": "rgba(0,0,0,0.12)", - "x": "0", - "y": "1", - "blur": "2", - "spread": "0" - }, - { - "x": "0", - "y": "2", - "blur": "4", - "spread": "0", - "color": "rgba(0,0,0,0.1)" - } - ] - }, - "300": { - "$type": "boxShadow", - "$value": [ - { - "color": "rgba(0,0,0,0.14)", - "x": "0", - "y": "0", - "blur": "1", - "spread": "0" - }, - { - "color": "rgba(0,0,0,0.12)", - "x": "0", - "y": "2", - "blur": "4", - "spread": "0" - }, - { - "x": "0", - "y": "4", - "blur": "8", - "spread": "0", - "color": "rgba(0,0,0,0.12)" - } - ] - }, - "400": { - "$type": "boxShadow", - "$value": [ - { - "color": "rgba(0,0,0,0.13)", - "x": "0", - "y": "0", - "blur": "1", - "spread": "0" - }, - { - "color": "rgba(0,0,0,0.13)", - "x": "0", - "y": "3", - "blur": "5", - "spread": "0" - }, - { - "x": "0", - "y": "6", - "blur": "12", - "spread": "0", - "color": "rgba(0,0,0,0.14)" - } - ] - }, - "500": { - "$type": "boxShadow", - "$value": [ - { - "color": "rgba(0,0,0,0.12)", - "x": "0", - "y": "0", - "blur": "1", - "spread": "0" - }, - { - "color": "rgba(0,0,0,0.16)", - "x": "0", - "y": "4", - "blur": "8", - "spread": "0" - }, - { - "x": "0", - "y": "12", - "blur": "24", - "spread": "0", - "color": "rgba(0,0,0,0.16)" - } - ] - } - }, - "opacity": { - "30": { - "$type": "opacity", - "$value": "30%" - } - } - }, - "primitives/modes/size/small": { - "size": { - "_mode-font-size": { - "$type": "dimension", - "$value": "16" - }, - "_base": { - "$type": "dimension", - "$value": "18" - }, - "_step": { - "$type": "dimension", - "$value": "4" - } - } - }, - "primitives/modes/size/medium": { - "size": { - "_mode-font-size": { - "$type": "dimension", - "$value": "18" - }, - "_base": { - "$type": "dimension", - "$value": "18" - }, - "_step": { - "$type": "dimension", - "$value": "4" - } - } - }, - "primitives/modes/size/large": { - "size": { - "_mode-font-size": { - "$type": "dimension", - "$value": "21" - }, - "_base": { - "$type": "dimension", - "$value": "18" - }, - "_step": { - "$type": "dimension", - "$value": "4" - } - } - }, - "primitives/modes/size/global": { - "_size": { - "0": { - "$type": "dimension", - "$value": "floor({_size.step} / {_size.base} * {_size.mode-font-size} *0)" - }, - "1": { - "$type": "dimension", - "$value": "floor({_size.step} / {_size.base} * {_size.mode-font-size} *1)" - }, - "2": { - "$type": "dimension", - "$value": "floor({_size.step} / {_size.base} * {_size.mode-font-size} *2)" - }, - "3": { - "$type": "dimension", - "$value": "floor({_size.step} / {_size.base} * {_size.mode-font-size} *3)" - }, - "4": { - "$type": "dimension", - "$value": "floor({_size.step} / {_size.base} * {_size.mode-font-size} *4)" - }, - "5": { - "$type": "dimension", - "$value": "floor({_size.step} / {_size.base} * {_size.mode-font-size} *5)" - }, - "6": { - "$type": "dimension", - "$value": "floor({_size.step} / {_size.base} * {_size.mode-font-size} *6)" - }, - "7": { - "$type": "dimension", - "$value": "floor({_size.step} / {_size.base} * {_size.mode-font-size} *7)" - }, - "8": { - "$type": "dimension", - "$value": "floor({_size.step} / {_size.base} * {_size.mode-font-size} *8)" - }, - "9": { - "$type": "dimension", - "$value": "floor({_size.step} / {_size.base} * {_size.mode-font-size} *9)" - }, - "10": { - "$type": "dimension", - "$value": "floor({_size.step} / {_size.base} * {_size.mode-font-size} *10)" - }, - "11": { - "$type": "dimension", - "$value": "floor({_size.step} / {_size.base} * {_size.mode-font-size} *11)" - }, - "12": { - "$type": "dimension", - "$value": "floor({_size.step} / {_size.base} * {_size.mode-font-size} *12)" - }, - "13": { - "$type": "dimension", - "$value": "floor({_size.step} / {_size.base} * {_size.mode-font-size} *13)" - }, - "14": { - "$type": "dimension", - "$value": "floor({_size.step} / {_size.base} * {_size.mode-font-size} *14)" - }, - "15": { - "$type": "dimension", - "$value": "floor({_size.step} / {_size.base} * {_size.mode-font-size} *15)" - }, - "18": { - "$type": "dimension", - "$value": "floor({_size.step} / {_size.base} * {_size.mode-font-size} *18)" - }, - "22": { - "$type": "dimension", - "$value": "floor({_size.step} / {_size.base} * {_size.mode-font-size} *22)" - }, - "26": { - "$type": "dimension", - "$value": "floor({_size.step} / {_size.base} * {_size.mode-font-size} *26)" - }, - "30": { - "$type": "dimension", - "$value": "floor({_size.step} / {_size.base} * {_size.mode-font-size} *30)" - }, - "mode-font-size": { - "$type": "dimension", - "$value": "{size._mode-font-size}" - }, - "base": { - "$type": "dimension", - "$value": "{size._base}" - }, - "step": { - "$type": "dimension", - "$value": "{size._step}" - } - } - }, - "primitives/modes/typography/size/small": { - "line-height": { - "sm": { - "$type": "lineHeights", - "$value": "130%" - }, - "md": { - "$type": "lineHeights", - "$value": "150%" - }, - "lg": { - "$type": "lineHeights", - "$value": "170%" - } - }, - "font-size": { - "1": { - "$type": "fontSizes", - "$value": "11" - }, - "2": { - "$type": "fontSizes", - "$value": "13" - }, - "3": { - "$type": "fontSizes", - "$value": "14" - }, - "4": { - "$type": "fontSizes", - "$value": "16" - }, - "5": { - "$type": "fontSizes", - "$value": "18" - }, - "6": { - "$type": "fontSizes", - "$value": "21" - }, - "7": { - "$type": "fontSizes", - "$value": "24" - }, - "8": { - "$type": "fontSizes", - "$value": "30" - }, - "9": { - "$type": "fontSizes", - "$value": "36" - }, - "10": { - "$type": "fontSizes", - "$value": "48" - } - }, - "letter-spacing": { - "1": { - "$type": "letterSpacing", - "$value": "-1%" - }, - "2": { - "$type": "letterSpacing", - "$value": "-0.5%" - }, - "3": { - "$type": "letterSpacing", - "$value": "-0.25%" - }, - "4": { - "$type": "letterSpacing", - "$value": "-0.15%" - }, - "5": { - "$type": "letterSpacing", - "$value": "0%" - }, - "6": { - "$type": "letterSpacing", - "$value": "0.15%" - }, - "7": { - "$type": "letterSpacing", - "$value": "0.25%" - }, - "8": { - "$type": "letterSpacing", - "$value": "0.5%" - }, - "9": { - "$type": "letterSpacing", - "$value": "1.5%" - } - } - }, - "primitives/modes/typography/size/medium": { - "line-height": { - "sm": { - "$type": "lineHeights", - "$value": "130%" - }, - "md": { - "$type": "lineHeights", - "$value": "150%" - }, - "lg": { - "$type": "lineHeights", - "$value": "170%" - } - }, - "font-size": { - "1": { - "$type": "fontSizes", - "$value": "12" - }, - "2": { - "$type": "fontSizes", - "$value": "14" - }, - "3": { - "$type": "fontSizes", - "$value": "16" - }, - "4": { - "$type": "fontSizes", - "$value": "18" - }, - "5": { - "$type": "fontSizes", - "$value": "21" - }, - "6": { - "$type": "fontSizes", - "$value": "24" - }, - "7": { - "$type": "fontSizes", - "$value": "30" - }, - "8": { - "$type": "fontSizes", - "$value": "36" - }, - "9": { - "$type": "fontSizes", - "$value": "48" - }, - "10": { - "$type": "fontSizes", - "$value": "60" - } - }, - "letter-spacing": { - "1": { - "$type": "letterSpacing", - "$value": "-1%" - }, - "2": { - "$type": "letterSpacing", - "$value": "-0.5%" - }, - "3": { - "$type": "letterSpacing", - "$value": "-0.25%" - }, - "4": { - "$type": "letterSpacing", - "$value": "-0.15%" - }, - "5": { - "$type": "letterSpacing", - "$value": "0%" - }, - "6": { - "$type": "letterSpacing", - "$value": "0.15%" - }, - "7": { - "$type": "letterSpacing", - "$value": "0.25%" - }, - "8": { - "$type": "letterSpacing", - "$value": "0.5%" - }, - "9": { - "$type": "letterSpacing", - "$value": "1.5%" - } - } - }, - "primitives/modes/typography/size/large": { - "line-height": { - "sm": { - "$type": "lineHeights", - "$value": "130%" - }, - "md": { - "$type": "lineHeights", - "$value": "150%" - }, - "lg": { - "$type": "lineHeights", - "$value": "170%" - } - }, - "font-size": { - "1": { - "$type": "fontSizes", - "$value": "13" - }, - "2": { - "$type": "fontSizes", - "$value": "16" - }, - "3": { - "$type": "fontSizes", - "$value": "18" - }, - "4": { - "$type": "fontSizes", - "$value": "21" - }, - "5": { - "$type": "fontSizes", - "$value": "24" - }, - "6": { - "$type": "fontSizes", - "$value": "30" - }, - "7": { - "$type": "fontSizes", - "$value": "36" - }, - "8": { - "$type": "fontSizes", - "$value": "48" - }, - "9": { - "$type": "fontSizes", - "$value": "60" - }, - "10": { - "$type": "fontSizes", - "$value": "72" - } - }, - "letter-spacing": { - "1": { - "$type": "letterSpacing", - "$value": "-1%" - }, - "2": { - "$type": "letterSpacing", - "$value": "-0.5%" - }, - "3": { - "$type": "letterSpacing", - "$value": "-0.25%" - }, - "4": { - "$type": "letterSpacing", - "$value": "-0.15%" - }, - "5": { - "$type": "letterSpacing", - "$value": "0%" - }, - "6": { - "$type": "letterSpacing", - "$value": "0.15%" - }, - "7": { - "$type": "letterSpacing", - "$value": "0.25%" - }, - "8": { - "$type": "letterSpacing", - "$value": "0.5%" - }, - "9": { - "$type": "letterSpacing", - "$value": "1.5%" - } - } - }, - "primitives/modes/typography/primary/digdir": { - "digdir": { - "font-family": { - "$type": "fontFamilies", - "$value": "Inter" - }, - "font-weight": { - "medium": { - "$type": "fontWeights", - "$value": "Medium" - }, - "semibold": { - "$type": "fontWeights", - "$value": "Semi bold" - }, - "regular": { - "$type": "fontWeights", - "$value": "Regular" - } - } - } - }, - "primitives/modes/typography/primary/altinn": { - "altinn": { - "font-family": { - "$type": "fontFamilies", - "$value": "Inter" - }, - "font-weight": { - "medium": { - "$type": "fontWeights", - "$value": "Medium" - }, - "semibold": { - "$type": "fontWeights", - "$value": "Semi bold" - }, - "regular": { - "$type": "fontWeights", - "$value": "Regular" - } - } - } - }, - "primitives/modes/typography/primary/uutilsynet": { - "uutilsynet": { - "font-family": { - "$type": "fontFamilies", - "$value": "Inter" - }, - "font-weight": { - "medium": { - "$type": "fontWeights", - "$value": "Medium" - }, - "semibold": { - "$type": "fontWeights", - "$value": "Semi bold" - }, - "regular": { - "$type": "fontWeights", - "$value": "Regular" - } - } - } - }, - "primitives/modes/typography/primary/portal": { - "portal": { - "font-family": { - "$type": "fontFamilies", - "$value": "Inter" - }, - "font-weight": { - "medium": { - "$type": "fontWeights", - "$value": "Medium" - }, - "semibold": { - "$type": "fontWeights", - "$value": "Semi bold" - }, - "regular": { - "$type": "fontWeights", - "$value": "Regular" - } - } - } - }, - "primitives/modes/typography/secondary/digdir": { - "digdir": { - "font-family": { - "$type": "fontFamilies", - "$value": "IBM Plex Mono" - }, - "font-weight": { - "medium": { - "$type": "fontWeights", - "$value": "Medium" - }, - "semibold": { - "$type": "fontWeights", - "$value": "SemiBold" - }, - "regular": { - "$type": "fontWeights", - "$value": "Regular" - } - } - } - }, - "primitives/modes/typography/secondary/altinn": { - "altinn": { - "font-family": { - "$type": "fontFamilies", - "$value": "IBM Plex Mono" - }, - "font-weight": { - "medium": { - "$type": "fontWeights", - "$value": "Medium" - }, - "semibold": { - "$type": "fontWeights", - "$value": "SemiBold" - }, - "regular": { - "$type": "fontWeights", - "$value": "Regular" - } - } - } - }, - "primitives/modes/typography/secondary/uutilsynet": { - "uutilsynet": { - "font-family": { - "$type": "fontFamilies", - "$value": "IBM Plex Mono" - }, - "font-weight": { - "medium": { - "$type": "fontWeights", - "$value": "Medium" - }, - "semibold": { - "$type": "fontWeights", - "$value": "SemiBold" - }, - "regular": { - "$type": "fontWeights", - "$value": "Regular" - } - } - } - }, - "primitives/modes/typography/secondary/portal": { - "portal": { - "font-family": { - "$type": "fontFamilies", - "$value": "IBM Plex Mono" - }, - "font-weight": { - "medium": { - "$type": "fontWeights", - "$value": "Medium" - }, - "semibold": { - "$type": "fontWeights", - "$value": "SemiBold" - }, - "regular": { - "$type": "fontWeights", - "$value": "Regular" - } - } - } - }, - "primitives/modes/color-scheme/dark/global": { - "global": { - "blue": { - "1": { - "$type": "color", - "$value": "#0d1925" - }, - "2": { - "$type": "color", - "$value": "#112130" - }, - "3": { - "$type": "color", - "$value": "#15293d" - }, - "4": { - "$type": "color", - "$value": "#182f46" - }, - "5": { - "$type": "color", - "$value": "#1c3751" - }, - "6": { - "$type": "color", - "$value": "#234566" - }, - "7": { - "$type": "color", - "$value": "#2a537a" - }, - "8": { - "$type": "color", - "$value": "#5585b4" - }, - "9": { - "$type": "color", - "$value": "#8aabcb" - }, - "10": { - "$type": "color", - "$value": "#8aabcb" - }, - "11": { - "$type": "color", - "$value": "#e6edf4" - }, - "12": { - "$type": "color", - "$value": "#2d85c9" - }, - "13": { - "$type": "color", - "$value": "#519ad2" - }, - "14": { - "$type": "color", - "$value": "#77b0dc" - }, - "15": { - "$type": "color", - "$value": "#050e15" - }, - "16": { - "$type": "color", - "$value": "#000000" - } - }, - "green": { - "1": { - "$type": "color", - "$value": "#0d1b0d" - }, - "2": { - "$type": "color", - "$value": "#112411" - }, - "3": { - "$type": "color", - "$value": "#152d15" - }, - "4": { - "$type": "color", - "$value": "#183418" - }, - "5": { - "$type": "color", - "$value": "#1c3c1c" - }, - "6": { - "$type": "color", - "$value": "#244c24" - }, - "7": { - "$type": "color", - "$value": "#2b5a2b" - }, - "8": { - "$type": "color", - "$value": "#528f52" - }, - "9": { - "$type": "color", - "$value": "#89b289" - }, - "10": { - "$type": "color", - "$value": "#89b289" - }, - "11": { - "$type": "color", - "$value": "#e6efe6" - }, - "12": { - "$type": "color", - "$value": "#138d24" - }, - "13": { - "$type": "color", - "$value": "#3ca14b" - }, - "14": { - "$type": "color", - "$value": "#66b571" - }, - "15": { - "$type": "color", - "$value": "#010501" - }, - "16": { - "$type": "color", - "$value": "#000000" - } - }, - "orange": { - "1": { - "$type": "color", - "$value": "#1e160d" - }, - "2": { - "$type": "color", - "$value": "#281e11" - }, - "3": { - "$type": "color", - "$value": "#322616" - }, - "4": { - "$type": "color", - "$value": "#3a2b19" - }, - "5": { - "$type": "color", - "$value": "#43321d" - }, - "6": { - "$type": "color", - "$value": "#543f24" - }, - "7": { - "$type": "color", - "$value": "#654b2b" - }, - "8": { - "$type": "color", - "$value": "#a37a46" - }, - "9": { - "$type": "color", - "$value": "#d39e5b" - }, - "10": { - "$type": "color", - "$value": "#d39e5b" - }, - "11": { - "$type": "color", - "$value": "#f7ebdb" - }, - "12": { - "$type": "color", - "$value": "#60400b" - }, - "13": { - "$type": "color", - "$value": "#7a510e" - }, - "14": { - "$type": "color", - "$value": "#946211" - }, - "15": { - "$type": "color", - "$value": "#e6e2d9" - }, - "16": { - "$type": "color", - "$value": "#ffffff" - } - }, - "purple": { - "1": { - "$type": "color", - "$value": "#1d1328" - }, - "2": { - "$type": "color", - "$value": "#261a35" - }, - "3": { - "$type": "color", - "$value": "#312043" - }, - "4": { - "$type": "color", - "$value": "#38254d" - }, - "5": { - "$type": "color", - "$value": "#412b59" - }, - "6": { - "$type": "color", - "$value": "#513670" - }, - "7": { - "$type": "color", - "$value": "#614185" - }, - "8": { - "$type": "color", - "$value": "#8e78a8" - }, - "9": { - "$type": "color", - "$value": "#b1a2c3" - }, - "10": { - "$type": "color", - "$value": "#b1a2c3" - }, - "11": { - "$type": "color", - "$value": "#eeebf2" - }, - "12": { - "$type": "color", - "$value": "#b49acd" - }, - "13": { - "$type": "color", - "$value": "#a282c1" - }, - "14": { - "$type": "color", - "$value": "#906ab5" - }, - "15": { - "$type": "color", - "$value": "#18151c" - }, - "16": { - "$type": "color", - "$value": "#000000" - } - }, - "red": { - "1": { - "$type": "color", - "$value": "#2a100e" - }, - "2": { - "$type": "color", - "$value": "#371512" - }, - "3": { - "$type": "color", - "$value": "#451b17" - }, - "4": { - "$type": "color", - "$value": "#4f1f1b" - }, - "5": { - "$type": "color", - "$value": "#5c241f" - }, - "6": { - "$type": "color", - "$value": "#722d27" - }, - "7": { - "$type": "color", - "$value": "#88352e" - }, - "8": { - "$type": "color", - "$value": "#bc6b64" - }, - "9": { - "$type": "color", - "$value": "#d19a96" - }, - "10": { - "$type": "color", - "$value": "#d19a96" - }, - "11": { - "$type": "color", - "$value": "#f5eae9" - }, - "12": { - "$type": "color", - "$value": "#d76e6e" - }, - "13": { - "$type": "color", - "$value": "#df8b8b" - }, - "14": { - "$type": "color", - "$value": "#e7a8a8" - }, - "15": { - "$type": "color", - "$value": "#271414" - }, - "16": { - "$type": "color", - "$value": "#000000" - } - } - } - }, - "primitives/modes/color-scheme/dark/digdir": { - "digdir": { - "accent": { - "1": { - "$type": "color", - "$value": "#0c1927" - }, - "2": { - "$type": "color", - "$value": "#102033" - }, - "3": { - "$type": "color", - "$value": "#142941" - }, - "4": { - "$type": "color", - "$value": "#172f4b" - }, - "5": { - "$type": "color", - "$value": "#1a3757" - }, - "6": { - "$type": "color", - "$value": "#21446d" - }, - "7": { - "$type": "color", - "$value": "#285182" - }, - "8": { - "$type": "color", - "$value": "#5a84b4" - }, - "9": { - "$type": "color", - "$value": "#8eaacb" - }, - "10": { - "$type": "color", - "$value": "#8eaacb" - }, - "11": { - "$type": "color", - "$value": "#e7edf4" - }, - "12": { - "$type": "color", - "$value": "#4c91cf" - }, - "13": { - "$type": "color", - "$value": "#6fa6d8" - }, - "14": { - "$type": "color", - "$value": "#92bce1" - }, - "15": { - "$type": "color", - "$value": "#0d1924" - }, - "16": { - "$type": "color", - "$value": "#000000" - } - }, - "brand1": { - "1": { - "$type": "color", - "$value": "#241313" - }, - "2": { - "$type": "color", - "$value": "#301919" - }, - "3": { - "$type": "color", - "$value": "#3c2020" - }, - "4": { - "$type": "color", - "$value": "#452524" - }, - "5": { - "$type": "color", - "$value": "#502b2a" - }, - "6": { - "$type": "color", - "$value": "#653635" - }, - "7": { - "$type": "color", - "$value": "#78403f" - }, - "8": { - "$type": "color", - "$value": "#c16766" - }, - "9": { - "$type": "color", - "$value": "#e39291" - }, - "10": { - "$type": "color", - "$value": "#e39291" - }, - "11": { - "$type": "color", - "$value": "#f9e8e8" - }, - "12": { - "$type": "color", - "$value": "#9f3e41" - }, - "13": { - "$type": "color", - "$value": "#7f3234" - }, - "14": { - "$type": "color", - "$value": "#612628" - }, - "15": { - "$type": "color", - "$value": "#ffffff" - }, - "16": { - "$type": "color", - "$value": "#ffffff" - } - }, - "brand2": { - "1": { - "$type": "color", - "$value": "#1c170d" - }, - "2": { - "$type": "color", - "$value": "#261f11" - }, - "3": { - "$type": "color", - "$value": "#2f2716" - }, - "4": { - "$type": "color", - "$value": "#372c19" - }, - "5": { - "$type": "color", - "$value": "#40341d" - }, - "6": { - "$type": "color", - "$value": "#504124" - }, - "7": { - "$type": "color", - "$value": "#5f4e2b" - }, - "8": { - "$type": "color", - "$value": "#9a7d46" - }, - "9": { - "$type": "color", - "$value": "#c8a25b" - }, - "10": { - "$type": "color", - "$value": "#c8a25b" - }, - "11": { - "$type": "color", - "$value": "#f5ebd8" - }, - "12": { - "$type": "color", - "$value": "#513c0b" - }, - "13": { - "$type": "color", - "$value": "#694e0f" - }, - "14": { - "$type": "color", - "$value": "#816012" - }, - "15": { - "$type": "color", - "$value": "#ddd9cf" - }, - "16": { - "$type": "color", - "$value": "#ffffff" - } - }, - "brand3": { - "1": { - "$type": "color", - "$value": "#0e1923" - }, - "2": { - "$type": "color", - "$value": "#12212e" - }, - "3": { - "$type": "color", - "$value": "#17293b" - }, - "4": { - "$type": "color", - "$value": "#1a2f43" - }, - "5": { - "$type": "color", - "$value": "#1e374f" - }, - "6": { - "$type": "color", - "$value": "#264563" - }, - "7": { - "$type": "color", - "$value": "#2d5376" - }, - "8": { - "$type": "color", - "$value": "#4985be" - }, - "9": { - "$type": "color", - "$value": "#76ade0" - }, - "10": { - "$type": "color", - "$value": "#76ade0" - }, - "11": { - "$type": "color", - "$value": "#e2eef8" - }, - "12": { - "$type": "color", - "$value": "#135f9a" - }, - "13": { - "$type": "color", - "$value": "#0f4c7a" - }, - "14": { - "$type": "color", - "$value": "#0b395d" - }, - "15": { - "$type": "color", - "$value": "#fbfcfd" - }, - "16": { - "$type": "color", - "$value": "#ffffff" - } - }, - "neutral": { - "1": { - "$type": "color", - "$value": "#13181f" - }, - "2": { - "$type": "color", - "$value": "#192029" - }, - "3": { - "$type": "color", - "$value": "#202834" - }, - "4": { - "$type": "color", - "$value": "#262e3a" - }, - "5": { - "$type": "color", - "$value": "#2e3641" - }, - "6": { - "$type": "color", - "$value": "#3c444e" - }, - "7": { - "$type": "color", - "$value": "#49515a" - }, - "8": { - "$type": "color", - "$value": "#7c8289" - }, - "9": { - "$type": "color", - "$value": "#a4a8ad" - }, - "10": { - "$type": "color", - "$value": "#a4a8ad" - }, - "11": { - "$type": "color", - "$value": "#ebeced" - }, - "12": { - "$type": "color", - "$value": "#a6acb2" - }, - "13": { - "$type": "color", - "$value": "#90979f" - }, - "14": { - "$type": "color", - "$value": "#7a828c" - }, - "15": { - "$type": "color", - "$value": "#1b1c1d" - }, - "16": { - "$type": "color", - "$value": "#000000" - } - } - } - }, - "primitives/modes/color-scheme/dark/altinn": { - "altinn": { - "accent": { - "1": { - "$type": "color", - "$value": "#0c1927" - }, - "2": { - "$type": "color", - "$value": "#102033" - }, - "3": { - "$type": "color", - "$value": "#142941" - }, - "4": { - "$type": "color", - "$value": "#172f4b" - }, - "5": { - "$type": "color", - "$value": "#1a3757" - }, - "6": { - "$type": "color", - "$value": "#21446d" - }, - "7": { - "$type": "color", - "$value": "#285182" - }, - "8": { - "$type": "color", - "$value": "#5a84b4" - }, - "9": { - "$type": "color", - "$value": "#8eaacb" - }, - "10": { - "$type": "color", - "$value": "#8eaacb" - }, - "11": { - "$type": "color", - "$value": "#e7edf4" - }, - "12": { - "$type": "color", - "$value": "#4c91cf" - }, - "13": { - "$type": "color", - "$value": "#6fa6d8" - }, - "14": { - "$type": "color", - "$value": "#92bce1" - }, - "15": { - "$type": "color", - "$value": "#0d1924" - }, - "16": { - "$type": "color", - "$value": "#000000" - } - }, - "brand1": { - "1": { - "$type": "color", - "$value": "#0c1927" - }, - "2": { - "$type": "color", - "$value": "#102033" - }, - "3": { - "$type": "color", - "$value": "#142941" - }, - "4": { - "$type": "color", - "$value": "#172f4b" - }, - "5": { - "$type": "color", - "$value": "#1a3757" - }, - "6": { - "$type": "color", - "$value": "#21446d" - }, - "7": { - "$type": "color", - "$value": "#285182" - }, - "8": { - "$type": "color", - "$value": "#5a84b4" - }, - "9": { - "$type": "color", - "$value": "#8eaacb" - }, - "10": { - "$type": "color", - "$value": "#8eaacb" - }, - "11": { - "$type": "color", - "$value": "#e7edf4" - }, - "12": { - "$type": "color", - "$value": "#4d91cf" - }, - "13": { - "$type": "color", - "$value": "#6fa6d8" - }, - "14": { - "$type": "color", - "$value": "#92bce1" - }, - "15": { - "$type": "color", - "$value": "#0d1924" - }, - "16": { - "$type": "color", - "$value": "#000000" - } - }, - "brand2": { - "1": { - "$type": "color", - "$value": "#191623" - }, - "2": { - "$type": "color", - "$value": "#221d2f" - }, - "3": { - "$type": "color", - "$value": "#2b243b" - }, - "4": { - "$type": "color", - "$value": "#312a44" - }, - "5": { - "$type": "color", - "$value": "#39314f" - }, - "6": { - "$type": "color", - "$value": "#473e5e" - }, - "7": { - "$type": "color", - "$value": "#544c69" - }, - "8": { - "$type": "color", - "$value": "#847e93" - }, - "9": { - "$type": "color", - "$value": "#aaa6b4" - }, - "10": { - "$type": "color", - "$value": "#aaa6b4" - }, - "11": { - "$type": "color", - "$value": "#edecef" - }, - "12": { - "$type": "color", - "$value": "#aea8bc" - }, - "13": { - "$type": "color", - "$value": "#9a92ac" - }, - "14": { - "$type": "color", - "$value": "#857d9b" - }, - "15": { - "$type": "color", - "$value": "#1c1b1e" - }, - "16": { - "$type": "color", - "$value": "#000000" - } - }, - "brand3": { - "1": { - "$type": "color", - "$value": "#281112" - }, - "2": { - "$type": "color", - "$value": "#351618" - }, - "3": { - "$type": "color", - "$value": "#421c1e" - }, - "4": { - "$type": "color", - "$value": "#4c2023" - }, - "5": { - "$type": "color", - "$value": "#582528" - }, - "6": { - "$type": "color", - "$value": "#6f2f33" - }, - "7": { - "$type": "color", - "$value": "#84383c" - }, - "8": { - "$type": "color", - "$value": "#cb6066" - }, - "9": { - "$type": "color", - "$value": "#dc9599" - }, - "10": { - "$type": "color", - "$value": "#dc9599" - }, - "11": { - "$type": "color", - "$value": "#f8e9ea" - }, - "12": { - "$type": "color", - "$value": "#e0304b" - }, - "13": { - "$type": "color", - "$value": "#e75c71" - }, - "14": { - "$type": "color", - "$value": "#ec7f90" - }, - "15": { - "$type": "color", - "$value": "#000000" - }, - "16": { - "$type": "color", - "$value": "#000000" - } - }, - "neutral": { - "1": { - "$type": "color", - "$value": "#13181f" - }, - "2": { - "$type": "color", - "$value": "#192029" - }, - "3": { - "$type": "color", - "$value": "#202834" - }, - "4": { - "$type": "color", - "$value": "#262e3a" - }, - "5": { - "$type": "color", - "$value": "#2e3641" - }, - "6": { - "$type": "color", - "$value": "#3c444e" - }, - "7": { - "$type": "color", - "$value": "#49515a" - }, - "8": { - "$type": "color", - "$value": "#7c8289" - }, - "9": { - "$type": "color", - "$value": "#a4a8ad" - }, - "10": { - "$type": "color", - "$value": "#a4a8ad" - }, - "11": { - "$type": "color", - "$value": "#ebeced" - }, - "12": { - "$type": "color", - "$value": "#a6acb2" - }, - "13": { - "$type": "color", - "$value": "#90979f" - }, - "14": { - "$type": "color", - "$value": "#7a828c" - }, - "15": { - "$type": "color", - "$value": "#1b1c1d" - }, - "16": { - "$type": "color", - "$value": "#000000" - } - } - } - }, - "primitives/modes/color-scheme/dark/uutilsynet": { - "uutilsynet": { - "accent": { - "1": { - "$type": "color", - "$value": "#0c1927" - }, - "2": { - "$type": "color", - "$value": "#102033" - }, - "3": { - "$type": "color", - "$value": "#142941" - }, - "4": { - "$type": "color", - "$value": "#172f4b" - }, - "5": { - "$type": "color", - "$value": "#1a3757" - }, - "6": { - "$type": "color", - "$value": "#21446d" - }, - "7": { - "$type": "color", - "$value": "#285182" - }, - "8": { - "$type": "color", - "$value": "#5a84b4" - }, - "9": { - "$type": "color", - "$value": "#8eaacb" - }, - "10": { - "$type": "color", - "$value": "#8eaacb" - }, - "11": { - "$type": "color", - "$value": "#e7edf4" - }, - "12": { - "$type": "color", - "$value": "#4c91cf" - }, - "13": { - "$type": "color", - "$value": "#6fa6d8" - }, - "14": { - "$type": "color", - "$value": "#92bce1" - }, - "15": { - "$type": "color", - "$value": "#0d1924" - }, - "16": { - "$type": "color", - "$value": "#000000" - } - }, - "brand1": { - "1": { - "$type": "color", - "$value": "#151727" - }, - "2": { - "$type": "color", - "$value": "#1b1e34" - }, - "3": { - "$type": "color", - "$value": "#232641" - }, - "4": { - "$type": "color", - "$value": "#282b4b" - }, - "5": { - "$type": "color", - "$value": "#2e3258" - }, - "6": { - "$type": "color", - "$value": "#3a3f6e" - }, - "7": { - "$type": "color", - "$value": "#464b83" - }, - "8": { - "$type": "color", - "$value": "#757cbf" - }, - "9": { - "$type": "color", - "$value": "#a0a5d3" - }, - "10": { - "$type": "color", - "$value": "#a0a5d3" - }, - "11": { - "$type": "color", - "$value": "#ebecf6" - }, - "12": { - "$type": "color", - "$value": "#7378d8" - }, - "13": { - "$type": "color", - "$value": "#8c8fdf" - }, - "14": { - "$type": "color", - "$value": "#a3a6e5" - }, - "15": { - "$type": "color", - "$value": "#0d0d18" - }, - "16": { - "$type": "color", - "$value": "#000000" - } - }, - "brand2": { - "1": { - "$type": "color", - "$value": "#1e1611" - }, - "2": { - "$type": "color", - "$value": "#281d16" - }, - "3": { - "$type": "color", - "$value": "#32251c" - }, - "4": { - "$type": "color", - "$value": "#3a2b21" - }, - "5": { - "$type": "color", - "$value": "#433226" - }, - "6": { - "$type": "color", - "$value": "#543e30" - }, - "7": { - "$type": "color", - "$value": "#644b39" - }, - "8": { - "$type": "color", - "$value": "#a2785c" - }, - "9": { - "$type": "color", - "$value": "#d39c78" - }, - "10": { - "$type": "color", - "$value": "#d39c78" - }, - "11": { - "$type": "color", - "$value": "#fae9de" - }, - "12": { - "$type": "color", - "$value": "#4e3320" - }, - "13": { - "$type": "color", - "$value": "#66432a" - }, - "14": { - "$type": "color", - "$value": "#805435" - }, - "15": { - "$type": "color", - "$value": "#d6d0cc" - }, - "16": { - "$type": "color", - "$value": "#ffffff" - } - }, - "brand3": { - "1": { - "$type": "color", - "$value": "#121917" - }, - "2": { - "$type": "color", - "$value": "#18211f" - }, - "3": { - "$type": "color", - "$value": "#1e2a27" - }, - "4": { - "$type": "color", - "$value": "#22312d" - }, - "5": { - "$type": "color", - "$value": "#283934" - }, - "6": { - "$type": "color", - "$value": "#324741" - }, - "7": { - "$type": "color", - "$value": "#3c554e" - }, - "8": { - "$type": "color", - "$value": "#61897e" - }, - "9": { - "$type": "color", - "$value": "#8ab0a5" - }, - "10": { - "$type": "color", - "$value": "#8ab0a5" - }, - "11": { - "$type": "color", - "$value": "#e6eeec" - }, - "12": { - "$type": "color", - "$value": "#386257" - }, - "13": { - "$type": "color", - "$value": "#2c4d45" - }, - "14": { - "$type": "color", - "$value": "#213a33" - }, - "15": { - "$type": "color", - "$value": "#f9fafa" - }, - "16": { - "$type": "color", - "$value": "#ffffff" - } - }, - "neutral": { - "1": { - "$type": "color", - "$value": "#13181f" - }, - "2": { - "$type": "color", - "$value": "#192029" - }, - "3": { - "$type": "color", - "$value": "#202834" - }, - "4": { - "$type": "color", - "$value": "#262e3a" - }, - "5": { - "$type": "color", - "$value": "#2e3641" - }, - "6": { - "$type": "color", - "$value": "#3c444e" - }, - "7": { - "$type": "color", - "$value": "#49515a" - }, - "8": { - "$type": "color", - "$value": "#7c8289" - }, - "9": { - "$type": "color", - "$value": "#a4a8ad" - }, - "10": { - "$type": "color", - "$value": "#a4a8ad" - }, - "11": { - "$type": "color", - "$value": "#ebeced" - }, - "12": { - "$type": "color", - "$value": "#a6acb2" - }, - "13": { - "$type": "color", - "$value": "#90979f" - }, - "14": { - "$type": "color", - "$value": "#7a828c" - }, - "15": { - "$type": "color", - "$value": "#1b1c1d" - }, - "16": { - "$type": "color", - "$value": "#000000" - } - } - } - }, - "primitives/modes/color-scheme/dark/portal": { - "portal": { - "accent": { - "1": { - "$type": "color", - "$value": "#20112f" - }, - "2": { - "$type": "color", - "$value": "#2a163e" - }, - "3": { - "$type": "color", - "$value": "#351b4e" - }, - "4": { - "$type": "color", - "$value": "#3c1f59" - }, - "5": { - "$type": "color", - "$value": "#462568" - }, - "6": { - "$type": "color", - "$value": "#543473" - }, - "7": { - "$type": "color", - "$value": "#60437e" - }, - "8": { - "$type": "color", - "$value": "#8e79a3" - }, - "9": { - "$type": "color", - "$value": "#b1a2bf" - }, - "10": { - "$type": "color", - "$value": "#b1a2bf" - }, - "11": { - "$type": "color", - "$value": "#eeebf1" - }, - "12": { - "$type": "color", - "$value": "#baa2cd" - }, - "13": { - "$type": "color", - "$value": "#a88bc0" - }, - "14": { - "$type": "color", - "$value": "#9673b3" - }, - "15": { - "$type": "color", - "$value": "#1d1a20" - }, - "16": { - "$type": "color", - "$value": "#000000" - } - }, - "brand1": { - "1": { - "$type": "color", - "$value": "#1d1425" - }, - "2": { - "$type": "color", - "$value": "#261b31" - }, - "3": { - "$type": "color", - "$value": "#30223e" - }, - "4": { - "$type": "color", - "$value": "#372747" - }, - "5": { - "$type": "color", - "$value": "#412d52" - }, - "6": { - "$type": "color", - "$value": "#513867" - }, - "7": { - "$type": "color", - "$value": "#61437b" - }, - "8": { - "$type": "color", - "$value": "#9b6ec4" - }, - "9": { - "$type": "color", - "$value": "#ba9cd6" - }, - "10": { - "$type": "color", - "$value": "#ba9cd6" - }, - "11": { - "$type": "color", - "$value": "#f0eaf6" - }, - "12": { - "$type": "color", - "$value": "#9652cb" - }, - "13": { - "$type": "color", - "$value": "#7d45aa" - }, - "14": { - "$type": "color", - "$value": "#643788" - }, - "15": { - "$type": "color", - "$value": "#fbf8fd" - }, - "16": { - "$type": "color", - "$value": "#ffffff" - } - }, - "brand2": { - "1": { - "$type": "color", - "$value": "#1f1420" - }, - "2": { - "$type": "color", - "$value": "#291a2a" - }, - "3": { - "$type": "color", - "$value": "#342135" - }, - "4": { - "$type": "color", - "$value": "#3c263d" - }, - "5": { - "$type": "color", - "$value": "#462d47" - }, - "6": { - "$type": "color", - "$value": "#573859" - }, - "7": { - "$type": "color", - "$value": "#68436a" - }, - "8": { - "$type": "color", - "$value": "#a86cab" - }, - "9": { - "$type": "color", - "$value": "#d491d6" - }, - "10": { - "$type": "color", - "$value": "#d491d6" - }, - "11": { - "$type": "color", - "$value": "#f6e8f7" - }, - "12": { - "$type": "color", - "$value": "#773d79" - }, - "13": { - "$type": "color", - "$value": "#5d305f" - }, - "14": { - "$type": "color", - "$value": "#442345" - }, - "15": { - "$type": "color", - "$value": "#f4f0f4" - }, - "16": { - "$type": "color", - "$value": "#ffffff" - } - }, - "brand3": { - "1": { - "$type": "color", - "$value": "#21141c" - }, - "2": { - "$type": "color", - "$value": "#2c1a25" - }, - "3": { - "$type": "color", - "$value": "#37212f" - }, - "4": { - "$type": "color", - "$value": "#3f2636" - }, - "5": { - "$type": "color", - "$value": "#4a2c3f" - }, - "6": { - "$type": "color", - "$value": "#5d374f" - }, - "7": { - "$type": "color", - "$value": "#6f415f" - }, - "8": { - "$type": "color", - "$value": "#b26a98" - }, - "9": { - "$type": "color", - "$value": "#db91c0" - }, - "10": { - "$type": "color", - "$value": "#db91c0" - }, - "11": { - "$type": "color", - "$value": "#f8e8f2" - }, - "12": { - "$type": "color", - "$value": "#873e6f" - }, - "13": { - "$type": "color", - "$value": "#6a3158" - }, - "14": { - "$type": "color", - "$value": "#4f2441" - }, - "15": { - "$type": "color", - "$value": "#f9f6f8" - }, - "16": { - "$type": "color", - "$value": "#ffffff" - } - }, - "neutral": { - "1": { - "$type": "color", - "$value": "#13181f" - }, - "2": { - "$type": "color", - "$value": "#192029" - }, - "3": { - "$type": "color", - "$value": "#202834" - }, - "4": { - "$type": "color", - "$value": "#262e3a" - }, - "5": { - "$type": "color", - "$value": "#2e3641" - }, - "6": { - "$type": "color", - "$value": "#3c444e" - }, - "7": { - "$type": "color", - "$value": "#49515a" - }, - "8": { - "$type": "color", - "$value": "#7c8289" - }, - "9": { - "$type": "color", - "$value": "#a4a8ad" - }, - "10": { - "$type": "color", - "$value": "#a4a8ad" - }, - "11": { - "$type": "color", - "$value": "#ebeced" - }, - "12": { - "$type": "color", - "$value": "#a6acb2" - }, - "13": { - "$type": "color", - "$value": "#90979f" - }, - "14": { - "$type": "color", - "$value": "#7a828c" - }, - "15": { - "$type": "color", - "$value": "#1b1c1d" - }, - "16": { - "$type": "color", - "$value": "#000000" - } - } - } - }, - "primitives/modes/color-scheme/light/global": { - "global": { - "blue": { - "1": { - "$type": "color", - "$value": "#ffffff" - }, - "2": { - "$type": "color", - "$value": "#edf5fa" - }, - "3": { - "$type": "color", - "$value": "#ffffff" - }, - "4": { - "$type": "color", - "$value": "#dcebf6" - }, - "5": { - "$type": "color", - "$value": "#c5ddf0" - }, - "6": { - "$type": "color", - "$value": "#abcfe9" - }, - "7": { - "$type": "color", - "$value": "#94c1e3" - }, - "8": { - "$type": "color", - "$value": "#1f7dc5" - }, - "9": { - "$type": "color", - "$value": "#0860a3" - }, - "10": { - "$type": "color", - "$value": "#0860a3" - }, - "11": { - "$type": "color", - "$value": "#042d4d" - }, - "12": { - "$type": "color", - "$value": "#0A71C0" - }, - "13": { - "$type": "color", - "$value": "#085d9f" - }, - "14": { - "$type": "color", - "$value": "#074a7e" - }, - "15": { - "$type": "color", - "$value": "#eff6fb" - }, - "16": { - "$type": "color", - "$value": "#ffffff" - } - }, - "green": { - "1": { - "$type": "color", - "$value": "#ffffff" - }, - "2": { - "$type": "color", - "$value": "#ecf6ee" - }, - "3": { - "$type": "color", - "$value": "#ffffff" - }, - "4": { - "$type": "color", - "$value": "#daeddd" - }, - "5": { - "$type": "color", - "$value": "#c3e2c7" - }, - "6": { - "$type": "color", - "$value": "#a8d5ae" - }, - "7": { - "$type": "color", - "$value": "#8fc997" - }, - "8": { - "$type": "color", - "$value": "#108c22" - }, - "9": { - "$type": "color", - "$value": "#056d13" - }, - "10": { - "$type": "color", - "$value": "#056d13" - }, - "11": { - "$type": "color", - "$value": "#023409" - }, - "12": { - "$type": "color", - "$value": "#068718" - }, - "13": { - "$type": "color", - "$value": "#057014" - }, - "14": { - "$type": "color", - "$value": "#045a10" - }, - "15": { - "$type": "color", - "$value": "#fafdfb" - }, - "16": { - "$type": "color", - "$value": "#ffffff" - } - }, - "orange": { - "1": { - "$type": "color", - "$value": "#ffffff" - }, - "2": { - "$type": "color", - "$value": "#fcf2e2" - }, - "3": { - "$type": "color", - "$value": "#ffffff" - }, - "4": { - "$type": "color", - "$value": "#fae6c6" - }, - "5": { - "$type": "color", - "$value": "#f6d5a0" - }, - "6": { - "$type": "color", - "$value": "#f2c275" - }, - "7": { - "$type": "color", - "$value": "#eeb04c" - }, - "8": { - "$type": "color", - "$value": "#a56d13" - }, - "9": { - "$type": "color", - "$value": "#80540f" - }, - "10": { - "$type": "color", - "$value": "#80540f" - }, - "11": { - "$type": "color", - "$value": "#3c2807" - }, - "12": { - "$type": "color", - "$value": "#EA9B1B" - }, - "13": { - "$type": "color", - "$value": "#cd8818" - }, - "14": { - "$type": "color", - "$value": "#b27614" - }, - "15": { - "$type": "color", - "$value": "#271a04" - }, - "16": { - "$type": "color", - "$value": "#000000" - } - }, - "purple": { - "1": { - "$type": "color", - "$value": "#ffffff" - }, - "2": { - "$type": "color", - "$value": "#f6f2f9" - }, - "3": { - "$type": "color", - "$value": "#ffffff" - }, - "4": { - "$type": "color", - "$value": "#ece6f3" - }, - "5": { - "$type": "color", - "$value": "#e0d6eb" - }, - "6": { - "$type": "color", - "$value": "#d3c4e2" - }, - "7": { - "$type": "color", - "$value": "#c7b4da" - }, - "8": { - "$type": "color", - "$value": "#8e68b4" - }, - "9": { - "$type": "color", - "$value": "#7647a3" - }, - "10": { - "$type": "color", - "$value": "#7647a3" - }, - "11": { - "$type": "color", - "$value": "#3a1d57" - }, - "12": { - "$type": "color", - "$value": "#663299" - }, - "13": { - "$type": "color", - "$value": "#4f2776" - }, - "14": { - "$type": "color", - "$value": "#371b53" - }, - "15": { - "$type": "color", - "$value": "#eee8f3" - }, - "16": { - "$type": "color", - "$value": "#ffffff" - } - }, - "red": { - "1": { - "$type": "color", - "$value": "#ffffff" - }, - "2": { - "$type": "color", - "$value": "#fbf1f1" - }, - "3": { - "$type": "color", - "$value": "#ffffff" - }, - "4": { - "$type": "color", - "$value": "#f8e4e4" - }, - "5": { - "$type": "color", - "$value": "#f3d2d2" - }, - "6": { - "$type": "color", - "$value": "#edbfbf" - }, - "7": { - "$type": "color", - "$value": "#e8adad" - }, - "8": { - "$type": "color", - "$value": "#ce4d4d" - }, - "9": { - "$type": "color", - "$value": "#b81a1a" - }, - "10": { - "$type": "color", - "$value": "#b81a1a" - }, - "11": { - "$type": "color", - "$value": "#590d0d" - }, - "12": { - "$type": "color", - "$value": "#C01B1B" - }, - "13": { - "$type": "color", - "$value": "#9b1616" - }, - "14": { - "$type": "color", - "$value": "#791111" - }, - "15": { - "$type": "color", - "$value": "#f7e1e1" - }, - "16": { - "$type": "color", - "$value": "#ffffff" - } - } - } - }, - "primitives/modes/color-scheme/light/digdir": { - "digdir": { - "accent": { - "1": { - "$type": "color", - "$value": "#ffffff" - }, - "2": { - "$type": "color", - "$value": "#eef4fa" - }, - "3": { - "$type": "color", - "$value": "#ffffff" - }, - "4": { - "$type": "color", - "$value": "#ddeaf6" - }, - "5": { - "$type": "color", - "$value": "#c7ddf0" - }, - "6": { - "$type": "color", - "$value": "#afcee9" - }, - "7": { - "$type": "color", - "$value": "#99c0e3" - }, - "8": { - "$type": "color", - "$value": "#2a7cc5" - }, - "9": { - "$type": "color", - "$value": "#005db1" - }, - "10": { - "$type": "color", - "$value": "#005db1" - }, - "11": { - "$type": "color", - "$value": "#002c54" - }, - "12": { - "$type": "color", - "$value": "#0062BA" - }, - "13": { - "$type": "color", - "$value": "#004f96" - }, - "14": { - "$type": "color", - "$value": "#003d75" - }, - "15": { - "$type": "color", - "$value": "#dbe9f5" - }, - "16": { - "$type": "color", - "$value": "#ffffff" - } - }, - "brand1": { - "1": { - "$type": "color", - "$value": "#ffffff" - }, - "2": { - "$type": "color", - "$value": "#fef0f1" - }, - "3": { - "$type": "color", - "$value": "#ffffff" - }, - "4": { - "$type": "color", - "$value": "#fde2e3" - }, - "5": { - "$type": "color", - "$value": "#fccfd1" - }, - "6": { - "$type": "color", - "$value": "#fababc" - }, - "7": { - "$type": "color", - "$value": "#f9a5a8" - }, - "8": { - "$type": "color", - "$value": "#cb4f53" - }, - "9": { - "$type": "color", - "$value": "#9e3d40" - }, - "10": { - "$type": "color", - "$value": "#9e3d40" - }, - "11": { - "$type": "color", - "$value": "#4b1d1e" - }, - "12": { - "$type": "color", - "$value": "#F45F63" - }, - "13": { - "$type": "color", - "$value": "#f78588" - }, - "14": { - "$type": "color", - "$value": "#f9a6a8" - }, - "15": { - "$type": "color", - "$value": "#020101" - }, - "16": { - "$type": "color", - "$value": "#000000" - } - }, - "brand2": { - "1": { - "$type": "color", - "$value": "#ffffff" - }, - "2": { - "$type": "color", - "$value": "#fbf3df" - }, - "3": { - "$type": "color", - "$value": "#ffffff" - }, - "4": { - "$type": "color", - "$value": "#f8e7c1" - }, - "5": { - "$type": "color", - "$value": "#f3d797" - }, - "6": { - "$type": "color", - "$value": "#edc567" - }, - "7": { - "$type": "color", - "$value": "#e8b43a" - }, - "8": { - "$type": "color", - "$value": "#9a7216" - }, - "9": { - "$type": "color", - "$value": "#775811" - }, - "10": { - "$type": "color", - "$value": "#775811" - }, - "11": { - "$type": "color", - "$value": "#382908" - }, - "12": { - "$type": "color", - "$value": "#E5AA20" - }, - "13": { - "$type": "color", - "$value": "#c9951c" - }, - "14": { - "$type": "color", - "$value": "#af8218" - }, - "15": { - "$type": "color", - "$value": "#2c2006" - }, - "16": { - "$type": "color", - "$value": "#000000" - } - }, - "brand3": { - "1": { - "$type": "color", - "$value": "#ffffff" - }, - "2": { - "$type": "color", - "$value": "#eaf5fe" - }, - "3": { - "$type": "color", - "$value": "#ffffff" - }, - "4": { - "$type": "color", - "$value": "#d5ecfd" - }, - "5": { - "$type": "color", - "$value": "#b9dffc" - }, - "6": { - "$type": "color", - "$value": "#99d0fa" - }, - "7": { - "$type": "color", - "$value": "#7bc3f9" - }, - "8": { - "$type": "color", - "$value": "#197dc9" - }, - "9": { - "$type": "color", - "$value": "#13619c" - }, - "10": { - "$type": "color", - "$value": "#13619c" - }, - "11": { - "$type": "color", - "$value": "#092d49" - }, - "12": { - "$type": "color", - "$value": "#1E98F5" - }, - "13": { - "$type": "color", - "$value": "#53b0f7" - }, - "14": { - "$type": "color", - "$value": "#81c5f9" - }, - "15": { - "$type": "color", - "$value": "#010507" - }, - "16": { - "$type": "color", - "$value": "#000000" - } - }, - "neutral": { - "1": { - "$type": "color", - "$value": "#ffffff" - }, - "2": { - "$type": "color", - "$value": "#f3f4f4" - }, - "3": { - "$type": "color", - "$value": "#ffffff" - }, - "4": { - "$type": "color", - "$value": "#e7e9ea" - }, - "5": { - "$type": "color", - "$value": "#d8dadd" - }, - "6": { - "$type": "color", - "$value": "#c7cacf" - }, - "7": { - "$type": "color", - "$value": "#b8bcc1" - }, - "8": { - "$type": "color", - "$value": "#717a84" - }, - "9": { - "$type": "color", - "$value": "#545e6b" - }, - "10": { - "$type": "color", - "$value": "#545e6b" - }, - "11": { - "$type": "color", - "$value": "#1f2c3d" - }, - "12": { - "$type": "color", - "$value": "#1E2B3C" - }, - "13": { - "$type": "color", - "$value": "#313d4d" - }, - "14": { - "$type": "color", - "$value": "#444f5d" - }, - "15": { - "$type": "color", - "$value": "#babec4" - }, - "16": { - "$type": "color", - "$value": "#ffffff" - } - } - } - }, - "primitives/modes/color-scheme/light/altinn": { - "altinn": { - "accent": { - "1": { - "$type": "color", - "$value": "#ffffff" - }, - "2": { - "$type": "color", - "$value": "#eef4fa" - }, - "3": { - "$type": "color", - "$value": "#ffffff" - }, - "4": { - "$type": "color", - "$value": "#ddeaf6" - }, - "5": { - "$type": "color", - "$value": "#c7ddf0" - }, - "6": { - "$type": "color", - "$value": "#afcee9" - }, - "7": { - "$type": "color", - "$value": "#99c0e3" - }, - "8": { - "$type": "color", - "$value": "#2a7cc5" - }, - "9": { - "$type": "color", - "$value": "#005db1" - }, - "10": { - "$type": "color", - "$value": "#005db1" - }, - "11": { - "$type": "color", - "$value": "#002c54" - }, - "12": { - "$type": "color", - "$value": "#0062BA" - }, - "13": { - "$type": "color", - "$value": "#004f96" - }, - "14": { - "$type": "color", - "$value": "#003d75" - }, - "15": { - "$type": "color", - "$value": "#dbe9f5" - }, - "16": { - "$type": "color", - "$value": "#ffffff" - } - }, - "brand1": { - "1": { - "$type": "color", - "$value": "#ffffff" - }, - "2": { - "$type": "color", - "$value": "#eef4fa" - }, - "3": { - "$type": "color", - "$value": "#ffffff" - }, - "4": { - "$type": "color", - "$value": "#ddeaf6" - }, - "5": { - "$type": "color", - "$value": "#c7ddf0" - }, - "6": { - "$type": "color", - "$value": "#afcee9" - }, - "7": { - "$type": "color", - "$value": "#99c0e3" - }, - "8": { - "$type": "color", - "$value": "#2b7cc5" - }, - "9": { - "$type": "color", - "$value": "#015db1" - }, - "10": { - "$type": "color", - "$value": "#015db1" - }, - "11": { - "$type": "color", - "$value": "#002c54" - }, - "12": { - "$type": "color", - "$value": "#0162BA" - }, - "13": { - "$type": "color", - "$value": "#014f96" - }, - "14": { - "$type": "color", - "$value": "#013d75" - }, - "15": { - "$type": "color", - "$value": "#dbe9f5" - }, - "16": { - "$type": "color", - "$value": "#ffffff" - } - }, - "brand2": { - "1": { - "$type": "color", - "$value": "#ffffff" - }, - "2": { - "$type": "color", - "$value": "#f4f3f6" - }, - "3": { - "$type": "color", - "$value": "#ffffff" - }, - "4": { - "$type": "color", - "$value": "#e9e8ed" - }, - "5": { - "$type": "color", - "$value": "#dbd9e2" - }, - "6": { - "$type": "color", - "$value": "#ccc8d5" - }, - "7": { - "$type": "color", - "$value": "#beb9ca" - }, - "8": { - "$type": "color", - "$value": "#7d7494" - }, - "9": { - "$type": "color", - "$value": "#63577e" - }, - "10": { - "$type": "color", - "$value": "#63577e" - }, - "11": { - "$type": "color", - "$value": "#30254a" - }, - "12": { - "$type": "color", - "$value": "#3F3161" - }, - "13": { - "$type": "color", - "$value": "#514470" - }, - "14": { - "$type": "color", - "$value": "#63587f" - }, - "15": { - "$type": "color", - "$value": "#d4d1db" - }, - "16": { - "$type": "color", - "$value": "#ffffff" - } - }, - "brand3": { - "1": { - "$type": "color", - "$value": "#ffffff" - }, - "2": { - "$type": "color", - "$value": "#fdf1f3" - }, - "3": { - "$type": "color", - "$value": "#ffffff" - }, - "4": { - "$type": "color", - "$value": "#fbe3e6" - }, - "5": { - "$type": "color", - "$value": "#f8d0d6" - }, - "6": { - "$type": "color", - "$value": "#f5bbc4" - }, - "7": { - "$type": "color", - "$value": "#f2a8b3" - }, - "8": { - "$type": "color", - "$value": "#e1344f" - }, - "9": { - "$type": "color", - "$value": "#b1253a" - }, - "10": { - "$type": "color", - "$value": "#b1253a" - }, - "11": { - "$type": "color", - "$value": "#55121c" - }, - "12": { - "$type": "color", - "$value": "#E02F4A" - }, - "13": { - "$type": "color", - "$value": "#e75c71" - }, - "14": { - "$type": "color", - "$value": "#ec7f90" - }, - "15": { - "$type": "color", - "$value": "#000000" - }, - "16": { - "$type": "color", - "$value": "#000000" - } - }, - "neutral": { - "1": { - "$type": "color", - "$value": "#ffffff" - }, - "2": { - "$type": "color", - "$value": "#f3f4f4" - }, - "3": { - "$type": "color", - "$value": "#ffffff" - }, - "4": { - "$type": "color", - "$value": "#e7e9ea" - }, - "5": { - "$type": "color", - "$value": "#d8dadd" - }, - "6": { - "$type": "color", - "$value": "#c7cacf" - }, - "7": { - "$type": "color", - "$value": "#b8bcc1" - }, - "8": { - "$type": "color", - "$value": "#717a84" - }, - "9": { - "$type": "color", - "$value": "#545e6b" - }, - "10": { - "$type": "color", - "$value": "#545e6b" - }, - "11": { - "$type": "color", - "$value": "#1f2c3d" - }, - "12": { - "$type": "color", - "$value": "#1E2B3C" - }, - "13": { - "$type": "color", - "$value": "#313d4d" - }, - "14": { - "$type": "color", - "$value": "#444f5d" - }, - "15": { - "$type": "color", - "$value": "#babec4" - }, - "16": { - "$type": "color", - "$value": "#ffffff" - } - } - } - }, - "primitives/modes/color-scheme/light/uutilsynet": { - "uutilsynet": { - "accent": { - "1": { - "$type": "color", - "$value": "#ffffff" - }, - "2": { - "$type": "color", - "$value": "#eef4fa" - }, - "3": { - "$type": "color", - "$value": "#ffffff" - }, - "4": { - "$type": "color", - "$value": "#ddeaf6" - }, - "5": { - "$type": "color", - "$value": "#c7ddf0" - }, - "6": { - "$type": "color", - "$value": "#afcee9" - }, - "7": { - "$type": "color", - "$value": "#99c0e3" - }, - "8": { - "$type": "color", - "$value": "#2a7cc5" - }, - "9": { - "$type": "color", - "$value": "#005db1" - }, - "10": { - "$type": "color", - "$value": "#005db1" - }, - "11": { - "$type": "color", - "$value": "#002c54" - }, - "12": { - "$type": "color", - "$value": "#0062BA" - }, - "13": { - "$type": "color", - "$value": "#004f96" - }, - "14": { - "$type": "color", - "$value": "#003d75" - }, - "15": { - "$type": "color", - "$value": "#dbe9f5" - }, - "16": { - "$type": "color", - "$value": "#ffffff" - } - }, - "brand1": { - "1": { - "$type": "color", - "$value": "#ffffff" - }, - "2": { - "$type": "color", - "$value": "#f3f3fb" - }, - "3": { - "$type": "color", - "$value": "#ffffff" - }, - "4": { - "$type": "color", - "$value": "#e7e7f8" - }, - "5": { - "$type": "color", - "$value": "#d7d8f4" - }, - "6": { - "$type": "color", - "$value": "#c5c7ef" - }, - "7": { - "$type": "color", - "$value": "#b5b8ea" - }, - "8": { - "$type": "color", - "$value": "#696ed5" - }, - "9": { - "$type": "color", - "$value": "#4e52b3" - }, - "10": { - "$type": "color", - "$value": "#4e52b3" - }, - "11": { - "$type": "color", - "$value": "#252754" - }, - "12": { - "$type": "color", - "$value": "#5B60D1" - }, - "13": { - "$type": "color", - "$value": "#4b4fab" - }, - "14": { - "$type": "color", - "$value": "#3b3e87" - }, - "15": { - "$type": "color", - "$value": "#f2f2fb" - }, - "16": { - "$type": "color", - "$value": "#ffffff" - } - }, - "brand2": { - "1": { - "$type": "color", - "$value": "#ffffff" - }, - "2": { - "$type": "color", - "$value": "#fff1e7" - }, - "3": { - "$type": "color", - "$value": "#ffffff" - }, - "4": { - "$type": "color", - "$value": "#ffe4d0" - }, - "5": { - "$type": "color", - "$value": "#fed1b1" - }, - "6": { - "$type": "color", - "$value": "#febc8d" - }, - "7": { - "$type": "color", - "$value": "#fea86a" - }, - "8": { - "$type": "color", - "$value": "#a46c44" - }, - "9": { - "$type": "color", - "$value": "#7f5334" - }, - "10": { - "$type": "color", - "$value": "#7f5334" - }, - "11": { - "$type": "color", - "$value": "#3b2718" - }, - "12": { - "$type": "color", - "$value": "#FEA769" - }, - "13": { - "$type": "color", - "$value": "#e0935d" - }, - "14": { - "$type": "color", - "$value": "#c48151" - }, - "15": { - "$type": "color", - "$value": "#372417" - }, - "16": { - "$type": "color", - "$value": "#000000" - } - }, - "brand3": { - "1": { - "$type": "color", - "$value": "#ffffff" - }, - "2": { - "$type": "color", - "$value": "#eef5f3" - }, - "3": { - "$type": "color", - "$value": "#ffffff" - }, - "4": { - "$type": "color", - "$value": "#ddece8" - }, - "5": { - "$type": "color", - "$value": "#c7dfd9" - }, - "6": { - "$type": "color", - "$value": "#afd1c8" - }, - "7": { - "$type": "color", - "$value": "#99c5b9" - }, - "8": { - "$type": "color", - "$value": "#4b8374" - }, - "9": { - "$type": "color", - "$value": "#3a655a" - }, - "10": { - "$type": "color", - "$value": "#3a655a" - }, - "11": { - "$type": "color", - "$value": "#1b2f2a" - }, - "12": { - "$type": "color", - "$value": "#5DA290" - }, - "13": { - "$type": "color", - "$value": "#7fb6a8" - }, - "14": { - "$type": "color", - "$value": "#a0c8be" - }, - "15": { - "$type": "color", - "$value": "#040807" - }, - "16": { - "$type": "color", - "$value": "#000000" - } - }, - "neutral": { - "1": { - "$type": "color", - "$value": "#ffffff" - }, - "2": { - "$type": "color", - "$value": "#f3f4f4" - }, - "3": { - "$type": "color", - "$value": "#ffffff" - }, - "4": { - "$type": "color", - "$value": "#e7e9ea" - }, - "5": { - "$type": "color", - "$value": "#d8dadd" - }, - "6": { - "$type": "color", - "$value": "#c7cacf" - }, - "7": { - "$type": "color", - "$value": "#b8bcc1" - }, - "8": { - "$type": "color", - "$value": "#717a84" - }, - "9": { - "$type": "color", - "$value": "#545e6b" - }, - "10": { - "$type": "color", - "$value": "#545e6b" - }, - "11": { - "$type": "color", - "$value": "#1f2c3d" - }, - "12": { - "$type": "color", - "$value": "#1E2B3C" - }, - "13": { - "$type": "color", - "$value": "#313d4d" - }, - "14": { - "$type": "color", - "$value": "#444f5d" - }, - "15": { - "$type": "color", - "$value": "#babec4" - }, - "16": { - "$type": "color", - "$value": "#ffffff" - } - } - } - }, - "primitives/modes/color-scheme/light/portal": { - "portal": { - "accent": { - "1": { - "$type": "color", - "$value": "#ffffff" - }, - "2": { - "$type": "color", - "$value": "#f6f2f8" - }, - "3": { - "$type": "color", - "$value": "#ffffff" - }, - "4": { - "$type": "color", - "$value": "#ede6f2" - }, - "5": { - "$type": "color", - "$value": "#e1d6e9" - }, - "6": { - "$type": "color", - "$value": "#d3c5df" - }, - "7": { - "$type": "color", - "$value": "#c8b5d7" - }, - "8": { - "$type": "color", - "$value": "#8f69ad" - }, - "9": { - "$type": "color", - "$value": "#77489c" - }, - "10": { - "$type": "color", - "$value": "#77489c" - }, - "11": { - "$type": "color", - "$value": "#410d69" - }, - "12": { - "$type": "color", - "$value": "#4D107D" - }, - "13": { - "$type": "color", - "$value": "#612b8c" - }, - "14": { - "$type": "color", - "$value": "#734399" - }, - "15": { - "$type": "color", - "$value": "#d4c6e0" - }, - "16": { - "$type": "color", - "$value": "#ffffff" - } - }, - "brand1": { - "1": { - "$type": "color", - "$value": "#ffffff" - }, - "2": { - "$type": "color", - "$value": "#f7f1fc" - }, - "3": { - "$type": "color", - "$value": "#ffffff" - }, - "4": { - "$type": "color", - "$value": "#f0e4f9" - }, - "5": { - "$type": "color", - "$value": "#e6d3f6" - }, - "6": { - "$type": "color", - "$value": "#dbc0f2" - }, - "7": { - "$type": "color", - "$value": "#d2aeee" - }, - "8": { - "$type": "color", - "$value": "#9e57d7" - }, - "9": { - "$type": "color", - "$value": "#7b43a6" - }, - "10": { - "$type": "color", - "$value": "#7b43a6" - }, - "11": { - "$type": "color", - "$value": "#3a204e" - }, - "12": { - "$type": "color", - "$value": "#A259DC" - }, - "13": { - "$type": "color", - "$value": "#b276e2" - }, - "14": { - "$type": "color", - "$value": "#c291e8" - }, - "15": { - "$type": "color", - "$value": "#0a050d" - }, - "16": { - "$type": "color", - "$value": "#000000" - } - }, - "brand2": { - "1": { - "$type": "color", - "$value": "#ffffff" - }, - "2": { - "$type": "color", - "$value": "#fcf0fc" - }, - "3": { - "$type": "color", - "$value": "#ffffff" - }, - "4": { - "$type": "color", - "$value": "#f8e2f9" - }, - "5": { - "$type": "color", - "$value": "#f4cef6" - }, - "6": { - "$type": "color", - "$value": "#efb8f1" - }, - "7": { - "$type": "color", - "$value": "#eaa3ed" - }, - "8": { - "$type": "color", - "$value": "#ac59b0" - }, - "9": { - "$type": "color", - "$value": "#854588" - }, - "10": { - "$type": "color", - "$value": "#854588" - }, - "11": { - "$type": "color", - "$value": "#3e2040" - }, - "12": { - "$type": "color", - "$value": "#DF73E4" - }, - "13": { - "$type": "color", - "$value": "#e795eb" - }, - "14": { - "$type": "color", - "$value": "#eeb5f1" - }, - "15": { - "$type": "color", - "$value": "#170c18" - }, - "16": { - "$type": "color", - "$value": "#000000" - } - }, - "brand3": { - "1": { - "$type": "color", - "$value": "#ffffff" - }, - "2": { - "$type": "color", - "$value": "#fdf0f9" - }, - "3": { - "$type": "color", - "$value": "#ffffff" - }, - "4": { - "$type": "color", - "$value": "#fae2f2" - }, - "5": { - "$type": "color", - "$value": "#f7ceea" - }, - "6": { - "$type": "color", - "$value": "#f4b8e1" - }, - "7": { - "$type": "color", - "$value": "#f1a4d8" - }, - "8": { - "$type": "color", - "$value": "#b95498" - }, - "9": { - "$type": "color", - "$value": "#8f4176" - }, - "10": { - "$type": "color", - "$value": "#8f4176" - }, - "11": { - "$type": "color", - "$value": "#431f37" - }, - "12": { - "$type": "color", - "$value": "#E86ABF" - }, - "13": { - "$type": "color", - "$value": "#ed8ece" - }, - "14": { - "$type": "color", - "$value": "#f3aedc" - }, - "15": { - "$type": "color", - "$value": "#10070d" - }, - "16": { - "$type": "color", - "$value": "#000000" - } - }, - "neutral": { - "1": { - "$type": "color", - "$value": "#ffffff" - }, - "2": { - "$type": "color", - "$value": "#f3f4f4" - }, - "3": { - "$type": "color", - "$value": "#ffffff" - }, - "4": { - "$type": "color", - "$value": "#e7e9ea" - }, - "5": { - "$type": "color", - "$value": "#d8dadd" - }, - "6": { - "$type": "color", - "$value": "#c7cacf" - }, - "7": { - "$type": "color", - "$value": "#b8bcc1" - }, - "8": { - "$type": "color", - "$value": "#717a84" - }, - "9": { - "$type": "color", - "$value": "#545e6b" - }, - "10": { - "$type": "color", - "$value": "#545e6b" - }, - "11": { - "$type": "color", - "$value": "#1f2c3d" - }, - "12": { - "$type": "color", - "$value": "#1E2B3C" - }, - "13": { - "$type": "color", - "$value": "#313d4d" - }, - "14": { - "$type": "color", - "$value": "#444f5d" - }, - "15": { - "$type": "color", - "$value": "#babec4" - }, - "16": { - "$type": "color", - "$value": "#ffffff" - } - } - } - }, - "themes/digdir": { - "color": { - "accent": { - "1": { - "$type": "color", - "$value": "{digdir.accent.1}" - }, - "2": { - "$type": "color", - "$value": "{digdir.accent.2}" - }, - "3": { - "$type": "color", - "$value": "{digdir.accent.3}" - }, - "4": { - "$type": "color", - "$value": "{digdir.accent.4}" - }, - "5": { - "$type": "color", - "$value": "{digdir.accent.5}" - }, - "6": { - "$type": "color", - "$value": "{digdir.accent.6}" - }, - "7": { - "$type": "color", - "$value": "{digdir.accent.7}" - }, - "8": { - "$type": "color", - "$value": "{digdir.accent.8}" - }, - "9": { - "$type": "color", - "$value": "{digdir.accent.9}" - }, - "10": { - "$type": "color", - "$value": "{digdir.accent.10}" - }, - "11": { - "$type": "color", - "$value": "{digdir.accent.11}" - }, - "12": { - "$type": "color", - "$value": "{digdir.accent.12}" - }, - "13": { - "$type": "color", - "$value": "{digdir.accent.13}" - }, - "14": { - "$type": "color", - "$value": "{digdir.accent.14}" - }, - "15": { - "$type": "color", - "$value": "{digdir.accent.15}" - }, - "16": { - "$type": "color", - "$value": "{digdir.accent.16}" - } - }, - "neutral": { - "1": { - "$type": "color", - "$value": "{digdir.neutral.1}" - }, - "2": { - "$type": "color", - "$value": "{digdir.neutral.2}" - }, - "3": { - "$type": "color", - "$value": "{digdir.neutral.3}" - }, - "4": { - "$type": "color", - "$value": "{digdir.neutral.4}" - }, - "5": { - "$type": "color", - "$value": "{digdir.neutral.5}" - }, - "6": { - "$type": "color", - "$value": "{digdir.neutral.6}" - }, - "7": { - "$type": "color", - "$value": "{digdir.neutral.7}" - }, - "8": { - "$type": "color", - "$value": "{digdir.neutral.8}" - }, - "9": { - "$type": "color", - "$value": "{digdir.neutral.9}" - }, - "10": { - "$type": "color", - "$value": "{digdir.neutral.10}" - }, - "11": { - "$type": "color", - "$value": "{digdir.neutral.11}" - }, - "12": { - "$type": "color", - "$value": "{digdir.neutral.12}" - }, - "13": { - "$type": "color", - "$value": "{digdir.neutral.13}" - }, - "14": { - "$type": "color", - "$value": "{digdir.neutral.14}" - }, - "15": { - "$type": "color", - "$value": "{digdir.neutral.15}" - }, - "16": { - "$type": "color", - "$value": "{digdir.neutral.16}" - } - }, - "brand1": { - "1": { - "$type": "color", - "$value": "{digdir.brand1.1}" - }, - "2": { - "$type": "color", - "$value": "{digdir.brand1.2}" - }, - "3": { - "$type": "color", - "$value": "{digdir.brand1.3}" - }, - "4": { - "$type": "color", - "$value": "{digdir.brand1.4}" - }, - "5": { - "$type": "color", - "$value": "{digdir.brand1.5}" - }, - "6": { - "$type": "color", - "$value": "{digdir.brand1.6}" - }, - "7": { - "$type": "color", - "$value": "{digdir.brand1.7}" - }, - "8": { - "$type": "color", - "$value": "{digdir.brand1.8}" - }, - "9": { - "$type": "color", - "$value": "{digdir.brand1.9}" - }, - "10": { - "$type": "color", - "$value": "{digdir.brand1.10}" - }, - "11": { - "$type": "color", - "$value": "{digdir.brand1.11}" - }, - "12": { - "$type": "color", - "$value": "{digdir.brand1.12}" - }, - "13": { - "$type": "color", - "$value": "{digdir.brand1.13}" - }, - "14": { - "$type": "color", - "$value": "{digdir.brand1.14}" - }, - "15": { - "$type": "color", - "$value": "{digdir.brand1.15}" - }, - "16": { - "$type": "color", - "$value": "{digdir.brand1.16}" - } - }, - "brand2": { - "1": { - "$type": "color", - "$value": "{digdir.brand2.1}" - }, - "2": { - "$type": "color", - "$value": "{digdir.brand2.2}" - }, - "3": { - "$type": "color", - "$value": "{digdir.brand2.3}" - }, - "4": { - "$type": "color", - "$value": "{digdir.brand2.4}" - }, - "5": { - "$type": "color", - "$value": "{digdir.brand2.5}" - }, - "6": { - "$type": "color", - "$value": "{digdir.brand2.6}" - }, - "7": { - "$type": "color", - "$value": "{digdir.brand2.7}" - }, - "8": { - "$type": "color", - "$value": "{digdir.brand2.8}" - }, - "9": { - "$type": "color", - "$value": "{digdir.brand2.9}" - }, - "10": { - "$type": "color", - "$value": "{digdir.brand2.10}" - }, - "11": { - "$type": "color", - "$value": "{digdir.brand2.11}" - }, - "12": { - "$type": "color", - "$value": "{digdir.brand2.12}" - }, - "13": { - "$type": "color", - "$value": "{digdir.brand2.13}" - }, - "14": { - "$type": "color", - "$value": "{digdir.brand2.14}" - }, - "15": { - "$type": "color", - "$value": "{digdir.brand2.15}" - }, - "16": { - "$type": "color", - "$value": "{digdir.brand2.16}" - } - }, - "brand3": { - "1": { - "$type": "color", - "$value": "{digdir.brand3.1}" - }, - "2": { - "$type": "color", - "$value": "{digdir.brand3.2}" - }, - "3": { - "$type": "color", - "$value": "{digdir.brand3.3}" - }, - "4": { - "$type": "color", - "$value": "{digdir.brand3.4}" - }, - "5": { - "$type": "color", - "$value": "{digdir.brand3.5}" - }, - "6": { - "$type": "color", - "$value": "{digdir.brand3.6}" - }, - "7": { - "$type": "color", - "$value": "{digdir.brand3.7}" - }, - "8": { - "$type": "color", - "$value": "{digdir.brand3.8}" - }, - "9": { - "$type": "color", - "$value": "{digdir.brand3.9}" - }, - "10": { - "$type": "color", - "$value": "{digdir.brand3.10}" - }, - "11": { - "$type": "color", - "$value": "{digdir.brand3.11}" - }, - "12": { - "$type": "color", - "$value": "{digdir.brand3.12}" - }, - "13": { - "$type": "color", - "$value": "{digdir.brand3.13}" - }, - "14": { - "$type": "color", - "$value": "{digdir.brand3.14}" - }, - "15": { - "$type": "color", - "$value": "{digdir.brand3.15}" - }, - "16": { - "$type": "color", - "$value": "{digdir.brand3.16}" - } - } - }, - "font-family": { - "$type": "fontFamilies", - "$value": "{digdir.font-family}" - }, - "font-weight": { - "medium": { - "$type": "fontWeights", - "$value": "{digdir.font-weight.medium}" - }, - "semibold": { - "$type": "fontWeights", - "$value": "{digdir.font-weight.semibold}" - }, - "regular": { - "$type": "fontWeights", - "$value": "{digdir.font-weight.regular}" - } - }, - "border-radius": { - "1": { - "$type": "dimension", - "$value": "min({border-radius.base}*0.5,{border-radius.scale})" - }, - "2": { - "$type": "dimension", - "$value": "min({border-radius.base},{border-radius.scale}*2)" - }, - "3": { - "$type": "dimension", - "$value": "min({border-radius.base}*2,{border-radius.scale}*5)" - }, - "4": { - "$type": "dimension", - "$value": "min({border-radius.base}*3,{border-radius.scale}*7)" - }, - "5": { - "$type": "dimension", - "$value": "{border-radius.base}" - }, - "6": { - "$type": "dimension", - "$value": "9999" - }, - "base": { - "$type": "dimension", - "$value": "4" - }, - "scale": { - "$type": "dimension", - "$value": "4" - } - } - }, - "themes/altinn": { - "color": { - "accent": { - "1": { - "$type": "color", - "$value": "{altinn.accent.1}" - }, - "2": { - "$type": "color", - "$value": "{altinn.accent.2}" - }, - "3": { - "$type": "color", - "$value": "{altinn.accent.3}" - }, - "4": { - "$type": "color", - "$value": "{altinn.accent.4}" - }, - "5": { - "$type": "color", - "$value": "{altinn.accent.5}" - }, - "6": { - "$type": "color", - "$value": "{altinn.accent.6}" - }, - "7": { - "$type": "color", - "$value": "{altinn.accent.7}" - }, - "8": { - "$type": "color", - "$value": "{altinn.accent.8}" - }, - "9": { - "$type": "color", - "$value": "{altinn.accent.9}" - }, - "10": { - "$type": "color", - "$value": "{altinn.accent.10}" - }, - "11": { - "$type": "color", - "$value": "{altinn.accent.11}" - }, - "12": { - "$type": "color", - "$value": "{altinn.accent.12}" - }, - "13": { - "$type": "color", - "$value": "{altinn.accent.13}" - }, - "14": { - "$type": "color", - "$value": "{altinn.accent.14}" - }, - "15": { - "$type": "color", - "$value": "{altinn.accent.15}" - }, - "16": { - "$type": "color", - "$value": "{altinn.accent.16}" - } - }, - "neutral": { - "1": { - "$type": "color", - "$value": "{altinn.neutral.1}" - }, - "2": { - "$type": "color", - "$value": "{altinn.neutral.2}" - }, - "3": { - "$type": "color", - "$value": "{altinn.neutral.3}" - }, - "4": { - "$type": "color", - "$value": "{altinn.neutral.4}" - }, - "5": { - "$type": "color", - "$value": "{altinn.neutral.5}" - }, - "6": { - "$type": "color", - "$value": "{altinn.neutral.6}" - }, - "7": { - "$type": "color", - "$value": "{altinn.neutral.7}" - }, - "8": { - "$type": "color", - "$value": "{altinn.neutral.8}" - }, - "9": { - "$type": "color", - "$value": "{altinn.neutral.9}" - }, - "10": { - "$type": "color", - "$value": "{altinn.neutral.10}" - }, - "11": { - "$type": "color", - "$value": "{altinn.neutral.11}" - }, - "12": { - "$type": "color", - "$value": "{altinn.neutral.12}" - }, - "13": { - "$type": "color", - "$value": "{altinn.neutral.13}" - }, - "14": { - "$type": "color", - "$value": "{altinn.neutral.14}" - }, - "15": { - "$type": "color", - "$value": "{altinn.neutral.15}" - }, - "16": { - "$type": "color", - "$value": "{altinn.neutral.16}" - } - }, - "brand1": { - "1": { - "$type": "color", - "$value": "{altinn.brand1.1}" - }, - "2": { - "$type": "color", - "$value": "{altinn.brand1.2}" - }, - "3": { - "$type": "color", - "$value": "{altinn.brand1.3}" - }, - "4": { - "$type": "color", - "$value": "{altinn.brand1.4}" - }, - "5": { - "$type": "color", - "$value": "{altinn.brand1.5}" - }, - "6": { - "$type": "color", - "$value": "{altinn.brand1.6}" - }, - "7": { - "$type": "color", - "$value": "{altinn.brand1.7}" - }, - "8": { - "$type": "color", - "$value": "{altinn.brand1.8}" - }, - "9": { - "$type": "color", - "$value": "{altinn.brand1.9}" - }, - "10": { - "$type": "color", - "$value": "{altinn.brand1.10}" - }, - "11": { - "$type": "color", - "$value": "{altinn.brand1.11}" - }, - "12": { - "$type": "color", - "$value": "{altinn.brand1.12}" - }, - "13": { - "$type": "color", - "$value": "{altinn.brand1.13}" - }, - "14": { - "$type": "color", - "$value": "{altinn.brand1.14}" - }, - "15": { - "$type": "color", - "$value": "{altinn.brand1.15}" - }, - "16": { - "$type": "color", - "$value": "{altinn.brand1.16}" - } - }, - "brand2": { - "1": { - "$type": "color", - "$value": "{altinn.brand2.1}" - }, - "2": { - "$type": "color", - "$value": "{altinn.brand2.2}" - }, - "3": { - "$type": "color", - "$value": "{altinn.brand2.3}" - }, - "4": { - "$type": "color", - "$value": "{altinn.brand2.4}" - }, - "5": { - "$type": "color", - "$value": "{altinn.brand2.5}" - }, - "6": { - "$type": "color", - "$value": "{altinn.brand2.6}" - }, - "7": { - "$type": "color", - "$value": "{altinn.brand2.7}" - }, - "8": { - "$type": "color", - "$value": "{altinn.brand2.8}" - }, - "9": { - "$type": "color", - "$value": "{altinn.brand2.9}" - }, - "10": { - "$type": "color", - "$value": "{altinn.brand2.10}" - }, - "11": { - "$type": "color", - "$value": "{altinn.brand2.11}" - }, - "12": { - "$type": "color", - "$value": "{altinn.brand2.12}" - }, - "13": { - "$type": "color", - "$value": "{altinn.brand2.13}" - }, - "14": { - "$type": "color", - "$value": "{altinn.brand2.14}" - }, - "15": { - "$type": "color", - "$value": "{altinn.brand2.15}" - }, - "16": { - "$type": "color", - "$value": "{altinn.brand2.16}" - } - }, - "brand3": { - "1": { - "$type": "color", - "$value": "{altinn.brand3.1}" - }, - "2": { - "$type": "color", - "$value": "{altinn.brand3.2}" - }, - "3": { - "$type": "color", - "$value": "{altinn.brand3.3}" - }, - "4": { - "$type": "color", - "$value": "{altinn.brand3.4}" - }, - "5": { - "$type": "color", - "$value": "{altinn.brand3.5}" - }, - "6": { - "$type": "color", - "$value": "{altinn.brand3.6}" - }, - "7": { - "$type": "color", - "$value": "{altinn.brand3.7}" - }, - "8": { - "$type": "color", - "$value": "{altinn.brand3.8}" - }, - "9": { - "$type": "color", - "$value": "{altinn.brand3.9}" - }, - "10": { - "$type": "color", - "$value": "{altinn.brand3.10}" - }, - "11": { - "$type": "color", - "$value": "{altinn.brand3.11}" - }, - "12": { - "$type": "color", - "$value": "{altinn.brand3.12}" - }, - "13": { - "$type": "color", - "$value": "{altinn.brand3.13}" - }, - "14": { - "$type": "color", - "$value": "{altinn.brand3.14}" - }, - "15": { - "$type": "color", - "$value": "{altinn.brand3.15}" - }, - "16": { - "$type": "color", - "$value": "{altinn.brand3.16}" - } - } - }, - "font-family": { - "$type": "fontFamilies", - "$value": "{altinn.font-family}" - }, - "font-weight": { - "medium": { - "$type": "fontWeights", - "$value": "{altinn.font-weight.medium}" - }, - "semibold": { - "$type": "fontWeights", - "$value": "{altinn.font-weight.semibold}" - }, - "regular": { - "$type": "fontWeights", - "$value": "{altinn.font-weight.regular}" - } - }, - "border-radius": { - "1": { - "$type": "dimension", - "$value": "min({border-radius.base}*0.5,{border-radius.scale})" - }, - "2": { - "$type": "dimension", - "$value": "min({border-radius.base},{border-radius.scale}*2)" - }, - "3": { - "$type": "dimension", - "$value": "min({border-radius.base}*2,{border-radius.scale}*5)" - }, - "4": { - "$type": "dimension", - "$value": "min({border-radius.base}*3,{border-radius.scale}*7)" - }, - "5": { - "$type": "dimension", - "$value": "{border-radius.base}" - }, - "6": { - "$type": "dimension", - "$value": "9999" - }, - "base": { - "$type": "dimension", - "$value": "4" - }, - "scale": { - "$type": "dimension", - "$value": "4" - } - } - }, - "themes/uutilsynet": { - "color": { - "accent": { - "1": { - "$type": "color", - "$value": "{uutilsynet.accent.1}" - }, - "2": { - "$type": "color", - "$value": "{uutilsynet.accent.2}" - }, - "3": { - "$type": "color", - "$value": "{uutilsynet.accent.3}" - }, - "4": { - "$type": "color", - "$value": "{uutilsynet.accent.4}" - }, - "5": { - "$type": "color", - "$value": "{uutilsynet.accent.5}" - }, - "6": { - "$type": "color", - "$value": "{uutilsynet.accent.6}" - }, - "7": { - "$type": "color", - "$value": "{uutilsynet.accent.7}" - }, - "8": { - "$type": "color", - "$value": "{uutilsynet.accent.8}" - }, - "9": { - "$type": "color", - "$value": "{uutilsynet.accent.9}" - }, - "10": { - "$type": "color", - "$value": "{uutilsynet.accent.10}" - }, - "11": { - "$type": "color", - "$value": "{uutilsynet.accent.11}" - }, - "12": { - "$type": "color", - "$value": "{uutilsynet.accent.12}" - }, - "13": { - "$type": "color", - "$value": "{uutilsynet.accent.13}" - }, - "14": { - "$type": "color", - "$value": "{uutilsynet.accent.14}" - }, - "15": { - "$type": "color", - "$value": "{uutilsynet.accent.15}" - }, - "16": { - "$type": "color", - "$value": "{uutilsynet.accent.16}" - } - }, - "neutral": { - "1": { - "$type": "color", - "$value": "{uutilsynet.neutral.1}" - }, - "2": { - "$type": "color", - "$value": "{uutilsynet.neutral.2}" - }, - "3": { - "$type": "color", - "$value": "{uutilsynet.neutral.3}" - }, - "4": { - "$type": "color", - "$value": "{uutilsynet.neutral.4}" - }, - "5": { - "$type": "color", - "$value": "{uutilsynet.neutral.5}" - }, - "6": { - "$type": "color", - "$value": "{uutilsynet.neutral.6}" - }, - "7": { - "$type": "color", - "$value": "{uutilsynet.neutral.7}" - }, - "8": { - "$type": "color", - "$value": "{uutilsynet.neutral.8}" - }, - "9": { - "$type": "color", - "$value": "{uutilsynet.neutral.9}" - }, - "10": { - "$type": "color", - "$value": "{uutilsynet.neutral.10}" - }, - "11": { - "$type": "color", - "$value": "{uutilsynet.neutral.11}" - }, - "12": { - "$type": "color", - "$value": "{uutilsynet.neutral.12}" - }, - "13": { - "$type": "color", - "$value": "{uutilsynet.neutral.13}" - }, - "14": { - "$type": "color", - "$value": "{uutilsynet.neutral.14}" - }, - "15": { - "$type": "color", - "$value": "{uutilsynet.neutral.15}" - }, - "16": { - "$type": "color", - "$value": "{uutilsynet.neutral.16}" - } - }, - "brand1": { - "1": { - "$type": "color", - "$value": "{uutilsynet.brand1.1}" - }, - "2": { - "$type": "color", - "$value": "{uutilsynet.brand1.2}" - }, - "3": { - "$type": "color", - "$value": "{uutilsynet.brand1.3}" - }, - "4": { - "$type": "color", - "$value": "{uutilsynet.brand1.4}" - }, - "5": { - "$type": "color", - "$value": "{uutilsynet.brand1.5}" - }, - "6": { - "$type": "color", - "$value": "{uutilsynet.brand1.6}" - }, - "7": { - "$type": "color", - "$value": "{uutilsynet.brand1.7}" - }, - "8": { - "$type": "color", - "$value": "{uutilsynet.brand1.8}" - }, - "9": { - "$type": "color", - "$value": "{uutilsynet.brand1.9}" - }, - "10": { - "$type": "color", - "$value": "{uutilsynet.brand1.10}" - }, - "11": { - "$type": "color", - "$value": "{uutilsynet.brand1.11}" - }, - "12": { - "$type": "color", - "$value": "{uutilsynet.brand1.12}" - }, - "13": { - "$type": "color", - "$value": "{uutilsynet.brand1.13}" - }, - "14": { - "$type": "color", - "$value": "{uutilsynet.brand1.14}" - }, - "15": { - "$type": "color", - "$value": "{uutilsynet.brand1.15}" - }, - "16": { - "$type": "color", - "$value": "{uutilsynet.brand1.16}" - } - }, - "brand2": { - "1": { - "$type": "color", - "$value": "{uutilsynet.brand2.1}" - }, - "2": { - "$type": "color", - "$value": "{uutilsynet.brand2.2}" - }, - "3": { - "$type": "color", - "$value": "{uutilsynet.brand2.3}" - }, - "4": { - "$type": "color", - "$value": "{uutilsynet.brand2.4}" - }, - "5": { - "$type": "color", - "$value": "{uutilsynet.brand2.5}" - }, - "6": { - "$type": "color", - "$value": "{uutilsynet.brand2.6}" - }, - "7": { - "$type": "color", - "$value": "{uutilsynet.brand2.7}" - }, - "8": { - "$type": "color", - "$value": "{uutilsynet.brand2.8}" - }, - "9": { - "$type": "color", - "$value": "{uutilsynet.brand2.9}" - }, - "10": { - "$type": "color", - "$value": "{uutilsynet.brand2.10}" - }, - "11": { - "$type": "color", - "$value": "{uutilsynet.brand2.11}" - }, - "12": { - "$type": "color", - "$value": "{uutilsynet.brand2.12}" - }, - "13": { - "$type": "color", - "$value": "{uutilsynet.brand2.13}" - }, - "14": { - "$type": "color", - "$value": "{uutilsynet.brand2.14}" - }, - "15": { - "$type": "color", - "$value": "{uutilsynet.brand2.15}" - }, - "16": { - "$type": "color", - "$value": "{uutilsynet.brand2.16}" - } - }, - "brand3": { - "1": { - "$type": "color", - "$value": "{uutilsynet.brand3.1}" - }, - "2": { - "$type": "color", - "$value": "{uutilsynet.brand3.2}" - }, - "3": { - "$type": "color", - "$value": "{uutilsynet.brand3.3}" - }, - "4": { - "$type": "color", - "$value": "{uutilsynet.brand3.4}" - }, - "5": { - "$type": "color", - "$value": "{uutilsynet.brand3.5}" - }, - "6": { - "$type": "color", - "$value": "{uutilsynet.brand3.6}" - }, - "7": { - "$type": "color", - "$value": "{uutilsynet.brand3.7}" - }, - "8": { - "$type": "color", - "$value": "{uutilsynet.brand3.8}" - }, - "9": { - "$type": "color", - "$value": "{uutilsynet.brand3.9}" - }, - "10": { - "$type": "color", - "$value": "{uutilsynet.brand3.10}" - }, - "11": { - "$type": "color", - "$value": "{uutilsynet.brand3.11}" - }, - "12": { - "$type": "color", - "$value": "{uutilsynet.brand3.12}" - }, - "13": { - "$type": "color", - "$value": "{uutilsynet.brand3.13}" - }, - "14": { - "$type": "color", - "$value": "{uutilsynet.brand3.14}" - }, - "15": { - "$type": "color", - "$value": "{uutilsynet.brand3.15}" - }, - "16": { - "$type": "color", - "$value": "{uutilsynet.brand3.16}" - } - } - }, - "font-family": { - "$type": "fontFamilies", - "$value": "{uutilsynet.font-family}" - }, - "font-weight": { - "medium": { - "$type": "fontWeights", - "$value": "{uutilsynet.font-weight.medium}" - }, - "semibold": { - "$type": "fontWeights", - "$value": "{uutilsynet.font-weight.semibold}" - }, - "regular": { - "$type": "fontWeights", - "$value": "{uutilsynet.font-weight.regular}" - } - }, - "border-radius": { - "1": { - "$type": "dimension", - "$value": "min({border-radius.base}*0.5,{border-radius.scale})" - }, - "2": { - "$type": "dimension", - "$value": "min({border-radius.base},{border-radius.scale}*2)" - }, - "3": { - "$type": "dimension", - "$value": "min({border-radius.base}*2,{border-radius.scale}*5)" - }, - "4": { - "$type": "dimension", - "$value": "min({border-radius.base}*3,{border-radius.scale}*7)" - }, - "5": { - "$type": "dimension", - "$value": "{border-radius.base}" - }, - "6": { - "$type": "dimension", - "$value": "9999" - }, - "base": { - "$type": "dimension", - "$value": "4" - }, - "scale": { - "$type": "dimension", - "$value": "4" - } - } - }, - "themes/portal": { - "color": { - "accent": { - "1": { - "$type": "color", - "$value": "{portal.accent.1}" - }, - "2": { - "$type": "color", - "$value": "{portal.accent.2}" - }, - "3": { - "$type": "color", - "$value": "{portal.accent.3}" - }, - "4": { - "$type": "color", - "$value": "{portal.accent.4}" - }, - "5": { - "$type": "color", - "$value": "{portal.accent.5}" - }, - "6": { - "$type": "color", - "$value": "{portal.accent.6}" - }, - "7": { - "$type": "color", - "$value": "{portal.accent.7}" - }, - "8": { - "$type": "color", - "$value": "{portal.accent.8}" - }, - "9": { - "$type": "color", - "$value": "{portal.accent.9}" - }, - "10": { - "$type": "color", - "$value": "{portal.accent.10}" - }, - "11": { - "$type": "color", - "$value": "{portal.accent.11}" - }, - "12": { - "$type": "color", - "$value": "{portal.accent.12}" - }, - "13": { - "$type": "color", - "$value": "{portal.accent.13}" - }, - "14": { - "$type": "color", - "$value": "{portal.accent.14}" - }, - "15": { - "$type": "color", - "$value": "{portal.accent.15}" - }, - "16": { - "$type": "color", - "$value": "{portal.accent.16}" - } - }, - "neutral": { - "1": { - "$type": "color", - "$value": "{portal.neutral.1}" - }, - "2": { - "$type": "color", - "$value": "{portal.neutral.2}" - }, - "3": { - "$type": "color", - "$value": "{portal.neutral.3}" - }, - "4": { - "$type": "color", - "$value": "{portal.neutral.4}" - }, - "5": { - "$type": "color", - "$value": "{portal.neutral.5}" - }, - "6": { - "$type": "color", - "$value": "{portal.neutral.6}" - }, - "7": { - "$type": "color", - "$value": "{portal.neutral.7}" - }, - "8": { - "$type": "color", - "$value": "{portal.neutral.8}" - }, - "9": { - "$type": "color", - "$value": "{portal.neutral.9}" - }, - "10": { - "$type": "color", - "$value": "{portal.neutral.10}" - }, - "11": { - "$type": "color", - "$value": "{portal.neutral.11}" - }, - "12": { - "$type": "color", - "$value": "{portal.neutral.12}" - }, - "13": { - "$type": "color", - "$value": "{portal.neutral.13}" - }, - "14": { - "$type": "color", - "$value": "{portal.neutral.14}" - }, - "15": { - "$type": "color", - "$value": "{portal.neutral.15}" - }, - "16": { - "$type": "color", - "$value": "{portal.neutral.16}" - } - }, - "brand1": { - "1": { - "$type": "color", - "$value": "{portal.brand1.1}" - }, - "2": { - "$type": "color", - "$value": "{portal.brand1.2}" - }, - "3": { - "$type": "color", - "$value": "{portal.brand1.3}" - }, - "4": { - "$type": "color", - "$value": "{portal.brand1.4}" - }, - "5": { - "$type": "color", - "$value": "{portal.brand1.5}" - }, - "6": { - "$type": "color", - "$value": "{portal.brand1.6}" - }, - "7": { - "$type": "color", - "$value": "{portal.brand1.7}" - }, - "8": { - "$type": "color", - "$value": "{portal.brand1.8}" - }, - "9": { - "$type": "color", - "$value": "{portal.brand1.9}" - }, - "10": { - "$type": "color", - "$value": "{portal.brand1.10}" - }, - "11": { - "$type": "color", - "$value": "{portal.brand1.11}" - }, - "12": { - "$type": "color", - "$value": "{portal.brand1.12}" - }, - "13": { - "$type": "color", - "$value": "{portal.brand1.13}" - }, - "14": { - "$type": "color", - "$value": "{portal.brand1.14}" - }, - "15": { - "$type": "color", - "$value": "{portal.brand1.15}" - }, - "16": { - "$type": "color", - "$value": "{portal.brand1.16}" - } - }, - "brand2": { - "1": { - "$type": "color", - "$value": "{portal.brand2.1}" - }, - "2": { - "$type": "color", - "$value": "{portal.brand2.2}" - }, - "3": { - "$type": "color", - "$value": "{portal.brand2.3}" - }, - "4": { - "$type": "color", - "$value": "{portal.brand2.4}" - }, - "5": { - "$type": "color", - "$value": "{portal.brand2.5}" - }, - "6": { - "$type": "color", - "$value": "{portal.brand2.6}" - }, - "7": { - "$type": "color", - "$value": "{portal.brand2.7}" - }, - "8": { - "$type": "color", - "$value": "{portal.brand2.8}" - }, - "9": { - "$type": "color", - "$value": "{portal.brand2.9}" - }, - "10": { - "$type": "color", - "$value": "{portal.brand2.10}" - }, - "11": { - "$type": "color", - "$value": "{portal.brand2.11}" - }, - "12": { - "$type": "color", - "$value": "{portal.brand2.12}" - }, - "13": { - "$type": "color", - "$value": "{portal.brand2.13}" - }, - "14": { - "$type": "color", - "$value": "{portal.brand2.14}" - }, - "15": { - "$type": "color", - "$value": "{portal.brand2.15}" - }, - "16": { - "$type": "color", - "$value": "{portal.brand2.16}" - } - }, - "brand3": { - "1": { - "$type": "color", - "$value": "{portal.brand3.1}" - }, - "2": { - "$type": "color", - "$value": "{portal.brand3.2}" - }, - "3": { - "$type": "color", - "$value": "{portal.brand3.3}" - }, - "4": { - "$type": "color", - "$value": "{portal.brand3.4}" - }, - "5": { - "$type": "color", - "$value": "{portal.brand3.5}" - }, - "6": { - "$type": "color", - "$value": "{portal.brand3.6}" - }, - "7": { - "$type": "color", - "$value": "{portal.brand3.7}" - }, - "8": { - "$type": "color", - "$value": "{portal.brand3.8}" - }, - "9": { - "$type": "color", - "$value": "{portal.brand3.9}" - }, - "10": { - "$type": "color", - "$value": "{portal.brand3.10}" - }, - "11": { - "$type": "color", - "$value": "{portal.brand3.11}" - }, - "12": { - "$type": "color", - "$value": "{portal.brand3.12}" - }, - "13": { - "$type": "color", - "$value": "{portal.brand3.13}" - }, - "14": { - "$type": "color", - "$value": "{portal.brand3.14}" - }, - "15": { - "$type": "color", - "$value": "{portal.brand3.15}" - }, - "16": { - "$type": "color", - "$value": "{portal.brand3.16}" - } - } - }, - "font-family": { - "$type": "fontFamilies", - "$value": "{portal.font-family}" - }, - "font-weight": { - "medium": { - "$type": "fontWeights", - "$value": "{portal.font-weight.medium}" - }, - "semibold": { - "$type": "fontWeights", - "$value": "{portal.font-weight.semibold}" - }, - "regular": { - "$type": "fontWeights", - "$value": "{portal.font-weight.regular}" - } - }, - "border-radius": { - "1": { - "$type": "dimension", - "$value": "min({border-radius.base}*0.5,{border-radius.scale})" - }, - "2": { - "$type": "dimension", - "$value": "min({border-radius.base},{border-radius.scale}*2)" - }, - "3": { - "$type": "dimension", - "$value": "min({border-radius.base}*2,{border-radius.scale}*5)" - }, - "4": { - "$type": "dimension", - "$value": "min({border-radius.base}*3,{border-radius.scale}*7)" - }, - "5": { - "$type": "dimension", - "$value": "{border-radius.base}" - }, - "6": { - "$type": "dimension", - "$value": "9999" - }, - "base": { - "$type": "dimension", - "$value": "4" - }, - "scale": { - "$type": "dimension", - "$value": "4" - } - } - }, - "semantic/color": { - "color": { - "accent": { - "background-default": { - "$type": "color", - "$value": "{color.accent.1}" - }, - "background-tinted": { - "$type": "color", - "$value": "{color.accent.2}" - }, - "surface-default": { - "$type": "color", - "$value": "{color.accent.3}" - }, - "surface-tinted": { - "$type": "color", - "$value": "{color.accent.4}" - }, - "surface-hover": { - "$type": "color", - "$value": "{color.accent.5}" - }, - "surface-active": { - "$type": "color", - "$value": "{color.accent.6}" - }, - "border-subtle": { - "$type": "color", - "$value": "{color.accent.7}" - }, - "border-default": { - "$type": "color", - "$value": "{color.accent.8}" - }, - "border-strong": { - "$type": "color", - "$value": "{color.accent.9}" - }, - "text-subtle": { - "$type": "color", - "$value": "{color.accent.10}" - }, - "text-default": { - "$type": "color", - "$value": "{color.accent.11}" - }, - "base-default": { - "$type": "color", - "$value": "{color.accent.12}" - }, - "base-hover": { - "$type": "color", - "$value": "{color.accent.13}" - }, - "base-active": { - "$type": "color", - "$value": "{color.accent.14}" - }, - "base-contrast-subtle": { - "$type": "color", - "$value": "{color.accent.15}" - }, - "base-contrast-default": { - "$type": "color", - "$value": "{color.accent.16}" - } - }, - "neutral": { - "background-default": { - "$type": "color", - "$value": "{color.neutral.1}" - }, - "background-tinted": { - "$type": "color", - "$value": "{color.neutral.2}" - }, - "surface-default": { - "$type": "color", - "$value": "{color.neutral.3}" - }, - "surface-tinted": { - "$type": "color", - "$value": "{color.neutral.4}" - }, - "surface-hover": { - "$type": "color", - "$value": "{color.neutral.5}" - }, - "surface-active": { - "$type": "color", - "$value": "{color.neutral.6}" - }, - "border-subtle": { - "$type": "color", - "$value": "{color.neutral.7}" - }, - "border-default": { - "$type": "color", - "$value": "{color.neutral.8}" - }, - "border-strong": { - "$type": "color", - "$value": "{color.neutral.9}" - }, - "text-subtle": { - "$type": "color", - "$value": "{color.neutral.10}" - }, - "text-default": { - "$type": "color", - "$value": "{color.neutral.11}" - }, - "base-default": { - "$type": "color", - "$value": "{color.neutral.12}" - }, - "base-hover": { - "$type": "color", - "$value": "{color.neutral.13}" - }, - "base-active": { - "$type": "color", - "$value": "{color.neutral.14}" - }, - "base-contrast-subtle": { - "$type": "color", - "$value": "{color.neutral.15}" - }, - "base-contrast-default": { - "$type": "color", - "$value": "{color.neutral.16}" - } - }, - "brand1": { - "background-default": { - "$type": "color", - "$value": "{color.brand1.1}" - }, - "background-tinted": { - "$type": "color", - "$value": "{color.brand1.2}" - }, - "surface-default": { - "$type": "color", - "$value": "{color.brand1.3}" - }, - "surface-tinted": { - "$type": "color", - "$value": "{color.brand1.4}" - }, - "surface-hover": { - "$type": "color", - "$value": "{color.brand1.5}" - }, - "surface-active": { - "$type": "color", - "$value": "{color.brand1.6}" - }, - "border-subtle": { - "$type": "color", - "$value": "{color.brand1.7}" - }, - "border-default": { - "$type": "color", - "$value": "{color.brand1.8}" - }, - "border-strong": { - "$type": "color", - "$value": "{color.brand1.9}" - }, - "text-subtle": { - "$type": "color", - "$value": "{color.brand1.10}" - }, - "text-default": { - "$type": "color", - "$value": "{color.brand1.11}" - }, - "base-default": { - "$type": "color", - "$value": "{color.brand1.12}" - }, - "base-hover": { - "$type": "color", - "$value": "{color.brand1.13}" - }, - "base-active": { - "$type": "color", - "$value": "{color.brand1.14}" - }, - "base-contrast-subtle": { - "$type": "color", - "$value": "{color.brand1.15}" - }, - "base-contrast-default": { - "$type": "color", - "$value": "{color.brand1.16}" - } - }, - "brand2": { - "background-default": { - "$type": "color", - "$value": "{color.brand2.1}" - }, - "background-tinted": { - "$type": "color", - "$value": "{color.brand2.2}" - }, - "surface-default": { - "$type": "color", - "$value": "{color.brand2.3}" - }, - "surface-tinted": { - "$type": "color", - "$value": "{color.brand2.4}" - }, - "surface-hover": { - "$type": "color", - "$value": "{color.brand2.5}" - }, - "surface-active": { - "$type": "color", - "$value": "{color.brand2.6}" - }, - "border-subtle": { - "$type": "color", - "$value": "{color.brand2.7}" - }, - "border-default": { - "$type": "color", - "$value": "{color.brand2.8}" - }, - "border-strong": { - "$type": "color", - "$value": "{color.brand2.9}" - }, - "text-subtle": { - "$type": "color", - "$value": "{color.brand2.10}" - }, - "text-default": { - "$type": "color", - "$value": "{color.brand2.11}" - }, - "base-default": { - "$type": "color", - "$value": "{color.brand2.12}" - }, - "base-hover": { - "$type": "color", - "$value": "{color.brand2.13}" - }, - "base-active": { - "$type": "color", - "$value": "{color.brand2.14}" - }, - "base-contrast-subtle": { - "$type": "color", - "$value": "{color.brand2.15}" - }, - "base-contrast-default": { - "$type": "color", - "$value": "{color.brand2.16}" - } - }, - "brand3": { - "background-default": { - "$type": "color", - "$value": "{color.brand3.1}" - }, - "background-tinted": { - "$type": "color", - "$value": "{color.brand3.2}" - }, - "surface-default": { - "$type": "color", - "$value": "{color.brand3.3}" - }, - "surface-tinted": { - "$type": "color", - "$value": "{color.brand3.4}" - }, - "surface-hover": { - "$type": "color", - "$value": "{color.brand3.5}" - }, - "surface-active": { - "$type": "color", - "$value": "{color.brand3.6}" - }, - "border-subtle": { - "$type": "color", - "$value": "{color.brand3.7}" - }, - "border-default": { - "$type": "color", - "$value": "{color.brand3.8}" - }, - "border-strong": { - "$type": "color", - "$value": "{color.brand3.9}" - }, - "text-subtle": { - "$type": "color", - "$value": "{color.brand3.10}" - }, - "text-default": { - "$type": "color", - "$value": "{color.brand3.11}" - }, - "base-default": { - "$type": "color", - "$value": "{color.brand3.12}" - }, - "base-hover": { - "$type": "color", - "$value": "{color.brand3.13}" - }, - "base-active": { - "$type": "color", - "$value": "{color.brand3.14}" - }, - "base-contrast-subtle": { - "$type": "color", - "$value": "{color.brand3.15}" - }, - "base-contrast-default": { - "$type": "color", - "$value": "{color.brand3.16}" - } - }, - "success": { - "background-default": { - "$type": "color", - "$value": "{global.green.1}" - }, - "background-tinted": { - "$type": "color", - "$value": "{global.green.2}" - }, - "surface-default": { - "$type": "color", - "$value": "{global.green.3}" - }, - "surface-tinted": { - "$type": "color", - "$value": "{global.green.4}" - }, - "surface-hover": { - "$type": "color", - "$value": "{global.green.5}" - }, - "surface-active": { - "$type": "color", - "$value": "{global.green.6}" - }, - "border-subtle": { - "$type": "color", - "$value": "{global.green.7}" - }, - "border-default": { - "$type": "color", - "$value": "{global.green.8}" - }, - "border-strong": { - "$type": "color", - "$value": "{global.green.9}" - }, - "text-subtle": { - "$type": "color", - "$value": "{global.green.10}" - }, - "text-default": { - "$type": "color", - "$value": "{global.green.11}" - }, - "base-default": { - "$type": "color", - "$value": "{global.green.12}" - }, - "base-hover": { - "$type": "color", - "$value": "{global.green.13}" - }, - "base-active": { - "$type": "color", - "$value": "{global.green.14}" - }, - "base-contrast-subtle": { - "$type": "color", - "$value": "{global.green.15}" - }, - "base-contrast-default": { - "$type": "color", - "$value": "{global.green.16}" - } - }, - "danger": { - "background-default": { - "$type": "color", - "$value": "{global.red.1}" - }, - "background-tinted": { - "$type": "color", - "$value": "{global.red.2}" - }, - "surface-default": { - "$type": "color", - "$value": "{global.red.3}" - }, - "surface-tinted": { - "$type": "color", - "$value": "{global.red.4}" - }, - "surface-hover": { - "$type": "color", - "$value": "{global.red.5}" - }, - "surface-active": { - "$type": "color", - "$value": "{global.red.6}" - }, - "border-subtle": { - "$type": "color", - "$value": "{global.red.7}" - }, - "border-default": { - "$type": "color", - "$value": "{global.red.8}" - }, - "border-strong": { - "$type": "color", - "$value": "{global.red.9}" - }, - "text-subtle": { - "$type": "color", - "$value": "{global.red.10}" - }, - "text-default": { - "$type": "color", - "$value": "{global.red.11}" - }, - "base-default": { - "$type": "color", - "$value": "{global.red.12}" - }, - "base-hover": { - "$type": "color", - "$value": "{global.red.13}" - }, - "base-active": { - "$type": "color", - "$value": "{global.red.14}" - }, - "base-contrast-subtle": { - "$type": "color", - "$value": "{global.red.15}" - }, - "base-contrast-default": { - "$type": "color", - "$value": "{global.red.16}" - } - }, - "info": { - "background-default": { - "$type": "color", - "$value": "{global.blue.1}" - }, - "background-tinted": { - "$type": "color", - "$value": "{global.blue.2}" - }, - "surface-default": { - "$type": "color", - "$value": "{global.blue.3}" - }, - "surface-tinted": { - "$type": "color", - "$value": "{global.blue.4}" - }, - "surface-hover": { - "$type": "color", - "$value": "{global.blue.5}" - }, - "surface-active": { - "$type": "color", - "$value": "{global.blue.6}" - }, - "border-subtle": { - "$type": "color", - "$value": "{global.blue.7}" - }, - "border-default": { - "$type": "color", - "$value": "{global.blue.8}" - }, - "border-strong": { - "$type": "color", - "$value": "{global.blue.9}" - }, - "text-subtle": { - "$type": "color", - "$value": "{global.blue.10}" - }, - "text-default": { - "$type": "color", - "$value": "{global.blue.11}" - }, - "base-default": { - "$type": "color", - "$value": "{global.blue.12}" - }, - "base-hover": { - "$type": "color", - "$value": "{global.blue.13}" - }, - "base-active": { - "$type": "color", - "$value": "{global.blue.14}" - }, - "base-contrast-subtle": { - "$type": "color", - "$value": "{global.blue.15}" - }, - "base-contrast-default": { - "$type": "color", - "$value": "{global.blue.16}" - } - }, - "warning": { - "background-default": { - "$type": "color", - "$value": "{global.orange.1}" - }, - "background-tinted": { - "$type": "color", - "$value": "{global.orange.2}" - }, - "surface-default": { - "$type": "color", - "$value": "{global.orange.3}" - }, - "surface-tinted": { - "$type": "color", - "$value": "{global.orange.4}" - }, - "surface-hover": { - "$type": "color", - "$value": "{global.orange.5}" - }, - "surface-active": { - "$type": "color", - "$value": "{global.orange.6}" - }, - "border-subtle": { - "$type": "color", - "$value": "{global.orange.7}" - }, - "border-default": { - "$type": "color", - "$value": "{global.orange.8}" - }, - "border-strong": { - "$type": "color", - "$value": "{global.orange.9}" - }, - "text-subtle": { - "$type": "color", - "$value": "{global.orange.10}" - }, - "text-default": { - "$type": "color", - "$value": "{global.orange.11}" - }, - "base-default": { - "$type": "color", - "$value": "{global.orange.12}" - }, - "base-hover": { - "$type": "color", - "$value": "{global.orange.13}" - }, - "base-active": { - "$type": "color", - "$value": "{global.orange.14}" - }, - "base-contrast-subtle": { - "$type": "color", - "$value": "{global.orange.15}" - }, - "base-contrast-default": { - "$type": "color", - "$value": "{global.orange.16}" - } - }, - "focus": { - "inner": { - "$type": "color", - "$value": "{color.neutral.background-default}" - }, - "outer": { - "$type": "color", - "$value": "{color.neutral.text-default}" - } - } - }, - "link": { - "color": { - "visited": { - "$type": "color", - "$value": "{global.purple.12}" - } - } - } - }, - "semantic/modes/main-color/accent": { - "color": { - "main": { - "background-default": { - "$type": "color", - "$value": "{color.accent.background-default}" - }, - "background-tinted": { - "$type": "color", - "$value": "{color.accent.background-tinted}" - }, - "surface-default": { - "$type": "color", - "$value": "{color.accent.surface-default}" - }, - "surface-tinted": { - "$type": "color", - "$value": "{color.accent.surface-tinted}" - }, - "surface-hover": { - "$type": "color", - "$value": "{color.accent.surface-hover}" - }, - "surface-active": { - "$type": "color", - "$value": "{color.accent.surface-active}" - }, - "border-subtle": { - "$type": "color", - "$value": "{color.accent.border-subtle}" - }, - "border-default": { - "$type": "color", - "$value": "{color.accent.border-default}" - }, - "border-strong": { - "$type": "color", - "$value": "{color.accent.border-strong}" - }, - "text-subtle": { - "$type": "color", - "$value": "{color.accent.text-subtle}" - }, - "text-default": { - "$type": "color", - "$value": "{color.accent.text-default}" - }, - "base-default": { - "$type": "color", - "$value": "{color.accent.base-default}" - }, - "base-hover": { - "$type": "color", - "$value": "{color.accent.base-hover}" - }, - "base-active": { - "$type": "color", - "$value": "{color.accent.base-active}" - }, - "base-contrast-subtle": { - "$type": "color", - "$value": "{color.accent.base-contrast-subtle}" - }, - "base-contrast-default": { - "$type": "color", - "$value": "{color.accent.base-contrast-default}" - } - } - } - }, - "semantic/modes/support-color/brand1": { - "color": { - "support": { - "background-default": { - "$type": "color", - "$value": "{color.brand1.background-default}" - }, - "background-tinted": { - "$type": "color", - "$value": "{color.brand1.background-tinted}" - }, - "surface-default": { - "$type": "color", - "$value": "{color.brand1.surface-default}" - }, - "surface-tinted": { - "$type": "color", - "$value": "{color.brand1.surface-tinted}" - }, - "surface-hover": { - "$type": "color", - "$value": "{color.brand1.surface-hover}" - }, - "surface-active": { - "$type": "color", - "$value": "{color.brand1.surface-active}" - }, - "border-subtle": { - "$type": "color", - "$value": "{color.brand1.border-subtle}" - }, - "border-default": { - "$type": "color", - "$value": "{color.brand1.border-default}" - }, - "border-strong": { - "$type": "color", - "$value": "{color.brand1.border-strong}" - }, - "text-subtle": { - "$type": "color", - "$value": "{color.brand1.text-subtle}" - }, - "text-default": { - "$type": "color", - "$value": "{color.brand1.text-default}" - }, - "base-default": { - "$type": "color", - "$value": "{color.brand1.base-default}" - }, - "base-hover": { - "$type": "color", - "$value": "{color.brand1.base-hover}" - }, - "base-active": { - "$type": "color", - "$value": "{color.brand1.base-active}" - }, - "base-contrast-subtle": { - "$type": "color", - "$value": "{color.brand1.base-contrast-subtle}" - }, - "base-contrast-default": { - "$type": "color", - "$value": "{color.brand1.base-contrast-default}" - } - } - } - }, - "semantic/modes/support-color/brand2": { - "color": { - "support": { - "background-default": { - "$type": "color", - "$value": "{color.brand2.background-default}" - }, - "background-tinted": { - "$type": "color", - "$value": "{color.brand2.background-tinted}" - }, - "surface-default": { - "$type": "color", - "$value": "{color.brand2.surface-default}" - }, - "surface-tinted": { - "$type": "color", - "$value": "{color.brand2.surface-tinted}" - }, - "surface-hover": { - "$type": "color", - "$value": "{color.brand2.surface-hover}" - }, - "surface-active": { - "$type": "color", - "$value": "{color.brand2.surface-active}" - }, - "border-subtle": { - "$type": "color", - "$value": "{color.brand2.border-subtle}" - }, - "border-default": { - "$type": "color", - "$value": "{color.brand2.border-default}" - }, - "border-strong": { - "$type": "color", - "$value": "{color.brand2.border-strong}" - }, - "text-subtle": { - "$type": "color", - "$value": "{color.brand2.text-subtle}" - }, - "text-default": { - "$type": "color", - "$value": "{color.brand2.text-default}" - }, - "base-default": { - "$type": "color", - "$value": "{color.brand2.base-default}" - }, - "base-hover": { - "$type": "color", - "$value": "{color.brand2.base-hover}" - }, - "base-active": { - "$type": "color", - "$value": "{color.brand2.base-active}" - }, - "base-contrast-subtle": { - "$type": "color", - "$value": "{color.brand2.base-contrast-subtle}" - }, - "base-contrast-default": { - "$type": "color", - "$value": "{color.brand2.base-contrast-default}" - } - } - } - }, - "semantic/modes/support-color/brand3": { - "color": { - "support": { - "background-default": { - "$type": "color", - "$value": "{color.brand3.background-default}" - }, - "background-tinted": { - "$type": "color", - "$value": "{color.brand3.background-tinted}" - }, - "surface-default": { - "$type": "color", - "$value": "{color.brand3.surface-default}" - }, - "surface-tinted": { - "$type": "color", - "$value": "{color.brand3.surface-tinted}" - }, - "surface-hover": { - "$type": "color", - "$value": "{color.brand3.surface-hover}" - }, - "surface-active": { - "$type": "color", - "$value": "{color.brand3.surface-active}" - }, - "border-subtle": { - "$type": "color", - "$value": "{color.brand3.border-subtle}" - }, - "border-default": { - "$type": "color", - "$value": "{color.brand3.border-default}" - }, - "border-strong": { - "$type": "color", - "$value": "{color.brand3.border-strong}" - }, - "text-subtle": { - "$type": "color", - "$value": "{color.brand3.text-subtle}" - }, - "text-default": { - "$type": "color", - "$value": "{color.brand3.text-default}" - }, - "base-default": { - "$type": "color", - "$value": "{color.brand3.base-default}" - }, - "base-hover": { - "$type": "color", - "$value": "{color.brand3.base-hover}" - }, - "base-active": { - "$type": "color", - "$value": "{color.brand3.base-active}" - }, - "base-contrast-subtle": { - "$type": "color", - "$value": "{color.brand3.base-contrast-subtle}" - }, - "base-contrast-default": { - "$type": "color", - "$value": "{color.brand3.base-contrast-default}" - } - } - } - }, - "semantic/style": { - "typography": { - "heading": { - "2xl": { - "$type": "typography", - "$value": { - "fontFamily": "{font-family}", - "fontWeight": "{font-weight.medium}", - "lineHeight": "{line-height.sm}", - "fontSize": "({font-size.10} / 16)em", - "letterSpacing": "{letter-spacing.1}" - } - }, - "xl": { - "$type": "typography", - "$value": { - "fontFamily": "{font-family}", - "fontWeight": "{font-weight.medium}", - "lineHeight": "{line-height.sm}", - "fontSize": "{font-size.9}", - "letterSpacing": "{letter-spacing.1}" - } - }, - "lg": { - "$type": "typography", - "$value": { - "fontFamily": "{font-family}", - "fontWeight": "{font-weight.medium}", - "lineHeight": "{line-height.sm}", - "fontSize": "{font-size.8}", - "letterSpacing": "{letter-spacing.2}" - } - }, - "md": { - "$type": "typography", - "$value": { - "fontFamily": "{font-family}", - "fontWeight": "{font-weight.medium}", - "lineHeight": "{line-height.sm}", - "fontSize": "{font-size.7}", - "letterSpacing": "{letter-spacing.3}" - } - }, - "sm": { - "$type": "typography", - "$value": { - "fontFamily": "{font-family}", - "fontWeight": "{font-weight.medium}", - "lineHeight": "{line-height.sm}", - "fontSize": "{font-size.6}", - "letterSpacing": "{letter-spacing.5}" - } - }, - "xs": { - "$type": "typography", - "$value": { - "fontFamily": "{font-family}", - "fontWeight": "{font-weight.medium}", - "lineHeight": "{line-height.sm}", - "fontSize": "{font-size.5}", - "letterSpacing": "{letter-spacing.6}" - } - }, - "2xs": { - "$type": "typography", - "$value": { - "fontFamily": "{font-family}", - "fontWeight": "{font-weight.medium}", - "lineHeight": "{line-height.sm}", - "fontSize": "{font-size.4}", - "letterSpacing": "{letter-spacing.6}" - } - } - }, - "body": { - "xl": { - "$type": "typography", - "$value": { - "fontFamily": "{font-family}", - "fontWeight": "{font-weight.regular}", - "lineHeight": "{line-height.md}", - "fontSize": "{font-size.6}", - "letterSpacing": "{letter-spacing.8}" - } - }, - "lg": { - "$type": "typography", - "$value": { - "fontFamily": "{font-family}", - "fontWeight": "{font-weight.regular}", - "lineHeight": "{line-height.md}", - "fontSize": "{font-size.5}", - "letterSpacing": "{letter-spacing.8}" - } - }, - "md": { - "$type": "typography", - "$value": { - "fontFamily": "{font-family}", - "fontWeight": "{font-weight.regular}", - "lineHeight": "{line-height.md}", - "fontSize": "{font-size.4}", - "letterSpacing": "{letter-spacing.8}" - } - }, - "sm": { - "$type": "typography", - "$value": { - "fontFamily": "{font-family}", - "fontWeight": "{font-weight.regular}", - "lineHeight": "{line-height.md}", - "fontSize": "{font-size.3}", - "letterSpacing": "{letter-spacing.7}" - } - }, - "xs": { - "$type": "typography", - "$value": { - "fontFamily": "{font-family}", - "fontWeight": "{font-weight.regular}", - "lineHeight": "{line-height.md}", - "fontSize": "{font-size.2}", - "letterSpacing": "{letter-spacing.6}" - } - }, - "short": { - "xl": { - "$type": "typography", - "$value": { - "fontFamily": "{font-family}", - "fontWeight": "{font-weight.regular}", - "lineHeight": "{line-height.sm}", - "fontSize": "{font-size.6}", - "letterSpacing": "{letter-spacing.8}" - } - }, - "lg": { - "$type": "typography", - "$value": { - "fontFamily": "{font-family}", - "fontWeight": "{font-weight.regular}", - "lineHeight": "{line-height.sm}", - "fontSize": "{font-size.5}", - "letterSpacing": "{letter-spacing.8}" - } - }, - "md": { - "$type": "typography", - "$value": { - "fontFamily": "{font-family}", - "fontWeight": "{font-weight.regular}", - "lineHeight": "{line-height.sm}", - "fontSize": "{font-size.4}", - "letterSpacing": "{letter-spacing.8}" - } - }, - "sm": { - "$type": "typography", - "$value": { - "fontFamily": "{font-family}", - "fontWeight": "{font-weight.regular}", - "lineHeight": "{line-height.sm}", - "fontSize": "{font-size.3}", - "letterSpacing": "{letter-spacing.7}" - } - }, - "xs": { - "$type": "typography", - "$value": { - "fontFamily": "{font-family}", - "fontWeight": "{font-weight.regular}", - "lineHeight": "{line-height.sm}", - "fontSize": "{font-size.2}", - "letterSpacing": "{letter-spacing.6}" - } - } - }, - "long": { - "xl": { - "$type": "typography", - "$value": { - "fontFamily": "{font-family}", - "fontWeight": "{font-weight.regular}", - "lineHeight": "{line-height.lg}", - "fontSize": "{font-size.6}", - "letterSpacing": "{letter-spacing.8}" - } - }, - "lg": { - "$type": "typography", - "$value": { - "fontFamily": "{font-family}", - "fontWeight": "{font-weight.regular}", - "lineHeight": "{line-height.lg}", - "fontSize": "{font-size.5}", - "letterSpacing": "{letter-spacing.8}" - } - }, - "md": { - "$type": "typography", - "$value": { - "fontFamily": "{font-family}", - "fontWeight": "{font-weight.regular}", - "lineHeight": "{line-height.lg}", - "fontSize": "{font-size.4}", - "letterSpacing": "{letter-spacing.8}" - } - }, - "sm": { - "$type": "typography", - "$value": { - "fontFamily": "{font-family}", - "fontWeight": "{font-weight.regular}", - "lineHeight": "{line-height.lg}", - "fontSize": "{font-size.3}", - "letterSpacing": "{letter-spacing.7}" - } - }, - "xs": { - "$type": "typography", - "$value": { - "fontFamily": "{font-family}", - "fontWeight": "{font-weight.regular}", - "lineHeight": "{line-height.lg}", - "fontSize": "{font-size.2}", - "letterSpacing": "{letter-spacing.6}" - } - } - } - } - }, - "opacity": { - "disabled": { - "$type": "opacity", - "$value": "{opacity.30}" - } - }, - "border-width": { - "default": { - "$type": "borderWidth", - "$value": "{border-width.1}" - }, - "focus": { - "$type": "borderWidth", - "$value": "{border-width.3}" - } - }, - "shadow": { - "xs": { - "$type": "boxShadow", - "$value": "{shadow.100}" - }, - "sm": { - "$type": "boxShadow", - "$value": "{shadow.200}" - }, - "md": { - "$type": "boxShadow", - "$value": "{shadow.300}" - }, - "lg": { - "$type": "boxShadow", - "$value": "{shadow.400}" - }, - "xl": { - "$type": "boxShadow", - "$value": "{shadow.500}" - } - }, - "border-radius": { - "sm": { - "$type": "dimension", - "$value": "{border-radius.1}" - }, - "md": { - "$type": "dimension", - "$value": "{border-radius.2}" - }, - "lg": { - "$type": "dimension", - "$value": "{border-radius.3}" - }, - "xl": { - "$type": "dimension", - "$value": "{border-radius.4}" - }, - "default": { - "$type": "dimension", - "$value": "{border-radius.5}" - }, - "full": { - "$type": "dimension", - "$value": "{border-radius.6}" - } - }, - "size": { - "0": { - "$type": "dimension", - "$value": "{_size.0}" - }, - "1": { - "$type": "dimension", - "$value": "{_size.1}" - }, - "2": { - "$type": "dimension", - "$value": "{_size.2}" - }, - "3": { - "$type": "dimension", - "$value": "{_size.3}" - }, - "4": { - "$type": "dimension", - "$value": "{_size.4}" - }, - "5": { - "$type": "dimension", - "$value": "{_size.5}" - }, - "6": { - "$type": "dimension", - "$value": "{_size.6}" - }, - "7": { - "$type": "dimension", - "$value": "{_size.7}" - }, - "8": { - "$type": "dimension", - "$value": "{_size.8}" - }, - "9": { - "$type": "dimension", - "$value": "{_size.9}" - }, - "10": { - "$type": "dimension", - "$value": "{_size.10}" - }, - "11": { - "$type": "dimension", - "$value": "{_size.11}" - }, - "12": { - "$type": "dimension", - "$value": "{_size.12}" - }, - "13": { - "$type": "dimension", - "$value": "{_size.13}" - }, - "14": { - "$type": "dimension", - "$value": "{_size.14}" - }, - "15": { - "$type": "dimension", - "$value": "{_size.15}" - }, - "18": { - "$type": "dimension", - "$value": "{_size.18}" - }, - "22": { - "$type": "dimension", - "$value": "{_size.22}" - }, - "26": { - "$type": "dimension", - "$value": "{_size.26}" - }, - "30": { - "$type": "dimension", - "$value": "{_size.30}" - } - } - }, - "$themes": [ - { - "id": "8b2c8cc86611a34b135cb22948666779361fd729", - "name": "medium", - "$figmaStyleReferences": {}, - "selectedTokenSets": { - "primitives/modes/size/medium": "source", - "primitives/modes/size/global": "enabled", - "primitives/modes/typography/size/medium": "enabled" - }, - "$figmaCollectionId": "VariableCollectionId:36248:20757", - "$figmaModeId": "41630:1", - "$figmaVariableReferences": { - "font-size.1": "b16053371d400f6e865a57698519b78d6adb8aa6", - "font-size.2": "547170dd150be6b3a74de1bc2ee421ba40b9ed9a", - "font-size.3": "c7a841c5694c94f85089aa425f0de4010e5fe71d", - "font-size.4": "9499f40cb3873ccfa136f943dbf479e1ed0980eb", - "font-size.5": "428e13183c9e1c21a4ec5e651e4baba947a38bd9", - "font-size.6": "01dce7fd83742c2986baeda3c2202f9345acf5fa", - "font-size.7": "54633f9ab840c502b0984cb20888276c2f021360", - "font-size.8": "a298f78a4f1ed7171546a06ce6f74196867f462a", - "font-size.9": "7f1382abad418b3941b79731e871b641abebbcf7", - "font-size.10": "38a0bcc2952ba92e893293eaa1ca024bdc23d0d0", - "font-size.11": "347bbb6ecf0d21b6046a55b265e141749f069451", - "_size.0": "db5d3cb74ced9b5df367971881fc60662901cb5f", - "_size.1": "8574ccc778f88127b0e503b9f4270cee8ac07bea", - "_size.2": "e826c1174bf75cc8eaabddd3ee6dd3dd59e2c3cd", - "_size.3": "52325b1528e74c93d244c24ce33be7c61d97dce6", - "_size.4": "fc1ae6a081615cb898808f3f36f841593fae2c9b", - "_size.5": "ce889c0e000c40e6c9ac2882080f3d84e192b1a2", - "_size.6": "1d1d1c8f8a2bcc129ed4d3c29c220f41e60acb89", - "_size.7": "50853ccf4c596607803917729bf0510a5be18441", - "_size.8": "37be5287889e2fc796789f75e618445848aa64bb", - "_size.9": "5659f148afc31de2f124942280707e1518ce2b26", - "_size.10": "1bc7ae4831fa8f20f42bd65dda58c49912dd37ad", - "_size.11": "a587d8b489c006e3b2f9871225f0b93928c7111a", - "_size.12": "d31ff8a8ca5f0ce0cccf54b629a8bb7bd758ecf6", - "_size.13": "31c7166bdfbec5523a36a4490203e6464bb2f922", - "_size.14": "29e764bade4a858e4d59b8b1e13f3468561201ad", - "_size.15": "d08f3fbf817d252d557253c1a671007dc8471441", - "_size.18": "1a3958612165e85fefdb7fbaf5863e517342cd1f", - "_size.22": "4d164b5622c590ed2286a5a0372bb0ff516ef707", - "_size.26": "7fddc0a8ed0f1108e3a53b7c619ec12b0f9bf12f", - "_size.30": "ccdc8d1bcb7811581897286176b40dd68a5c615e", - "_size.mode-font-size": "a4d2c4228ebd72eb5a52b0856d06fc7c911140f8", - "_size.base": "87d2d80ae00975b4312c3577f8e820f65c3701af", - "_size.step": "d46cee0c021f49ef0d58c6f9ba8757f87de9ab6d" - }, - "group": "Size" - }, - { - "id": "d49b9eebeb48a4f165a74b7261733d0a73370f0e", - "name": "large", - "$figmaStyleReferences": {}, - "selectedTokenSets": { - "primitives/modes/size/large": "source", - "primitives/modes/size/global": "enabled", - "primitives/modes/typography/size/large": "enabled" - }, - "$figmaCollectionId": "VariableCollectionId:36248:20757", - "$figmaModeId": "41630:2", - "$figmaVariableReferences": { - "font-size.1": "b16053371d400f6e865a57698519b78d6adb8aa6", - "font-size.2": "547170dd150be6b3a74de1bc2ee421ba40b9ed9a", - "font-size.3": "c7a841c5694c94f85089aa425f0de4010e5fe71d", - "font-size.4": "9499f40cb3873ccfa136f943dbf479e1ed0980eb", - "font-size.5": "428e13183c9e1c21a4ec5e651e4baba947a38bd9", - "font-size.6": "01dce7fd83742c2986baeda3c2202f9345acf5fa", - "font-size.7": "54633f9ab840c502b0984cb20888276c2f021360", - "font-size.8": "a298f78a4f1ed7171546a06ce6f74196867f462a", - "font-size.9": "7f1382abad418b3941b79731e871b641abebbcf7", - "font-size.10": "38a0bcc2952ba92e893293eaa1ca024bdc23d0d0", - "font-size.11": "347bbb6ecf0d21b6046a55b265e141749f069451", - "_size.0": "db5d3cb74ced9b5df367971881fc60662901cb5f", - "_size.1": "8574ccc778f88127b0e503b9f4270cee8ac07bea", - "_size.2": "e826c1174bf75cc8eaabddd3ee6dd3dd59e2c3cd", - "_size.3": "52325b1528e74c93d244c24ce33be7c61d97dce6", - "_size.4": "fc1ae6a081615cb898808f3f36f841593fae2c9b", - "_size.5": "ce889c0e000c40e6c9ac2882080f3d84e192b1a2", - "_size.6": "1d1d1c8f8a2bcc129ed4d3c29c220f41e60acb89", - "_size.7": "50853ccf4c596607803917729bf0510a5be18441", - "_size.8": "37be5287889e2fc796789f75e618445848aa64bb", - "_size.9": "5659f148afc31de2f124942280707e1518ce2b26", - "_size.10": "1bc7ae4831fa8f20f42bd65dda58c49912dd37ad", - "_size.11": "a587d8b489c006e3b2f9871225f0b93928c7111a", - "_size.12": "d31ff8a8ca5f0ce0cccf54b629a8bb7bd758ecf6", - "_size.13": "31c7166bdfbec5523a36a4490203e6464bb2f922", - "_size.14": "29e764bade4a858e4d59b8b1e13f3468561201ad", - "_size.15": "d08f3fbf817d252d557253c1a671007dc8471441", - "_size.18": "1a3958612165e85fefdb7fbaf5863e517342cd1f", - "_size.22": "4d164b5622c590ed2286a5a0372bb0ff516ef707", - "_size.26": "7fddc0a8ed0f1108e3a53b7c619ec12b0f9bf12f", - "_size.30": "ccdc8d1bcb7811581897286176b40dd68a5c615e", - "_size.mode-font-size": "a4d2c4228ebd72eb5a52b0856d06fc7c911140f8", - "_size.base": "87d2d80ae00975b4312c3577f8e820f65c3701af", - "_size.step": "d46cee0c021f49ef0d58c6f9ba8757f87de9ab6d" - }, - "group": "Size" - }, - { - "id": "fb11567729c298ca37c9da4e3a27716a23480824", - "name": "small", - "$figmaStyleReferences": {}, - "selectedTokenSets": { - "primitives/modes/size/small": "source", - "primitives/modes/size/global": "enabled", - "primitives/modes/typography/size/small": "enabled" - }, - "$figmaCollectionId": "VariableCollectionId:36248:20757", - "$figmaModeId": "41630:3", - "$figmaVariableReferences": { - "font-size.1": "b16053371d400f6e865a57698519b78d6adb8aa6", - "font-size.2": "547170dd150be6b3a74de1bc2ee421ba40b9ed9a", - "font-size.3": "c7a841c5694c94f85089aa425f0de4010e5fe71d", - "font-size.4": "9499f40cb3873ccfa136f943dbf479e1ed0980eb", - "font-size.5": "428e13183c9e1c21a4ec5e651e4baba947a38bd9", - "font-size.6": "01dce7fd83742c2986baeda3c2202f9345acf5fa", - "font-size.7": "54633f9ab840c502b0984cb20888276c2f021360", - "font-size.8": "a298f78a4f1ed7171546a06ce6f74196867f462a", - "font-size.9": "7f1382abad418b3941b79731e871b641abebbcf7", - "font-size.10": "38a0bcc2952ba92e893293eaa1ca024bdc23d0d0", - "font-size.11": "347bbb6ecf0d21b6046a55b265e141749f069451", - "_size.0": "db5d3cb74ced9b5df367971881fc60662901cb5f", - "_size.1": "8574ccc778f88127b0e503b9f4270cee8ac07bea", - "_size.2": "e826c1174bf75cc8eaabddd3ee6dd3dd59e2c3cd", - "_size.3": "52325b1528e74c93d244c24ce33be7c61d97dce6", - "_size.4": "fc1ae6a081615cb898808f3f36f841593fae2c9b", - "_size.5": "ce889c0e000c40e6c9ac2882080f3d84e192b1a2", - "_size.6": "1d1d1c8f8a2bcc129ed4d3c29c220f41e60acb89", - "_size.7": "50853ccf4c596607803917729bf0510a5be18441", - "_size.8": "37be5287889e2fc796789f75e618445848aa64bb", - "_size.9": "5659f148afc31de2f124942280707e1518ce2b26", - "_size.10": "1bc7ae4831fa8f20f42bd65dda58c49912dd37ad", - "_size.11": "a587d8b489c006e3b2f9871225f0b93928c7111a", - "_size.12": "d31ff8a8ca5f0ce0cccf54b629a8bb7bd758ecf6", - "_size.13": "31c7166bdfbec5523a36a4490203e6464bb2f922", - "_size.14": "29e764bade4a858e4d59b8b1e13f3468561201ad", - "_size.15": "d08f3fbf817d252d557253c1a671007dc8471441", - "_size.18": "1a3958612165e85fefdb7fbaf5863e517342cd1f", - "_size.22": "4d164b5622c590ed2286a5a0372bb0ff516ef707", - "_size.26": "7fddc0a8ed0f1108e3a53b7c619ec12b0f9bf12f", - "_size.30": "ccdc8d1bcb7811581897286176b40dd68a5c615e", - "_size.mode-font-size": "a4d2c4228ebd72eb5a52b0856d06fc7c911140f8", - "_size.base": "87d2d80ae00975b4312c3577f8e820f65c3701af", - "_size.step": "d46cee0c021f49ef0d58c6f9ba8757f87de9ab6d" - }, - "group": "Size" - }, - { - "id": "0daa3ca0b427b9349da7e7dc00101b5668972926", - "name": "Light", - "$figmaStyleReferences": {}, - "selectedTokenSets": { - "primitives/modes/color-scheme/light/global": "enabled", - "primitives/modes/color-scheme/light/digdir": "enabled", - "primitives/modes/color-scheme/light/altinn": "enabled", - "primitives/modes/color-scheme/light/uutilsynet": "enabled", - "primitives/modes/color-scheme/light/portal": "enabled" - }, - "$figmaCollectionId": "VariableCollectionId:34811:5472", - "$figmaModeId": "34811:0", - "$figmaVariableReferences": { - "global.blue.1": "d2e976cd95db5f973022cda9eae917880c578bf5", - "global.blue.2": "6efca915ae1423d0e87d7c079e83b73e686fcb7c", - "global.blue.3": "f7c9f82022921b32806b05b1673ec1eff1922caf", - "global.blue.4": "b66d168b8341bad3580057ab160b2a68f78a6751", - "global.blue.5": "c4d707a44f6a05f0afc2cf38227a2b7dd831b2c2", - "global.blue.6": "bf90321d66b5f23a9674abe61d201b5b22e1c5e3", - "global.blue.7": "73ca300a3e953c8a21a20d98c1b8260dda4158cc", - "global.blue.8": "1ab6d1daae5bf5884441caf6ea35fa1f07a286ba", - "global.blue.9": "211e589c88fb34338c947c5c2f896b091b74465b", - "global.blue.10": "121ccd2a2015367a673b75c3873529157e82dc20", - "global.blue.11": "3ab48b84a41294a61d8bf26ee94464d0eafe6d9d", - "global.blue.12": "609a567c46e4692f43a557c3e67d58cc2bbd58ec", - "global.blue.13": "6269bf6afb50eae3e7c0215587e958819d70ed31", - "global.blue.14": "28261fd10eb199724fdb337b953d1d600e785db4", - "global.blue.15": "048c60fefccd796aceb1be19f7c7c4e7b90314a5", - "global.blue.16": "124c90f211a5c6538b1c3ed4aa24a4b559e2c338", - "global.green.1": "21baaf539ad57f62ec027af9e731fc5cff300187", - "global.green.2": "4696a51cea562bf7f84dcc9f264d0f9eaa877dd3", - "global.green.3": "f8549c79365a6b40e30f42cf16b18ed05d311c67", - "global.green.4": "3fd785b8c63d92ac246edc7a6d0e9adaabd517d1", - "global.green.5": "69255626d13508556bf2186137083da28d0bccb9", - "global.green.6": "6246b6916964dac245ac858e0f6f4d06caedd736", - "global.green.7": "05cce6768a8004925423dc0c08a0268bb43b2285", - "global.green.8": "07c6852ef7e4ae2a0d19e7757fa2af95e9800d83", - "global.green.9": "e175abcfa9dfc96399034f818e025a67089aa503", - "global.green.10": "303fecabc57e1f2ce8f3745117e23c097e2d9f84", - "global.green.11": "8ec4ef83c3dcdc6507ac4b8b0eec5fa71171a78d", - "global.green.12": "88d9df8106e7f966821dc83eed240729e67799f7", - "global.green.13": "bb4fde53803d4d5bd25a41163735a0d4f5084453", - "global.green.14": "525a6736824087a86560045184d530a69d788217", - "global.green.15": "977e787643bfd3599543dc801a16a98e60460f00", - "global.green.16": "653fffab2eedce78f45fded4018dabbcf5a6e27d", - "global.orange.1": "d2736659ea237d39db008a9867ebc1f979258ab0", - "global.orange.2": "bf837a33dad5cb56377433f7d211c216521f99ac", - "global.orange.3": "daacca314f9f7e0d8d611bda915ed34e951c5cc3", - "global.orange.4": "028fcd766bb47a840e3680743a4b1b968f8ba589", - "global.orange.5": "c047e222f1608bd986cd82764912dc6ff6fe9cbb", - "global.orange.6": "6f145b85a03a2e79e9e0a35d07f6ab1c241b5858", - "global.orange.7": "7093451903265583f5855c0e1962374beebacd65", - "global.orange.8": "e899cbc99b9f38064e4a312a5814a9dc124e07c3", - "global.orange.9": "4c7427cad93dc658f7c6f27b58dc943e5acedab8", - "global.orange.10": "911b6af07576df622589a1db30b8a0fe0fa04fa5", - "global.orange.11": "1bbad517144ebcced79c86defdb6a540b0af5275", - "global.orange.12": "7765ab682e6d3152a607f24a778094e249e553ad", - "global.orange.13": "658d19fb443ba020301d03b0727e03e90a664fe6", - "global.orange.14": "098481408fd23bbc97c6996d8b688add1883674f", - "global.orange.15": "f31e6c57d8ceeb39f8080ff5df5b451f9422f2f6", - "global.orange.16": "4e62f3169595a36902ff21deb86ad42c32f45e63", - "global.purple.1": "dd8f892e5a1fc74e47d3d5895de1447bbb5026c0", - "global.purple.2": "fa7784771907554b0557e70775ed6c03622af95c", - "global.purple.3": "f3bc265da4067eecb5318367b9ed193f9e52e230", - "global.purple.4": "1b0e7b776a60b19f8184ed6c3cc1926a017bda54", - "global.purple.5": "820e27336928810b405aa0d4dd94bfd024e67682", - "global.purple.6": "07049c4831c9c3842e7e3bb0277cd133dd64ae7a", - "global.purple.7": "6efaacc6201883ce8bdd3b9e94a66206f99b4d1e", - "global.purple.8": "9d9fb5c6a3193f5540e7bbe41513615a39491c46", - "global.purple.9": "be1ce5d3aa562dc2a476e6b6fc6f4c059b0f5faf", - "global.purple.10": "6753c42d3fb1ddb7d9aac5f015e6ccda24091e76", - "global.purple.11": "a528da4e5225d47a6d26e50a2009bbdcf9ef876e", - "global.purple.12": "782a06967ff4c93ed7468d3ccebf73d62a43efe2", - "global.purple.13": "4a1221c6a31c0476875e6bd80bf75cbde6d51a35", - "global.purple.14": "c80e5ffdf74196debfd5b37c48659152b525c2b9", - "global.purple.15": "6fce2fb6cdb93a3b6b61edb95f7d10eff40882e2", - "global.purple.16": "811e5c3fc69bb90d346847f30094d29ccd0b3db6", - "global.red.1": "96c68e54995f519fdf85445dcba73c823a579442", - "global.red.2": "a492455376e3ffa0445a86f8bed5d878082d0ded", - "global.red.3": "f09888e754814c7eb3da40b8cbcc43465d100402", - "global.red.4": "8c92ed293cab5e3ada6ff417c1aeba6830891b0f", - "global.red.5": "5e9dd03b4adeb98b153ebd8930288930e9dc4a9f", - "global.red.6": "7db609be5449de86faeecc7a1869d9e350a03db1", - "global.red.7": "2a99034da70ba21a84f2aca985f5dacad795e811", - "global.red.8": "d5eea18bfb7f83a051ada8289d0ceeb7be06b941", - "global.red.9": "886a217145edb0171192fa640aaca7109b5b36ce", - "global.red.10": "07f68ea7dfee0791d705c01049a19f9fa3c6b108", - "global.red.11": "2079aa95e35987b5d92f4c196914593ff5caa431", - "global.red.12": "f3a1e09ca133a5d52f211bbb3db4511855983a0f", - "global.red.13": "05dc77b8bcdd7ab509dbfa86aa37c437e23a8de8", - "global.red.14": "2e7fcaf2137929e1e4ddf85d6cfb289ed6a2fb86", - "global.red.15": "05438cf0d5eb4ff71816be72fd0546bc95102d08", - "global.red.16": "0f9d07cabfb0949b64117ae400b952d1959ec3cf", - "digdir.accent.1": "22e0c64990a2691d82a851a1d6169b02333a25d7", - "digdir.accent.2": "8aedfcf8007cd20076adf42b2bdf0299c3213fbb", - "digdir.accent.3": "3bace6056fbbf7b1af0bb06dd52b5d1a82024dc8", - "digdir.accent.4": "daeb2bb5b48270ae828b8bad05b590e9418466ec", - "digdir.accent.5": "c74cecfae184860f01fe9f18554a34f96f5a93fa", - "digdir.accent.6": "82c1ae45480d540f05f4290627c4afd675eafcc9", - "digdir.accent.7": "6c55b573f6d406bc996ecb7854b3ac5a693b0fc5", - "digdir.accent.8": "9206061886b103f1a9c38f7a0b77503d99aedccc", - "digdir.accent.9": "5729431c1d07182997c275bf18fbc1b08e1b832e", - "digdir.accent.10": "49e43207db501ef71a7429d20117019151d53a27", - "digdir.accent.11": "6d76a5f9fa3be394a4b384bda8cae2df526e67af", - "digdir.accent.12": "738d072011c73cacbf699f7a841da4d73ca9d22e", - "digdir.accent.13": "ca6fb4d945a86c9b550275809325a3067042208d", - "digdir.accent.14": "3dffeaacf6f10f403947a5f992fb475fd2300130", - "digdir.accent.15": "ed2abffaaa8b9852ff6ad88b99529858bef21789", - "digdir.accent.16": "68e564e06d3c0fd193c57f66621545a506c456ad", - "digdir.brand1.1": "62ab97347bc01e305371e196d874db8bfbf08490", - "digdir.brand1.2": "50c7943165bb60dfa23c172820a8d2c5c05136da", - "digdir.brand1.3": "bba7d8f231b3031cccc26179713b6132ef0c5008", - "digdir.brand1.4": "c164361b6110c25fc86527744da3664de152ae3e", - "digdir.brand1.5": "fe39d697e08a321ac17347a908cd98c2cbf03b6e", - "digdir.brand1.6": "382bfef650cea740aced2da0f9798cb2d5107315", - "digdir.brand1.7": "9a2625ef0fc81d2e7ba78106f2538a0836272e9d", - "digdir.brand1.8": "ecdae091da15b65e47c5a94980ab3a6630889049", - "digdir.brand1.9": "00072d72b303d04cef967b9b654117ba0a52ba8e", - "digdir.brand1.10": "cfce913f341161c8fe79db0a71ae77c0b0d11a67", - "digdir.brand1.11": "de05709b0a0cba9ca9db0d49f7cb1ee1bf2a6560", - "digdir.brand1.12": "c0a62d3e6fe56d899ef8265aa27497a908a5c2f6", - "digdir.brand1.13": "8c06c97cb71c7f2d9f25a0b176779ed7cac1485e", - "digdir.brand1.14": "afad2418a4fb75870f9b40e0c275774e0d97667a", - "digdir.brand1.15": "91764a842e127c8edd55e5a133ebbfb2c0f528d6", - "digdir.brand1.16": "2ebfc68200540cca8ba8ab4f9a5804aecb5cb836", - "digdir.brand2.1": "6b60e757945924d4c71b41a19c5f95d56fe49ce3", - "digdir.brand2.2": "65b1446306ff6f2f05d2830104467a77013e0aba", - "digdir.brand2.3": "2e8ca45785b0c6552bc7944105a9142238178310", - "digdir.brand2.4": "64155405e3edde4d969055261217e8a9da064003", - "digdir.brand2.5": "216ba3f4dfb4bdda89a60a9aedf34213c357ff4e", - "digdir.brand2.6": "ddde611d909b07474c0d2211d3b69625808a3eaa", - "digdir.brand2.7": "61d8c0e41b7aba73a6f07c73bf021be6a1e7c1ac", - "digdir.brand2.8": "81be0265550597bdfee1d914f4eb1df503f30d66", - "digdir.brand2.9": "9c5c98ada13b3b82537f11b837cadbcce16c3ce9", - "digdir.brand2.10": "7d204df8453c6c50467e84dd8bb03d8c38a78579", - "digdir.brand2.11": "08a3a7f6e352fd9b7ed82417d7d7394582d9e802", - "digdir.brand2.12": "61240c82c0803416c34e0811d6b50102924a2152", - "digdir.brand2.13": "5abd72e7a7c487e768e425764f26c30921dd83c9", - "digdir.brand2.14": "999a9ef67e1374b612c9ebcd15fdeecf479e28cd", - "digdir.brand2.15": "bb80faef075df7c7f105694f3b905f31af8ce257", - "digdir.brand2.16": "69ce6d2eb004c1e7aa5ec8449f265a6928884749", - "digdir.brand3.1": "6d3c433ca589e9ad89767a65f559b5b18ea6d58b", - "digdir.brand3.2": "af6e1390a533993194ed8f9970e67d194a809c62", - "digdir.brand3.3": "8bc173bf5ce984b461648916a5786cc24007c671", - "digdir.brand3.4": "58fe7985fe0ac60127ca0e3014094dde78e8d93d", - "digdir.brand3.5": "2e654552aeaf1c9cc66737c7bd94a14c44c1b4a6", - "digdir.brand3.6": "d583bb9f9ac5665a0c05eeaec53ec911abd0bbca", - "digdir.brand3.7": "cdfc5f98f50dc26eb95b6c3c57c27af26ca7739c", - "digdir.brand3.8": "3c87a085c531fc98dfc4f8994883862eb1a1663e", - "digdir.brand3.9": "af8ca18ac875b9a2617cdcf65df01858ef668571", - "digdir.brand3.10": "37cffedee0280941549e59d61fc8d303fe95de45", - "digdir.brand3.11": "d70fe1ae3774a5266fc60000e294677ebe5c5c78", - "digdir.brand3.12": "0efd06afd4db1d828e5fb32a323b28d95b15ebe3", - "digdir.brand3.13": "dbb1abf9770f3ce48b1460236b5a5b8a7b74c84d", - "digdir.brand3.14": "1f06d2cff7a0bc2d6bc49ee9ea065a66ba42e9de", - "digdir.brand3.15": "b291589877d2c7bc8f696c47cca0a0f36562bf6e", - "digdir.brand3.16": "48af5abe1308dacd036ea7ec5c22d54b9f697edf", - "digdir.neutral.1": "f69a07aa1532249a5c7097f540edfc1d2906c4ec", - "digdir.neutral.2": "ed5913c9e016f7bd09d37f92754c221203a3e509", - "digdir.neutral.3": "238902ca3c7e428c57fa1e58f13a9e89d4b73c3e", - "digdir.neutral.4": "d582aa80520890a29fef68b9f4bfe75415808750", - "digdir.neutral.5": "3242e4a2333b4f775faafbc1118d7853e264fe74", - "digdir.neutral.6": "823a43aff7507f73280397e5f76df1f300daa306", - "digdir.neutral.7": "b866b972cd3041e2e242b6e51ccf91c026a6eb09", - "digdir.neutral.8": "11967aa7ce4ff51274ca632ca0ea7b7e8dcdbe5e", - "digdir.neutral.9": "b19efc5bda07005f192c8199b12e422f61ea50d5", - "digdir.neutral.10": "0dc0a4591c645c663aad5b7a08b701dc7acfd2b7", - "digdir.neutral.11": "8c109dce49c700ab3252ae45b74546491060f111", - "digdir.neutral.12": "ca6b27c312c0f0f052b655ad76b53a81b6bd1a7a", - "digdir.neutral.13": "8517d3e19185ac4c48c953336ae4cc8d550a5d1f", - "digdir.neutral.14": "03782292cbd34c110c0a115a8bd808b3ab635b5d", - "digdir.neutral.15": "9c05e859dae47eb697a8357526b182ef61d94c76", - "digdir.neutral.16": "48b7fc5a4e25c33d87627bb84e1a393a9db673b1", - "altinn.accent.1": "0fb0b77a41528ad94572eb3b409dc9a84a06034c", - "altinn.accent.2": "e7ad00556548cadde8f43af2e1350b383bee9afc", - "altinn.accent.3": "004bf2b41a4b5675765858a4e6581fb27085ea8d", - "altinn.accent.4": "4e650a7db1990371ac81113d5d925da2d19b4803", - "altinn.accent.5": "ff423b04cad473a7f471d480b457d8e629169c08", - "altinn.accent.6": "3d921beb722fb2fa2b700c5527ca3601847fa0d0", - "altinn.accent.7": "5bfb9bbae717415bc7d04b92ca67c1202fe89a97", - "altinn.accent.8": "87e1efaa3766ef374ff07c4822d17d31ac1f0dcd", - "altinn.accent.9": "24f319a4eb21943c7b496e9524972ef816d37851", - "altinn.accent.10": "295b5958443c7ae169b20852dc0c2bf28b3082fc", - "altinn.accent.11": "02e00ac8e2c15ab837d7e3eb7f7d4ec35c734c5f", - "altinn.accent.12": "e8eaa15fdecd4f8763c8d613673a68455bf4ba79", - "altinn.accent.13": "2da73a55c208024893f51903b8e4d1086e51b402", - "altinn.accent.14": "db4b0fbaa260146fe3f0b8518905e11105285630", - "altinn.accent.15": "69d8f5efc0464b9dc46d4559f6c4c63f3b178524", - "altinn.accent.16": "c653c3b1cae365d61758dbf7a20be55e7f7e3929", - "altinn.brand1.1": "36919d02364b7601f02e4944d454a06047caac38", - "altinn.brand1.2": "074f294271716ae4048662eff67e5c349624b91d", - "altinn.brand1.3": "953054a71143dfb2b0a1908ca33e9440a9424931", - "altinn.brand1.4": "5bd1ef0fe4bee2392fc6ea98f71857c0b4f5d7f4", - "altinn.brand1.5": "b6569bacb1b4fa586269c0b4bd232246869f55b4", - "altinn.brand1.6": "fd55e933a227e1f83495f6ea283ccb98210507f3", - "altinn.brand1.7": "675968cbc559c08c7a44b27720d2364b5b4c155a", - "altinn.brand1.8": "0c9d37aa84f6a3cf054a6e06eb8337b1babd7b7e", - "altinn.brand1.9": "3522eab9ebfc2ae5c91a580feaf70465e9748f89", - "altinn.brand1.10": "3e61a3494660d174df6bab736a87675ab62ff87e", - "altinn.brand1.11": "3d4c53b43568c37b4ea9c2635cf5958fc739bf64", - "altinn.brand1.12": "a706bba785733f72521a3c632e25df975f98a08c", - "altinn.brand1.13": "f9ed3353c4e61b94c8a74e2c2fd72397cedc408f", - "altinn.brand1.14": "4377a455be6da7abf2f3ce7107a6854c28f40d94", - "altinn.brand1.15": "093c525a697bcde5ba27edf9b468b2e9407b82e6", - "altinn.brand1.16": "e78c591644329c8e13ee835622fd953bd0d9b414", - "altinn.brand2.1": "513d52765402e5c084a20c23ed21a2d739109b35", - "altinn.brand2.2": "0ee7ac0a9763ab782ec40b93a043a3d10c999ff9", - "altinn.brand2.3": "1c943c957030b1afcd70e01530035db77f0ebc34", - "altinn.brand2.4": "73adbc11588a4d41a0358fd7a327678af7138191", - "altinn.brand2.5": "1d3384f44d226abebb3b43b9988a11dff93333de", - "altinn.brand2.6": "3e1fd231892a974c1d338217072c2e9abdc7e904", - "altinn.brand2.7": "b3d2b34807b4775678254f1bbb893e7bf7a40908", - "altinn.brand2.8": "987afc969a5de78dc72208980c939bedc1ad88b4", - "altinn.brand2.9": "e82328a15d454b8a03ac04813136a8239e99b85d", - "altinn.brand2.10": "6d006ead8798823fed87eacfd2dc51695b0825ad", - "altinn.brand2.11": "58a1ebcebbd1df26bc50e8d52d39ed3711c8c3a7", - "altinn.brand2.12": "5b729c155ebffd620d57c33e291660f11b1884fa", - "altinn.brand2.13": "14c388ee4151f1e1f7ac2952658dcb89cab56370", - "altinn.brand2.14": "72b8ef43cc877a6ac3cb70d9ac2be42b1572e167", - "altinn.brand2.15": "25e59715d734c2451c357e141d1443ea1b6ef8e1", - "altinn.brand2.16": "80c31c85c0cb53db0b10b27230b9294b11bdf781", - "altinn.brand3.1": "871caba07e4fcb0fe56cfb939379ada95b487a05", - "altinn.brand3.2": "61f7371f2e403d7254b021c7711fcdf2e0dd131b", - "altinn.brand3.3": "c96a53b053fbd2ce612be43442568044e25287da", - "altinn.brand3.4": "1375f6d1141d514228812dd9c7b2bcf6fd68ec75", - "altinn.brand3.5": "245734869366fea1a8a0f6e921e2427ad42b196e", - "altinn.brand3.6": "95e8129218f51648fb283da8643f36e8013f38eb", - "altinn.brand3.7": "4d6259705c8938fa22307738cac8bad63d37a418", - "altinn.brand3.8": "a607b57ddeff2406b433212ec8f0d3e63e23b7eb", - "altinn.brand3.9": "f29d2dce85293e7bfc18561d47306c7b9af5e20c", - "altinn.brand3.10": "bc5f8d97862c89b6a0e196e49603918f742bec42", - "altinn.brand3.11": "92396787b7970ddbd54f3a90b2542baa0b0fb240", - "altinn.brand3.12": "31cc5bc290a45d598d2a76539cf8810ea1be23db", - "altinn.brand3.13": "934d8791f5ec56b0f9f7d66718d2d8ceeb800290", - "altinn.brand3.14": "2168184d996c3244e5e056faf9a1a46084c42879", - "altinn.brand3.15": "d0b9f91f14ff9aaa2db5372121cca90c226bda8f", - "altinn.brand3.16": "227ccf89ba5a96077b4d8b01a2fbd22d20e6f79e", - "altinn.neutral.1": "c255bb972d1a0cdef886b080b10920c295076162", - "altinn.neutral.2": "6aab85649aa5ee41e26a6a30e34eee1d9666a723", - "altinn.neutral.3": "261e25578ec0b953f52f3ad695aa640232af1e93", - "altinn.neutral.4": "bda06909ff48ed52390267ff56c8a5e24d94072c", - "altinn.neutral.5": "b640b85d1b7589224b31f13c1298f2eb7e34109c", - "altinn.neutral.6": "4bedeb4aeaf217ca0f234e721f5c3018d18679cd", - "altinn.neutral.7": "b8ae8fe38bd25646fe4ab6b135a3d0b4ebfe1a09", - "altinn.neutral.8": "20ff7324c6590e88410a8df11d2e4eac219e6b40", - "altinn.neutral.9": "ca35f86b8d225bc8d282c38f0118914183e496b7", - "altinn.neutral.10": "170c5343f26d7130010e6e6ea8896640b746324a", - "altinn.neutral.11": "d23fc8baa639efb8d1879893ffbcf4ccf21b09ea", - "altinn.neutral.12": "1e24159f68dc90a3839d68de4c25551bc90e7d2d", - "altinn.neutral.13": "55ae06a13c6dd5496df542e694dd91d50826206c", - "altinn.neutral.14": "4dab602f3d953a955c5fbd170ecd792f9e82aeb1", - "altinn.neutral.15": "5d2f1c09d43b315a8680e22c8201c52158ba2f60", - "altinn.neutral.16": "166c166b76231a8a8ed84212ecfaf1d5568955c2", - "uutilsynet.accent.1": "f3d2f6c290be99d776ee8983789da10d0018f91d", - "uutilsynet.accent.2": "97e61367a23cffa34c2c82119917a24b52f30644", - "uutilsynet.accent.3": "0a4ca6912aaa41d6948494781c5edbb565b3d775", - "uutilsynet.accent.4": "7486183d5951417b3feb6a85ebf7d211036a3374", - "uutilsynet.accent.5": "963bd062b52c96dcf0bd7b90702d2eefa1907814", - "uutilsynet.accent.6": "b645621d9600c9ba89c739797046b993b587dffe", - "uutilsynet.accent.7": "b898cdc8dfdb28cec2607cd831a14881fc148ac4", - "uutilsynet.accent.8": "aaa61e72469daeb4c00017bf7a148b956c6bf2c1", - "uutilsynet.accent.9": "5841059b0e7019c87139ad980d6a2a23598db0fc", - "uutilsynet.accent.10": "c061de53a650ecddc3a3f79209509c4c2a05b89e", - "uutilsynet.accent.11": "0709bd790b2d97fb62f637de1cb916e39c468315", - "uutilsynet.accent.12": "f9b61a29276d2e5967e739cb2a1f6d6ed52518fa", - "uutilsynet.accent.13": "39bc70eeea12684983d1b846de4286d41a7d0acd", - "uutilsynet.accent.14": "8d83052b3ffd4198d4ebe2ed7e03ce1597b35461", - "uutilsynet.accent.15": "c02f322a5dd8ca17d8a89074253a3452765f3ed4", - "uutilsynet.accent.16": "fcda90dfc75e2c8fa706dedeb759cf7c6da2ebe4", - "uutilsynet.brand1.1": "eef26815d95f5078aa95f61e9d124e5fe1f20483", - "uutilsynet.brand1.2": "19237aaaa44371a8e14ee6a83ec1f8c72aee0540", - "uutilsynet.brand1.3": "c84ed41674054143e54f24a878a3365e22adf50f", - "uutilsynet.brand1.4": "24da5a826852c3f7d1cdb8f791d733922eb91b4f", - "uutilsynet.brand1.5": "58948fa1db59c52b53b12959c8e8aa9636f81916", - "uutilsynet.brand1.6": "76fc1b8cfe4b0b71b55f3aef56dee3a383a65cac", - "uutilsynet.brand1.7": "ed7c0ff14b1ba0c0c20fd2c0c9d0594d69992a19", - "uutilsynet.brand1.8": "32d817a7fcee49832389e339489bbe00bcc6061f", - "uutilsynet.brand1.9": "14c815fd7907f0a8ab0aea86706d906f2b9f8ab3", - "uutilsynet.brand1.10": "2b62dacd76f9c852663b5d59d8d2a01610908a66", - "uutilsynet.brand1.11": "c3db8ec8b1194c9f8b1903156034155f6d9b1fe2", - "uutilsynet.brand1.12": "598b49515f61be7d78bf742adbe1e16438684ed3", - "uutilsynet.brand1.13": "6781cb8758421ffbd655493e3f1a9128a0b52913", - "uutilsynet.brand1.14": "a0a046c964098d4dc3633750188a3bf61239aa54", - "uutilsynet.brand1.15": "6bb484a56c82325be5ec0a8b35db5827e09386be", - "uutilsynet.brand1.16": "f891f87ec1dc9f9ae99055ce0699a418d7c485fa", - "uutilsynet.brand2.1": "1c50871cd57953360e1d832fdb85b23cdcf614cc", - "uutilsynet.brand2.2": "c5f3e888699cc7c3f98995f5a8bb8aa62090188b", - "uutilsynet.brand2.3": "6ce954ae850f3af975ea9808f9ce8b1cfa98b441", - "uutilsynet.brand2.4": "6440a7c16121c780f3ccadcc1210cb302cbd546f", - "uutilsynet.brand2.5": "34cd32ef946926cf0577101f4d5649a8e541c7cd", - "uutilsynet.brand2.6": "ea796ea2f374de870cd7aa32b7ff574fda65223b", - "uutilsynet.brand2.7": "f37e30188f1f846f29a43cd4c85b31f8ccddadc9", - "uutilsynet.brand2.8": "e6555814b75c2144a145e20031b56746c407b5aa", - "uutilsynet.brand2.9": "4706af8731c24a5905175ad35486af3856a1beed", - "uutilsynet.brand2.10": "0996ec5dff844ed8c440486492f34ec5b5465b0f", - "uutilsynet.brand2.11": "1f6927a2cda39ca749bf9bbc784c4c8ddd7be259", - "uutilsynet.brand2.12": "453efe1766971a392ca8fc667d43e9df96e4d379", - "uutilsynet.brand2.13": "88a7f3c85c9175395df40e694e3c34a26d51e984", - "uutilsynet.brand2.14": "7aa75b8d88eb0812dc3490a2b1f1b16841f19cf3", - "uutilsynet.brand2.15": "c3c3fb8fb0f5884987ed1b90e0ccc485b4947fc9", - "uutilsynet.brand2.16": "7aabb60e5bd7e3c03b3fe3bdbc5ecf4cf2129137", - "uutilsynet.brand3.1": "949a9a6f88513adeca3ae41586c6a069600e1b25", - "uutilsynet.brand3.2": "9f17e56de93b718b0a121a89576fd83866da980c", - "uutilsynet.brand3.3": "6ba89e04776f45a56c5de3be5fd3f225fda5d32d", - "uutilsynet.brand3.4": "fff74d8c8ceb0a230860d6dd70aaad401eeb399b", - "uutilsynet.brand3.5": "604dbdfff4b6403cf0c7a3c5483cfe2f3b03685e", - "uutilsynet.brand3.6": "e97347f1ed5db234e49522fe607731ee1f5c8b64", - "uutilsynet.brand3.7": "9ab63ff09d601fc778f506846e5b608995fd5d23", - "uutilsynet.brand3.8": "82db15e3ac0da607811a1b00b63b2ad9dd4d1dae", - "uutilsynet.brand3.9": "5428d2c89cce7f37155620dbf8ebc65b878910a5", - "uutilsynet.brand3.10": "3889ef29934ced7dcdaa8023b88233fc97cccb5b", - "uutilsynet.brand3.11": "1cd15452f30d9eb03c3742ee9e631449e733732f", - "uutilsynet.brand3.12": "a03b174e238e706a3420e2f03f1d066a22417135", - "uutilsynet.brand3.13": "feceda6d127f6316a2c6eb3ec46ffaf108027e3b", - "uutilsynet.brand3.14": "8f6fdb507c69e1612cd97fa6700d943a7695dff9", - "uutilsynet.brand3.15": "2338fed197c93864e9b3d5b51e1920ef1699453e", - "uutilsynet.brand3.16": "06700853e43eae96bd670c337c09dd1a28a287ca", - "uutilsynet.neutral.1": "ab65a178f0c62232a7758e3fad635fc5debd3118", - "uutilsynet.neutral.2": "6ab82659bc39b0fc1424b6d7869096e87697907f", - "uutilsynet.neutral.3": "ec3953e3a06afbf8a143c73adaba2c156f7c49f3", - "uutilsynet.neutral.4": "917135227c6447bb144b4f4250976d67e429eb8c", - "uutilsynet.neutral.5": "d040b388d7006cd10cf2bd352f73222bea2150fd", - "uutilsynet.neutral.6": "28556bca0c40e47185e5a665220b2cc0267ff1af", - "uutilsynet.neutral.7": "37bcd472351a182bda2a14e5f1d8f58ae6c75d4d", - "uutilsynet.neutral.8": "f28d1d5fc63b361541d4f95969b1bad3a3750baf", - "uutilsynet.neutral.9": "d11e2e6b03d74a63d78ea49328d688918d3dbf06", - "uutilsynet.neutral.10": "caa918f1ca848042678beff98977717cec60dfad", - "uutilsynet.neutral.11": "9f00a873b72c9a0fb95bae41c65977296e01acc5", - "uutilsynet.neutral.12": "78d0f33d33b5a4ace929f5011b4688f6a32f4f86", - "uutilsynet.neutral.13": "c32023ac4cd50b7890d2d384c434d522ab4a761a", - "uutilsynet.neutral.14": "8ed0fe42b1d055ca7f2038b2008905d45e259a84", - "uutilsynet.neutral.15": "d813a7245fce3b0eb315634a8a030c5d03c2b5ff", - "uutilsynet.neutral.16": "7727f6d6ac388d991094907ec59f1a4ef65ec468", - "portal.accent.1": "fe36f2c126fc4aca6925f4b273fe80520da6b48d", - "portal.accent.2": "76589c384669be607ea658306e7d81bfa4ee68c2", - "portal.accent.3": "c60ed610c9e1f7fe674922858abbb68fbb0eef9c", - "portal.accent.4": "76e0df55f7c81cb418179ee88afdbb661394ac48", - "portal.accent.5": "ac8e1b780e5f8d3674f67d283b87f9973ce4524d", - "portal.accent.6": "3f3ebd10725180a11b965808e4e7edca14500501", - "portal.accent.7": "1c723fb54aea1b3f0f005d07f51716510485a769", - "portal.accent.8": "5ea6a5c46157d1a654669797da38d31534540670", - "portal.accent.9": "3fc7fd8c2194673be61dcc7a2e14ec3ac7cb15d3", - "portal.accent.10": "99f77db40f2011ef9d5edc894cd90e981780441c", - "portal.accent.11": "19e76920b32e6070a07758568eca31d4ec3d1718", - "portal.accent.12": "4b9f01b9180159cec03ddb258b447f2f71e402f3", - "portal.accent.13": "6664f77312408077f09642ec8c8dfe1baa82ddb3", - "portal.accent.14": "b149e4cd661b9ff692b7c9345bd41031293ac7a4", - "portal.accent.15": "53da7213e03b3027b78332d2691e2c8091e53179", - "portal.accent.16": "45462f49dab0d604b66d9a290cfa35b19c08b497", - "portal.brand1.1": "13990e04d5e8f6c7e8e8227cc9429fc8be31c57e", - "portal.brand1.2": "8702231c993c2f0044f6000d49e9dad1d56c75aa", - "portal.brand1.3": "294c2a837d49443aed922b66eb09885087e3ca02", - "portal.brand1.4": "59405c43167d857865c699a61000a1bef0e7dc23", - "portal.brand1.5": "91ef198aa6b7ec816a8f4ee0c3691ff6b1990fb0", - "portal.brand1.6": "f7558d1fafcebc890d1db3336babe281a51d0a45", - "portal.brand1.7": "f2927d4281cc5edb143b70e2fd8d5bf5b249c5f5", - "portal.brand1.8": "d8d6e07b82831925fb412fe438af5fe1e97765be", - "portal.brand1.9": "8a20330208c1884becd8bd2f10eb65c04f4f06a3", - "portal.brand1.10": "17e03bc5be3177d0e9857f1323f31cde74433665", - "portal.brand1.11": "7f49d3e8b9899505e49bd87285e196f6dc9dc78f", - "portal.brand1.12": "49fd7eee74c89513053f4f104f095ac092e5e7de", - "portal.brand1.13": "3c894b17605b6a29ac97b40d636818c6e25ba0a8", - "portal.brand1.14": "95a6319ad18dd8399f121d565223d426002458bb", - "portal.brand1.15": "7e3205afe8df71b0cd48dbd9c22f921207bd571d", - "portal.brand1.16": "4721d3caed8dfadf62d53ed10a31f4c477fbd035", - "portal.brand2.1": "bf0648f9d3f3881748f4bec9a4c25bf2b500bcb7", - "portal.brand2.2": "b7c7dc119cf09253f02fbc54425b8b993db82b3e", - "portal.brand2.3": "b3fd18f771f41f13e9ea2a2e6608f74d153fbf84", - "portal.brand2.4": "0d7cf4cfe24abe1b469f31fbcbde74717cbd5f06", - "portal.brand2.5": "cbe1d22baa2f23e1788d11a92739d0fb26427a0f", - "portal.brand2.6": "daf7bbd9af460a9a71d10a7b8073d6a67104cd4a", - "portal.brand2.7": "970d1a3d99a43331fbd1f58dad543de35c51eac1", - "portal.brand2.8": "91fa0e9798eb99ea24a7b71fc849e8e766dd8785", - "portal.brand2.9": "b70e0084db30ebfed74ca059f6c4bf6b92819ff1", - "portal.brand2.10": "30e568ee86f3654ade285e9f8e477e189fa2b672", - "portal.brand2.11": "52574d96ff7cced331e9d8279e907186d82d7df5", - "portal.brand2.12": "39a2bd8ccbd38dc8069b3b07e71d3175e0bdea07", - "portal.brand2.13": "b2223c13ea9441c5421bda8777490637c644edeb", - "portal.brand2.14": "640739412e67197c99577296c6dba7715177e0d9", - "portal.brand2.15": "0a8096bb96f697c92616a534613a89a4ccff34c0", - "portal.brand2.16": "5c26cd8a1e0115f6be7e4df9aa899cd14370308a", - "portal.brand3.1": "8b17b038829930109a1ad12c89749ad6ac246147", - "portal.brand3.2": "3479925e9abeba538ea9a18d3f6da1a0ca72b5f6", - "portal.brand3.3": "30c3ea469e1eb46273e99c9550128d654af3174b", - "portal.brand3.4": "d106f07e1e131f36e4ad24a85f416afd9a20c0c2", - "portal.brand3.5": "7b17706a1d45fa0548f7b0ffdfa16da7f2b771db", - "portal.brand3.6": "1a8f718eea9ff9181251e06aa711cfaca8d0f03a", - "portal.brand3.7": "6aa9a6dc4982302216ee4b17730b1fa002a05189", - "portal.brand3.8": "92b2aba55b0ac298a4bc2691393c46e510b055e4", - "portal.brand3.9": "dcc4c5fccb713592739cc6a93e8c09fc9dd626ce", - "portal.brand3.10": "9c07fc0da8df2d239f45ec443bf43c7d78ebf608", - "portal.brand3.11": "171f229b471305defc943bc597fb75c502e7ea0a", - "portal.brand3.12": "58d54c676ffb7863ab46b91ef6f073781816e4c9", - "portal.brand3.13": "af4bc80a61d4b5d71023a6125bf60f03e87507ab", - "portal.brand3.14": "e08027c2a6379925fabf66604754674fe40f0b75", - "portal.brand3.15": "469eca49c985b3c5a5f0d323b94c3347f194fb66", - "portal.brand3.16": "5151f138bc44886fd0a2cb4d514fdf0f484d85e1", - "portal.neutral.1": "99e63ae87185c1bf94841abce17d60f49089019c", - "portal.neutral.2": "dd230ead57c4e461292918c41e6f9d8008bb445b", - "portal.neutral.3": "05d553c0f57e387d0c9ad2e749ab33f4ece01a3b", - "portal.neutral.4": "9fab3210fa1a59cef770e5dea2d0cc7cbd4881ea", - "portal.neutral.5": "abe10b5d96d4a20b3ac0f84b75d896c0c1dd7cb1", - "portal.neutral.6": "e19ccf18bde31769ab97a46f70b252b6efc4a19c", - "portal.neutral.7": "c40c91528a1ea6af1db2e2a401e8575d9476e45a", - "portal.neutral.8": "90d9466e4229b99294052989d36dc6a4cf359b2b", - "portal.neutral.9": "5ddc2b00dc5b6380cd524cabf0db71e9394f8e0e", - "portal.neutral.10": "a25dd9806cae767e0273700d2de340e7e49bff32", - "portal.neutral.11": "e0bb00e92041079bee0fd39bd302675ff159c9f7", - "portal.neutral.12": "ca97f7417ceb91ee311a9939cfd0b74e9b57eeee", - "portal.neutral.13": "aa9cd80388b52484bd5a7175bf2323adf146e330", - "portal.neutral.14": "843f2dcd2679e4beb168d83a91dc0b2ec375d11d", - "portal.neutral.15": "70670eb0b285375dbad02ecbd342a1e422df6335", - "portal.neutral.16": "8fd76cefbdee15282dadbfed662921c7e77db812" - }, - "group": "Color scheme" - }, - { - "id": "9ebd8aed52afbffc17e2666e8b4653a53498b257", - "name": "Dark", - "$figmaStyleReferences": {}, - "selectedTokenSets": { - "primitives/modes/color-scheme/dark/global": "enabled", - "primitives/modes/color-scheme/dark/digdir": "enabled", - "primitives/modes/color-scheme/dark/altinn": "enabled", - "primitives/modes/color-scheme/dark/uutilsynet": "enabled", - "primitives/modes/color-scheme/dark/portal": "enabled" - }, - "$figmaCollectionId": "VariableCollectionId:34811:5472", - "$figmaModeId": "34811:1", - "$figmaVariableReferences": { - "global.blue.1": "d2e976cd95db5f973022cda9eae917880c578bf5", - "global.blue.2": "6efca915ae1423d0e87d7c079e83b73e686fcb7c", - "global.blue.3": "f7c9f82022921b32806b05b1673ec1eff1922caf", - "global.blue.4": "b66d168b8341bad3580057ab160b2a68f78a6751", - "global.blue.5": "c4d707a44f6a05f0afc2cf38227a2b7dd831b2c2", - "global.blue.6": "bf90321d66b5f23a9674abe61d201b5b22e1c5e3", - "global.blue.7": "73ca300a3e953c8a21a20d98c1b8260dda4158cc", - "global.blue.8": "1ab6d1daae5bf5884441caf6ea35fa1f07a286ba", - "global.blue.9": "211e589c88fb34338c947c5c2f896b091b74465b", - "global.blue.10": "121ccd2a2015367a673b75c3873529157e82dc20", - "global.blue.11": "3ab48b84a41294a61d8bf26ee94464d0eafe6d9d", - "global.blue.12": "609a567c46e4692f43a557c3e67d58cc2bbd58ec", - "global.blue.13": "6269bf6afb50eae3e7c0215587e958819d70ed31", - "global.blue.14": "28261fd10eb199724fdb337b953d1d600e785db4", - "global.blue.15": "048c60fefccd796aceb1be19f7c7c4e7b90314a5", - "global.blue.16": "124c90f211a5c6538b1c3ed4aa24a4b559e2c338", - "global.green.1": "21baaf539ad57f62ec027af9e731fc5cff300187", - "global.green.2": "4696a51cea562bf7f84dcc9f264d0f9eaa877dd3", - "global.green.3": "f8549c79365a6b40e30f42cf16b18ed05d311c67", - "global.green.4": "3fd785b8c63d92ac246edc7a6d0e9adaabd517d1", - "global.green.5": "69255626d13508556bf2186137083da28d0bccb9", - "global.green.6": "6246b6916964dac245ac858e0f6f4d06caedd736", - "global.green.7": "05cce6768a8004925423dc0c08a0268bb43b2285", - "global.green.8": "07c6852ef7e4ae2a0d19e7757fa2af95e9800d83", - "global.green.9": "e175abcfa9dfc96399034f818e025a67089aa503", - "global.green.10": "303fecabc57e1f2ce8f3745117e23c097e2d9f84", - "global.green.11": "8ec4ef83c3dcdc6507ac4b8b0eec5fa71171a78d", - "global.green.12": "88d9df8106e7f966821dc83eed240729e67799f7", - "global.green.13": "bb4fde53803d4d5bd25a41163735a0d4f5084453", - "global.green.14": "525a6736824087a86560045184d530a69d788217", - "global.green.15": "977e787643bfd3599543dc801a16a98e60460f00", - "global.green.16": "653fffab2eedce78f45fded4018dabbcf5a6e27d", - "global.orange.1": "d2736659ea237d39db008a9867ebc1f979258ab0", - "global.orange.2": "bf837a33dad5cb56377433f7d211c216521f99ac", - "global.orange.3": "daacca314f9f7e0d8d611bda915ed34e951c5cc3", - "global.orange.4": "028fcd766bb47a840e3680743a4b1b968f8ba589", - "global.orange.5": "c047e222f1608bd986cd82764912dc6ff6fe9cbb", - "global.orange.6": "6f145b85a03a2e79e9e0a35d07f6ab1c241b5858", - "global.orange.7": "7093451903265583f5855c0e1962374beebacd65", - "global.orange.8": "e899cbc99b9f38064e4a312a5814a9dc124e07c3", - "global.orange.9": "4c7427cad93dc658f7c6f27b58dc943e5acedab8", - "global.orange.10": "911b6af07576df622589a1db30b8a0fe0fa04fa5", - "global.orange.11": "1bbad517144ebcced79c86defdb6a540b0af5275", - "global.orange.12": "7765ab682e6d3152a607f24a778094e249e553ad", - "global.orange.13": "658d19fb443ba020301d03b0727e03e90a664fe6", - "global.orange.14": "098481408fd23bbc97c6996d8b688add1883674f", - "global.orange.15": "f31e6c57d8ceeb39f8080ff5df5b451f9422f2f6", - "global.orange.16": "4e62f3169595a36902ff21deb86ad42c32f45e63", - "global.purple.1": "dd8f892e5a1fc74e47d3d5895de1447bbb5026c0", - "global.purple.2": "fa7784771907554b0557e70775ed6c03622af95c", - "global.purple.3": "f3bc265da4067eecb5318367b9ed193f9e52e230", - "global.purple.4": "1b0e7b776a60b19f8184ed6c3cc1926a017bda54", - "global.purple.5": "820e27336928810b405aa0d4dd94bfd024e67682", - "global.purple.6": "07049c4831c9c3842e7e3bb0277cd133dd64ae7a", - "global.purple.7": "6efaacc6201883ce8bdd3b9e94a66206f99b4d1e", - "global.purple.8": "9d9fb5c6a3193f5540e7bbe41513615a39491c46", - "global.purple.9": "be1ce5d3aa562dc2a476e6b6fc6f4c059b0f5faf", - "global.purple.10": "6753c42d3fb1ddb7d9aac5f015e6ccda24091e76", - "global.purple.11": "a528da4e5225d47a6d26e50a2009bbdcf9ef876e", - "global.purple.12": "782a06967ff4c93ed7468d3ccebf73d62a43efe2", - "global.purple.13": "4a1221c6a31c0476875e6bd80bf75cbde6d51a35", - "global.purple.14": "c80e5ffdf74196debfd5b37c48659152b525c2b9", - "global.purple.15": "6fce2fb6cdb93a3b6b61edb95f7d10eff40882e2", - "global.purple.16": "811e5c3fc69bb90d346847f30094d29ccd0b3db6", - "global.red.1": "96c68e54995f519fdf85445dcba73c823a579442", - "global.red.2": "a492455376e3ffa0445a86f8bed5d878082d0ded", - "global.red.3": "f09888e754814c7eb3da40b8cbcc43465d100402", - "global.red.4": "8c92ed293cab5e3ada6ff417c1aeba6830891b0f", - "global.red.5": "5e9dd03b4adeb98b153ebd8930288930e9dc4a9f", - "global.red.6": "7db609be5449de86faeecc7a1869d9e350a03db1", - "global.red.7": "2a99034da70ba21a84f2aca985f5dacad795e811", - "global.red.8": "d5eea18bfb7f83a051ada8289d0ceeb7be06b941", - "global.red.9": "886a217145edb0171192fa640aaca7109b5b36ce", - "global.red.10": "07f68ea7dfee0791d705c01049a19f9fa3c6b108", - "global.red.11": "2079aa95e35987b5d92f4c196914593ff5caa431", - "global.red.12": "f3a1e09ca133a5d52f211bbb3db4511855983a0f", - "global.red.13": "05dc77b8bcdd7ab509dbfa86aa37c437e23a8de8", - "global.red.14": "2e7fcaf2137929e1e4ddf85d6cfb289ed6a2fb86", - "global.red.15": "05438cf0d5eb4ff71816be72fd0546bc95102d08", - "global.red.16": "0f9d07cabfb0949b64117ae400b952d1959ec3cf", - "digdir.accent.1": "22e0c64990a2691d82a851a1d6169b02333a25d7", - "digdir.accent.2": "8aedfcf8007cd20076adf42b2bdf0299c3213fbb", - "digdir.accent.3": "3bace6056fbbf7b1af0bb06dd52b5d1a82024dc8", - "digdir.accent.4": "daeb2bb5b48270ae828b8bad05b590e9418466ec", - "digdir.accent.5": "c74cecfae184860f01fe9f18554a34f96f5a93fa", - "digdir.accent.6": "82c1ae45480d540f05f4290627c4afd675eafcc9", - "digdir.accent.7": "6c55b573f6d406bc996ecb7854b3ac5a693b0fc5", - "digdir.accent.8": "9206061886b103f1a9c38f7a0b77503d99aedccc", - "digdir.accent.9": "5729431c1d07182997c275bf18fbc1b08e1b832e", - "digdir.accent.10": "49e43207db501ef71a7429d20117019151d53a27", - "digdir.accent.11": "6d76a5f9fa3be394a4b384bda8cae2df526e67af", - "digdir.accent.12": "738d072011c73cacbf699f7a841da4d73ca9d22e", - "digdir.accent.13": "ca6fb4d945a86c9b550275809325a3067042208d", - "digdir.accent.14": "3dffeaacf6f10f403947a5f992fb475fd2300130", - "digdir.accent.15": "ed2abffaaa8b9852ff6ad88b99529858bef21789", - "digdir.accent.16": "68e564e06d3c0fd193c57f66621545a506c456ad", - "digdir.brand1.1": "62ab97347bc01e305371e196d874db8bfbf08490", - "digdir.brand1.2": "50c7943165bb60dfa23c172820a8d2c5c05136da", - "digdir.brand1.3": "bba7d8f231b3031cccc26179713b6132ef0c5008", - "digdir.brand1.4": "c164361b6110c25fc86527744da3664de152ae3e", - "digdir.brand1.5": "fe39d697e08a321ac17347a908cd98c2cbf03b6e", - "digdir.brand1.6": "382bfef650cea740aced2da0f9798cb2d5107315", - "digdir.brand1.7": "9a2625ef0fc81d2e7ba78106f2538a0836272e9d", - "digdir.brand1.8": "ecdae091da15b65e47c5a94980ab3a6630889049", - "digdir.brand1.9": "00072d72b303d04cef967b9b654117ba0a52ba8e", - "digdir.brand1.10": "cfce913f341161c8fe79db0a71ae77c0b0d11a67", - "digdir.brand1.11": "de05709b0a0cba9ca9db0d49f7cb1ee1bf2a6560", - "digdir.brand1.12": "c0a62d3e6fe56d899ef8265aa27497a908a5c2f6", - "digdir.brand1.13": "8c06c97cb71c7f2d9f25a0b176779ed7cac1485e", - "digdir.brand1.14": "afad2418a4fb75870f9b40e0c275774e0d97667a", - "digdir.brand1.15": "91764a842e127c8edd55e5a133ebbfb2c0f528d6", - "digdir.brand1.16": "2ebfc68200540cca8ba8ab4f9a5804aecb5cb836", - "digdir.brand2.1": "6b60e757945924d4c71b41a19c5f95d56fe49ce3", - "digdir.brand2.2": "65b1446306ff6f2f05d2830104467a77013e0aba", - "digdir.brand2.3": "2e8ca45785b0c6552bc7944105a9142238178310", - "digdir.brand2.4": "64155405e3edde4d969055261217e8a9da064003", - "digdir.brand2.5": "216ba3f4dfb4bdda89a60a9aedf34213c357ff4e", - "digdir.brand2.6": "ddde611d909b07474c0d2211d3b69625808a3eaa", - "digdir.brand2.7": "61d8c0e41b7aba73a6f07c73bf021be6a1e7c1ac", - "digdir.brand2.8": "81be0265550597bdfee1d914f4eb1df503f30d66", - "digdir.brand2.9": "9c5c98ada13b3b82537f11b837cadbcce16c3ce9", - "digdir.brand2.10": "7d204df8453c6c50467e84dd8bb03d8c38a78579", - "digdir.brand2.11": "08a3a7f6e352fd9b7ed82417d7d7394582d9e802", - "digdir.brand2.12": "61240c82c0803416c34e0811d6b50102924a2152", - "digdir.brand2.13": "5abd72e7a7c487e768e425764f26c30921dd83c9", - "digdir.brand2.14": "999a9ef67e1374b612c9ebcd15fdeecf479e28cd", - "digdir.brand2.15": "bb80faef075df7c7f105694f3b905f31af8ce257", - "digdir.brand2.16": "69ce6d2eb004c1e7aa5ec8449f265a6928884749", - "digdir.brand3.1": "6d3c433ca589e9ad89767a65f559b5b18ea6d58b", - "digdir.brand3.2": "af6e1390a533993194ed8f9970e67d194a809c62", - "digdir.brand3.3": "8bc173bf5ce984b461648916a5786cc24007c671", - "digdir.brand3.4": "58fe7985fe0ac60127ca0e3014094dde78e8d93d", - "digdir.brand3.5": "2e654552aeaf1c9cc66737c7bd94a14c44c1b4a6", - "digdir.brand3.6": "d583bb9f9ac5665a0c05eeaec53ec911abd0bbca", - "digdir.brand3.7": "cdfc5f98f50dc26eb95b6c3c57c27af26ca7739c", - "digdir.brand3.8": "3c87a085c531fc98dfc4f8994883862eb1a1663e", - "digdir.brand3.9": "af8ca18ac875b9a2617cdcf65df01858ef668571", - "digdir.brand3.10": "37cffedee0280941549e59d61fc8d303fe95de45", - "digdir.brand3.11": "d70fe1ae3774a5266fc60000e294677ebe5c5c78", - "digdir.brand3.12": "0efd06afd4db1d828e5fb32a323b28d95b15ebe3", - "digdir.brand3.13": "dbb1abf9770f3ce48b1460236b5a5b8a7b74c84d", - "digdir.brand3.14": "1f06d2cff7a0bc2d6bc49ee9ea065a66ba42e9de", - "digdir.brand3.15": "b291589877d2c7bc8f696c47cca0a0f36562bf6e", - "digdir.brand3.16": "48af5abe1308dacd036ea7ec5c22d54b9f697edf", - "digdir.neutral.1": "f69a07aa1532249a5c7097f540edfc1d2906c4ec", - "digdir.neutral.2": "ed5913c9e016f7bd09d37f92754c221203a3e509", - "digdir.neutral.3": "238902ca3c7e428c57fa1e58f13a9e89d4b73c3e", - "digdir.neutral.4": "d582aa80520890a29fef68b9f4bfe75415808750", - "digdir.neutral.5": "3242e4a2333b4f775faafbc1118d7853e264fe74", - "digdir.neutral.6": "823a43aff7507f73280397e5f76df1f300daa306", - "digdir.neutral.7": "b866b972cd3041e2e242b6e51ccf91c026a6eb09", - "digdir.neutral.8": "11967aa7ce4ff51274ca632ca0ea7b7e8dcdbe5e", - "digdir.neutral.9": "b19efc5bda07005f192c8199b12e422f61ea50d5", - "digdir.neutral.10": "0dc0a4591c645c663aad5b7a08b701dc7acfd2b7", - "digdir.neutral.11": "8c109dce49c700ab3252ae45b74546491060f111", - "digdir.neutral.12": "ca6b27c312c0f0f052b655ad76b53a81b6bd1a7a", - "digdir.neutral.13": "8517d3e19185ac4c48c953336ae4cc8d550a5d1f", - "digdir.neutral.14": "03782292cbd34c110c0a115a8bd808b3ab635b5d", - "digdir.neutral.15": "9c05e859dae47eb697a8357526b182ef61d94c76", - "digdir.neutral.16": "48b7fc5a4e25c33d87627bb84e1a393a9db673b1", - "altinn.accent.1": "0fb0b77a41528ad94572eb3b409dc9a84a06034c", - "altinn.accent.2": "e7ad00556548cadde8f43af2e1350b383bee9afc", - "altinn.accent.3": "004bf2b41a4b5675765858a4e6581fb27085ea8d", - "altinn.accent.4": "4e650a7db1990371ac81113d5d925da2d19b4803", - "altinn.accent.5": "ff423b04cad473a7f471d480b457d8e629169c08", - "altinn.accent.6": "3d921beb722fb2fa2b700c5527ca3601847fa0d0", - "altinn.accent.7": "5bfb9bbae717415bc7d04b92ca67c1202fe89a97", - "altinn.accent.8": "87e1efaa3766ef374ff07c4822d17d31ac1f0dcd", - "altinn.accent.9": "24f319a4eb21943c7b496e9524972ef816d37851", - "altinn.accent.10": "295b5958443c7ae169b20852dc0c2bf28b3082fc", - "altinn.accent.11": "02e00ac8e2c15ab837d7e3eb7f7d4ec35c734c5f", - "altinn.accent.12": "e8eaa15fdecd4f8763c8d613673a68455bf4ba79", - "altinn.accent.13": "2da73a55c208024893f51903b8e4d1086e51b402", - "altinn.accent.14": "db4b0fbaa260146fe3f0b8518905e11105285630", - "altinn.accent.15": "69d8f5efc0464b9dc46d4559f6c4c63f3b178524", - "altinn.accent.16": "c653c3b1cae365d61758dbf7a20be55e7f7e3929", - "altinn.brand1.1": "36919d02364b7601f02e4944d454a06047caac38", - "altinn.brand1.2": "074f294271716ae4048662eff67e5c349624b91d", - "altinn.brand1.3": "953054a71143dfb2b0a1908ca33e9440a9424931", - "altinn.brand1.4": "5bd1ef0fe4bee2392fc6ea98f71857c0b4f5d7f4", - "altinn.brand1.5": "b6569bacb1b4fa586269c0b4bd232246869f55b4", - "altinn.brand1.6": "fd55e933a227e1f83495f6ea283ccb98210507f3", - "altinn.brand1.7": "675968cbc559c08c7a44b27720d2364b5b4c155a", - "altinn.brand1.8": "0c9d37aa84f6a3cf054a6e06eb8337b1babd7b7e", - "altinn.brand1.9": "3522eab9ebfc2ae5c91a580feaf70465e9748f89", - "altinn.brand1.10": "3e61a3494660d174df6bab736a87675ab62ff87e", - "altinn.brand1.11": "3d4c53b43568c37b4ea9c2635cf5958fc739bf64", - "altinn.brand1.12": "a706bba785733f72521a3c632e25df975f98a08c", - "altinn.brand1.13": "f9ed3353c4e61b94c8a74e2c2fd72397cedc408f", - "altinn.brand1.14": "4377a455be6da7abf2f3ce7107a6854c28f40d94", - "altinn.brand1.15": "093c525a697bcde5ba27edf9b468b2e9407b82e6", - "altinn.brand1.16": "e78c591644329c8e13ee835622fd953bd0d9b414", - "altinn.brand2.1": "513d52765402e5c084a20c23ed21a2d739109b35", - "altinn.brand2.2": "0ee7ac0a9763ab782ec40b93a043a3d10c999ff9", - "altinn.brand2.3": "1c943c957030b1afcd70e01530035db77f0ebc34", - "altinn.brand2.4": "73adbc11588a4d41a0358fd7a327678af7138191", - "altinn.brand2.5": "1d3384f44d226abebb3b43b9988a11dff93333de", - "altinn.brand2.6": "3e1fd231892a974c1d338217072c2e9abdc7e904", - "altinn.brand2.7": "b3d2b34807b4775678254f1bbb893e7bf7a40908", - "altinn.brand2.8": "987afc969a5de78dc72208980c939bedc1ad88b4", - "altinn.brand2.9": "e82328a15d454b8a03ac04813136a8239e99b85d", - "altinn.brand2.10": "6d006ead8798823fed87eacfd2dc51695b0825ad", - "altinn.brand2.11": "58a1ebcebbd1df26bc50e8d52d39ed3711c8c3a7", - "altinn.brand2.12": "5b729c155ebffd620d57c33e291660f11b1884fa", - "altinn.brand2.13": "14c388ee4151f1e1f7ac2952658dcb89cab56370", - "altinn.brand2.14": "72b8ef43cc877a6ac3cb70d9ac2be42b1572e167", - "altinn.brand2.15": "25e59715d734c2451c357e141d1443ea1b6ef8e1", - "altinn.brand2.16": "80c31c85c0cb53db0b10b27230b9294b11bdf781", - "altinn.brand3.1": "871caba07e4fcb0fe56cfb939379ada95b487a05", - "altinn.brand3.2": "61f7371f2e403d7254b021c7711fcdf2e0dd131b", - "altinn.brand3.3": "c96a53b053fbd2ce612be43442568044e25287da", - "altinn.brand3.4": "1375f6d1141d514228812dd9c7b2bcf6fd68ec75", - "altinn.brand3.5": "245734869366fea1a8a0f6e921e2427ad42b196e", - "altinn.brand3.6": "95e8129218f51648fb283da8643f36e8013f38eb", - "altinn.brand3.7": "4d6259705c8938fa22307738cac8bad63d37a418", - "altinn.brand3.8": "a607b57ddeff2406b433212ec8f0d3e63e23b7eb", - "altinn.brand3.9": "f29d2dce85293e7bfc18561d47306c7b9af5e20c", - "altinn.brand3.10": "bc5f8d97862c89b6a0e196e49603918f742bec42", - "altinn.brand3.11": "92396787b7970ddbd54f3a90b2542baa0b0fb240", - "altinn.brand3.12": "31cc5bc290a45d598d2a76539cf8810ea1be23db", - "altinn.brand3.13": "934d8791f5ec56b0f9f7d66718d2d8ceeb800290", - "altinn.brand3.14": "2168184d996c3244e5e056faf9a1a46084c42879", - "altinn.brand3.15": "d0b9f91f14ff9aaa2db5372121cca90c226bda8f", - "altinn.brand3.16": "227ccf89ba5a96077b4d8b01a2fbd22d20e6f79e", - "altinn.neutral.1": "c255bb972d1a0cdef886b080b10920c295076162", - "altinn.neutral.2": "6aab85649aa5ee41e26a6a30e34eee1d9666a723", - "altinn.neutral.3": "261e25578ec0b953f52f3ad695aa640232af1e93", - "altinn.neutral.4": "bda06909ff48ed52390267ff56c8a5e24d94072c", - "altinn.neutral.5": "b640b85d1b7589224b31f13c1298f2eb7e34109c", - "altinn.neutral.6": "4bedeb4aeaf217ca0f234e721f5c3018d18679cd", - "altinn.neutral.7": "b8ae8fe38bd25646fe4ab6b135a3d0b4ebfe1a09", - "altinn.neutral.8": "20ff7324c6590e88410a8df11d2e4eac219e6b40", - "altinn.neutral.9": "ca35f86b8d225bc8d282c38f0118914183e496b7", - "altinn.neutral.10": "170c5343f26d7130010e6e6ea8896640b746324a", - "altinn.neutral.11": "d23fc8baa639efb8d1879893ffbcf4ccf21b09ea", - "altinn.neutral.12": "1e24159f68dc90a3839d68de4c25551bc90e7d2d", - "altinn.neutral.13": "55ae06a13c6dd5496df542e694dd91d50826206c", - "altinn.neutral.14": "4dab602f3d953a955c5fbd170ecd792f9e82aeb1", - "altinn.neutral.15": "5d2f1c09d43b315a8680e22c8201c52158ba2f60", - "altinn.neutral.16": "166c166b76231a8a8ed84212ecfaf1d5568955c2", - "uutilsynet.accent.1": "f3d2f6c290be99d776ee8983789da10d0018f91d", - "uutilsynet.accent.2": "97e61367a23cffa34c2c82119917a24b52f30644", - "uutilsynet.accent.3": "0a4ca6912aaa41d6948494781c5edbb565b3d775", - "uutilsynet.accent.4": "7486183d5951417b3feb6a85ebf7d211036a3374", - "uutilsynet.accent.5": "963bd062b52c96dcf0bd7b90702d2eefa1907814", - "uutilsynet.accent.6": "b645621d9600c9ba89c739797046b993b587dffe", - "uutilsynet.accent.7": "b898cdc8dfdb28cec2607cd831a14881fc148ac4", - "uutilsynet.accent.8": "aaa61e72469daeb4c00017bf7a148b956c6bf2c1", - "uutilsynet.accent.9": "5841059b0e7019c87139ad980d6a2a23598db0fc", - "uutilsynet.accent.10": "c061de53a650ecddc3a3f79209509c4c2a05b89e", - "uutilsynet.accent.11": "0709bd790b2d97fb62f637de1cb916e39c468315", - "uutilsynet.accent.12": "f9b61a29276d2e5967e739cb2a1f6d6ed52518fa", - "uutilsynet.accent.13": "39bc70eeea12684983d1b846de4286d41a7d0acd", - "uutilsynet.accent.14": "8d83052b3ffd4198d4ebe2ed7e03ce1597b35461", - "uutilsynet.accent.15": "c02f322a5dd8ca17d8a89074253a3452765f3ed4", - "uutilsynet.accent.16": "fcda90dfc75e2c8fa706dedeb759cf7c6da2ebe4", - "uutilsynet.brand1.1": "eef26815d95f5078aa95f61e9d124e5fe1f20483", - "uutilsynet.brand1.2": "19237aaaa44371a8e14ee6a83ec1f8c72aee0540", - "uutilsynet.brand1.3": "c84ed41674054143e54f24a878a3365e22adf50f", - "uutilsynet.brand1.4": "24da5a826852c3f7d1cdb8f791d733922eb91b4f", - "uutilsynet.brand1.5": "58948fa1db59c52b53b12959c8e8aa9636f81916", - "uutilsynet.brand1.6": "76fc1b8cfe4b0b71b55f3aef56dee3a383a65cac", - "uutilsynet.brand1.7": "ed7c0ff14b1ba0c0c20fd2c0c9d0594d69992a19", - "uutilsynet.brand1.8": "32d817a7fcee49832389e339489bbe00bcc6061f", - "uutilsynet.brand1.9": "14c815fd7907f0a8ab0aea86706d906f2b9f8ab3", - "uutilsynet.brand1.10": "2b62dacd76f9c852663b5d59d8d2a01610908a66", - "uutilsynet.brand1.11": "c3db8ec8b1194c9f8b1903156034155f6d9b1fe2", - "uutilsynet.brand1.12": "598b49515f61be7d78bf742adbe1e16438684ed3", - "uutilsynet.brand1.13": "6781cb8758421ffbd655493e3f1a9128a0b52913", - "uutilsynet.brand1.14": "a0a046c964098d4dc3633750188a3bf61239aa54", - "uutilsynet.brand1.15": "6bb484a56c82325be5ec0a8b35db5827e09386be", - "uutilsynet.brand1.16": "f891f87ec1dc9f9ae99055ce0699a418d7c485fa", - "uutilsynet.brand2.1": "1c50871cd57953360e1d832fdb85b23cdcf614cc", - "uutilsynet.brand2.2": "c5f3e888699cc7c3f98995f5a8bb8aa62090188b", - "uutilsynet.brand2.3": "6ce954ae850f3af975ea9808f9ce8b1cfa98b441", - "uutilsynet.brand2.4": "6440a7c16121c780f3ccadcc1210cb302cbd546f", - "uutilsynet.brand2.5": "34cd32ef946926cf0577101f4d5649a8e541c7cd", - "uutilsynet.brand2.6": "ea796ea2f374de870cd7aa32b7ff574fda65223b", - "uutilsynet.brand2.7": "f37e30188f1f846f29a43cd4c85b31f8ccddadc9", - "uutilsynet.brand2.8": "e6555814b75c2144a145e20031b56746c407b5aa", - "uutilsynet.brand2.9": "4706af8731c24a5905175ad35486af3856a1beed", - "uutilsynet.brand2.10": "0996ec5dff844ed8c440486492f34ec5b5465b0f", - "uutilsynet.brand2.11": "1f6927a2cda39ca749bf9bbc784c4c8ddd7be259", - "uutilsynet.brand2.12": "453efe1766971a392ca8fc667d43e9df96e4d379", - "uutilsynet.brand2.13": "88a7f3c85c9175395df40e694e3c34a26d51e984", - "uutilsynet.brand2.14": "7aa75b8d88eb0812dc3490a2b1f1b16841f19cf3", - "uutilsynet.brand2.15": "c3c3fb8fb0f5884987ed1b90e0ccc485b4947fc9", - "uutilsynet.brand2.16": "7aabb60e5bd7e3c03b3fe3bdbc5ecf4cf2129137", - "uutilsynet.brand3.1": "949a9a6f88513adeca3ae41586c6a069600e1b25", - "uutilsynet.brand3.2": "9f17e56de93b718b0a121a89576fd83866da980c", - "uutilsynet.brand3.3": "6ba89e04776f45a56c5de3be5fd3f225fda5d32d", - "uutilsynet.brand3.4": "fff74d8c8ceb0a230860d6dd70aaad401eeb399b", - "uutilsynet.brand3.5": "604dbdfff4b6403cf0c7a3c5483cfe2f3b03685e", - "uutilsynet.brand3.6": "e97347f1ed5db234e49522fe607731ee1f5c8b64", - "uutilsynet.brand3.7": "9ab63ff09d601fc778f506846e5b608995fd5d23", - "uutilsynet.brand3.8": "82db15e3ac0da607811a1b00b63b2ad9dd4d1dae", - "uutilsynet.brand3.9": "5428d2c89cce7f37155620dbf8ebc65b878910a5", - "uutilsynet.brand3.10": "3889ef29934ced7dcdaa8023b88233fc97cccb5b", - "uutilsynet.brand3.11": "1cd15452f30d9eb03c3742ee9e631449e733732f", - "uutilsynet.brand3.12": "a03b174e238e706a3420e2f03f1d066a22417135", - "uutilsynet.brand3.13": "feceda6d127f6316a2c6eb3ec46ffaf108027e3b", - "uutilsynet.brand3.14": "8f6fdb507c69e1612cd97fa6700d943a7695dff9", - "uutilsynet.brand3.15": "2338fed197c93864e9b3d5b51e1920ef1699453e", - "uutilsynet.brand3.16": "06700853e43eae96bd670c337c09dd1a28a287ca", - "uutilsynet.neutral.1": "ab65a178f0c62232a7758e3fad635fc5debd3118", - "uutilsynet.neutral.2": "6ab82659bc39b0fc1424b6d7869096e87697907f", - "uutilsynet.neutral.3": "ec3953e3a06afbf8a143c73adaba2c156f7c49f3", - "uutilsynet.neutral.4": "917135227c6447bb144b4f4250976d67e429eb8c", - "uutilsynet.neutral.5": "d040b388d7006cd10cf2bd352f73222bea2150fd", - "uutilsynet.neutral.6": "28556bca0c40e47185e5a665220b2cc0267ff1af", - "uutilsynet.neutral.7": "37bcd472351a182bda2a14e5f1d8f58ae6c75d4d", - "uutilsynet.neutral.8": "f28d1d5fc63b361541d4f95969b1bad3a3750baf", - "uutilsynet.neutral.9": "d11e2e6b03d74a63d78ea49328d688918d3dbf06", - "uutilsynet.neutral.10": "caa918f1ca848042678beff98977717cec60dfad", - "uutilsynet.neutral.11": "9f00a873b72c9a0fb95bae41c65977296e01acc5", - "uutilsynet.neutral.12": "78d0f33d33b5a4ace929f5011b4688f6a32f4f86", - "uutilsynet.neutral.13": "c32023ac4cd50b7890d2d384c434d522ab4a761a", - "uutilsynet.neutral.14": "8ed0fe42b1d055ca7f2038b2008905d45e259a84", - "uutilsynet.neutral.15": "d813a7245fce3b0eb315634a8a030c5d03c2b5ff", - "uutilsynet.neutral.16": "7727f6d6ac388d991094907ec59f1a4ef65ec468", - "portal.accent.1": "fe36f2c126fc4aca6925f4b273fe80520da6b48d", - "portal.accent.2": "76589c384669be607ea658306e7d81bfa4ee68c2", - "portal.accent.3": "c60ed610c9e1f7fe674922858abbb68fbb0eef9c", - "portal.accent.4": "76e0df55f7c81cb418179ee88afdbb661394ac48", - "portal.accent.5": "ac8e1b780e5f8d3674f67d283b87f9973ce4524d", - "portal.accent.6": "3f3ebd10725180a11b965808e4e7edca14500501", - "portal.accent.7": "1c723fb54aea1b3f0f005d07f51716510485a769", - "portal.accent.8": "5ea6a5c46157d1a654669797da38d31534540670", - "portal.accent.9": "3fc7fd8c2194673be61dcc7a2e14ec3ac7cb15d3", - "portal.accent.10": "99f77db40f2011ef9d5edc894cd90e981780441c", - "portal.accent.11": "19e76920b32e6070a07758568eca31d4ec3d1718", - "portal.accent.12": "4b9f01b9180159cec03ddb258b447f2f71e402f3", - "portal.accent.13": "6664f77312408077f09642ec8c8dfe1baa82ddb3", - "portal.accent.14": "b149e4cd661b9ff692b7c9345bd41031293ac7a4", - "portal.accent.15": "53da7213e03b3027b78332d2691e2c8091e53179", - "portal.accent.16": "45462f49dab0d604b66d9a290cfa35b19c08b497", - "portal.brand1.1": "13990e04d5e8f6c7e8e8227cc9429fc8be31c57e", - "portal.brand1.2": "8702231c993c2f0044f6000d49e9dad1d56c75aa", - "portal.brand1.3": "294c2a837d49443aed922b66eb09885087e3ca02", - "portal.brand1.4": "59405c43167d857865c699a61000a1bef0e7dc23", - "portal.brand1.5": "91ef198aa6b7ec816a8f4ee0c3691ff6b1990fb0", - "portal.brand1.6": "f7558d1fafcebc890d1db3336babe281a51d0a45", - "portal.brand1.7": "f2927d4281cc5edb143b70e2fd8d5bf5b249c5f5", - "portal.brand1.8": "d8d6e07b82831925fb412fe438af5fe1e97765be", - "portal.brand1.9": "8a20330208c1884becd8bd2f10eb65c04f4f06a3", - "portal.brand1.10": "17e03bc5be3177d0e9857f1323f31cde74433665", - "portal.brand1.11": "7f49d3e8b9899505e49bd87285e196f6dc9dc78f", - "portal.brand1.12": "49fd7eee74c89513053f4f104f095ac092e5e7de", - "portal.brand1.13": "3c894b17605b6a29ac97b40d636818c6e25ba0a8", - "portal.brand1.14": "95a6319ad18dd8399f121d565223d426002458bb", - "portal.brand1.15": "7e3205afe8df71b0cd48dbd9c22f921207bd571d", - "portal.brand1.16": "4721d3caed8dfadf62d53ed10a31f4c477fbd035", - "portal.brand2.1": "bf0648f9d3f3881748f4bec9a4c25bf2b500bcb7", - "portal.brand2.2": "b7c7dc119cf09253f02fbc54425b8b993db82b3e", - "portal.brand2.3": "b3fd18f771f41f13e9ea2a2e6608f74d153fbf84", - "portal.brand2.4": "0d7cf4cfe24abe1b469f31fbcbde74717cbd5f06", - "portal.brand2.5": "cbe1d22baa2f23e1788d11a92739d0fb26427a0f", - "portal.brand2.6": "daf7bbd9af460a9a71d10a7b8073d6a67104cd4a", - "portal.brand2.7": "970d1a3d99a43331fbd1f58dad543de35c51eac1", - "portal.brand2.8": "91fa0e9798eb99ea24a7b71fc849e8e766dd8785", - "portal.brand2.9": "b70e0084db30ebfed74ca059f6c4bf6b92819ff1", - "portal.brand2.10": "30e568ee86f3654ade285e9f8e477e189fa2b672", - "portal.brand2.11": "52574d96ff7cced331e9d8279e907186d82d7df5", - "portal.brand2.12": "39a2bd8ccbd38dc8069b3b07e71d3175e0bdea07", - "portal.brand2.13": "b2223c13ea9441c5421bda8777490637c644edeb", - "portal.brand2.14": "640739412e67197c99577296c6dba7715177e0d9", - "portal.brand2.15": "0a8096bb96f697c92616a534613a89a4ccff34c0", - "portal.brand2.16": "5c26cd8a1e0115f6be7e4df9aa899cd14370308a", - "portal.brand3.1": "8b17b038829930109a1ad12c89749ad6ac246147", - "portal.brand3.2": "3479925e9abeba538ea9a18d3f6da1a0ca72b5f6", - "portal.brand3.3": "30c3ea469e1eb46273e99c9550128d654af3174b", - "portal.brand3.4": "d106f07e1e131f36e4ad24a85f416afd9a20c0c2", - "portal.brand3.5": "7b17706a1d45fa0548f7b0ffdfa16da7f2b771db", - "portal.brand3.6": "1a8f718eea9ff9181251e06aa711cfaca8d0f03a", - "portal.brand3.7": "6aa9a6dc4982302216ee4b17730b1fa002a05189", - "portal.brand3.8": "92b2aba55b0ac298a4bc2691393c46e510b055e4", - "portal.brand3.9": "dcc4c5fccb713592739cc6a93e8c09fc9dd626ce", - "portal.brand3.10": "9c07fc0da8df2d239f45ec443bf43c7d78ebf608", - "portal.brand3.11": "171f229b471305defc943bc597fb75c502e7ea0a", - "portal.brand3.12": "58d54c676ffb7863ab46b91ef6f073781816e4c9", - "portal.brand3.13": "af4bc80a61d4b5d71023a6125bf60f03e87507ab", - "portal.brand3.14": "e08027c2a6379925fabf66604754674fe40f0b75", - "portal.brand3.15": "469eca49c985b3c5a5f0d323b94c3347f194fb66", - "portal.brand3.16": "5151f138bc44886fd0a2cb4d514fdf0f484d85e1", - "portal.neutral.1": "99e63ae87185c1bf94841abce17d60f49089019c", - "portal.neutral.2": "dd230ead57c4e461292918c41e6f9d8008bb445b", - "portal.neutral.3": "05d553c0f57e387d0c9ad2e749ab33f4ece01a3b", - "portal.neutral.4": "9fab3210fa1a59cef770e5dea2d0cc7cbd4881ea", - "portal.neutral.5": "abe10b5d96d4a20b3ac0f84b75d896c0c1dd7cb1", - "portal.neutral.6": "e19ccf18bde31769ab97a46f70b252b6efc4a19c", - "portal.neutral.7": "c40c91528a1ea6af1db2e2a401e8575d9476e45a", - "portal.neutral.8": "90d9466e4229b99294052989d36dc6a4cf359b2b", - "portal.neutral.9": "5ddc2b00dc5b6380cd524cabf0db71e9394f8e0e", - "portal.neutral.10": "a25dd9806cae767e0273700d2de340e7e49bff32", - "portal.neutral.11": "e0bb00e92041079bee0fd39bd302675ff159c9f7", - "portal.neutral.12": "ca97f7417ceb91ee311a9939cfd0b74e9b57eeee", - "portal.neutral.13": "aa9cd80388b52484bd5a7175bf2323adf146e330", - "portal.neutral.14": "843f2dcd2679e4beb168d83a91dc0b2ec375d11d", - "portal.neutral.15": "70670eb0b285375dbad02ecbd342a1e422df6335", - "portal.neutral.16": "8fd76cefbdee15282dadbfed662921c7e77db812" - }, - "group": "Color scheme" - }, - { - "id": "368d753fcac4455f289500eaa42e70dc0a03522f", - "name": "primary", - "$figmaStyleReferences": {}, - "selectedTokenSets": { - "primitives/modes/typography/primary/digdir": "enabled", - "primitives/modes/typography/primary/altinn": "enabled", - "primitives/modes/typography/primary/uutilsynet": "enabled", - "primitives/modes/typography/primary/portal": "enabled" - }, - "$figmaCollectionId": "VariableCollectionId:36248:20769", - "$figmaModeId": "36248:2", - "$figmaVariableReferences": { - "altinn.bold": "3af4338852fc67331cf46c429493ccc5f7e09899", - "altinn.extra-bold": "b4ec11d393468420a89988b9a11979aeeea32c50", - "altinn.regular": "770eecc1f59894aa05daaa4574006edd0bc19529", - "uutilsynet.bold": "ae115e5abeb6b8cde347c18753ccd04d0fbeab16", - "uutilsynet.extra-bold": "7bf9d7606f15b50122745802c38324ff2bd1b712", - "uutilsynet.regular": "e8a386d8fcb4aecb8ba13a4a5e7587c156c1a244", - "portal.bold": "5a2c9d220adc36dd0006ea89dee954faba51579e", - "portal.extra-bold": "9bf5619eaa33305407b1cafdba23bb9f61db318c", - "portal.regular": "494220ceeec054c743b337943dd3c7768feb9db0", - "digdir.font-weight.semibold": "cbc7c1691a8a78015feaaf737170d1bad69127f3", - "digdir.font-weight.medium": "e0ba0f14f562bd47bbbc2762b0276952bff6dc0e", - "digdir.font-weight.regular": "428c6974bf9dfefd2b6aa6773cabb22759aa5536", - "digdir.font-family": "856b5d6abbcf6bc06b02838682edab2667c12783", - "altinn.font-family": "7efa525773ed529cfeb44e208412f02539868535", - "uutilsynet.font-family": "5e762a7b0a24e3281508b05856e24794ff01d084", - "portal.font-family": "b1f98b1619271bd779e64a70e601ed407a2d6b3f" - }, - "group": "Typography" - }, - { - "id": "264b8bd1d40b364e1ea3acf09e49795ddd4c513c", - "name": "secondary", - "$figmaStyleReferences": {}, - "selectedTokenSets": { - "primitives/modes/typography/secondary/digdir": "enabled", - "primitives/modes/typography/secondary/altinn": "enabled", - "primitives/modes/typography/secondary/uutilsynet": "enabled", - "primitives/modes/typography/secondary/portal": "enabled" - }, - "$figmaCollectionId": "VariableCollectionId:36248:20769", - "$figmaModeId": "36248:3", - "$figmaVariableReferences": { - "altinn.bold": "3af4338852fc67331cf46c429493ccc5f7e09899", - "altinn.extra-bold": "b4ec11d393468420a89988b9a11979aeeea32c50", - "altinn.regular": "770eecc1f59894aa05daaa4574006edd0bc19529", - "uutilsynet.bold": "ae115e5abeb6b8cde347c18753ccd04d0fbeab16", - "uutilsynet.extra-bold": "7bf9d7606f15b50122745802c38324ff2bd1b712", - "uutilsynet.regular": "e8a386d8fcb4aecb8ba13a4a5e7587c156c1a244", - "portal.bold": "5a2c9d220adc36dd0006ea89dee954faba51579e", - "portal.extra-bold": "9bf5619eaa33305407b1cafdba23bb9f61db318c", - "portal.regular": "494220ceeec054c743b337943dd3c7768feb9db0", - "digdir.font-weight.semibold": "cbc7c1691a8a78015feaaf737170d1bad69127f3", - "digdir.font-weight.medium": "e0ba0f14f562bd47bbbc2762b0276952bff6dc0e", - "digdir.font-weight.regular": "428c6974bf9dfefd2b6aa6773cabb22759aa5536", - "digdir.font-family": "856b5d6abbcf6bc06b02838682edab2667c12783", - "altinn.font-family": "7efa525773ed529cfeb44e208412f02539868535", - "uutilsynet.font-family": "5e762a7b0a24e3281508b05856e24794ff01d084", - "portal.font-family": "b1f98b1619271bd779e64a70e601ed407a2d6b3f" - }, - "group": "Typography" - }, - { - "id": "de7b392ea3a3ba7f9afc9e307bb834c9ec5e5f0c", - "name": "digdir", - "$figmaStyleReferences": {}, - "selectedTokenSets": { - "themes/digdir": "enabled" - }, - "$figmaCollectionId": "VariableCollectionId:36528:61712", - "$figmaModeId": "40960:6", - "$figmaVariableReferences": { - "color.accent.1": "d57e9b1b26f7ec0af7a590ebcc81414ec4c9dedd", - "color.accent.2": "de3963c909e278c1442f0f746002763506bdc3f3", - "color.accent.3": "f20e35c5c0229b54a8a7a3c656dea1948b2750b4", - "color.accent.4": "6ca5193143ecedb87966d55482cd754c31b80382", - "color.accent.5": "c557bada980622750ae29bbbf685505587c31fa4", - "color.accent.6": "885fe85f40884fea07f87859c3fe8939d808e33c", - "color.accent.7": "a391ced167abf6b10a9a35705507761dd9256a67", - "color.accent.8": "1373dd7a8a00fb2a0e4e49dcd1128f788c02214a", - "color.accent.9": "198e233c4e85adca1483b9221d6cfc12ab6ef3d4", - "color.accent.10": "7350ab90fca66ae7c9bdb3106532bdd110415669", - "color.accent.11": "153245fd66c8d8ce55f8017e2376c3168a9d547b", - "color.accent.12": "2d7025a144106aa3c54e9fe84d9d0d716701dd4b", - "color.accent.13": "ae0f3073e6acc5d8da8ea854779b79d64cdd8e91", - "color.accent.14": "e6707edb3ec60edde84fe341e0a19a03c2a176b8", - "color.accent.15": "ddc1c50254633de2e5a78e65a17db3d86a6f0cfe", - "color.accent.16": "2e9a64d28cec56c1f4ade66a88809eb21954fcfc", - "color.neutral.1": "f943fe804a635e951ea5f3b18c336b94d1ced599", - "color.neutral.2": "f2a916f3c3bd96e0d64fe62702e30877b3d19136", - "color.neutral.3": "8d54f45aef90401d3bea38fa2523a831bc006cb6", - "color.neutral.4": "84bb3e674bb40e8e9637adb19a227c8651e025ba", - "color.neutral.5": "afebc11336fac619672ddba1b483c402f78c93a6", - "color.neutral.6": "eef38f4886935887f7c5baa39a978fbb8dfe4be5", - "color.neutral.7": "d066cfef2a53014313d0b46295ded18ae71fe70e", - "color.neutral.8": "196277919b1c8989cb48d64669ecb3b8a078c1df", - "color.neutral.9": "212fe4731bd0cb224a4b2e4c8c2d92b460afca86", - "color.neutral.10": "03ba954f0063c6559435d7cd4c4dbc6a1a10f55d", - "color.neutral.11": "4772ca780405fbdda5cb1625c8cb7a10cf0417dd", - "color.neutral.12": "30b1838bcfe59c82f64f04f98a9ccaeb704a8412", - "color.neutral.13": "4e8e8df56aa5f03ea656a71efc353876d001947b", - "color.neutral.14": "ffd7f08672b3c0279c512830d325e93d964e6163", - "color.neutral.15": "f20564539bd756fa841c98f3b52bf0fe05e1ec13", - "color.neutral.16": "6c748de83d2148555e00f26d1dd3ebc71bfe0ede", - "color.brand1.1": "30544dbd7c178f2b72a2c2fbf0ea1276e18f037e", - "color.brand1.2": "5060c8828379ec1adf652b31f5c2ae4690a1e024", - "color.brand1.3": "3230c2ba7bf52fd0c429ec81c857aebb46496f2a", - "color.brand1.4": "6576d5212c0d0378ef57c4edec16fa8a176e3be8", - "color.brand1.5": "10e252f6922ac5bbe1f72e439d394a3ce84c93a4", - "color.brand1.6": "84b3e5cc897f35a223de2b01e2eda4fb15e11631", - "color.brand1.7": "77694e097bd34d4a25888be0ca113a8fe02ede16", - "color.brand1.8": "a83d0826876f839f9dc5627220764c734e978a87", - "color.brand1.9": "acd169a4d73a501980675431ce23b57a98d6b0cd", - "color.brand1.10": "8310acfbdb5cef3731bdf8faba3fbf10c0cd6c66", - "color.brand1.11": "45746549fa426171180413d990023fa8c1c60eb4", - "color.brand1.12": "50378981d7ebb638fe058ad39cb7c688a631109e", - "color.brand1.13": "a2edc2db18b135675e32db3cf90fe50253440cec", - "color.brand1.14": "e9d1335542ea8ec87683184b079f8492b8d98b36", - "color.brand1.15": "43f0b5cbce3e75a647d527906306e48533025768", - "color.brand1.16": "6c20bf21b03696de2bc8f0455be55e671ef3b56c", - "color.brand2.1": "fc8fdeb8820145da52224b88b291ef88bc890e55", - "color.brand2.2": "12d9f6d498398621d2dc9b416110b5af6538a2a5", - "color.brand2.3": "9a62bb1426e9f76535fc069d92095c2376d52454", - "color.brand2.4": "1ae643be25f27d318418830e503fccae2f6a5e80", - "color.brand2.5": "fbbf04c09d55b3ae872cc1bce7e126738494e259", - "color.brand2.6": "5d1afc7dd9f8b2ee8fa39c732ae006fdf9b8b214", - "color.brand2.7": "7c47ea9ad43ae0144db373baac73102b4f8dcae2", - "color.brand2.8": "648e47a7cd96d49c0a125c6296a97634b730784a", - "color.brand2.9": "2621e2ebac70764ea3bfb686730434908bd0327b", - "color.brand2.10": "e79b44b0ff43729fb6cbd1b50adac2fc597470f0", - "color.brand2.11": "49a79dcb670ec93eb9166441803254d757b94da6", - "color.brand2.12": "914b0986fedc41fd2d29390d34a17d53f1024692", - "color.brand2.13": "754bfcd9e21a9e06c6734c619e8e25e81914915e", - "color.brand2.14": "da961adbaa9ea197f75eec6e28b40270ada01c1e", - "color.brand2.15": "5871ed180680ffea0daaabd78052610a513cb8d3", - "color.brand2.16": "1b9e87679ef1553d0f1724a13b051aef0e45f77f", - "color.brand3.1": "5071a0ae81ab5bdcefc8ef86b561f698d842878a", - "color.brand3.2": "45d5c9e753c173757161e3526064c79ba2e43800", - "color.brand3.3": "413bc192ec41b1766fb00517c3ade123a00f0148", - "color.brand3.4": "32ff692b53565a413c43d0041b77dc7e0581b02a", - "color.brand3.5": "a87d187b5964c4c9e9809b3f7ecd1548ffdf2838", - "color.brand3.6": "dd2325e32e34b154de2af87db33f23da526d6965", - "color.brand3.7": "86e9ce4f29014334ae0dc007f73382038c1b3069", - "color.brand3.8": "569b4608622bcdba7174d9f2e7e39333b8d2203b", - "color.brand3.9": "b88890541720aed26c694cbbae82fd35656fe46f", - "color.brand3.10": "4dad7b7a4336a116d3ab5591d31d915c709ed7b8", - "color.brand3.11": "e5b1f59a67184ce3aa2e4caf2b6af5cf390663d2", - "color.brand3.12": "bef58c17112627f6d67ce188d0ab68c2c682abb3", - "color.brand3.13": "fbc9c17885e8248cd59157b6d07a8fe3a9386c55", - "color.brand3.14": "4800bfc73d2fb46383e7d16ab5531e8a9419e9ec", - "color.brand3.15": "6bcf7be039ae7e1fae1bd2bd37c850e43273477d", - "color.brand3.16": "0cfbc6301ffe1e7bcc7cfb9dbc39765ccceaeb94", - "font-weight.medium": "d48aac48a9fecf0dbe2e5c7b68427961007eac36", - "font-weight.semibold": "d684180ad99ad0b200080b18529a25476554343f", - "font-weight.regular": "82250a86efe7517071ff39e79b2579c5b57a6083", - "border-radius.1": "430e4e34456fbd05b0a5a818a553626419608b2b", - "border-radius.2": "d5832eb066c8b0a3dc25cded408a4d9f445432e2", - "border-radius.3": "785c1cfff3d8b21a3a29744f5a0f45f1f3ec0827", - "border-radius.4": "84a4998341610ba4b0013144a7f14d9d2533cb9d", - "border-radius.5": "c1d38a59c2eb078642aafd112e1a23cc3107e2b1", - "border-radius.6": "ec8f63c551a3feed56576a1030e284ea0efe7ed9", - "border-radius.base": "80b5d08a35a320b9bd2d4ecdbe2ccf0086315b88", - "border-radius.scale": "692a8c1f2038457a196ba0e077cdc70c6bad5e77", - "font-family": "32f399ee0e608727f1c4d02e8ceb892a6c3e79e0" - }, - "group": "Theme" - }, - { - "id": "bfb9f0bf7870662bbd1e455adcb164e93283deb5", - "name": "altinn", - "$figmaStyleReferences": {}, - "selectedTokenSets": { - "themes/altinn": "enabled" - }, - "$figmaCollectionId": "VariableCollectionId:36528:61712", - "$figmaModeId": "40960:7", - "$figmaVariableReferences": { - "color.accent.1": "d57e9b1b26f7ec0af7a590ebcc81414ec4c9dedd", - "color.accent.2": "de3963c909e278c1442f0f746002763506bdc3f3", - "color.accent.3": "f20e35c5c0229b54a8a7a3c656dea1948b2750b4", - "color.accent.4": "6ca5193143ecedb87966d55482cd754c31b80382", - "color.accent.5": "c557bada980622750ae29bbbf685505587c31fa4", - "color.accent.6": "885fe85f40884fea07f87859c3fe8939d808e33c", - "color.accent.7": "a391ced167abf6b10a9a35705507761dd9256a67", - "color.accent.8": "1373dd7a8a00fb2a0e4e49dcd1128f788c02214a", - "color.accent.9": "198e233c4e85adca1483b9221d6cfc12ab6ef3d4", - "color.accent.10": "7350ab90fca66ae7c9bdb3106532bdd110415669", - "color.accent.11": "153245fd66c8d8ce55f8017e2376c3168a9d547b", - "color.accent.12": "2d7025a144106aa3c54e9fe84d9d0d716701dd4b", - "color.accent.13": "ae0f3073e6acc5d8da8ea854779b79d64cdd8e91", - "color.accent.14": "e6707edb3ec60edde84fe341e0a19a03c2a176b8", - "color.accent.15": "ddc1c50254633de2e5a78e65a17db3d86a6f0cfe", - "color.accent.16": "2e9a64d28cec56c1f4ade66a88809eb21954fcfc", - "color.neutral.1": "f943fe804a635e951ea5f3b18c336b94d1ced599", - "color.neutral.2": "f2a916f3c3bd96e0d64fe62702e30877b3d19136", - "color.neutral.3": "8d54f45aef90401d3bea38fa2523a831bc006cb6", - "color.neutral.4": "84bb3e674bb40e8e9637adb19a227c8651e025ba", - "color.neutral.5": "afebc11336fac619672ddba1b483c402f78c93a6", - "color.neutral.6": "eef38f4886935887f7c5baa39a978fbb8dfe4be5", - "color.neutral.7": "d066cfef2a53014313d0b46295ded18ae71fe70e", - "color.neutral.8": "196277919b1c8989cb48d64669ecb3b8a078c1df", - "color.neutral.9": "212fe4731bd0cb224a4b2e4c8c2d92b460afca86", - "color.neutral.10": "03ba954f0063c6559435d7cd4c4dbc6a1a10f55d", - "color.neutral.11": "4772ca780405fbdda5cb1625c8cb7a10cf0417dd", - "color.neutral.12": "30b1838bcfe59c82f64f04f98a9ccaeb704a8412", - "color.neutral.13": "4e8e8df56aa5f03ea656a71efc353876d001947b", - "color.neutral.14": "ffd7f08672b3c0279c512830d325e93d964e6163", - "color.neutral.15": "f20564539bd756fa841c98f3b52bf0fe05e1ec13", - "color.neutral.16": "6c748de83d2148555e00f26d1dd3ebc71bfe0ede", - "color.brand1.1": "30544dbd7c178f2b72a2c2fbf0ea1276e18f037e", - "color.brand1.2": "5060c8828379ec1adf652b31f5c2ae4690a1e024", - "color.brand1.3": "3230c2ba7bf52fd0c429ec81c857aebb46496f2a", - "color.brand1.4": "6576d5212c0d0378ef57c4edec16fa8a176e3be8", - "color.brand1.5": "10e252f6922ac5bbe1f72e439d394a3ce84c93a4", - "color.brand1.6": "84b3e5cc897f35a223de2b01e2eda4fb15e11631", - "color.brand1.7": "77694e097bd34d4a25888be0ca113a8fe02ede16", - "color.brand1.8": "a83d0826876f839f9dc5627220764c734e978a87", - "color.brand1.9": "acd169a4d73a501980675431ce23b57a98d6b0cd", - "color.brand1.10": "8310acfbdb5cef3731bdf8faba3fbf10c0cd6c66", - "color.brand1.11": "45746549fa426171180413d990023fa8c1c60eb4", - "color.brand1.12": "50378981d7ebb638fe058ad39cb7c688a631109e", - "color.brand1.13": "a2edc2db18b135675e32db3cf90fe50253440cec", - "color.brand1.14": "e9d1335542ea8ec87683184b079f8492b8d98b36", - "color.brand1.15": "43f0b5cbce3e75a647d527906306e48533025768", - "color.brand1.16": "6c20bf21b03696de2bc8f0455be55e671ef3b56c", - "color.brand2.1": "fc8fdeb8820145da52224b88b291ef88bc890e55", - "color.brand2.2": "12d9f6d498398621d2dc9b416110b5af6538a2a5", - "color.brand2.3": "9a62bb1426e9f76535fc069d92095c2376d52454", - "color.brand2.4": "1ae643be25f27d318418830e503fccae2f6a5e80", - "color.brand2.5": "fbbf04c09d55b3ae872cc1bce7e126738494e259", - "color.brand2.6": "5d1afc7dd9f8b2ee8fa39c732ae006fdf9b8b214", - "color.brand2.7": "7c47ea9ad43ae0144db373baac73102b4f8dcae2", - "color.brand2.8": "648e47a7cd96d49c0a125c6296a97634b730784a", - "color.brand2.9": "2621e2ebac70764ea3bfb686730434908bd0327b", - "color.brand2.10": "e79b44b0ff43729fb6cbd1b50adac2fc597470f0", - "color.brand2.11": "49a79dcb670ec93eb9166441803254d757b94da6", - "color.brand2.12": "914b0986fedc41fd2d29390d34a17d53f1024692", - "color.brand2.13": "754bfcd9e21a9e06c6734c619e8e25e81914915e", - "color.brand2.14": "da961adbaa9ea197f75eec6e28b40270ada01c1e", - "color.brand2.15": "5871ed180680ffea0daaabd78052610a513cb8d3", - "color.brand2.16": "1b9e87679ef1553d0f1724a13b051aef0e45f77f", - "color.brand3.1": "5071a0ae81ab5bdcefc8ef86b561f698d842878a", - "color.brand3.2": "45d5c9e753c173757161e3526064c79ba2e43800", - "color.brand3.3": "413bc192ec41b1766fb00517c3ade123a00f0148", - "color.brand3.4": "32ff692b53565a413c43d0041b77dc7e0581b02a", - "color.brand3.5": "a87d187b5964c4c9e9809b3f7ecd1548ffdf2838", - "color.brand3.6": "dd2325e32e34b154de2af87db33f23da526d6965", - "color.brand3.7": "86e9ce4f29014334ae0dc007f73382038c1b3069", - "color.brand3.8": "569b4608622bcdba7174d9f2e7e39333b8d2203b", - "color.brand3.9": "b88890541720aed26c694cbbae82fd35656fe46f", - "color.brand3.10": "4dad7b7a4336a116d3ab5591d31d915c709ed7b8", - "color.brand3.11": "e5b1f59a67184ce3aa2e4caf2b6af5cf390663d2", - "color.brand3.12": "bef58c17112627f6d67ce188d0ab68c2c682abb3", - "color.brand3.13": "fbc9c17885e8248cd59157b6d07a8fe3a9386c55", - "color.brand3.14": "4800bfc73d2fb46383e7d16ab5531e8a9419e9ec", - "color.brand3.15": "6bcf7be039ae7e1fae1bd2bd37c850e43273477d", - "color.brand3.16": "0cfbc6301ffe1e7bcc7cfb9dbc39765ccceaeb94", - "font-weight.medium": "d48aac48a9fecf0dbe2e5c7b68427961007eac36", - "font-weight.semibold": "d684180ad99ad0b200080b18529a25476554343f", - "font-weight.regular": "82250a86efe7517071ff39e79b2579c5b57a6083", - "border-radius.1": "430e4e34456fbd05b0a5a818a553626419608b2b", - "border-radius.2": "d5832eb066c8b0a3dc25cded408a4d9f445432e2", - "border-radius.3": "785c1cfff3d8b21a3a29744f5a0f45f1f3ec0827", - "border-radius.4": "84a4998341610ba4b0013144a7f14d9d2533cb9d", - "border-radius.5": "c1d38a59c2eb078642aafd112e1a23cc3107e2b1", - "border-radius.6": "ec8f63c551a3feed56576a1030e284ea0efe7ed9", - "border-radius.base": "80b5d08a35a320b9bd2d4ecdbe2ccf0086315b88", - "border-radius.scale": "692a8c1f2038457a196ba0e077cdc70c6bad5e77", - "font-family": "32f399ee0e608727f1c4d02e8ceb892a6c3e79e0" - }, - "group": "Theme" - }, - { - "id": "d0203704a425e1dba1fcc8a8e8dc8795ea542466", - "name": "uutilsynet", - "$figmaStyleReferences": {}, - "selectedTokenSets": { - "themes/uutilsynet": "enabled" - }, - "$figmaCollectionId": "VariableCollectionId:36528:61712", - "$figmaModeId": "40960:8", - "$figmaVariableReferences": { - "color.accent.1": "d57e9b1b26f7ec0af7a590ebcc81414ec4c9dedd", - "color.accent.2": "de3963c909e278c1442f0f746002763506bdc3f3", - "color.accent.3": "f20e35c5c0229b54a8a7a3c656dea1948b2750b4", - "color.accent.4": "6ca5193143ecedb87966d55482cd754c31b80382", - "color.accent.5": "c557bada980622750ae29bbbf685505587c31fa4", - "color.accent.6": "885fe85f40884fea07f87859c3fe8939d808e33c", - "color.accent.7": "a391ced167abf6b10a9a35705507761dd9256a67", - "color.accent.8": "1373dd7a8a00fb2a0e4e49dcd1128f788c02214a", - "color.accent.9": "198e233c4e85adca1483b9221d6cfc12ab6ef3d4", - "color.accent.10": "7350ab90fca66ae7c9bdb3106532bdd110415669", - "color.accent.11": "153245fd66c8d8ce55f8017e2376c3168a9d547b", - "color.accent.12": "2d7025a144106aa3c54e9fe84d9d0d716701dd4b", - "color.accent.13": "ae0f3073e6acc5d8da8ea854779b79d64cdd8e91", - "color.accent.14": "e6707edb3ec60edde84fe341e0a19a03c2a176b8", - "color.accent.15": "ddc1c50254633de2e5a78e65a17db3d86a6f0cfe", - "color.accent.16": "2e9a64d28cec56c1f4ade66a88809eb21954fcfc", - "color.neutral.1": "f943fe804a635e951ea5f3b18c336b94d1ced599", - "color.neutral.2": "f2a916f3c3bd96e0d64fe62702e30877b3d19136", - "color.neutral.3": "8d54f45aef90401d3bea38fa2523a831bc006cb6", - "color.neutral.4": "84bb3e674bb40e8e9637adb19a227c8651e025ba", - "color.neutral.5": "afebc11336fac619672ddba1b483c402f78c93a6", - "color.neutral.6": "eef38f4886935887f7c5baa39a978fbb8dfe4be5", - "color.neutral.7": "d066cfef2a53014313d0b46295ded18ae71fe70e", - "color.neutral.8": "196277919b1c8989cb48d64669ecb3b8a078c1df", - "color.neutral.9": "212fe4731bd0cb224a4b2e4c8c2d92b460afca86", - "color.neutral.10": "03ba954f0063c6559435d7cd4c4dbc6a1a10f55d", - "color.neutral.11": "4772ca780405fbdda5cb1625c8cb7a10cf0417dd", - "color.neutral.12": "30b1838bcfe59c82f64f04f98a9ccaeb704a8412", - "color.neutral.13": "4e8e8df56aa5f03ea656a71efc353876d001947b", - "color.neutral.14": "ffd7f08672b3c0279c512830d325e93d964e6163", - "color.neutral.15": "f20564539bd756fa841c98f3b52bf0fe05e1ec13", - "color.neutral.16": "6c748de83d2148555e00f26d1dd3ebc71bfe0ede", - "color.brand1.1": "30544dbd7c178f2b72a2c2fbf0ea1276e18f037e", - "color.brand1.2": "5060c8828379ec1adf652b31f5c2ae4690a1e024", - "color.brand1.3": "3230c2ba7bf52fd0c429ec81c857aebb46496f2a", - "color.brand1.4": "6576d5212c0d0378ef57c4edec16fa8a176e3be8", - "color.brand1.5": "10e252f6922ac5bbe1f72e439d394a3ce84c93a4", - "color.brand1.6": "84b3e5cc897f35a223de2b01e2eda4fb15e11631", - "color.brand1.7": "77694e097bd34d4a25888be0ca113a8fe02ede16", - "color.brand1.8": "a83d0826876f839f9dc5627220764c734e978a87", - "color.brand1.9": "acd169a4d73a501980675431ce23b57a98d6b0cd", - "color.brand1.10": "8310acfbdb5cef3731bdf8faba3fbf10c0cd6c66", - "color.brand1.11": "45746549fa426171180413d990023fa8c1c60eb4", - "color.brand1.12": "50378981d7ebb638fe058ad39cb7c688a631109e", - "color.brand1.13": "a2edc2db18b135675e32db3cf90fe50253440cec", - "color.brand1.14": "e9d1335542ea8ec87683184b079f8492b8d98b36", - "color.brand1.15": "43f0b5cbce3e75a647d527906306e48533025768", - "color.brand1.16": "6c20bf21b03696de2bc8f0455be55e671ef3b56c", - "color.brand2.1": "fc8fdeb8820145da52224b88b291ef88bc890e55", - "color.brand2.2": "12d9f6d498398621d2dc9b416110b5af6538a2a5", - "color.brand2.3": "9a62bb1426e9f76535fc069d92095c2376d52454", - "color.brand2.4": "1ae643be25f27d318418830e503fccae2f6a5e80", - "color.brand2.5": "fbbf04c09d55b3ae872cc1bce7e126738494e259", - "color.brand2.6": "5d1afc7dd9f8b2ee8fa39c732ae006fdf9b8b214", - "color.brand2.7": "7c47ea9ad43ae0144db373baac73102b4f8dcae2", - "color.brand2.8": "648e47a7cd96d49c0a125c6296a97634b730784a", - "color.brand2.9": "2621e2ebac70764ea3bfb686730434908bd0327b", - "color.brand2.10": "e79b44b0ff43729fb6cbd1b50adac2fc597470f0", - "color.brand2.11": "49a79dcb670ec93eb9166441803254d757b94da6", - "color.brand2.12": "914b0986fedc41fd2d29390d34a17d53f1024692", - "color.brand2.13": "754bfcd9e21a9e06c6734c619e8e25e81914915e", - "color.brand2.14": "da961adbaa9ea197f75eec6e28b40270ada01c1e", - "color.brand2.15": "5871ed180680ffea0daaabd78052610a513cb8d3", - "color.brand2.16": "1b9e87679ef1553d0f1724a13b051aef0e45f77f", - "color.brand3.1": "5071a0ae81ab5bdcefc8ef86b561f698d842878a", - "color.brand3.2": "45d5c9e753c173757161e3526064c79ba2e43800", - "color.brand3.3": "413bc192ec41b1766fb00517c3ade123a00f0148", - "color.brand3.4": "32ff692b53565a413c43d0041b77dc7e0581b02a", - "color.brand3.5": "a87d187b5964c4c9e9809b3f7ecd1548ffdf2838", - "color.brand3.6": "dd2325e32e34b154de2af87db33f23da526d6965", - "color.brand3.7": "86e9ce4f29014334ae0dc007f73382038c1b3069", - "color.brand3.8": "569b4608622bcdba7174d9f2e7e39333b8d2203b", - "color.brand3.9": "b88890541720aed26c694cbbae82fd35656fe46f", - "color.brand3.10": "4dad7b7a4336a116d3ab5591d31d915c709ed7b8", - "color.brand3.11": "e5b1f59a67184ce3aa2e4caf2b6af5cf390663d2", - "color.brand3.12": "bef58c17112627f6d67ce188d0ab68c2c682abb3", - "color.brand3.13": "fbc9c17885e8248cd59157b6d07a8fe3a9386c55", - "color.brand3.14": "4800bfc73d2fb46383e7d16ab5531e8a9419e9ec", - "color.brand3.15": "6bcf7be039ae7e1fae1bd2bd37c850e43273477d", - "color.brand3.16": "0cfbc6301ffe1e7bcc7cfb9dbc39765ccceaeb94", - "font-weight.medium": "d48aac48a9fecf0dbe2e5c7b68427961007eac36", - "font-weight.semibold": "d684180ad99ad0b200080b18529a25476554343f", - "font-weight.regular": "82250a86efe7517071ff39e79b2579c5b57a6083", - "border-radius.1": "430e4e34456fbd05b0a5a818a553626419608b2b", - "border-radius.2": "d5832eb066c8b0a3dc25cded408a4d9f445432e2", - "border-radius.3": "785c1cfff3d8b21a3a29744f5a0f45f1f3ec0827", - "border-radius.4": "84a4998341610ba4b0013144a7f14d9d2533cb9d", - "border-radius.5": "c1d38a59c2eb078642aafd112e1a23cc3107e2b1", - "border-radius.6": "ec8f63c551a3feed56576a1030e284ea0efe7ed9", - "border-radius.base": "80b5d08a35a320b9bd2d4ecdbe2ccf0086315b88", - "border-radius.scale": "692a8c1f2038457a196ba0e077cdc70c6bad5e77", - "font-family": "32f399ee0e608727f1c4d02e8ceb892a6c3e79e0" - }, - "group": "Theme" - }, - { - "id": "16fa9e4cda965fe201604c1e6152ffd08f455733", - "name": "portal", - "$figmaStyleReferences": { - "global.blue.1": "S:1939fc9b3515679256df59e4b9a1e223e0736182,", - "global.blue.2": "S:f2818975fb409940d7bed3678732ebfc96919946,", - "global.blue.3": "S:82c4f73c52b04f9cb78a08b7881e79accf1517f6,", - "global.blue.4": "S:6e0c9ded47774602a7d9cf657d65dd443235e1e3,", - "global.blue.5": "S:a6e62c820e72598c3810dfd110fea95b596b8212,", - "global.blue.6": "S:8a88b86bfb3518267a90d9395635e4c12621af49,", - "global.blue.7": "S:fcc62512e27cef12e8f2127a778ee89cce650d8c,", - "global.blue.8": "S:c5c101b7059bb38a3102d2de08b91d7de47c27fa,", - "global.blue.9": "S:771a490d61937d2635f17080a8aa6747b253a544,", - "global.blue.10": "S:006e2a72dcf46f334282e7af7146023137d7b0d7,", - "global.blue.11": "S:5d77b684422b088822c3cf24607811889298b913,", - "global.blue.12": "S:79928fd717c9ee45049eb288e5507566f67d77d2,", - "global.blue.13": "S:75149369c01a11ce2c0e698e2821577b2dbf0c48,", - "global.blue.15": "S:1712f3a89a0260bead9b4e317b84219c3f75970e,", - "global.blue.16": "S:a8cd4a63854637331a18f88576db56bea554e57f,", - "global.green.1": "S:f706bba18ad7b5f57d3a6bb20a15619835535633,", - "global.green.2": "S:f56f717bf6698d07b7bed6eff939e92fbf5c432a,", - "global.green.3": "S:141a475ccc4d9c5114dd8d7c67d0ec0fbce72272,", - "global.green.4": "S:3647032c0ac61286045043e75db35e88299c19a7,", - "global.green.5": "S:a5e21879ff3c4cde6f23040598f6f9e1e9e95c1c,", - "global.green.6": "S:49e4421c41f9f45d653c7b39fe4700e6d1bc0d16,", - "global.green.7": "S:b95cbd9b6ad4ffc3b1b9e73883e494319f81fa27,", - "global.green.8": "S:126623500c4398edc2a6deef98d99600ab387c5a,", - "global.green.9": "S:6b91f706aab8940bccf92eefbd5138cf9f43f75d,", - "global.green.10": "S:eeb6b9daed2cb376c529cf8edf8bec2124e3d5dd,", - "global.green.11": "S:74f7d79bd1b24dbdcfa22b652722e95603c8cf4f,", - "global.green.12": "S:f66ed2a2f8dd3359aa70dea99d7018a575f3d89b,", - "global.green.13": "S:aa815e8664601d1a1447349eb0d2a1c507520f89,", - "global.green.15": "S:1846bf29f416b62109cb5f67e14fcfe3ef4f18a2,", - "global.green.16": "S:8acf11cffa668e7e224d7a75fba6a76dcd0fc034,", - "global.orange.1": "S:09d4465ade997fc1f33dded6b80f7638b1912205,", - "global.orange.2": "S:3e573ea3e56328c92b0d94872895e1f89291ad34,", - "global.orange.3": "S:0bde4e2a40e24e0ffa95f7c5632e828476192543,", - "global.orange.4": "S:6305b18593d22c03924c91da360ad2009f5f908d,", - "global.orange.5": "S:830ceb30ce821cc74ca6c2da382e44deb069ae9a,", - "global.orange.6": "S:8f156c8141f8b2deabe2179903669ddb029068fb,", - "global.orange.7": "S:07a347c0dd0130559cc2492f3823064c949c75e3,", - "global.orange.8": "S:33e0fda6f337839fc1506a2be77689d0014becff,", - "global.orange.9": "S:a848c10e2a35e4522d3878f248627a7ba9777c1f,", - "global.orange.10": "S:ee870e3bf3b6c621428d3b4a4bc1d82727e8bc29,", - "global.orange.11": "S:384e6f15b8b96784a97a9fd41b711450fc9c8d5d,", - "global.orange.12": "S:ca314141485ef99cd7ff84b5227f1b327b7d0e07,", - "global.orange.13": "S:2e815fcaac008133a196992c4866f904f1a11acc,", - "global.orange.15": "S:241000ae67b7f5bbd25e487e900d09330418f65f,", - "global.orange.16": "S:d020585c32a062c55f77ebf99816fae1ea491a38,", - "global.purple.1": "S:75f6e1a1db126cdfebcd465f02645f73640c7d5e,", - "global.purple.2": "S:c32d14548d1320e7d331819719ed5662f4574935,", - "global.purple.3": "S:dbfe156a3e712e1124a4cc06fb65d922481525e2,", - "global.purple.4": "S:9b56ff77870767d83c79f057c85b462871295cd8,", - "global.purple.5": "S:870c9724e48b15a473640d1de5bba74dc417e4b5,", - "global.purple.6": "S:85c32693dcd924d3de467fb0553978d3b2ae87df,", - "global.purple.7": "S:1518880ac0ef842b57031f908f1bfa82bca37f87,", - "global.purple.8": "S:f321dacb00852480adbc34e4a725f5d37fd3d3bb,", - "global.purple.9": "S:8fe342b4a5a44babe9b682c42b977d0b333443be,", - "global.purple.10": "S:c1de95bb8de70f76946081912c178268ce09ac5a,", - "global.purple.11": "S:751ab500e10c34b8b527e8f2cde04ed3a7fee6fa,", - "global.purple.12": "S:fafb325ee34eb411e7c438a8242fa706998faa19,", - "global.purple.13": "S:08a4e8c49fb5a34bad824f9859f0d4f090750753,", - "global.purple.15": "S:c409e6af5ec6fdb930baa479d8812bc12463438c,", - "global.purple.16": "S:de53b1c7126bbcb58d345c22bc6a417fd389f9bd,", - "global.red.1": "S:bfaef2b6ae10d24377b23556b2493c24b96d63d2,", - "global.red.2": "S:14eb3ea53b02c0ef74d75dda6bd5b242c15734a3,", - "global.red.3": "S:7ff687c8914747498fad84b4ba16cd9fb571b081,", - "global.red.4": "S:94b1e92616b405ab68db533ed3c22c939c69063c,", - "global.red.5": "S:1f34683f9899b8ec4d932bbd3625e358c28cdf98,", - "global.red.6": "S:02528188758036ef7ec68969c89ad15650582504,", - "global.red.7": "S:17354d10bd877679d6dd933baf98de147faa195b,", - "global.red.8": "S:a2a039186409ed5f9d7782d1103f6fb617185c9d,", - "global.red.9": "S:bca968cdba03d8dbc37a56585768571d35ba37dc,", - "global.red.10": "S:7413cdd5684f85310366f5a2a22d63bc64012e80,", - "global.red.11": "S:8f492cbe550e894ab000be14e506efd0b53e33c5,", - "global.red.12": "S:78dbd06ac1577b2cb33307858ed282c673a9c41b,", - "global.red.13": "S:5c06ff232bc922c0327784fa2917b103a0c3f311,", - "global.red.15": "S:8e425ecc01c79b31182f2005e794610f93c58d2b,", - "global.red.16": "S:0f35b2abf3c1f67c1eea8568d82fb607c5f93520,", - "global.yellow.1": "S:649e3f83ed93eb4d12aa2655e8336a77e500f41d,", - "global.yellow.2": "S:f1202b09b29a33a71dc1de12505ac306f2af11e6,", - "global.yellow.3": "S:d3670ee6c28fd0f47ca0a7175622eb3e17bdbfb8,", - "global.yellow.4": "S:803f2e1ca70a35ab479b0a74b6660033ee9e0f38,", - "global.yellow.5": "S:3b5ac1e2130087d8aacacbb3e28cd622da4decf0,", - "global.yellow.6": "S:49001ae886fcdfb549e282bdb8ac7dc21d72d41e,", - "global.yellow.7": "S:55e669675211c5468b0ac692939d3ea053bbd465,", - "global.yellow.8": "S:82f7374783733db77d25c71027aff2280a51a446,", - "global.yellow.9": "S:c1674ecc243e68a41e4b4280661d11ec365dfac3,", - "global.yellow.10": "S:74cffb5f4194642f6194577517d94cc1f05022d7,", - "global.yellow.11": "S:fd449d06d082ad6050d913b32183dc43fb49b8da,", - "global.yellow.12": "S:40a126227eb1d71caf201bad128aefdf80c62ebb,", - "global.yellow.13": "S:7722e9b426818278468eef9c08b5938c960f13f8,", - "global.yellow.15": "S:5237c8c5f94894ab8bf9d07a3b0dac556d4588ff,", - "global.yellow.16": "S:be31b6867a2986c89453a18040aae41267e0e440,", - "theme4.accent.1": "S:0fd20a5b6aba984182cce4cbf4f9d86b0a9ed887,", - "theme4.accent.2": "S:50af78d4c358e6f80be118d0fe43e1adef78bac4,", - "theme4.accent.3": "S:8389947ae1fe8e50b73f02a9a028d151e9f4912b,", - "theme4.accent.4": "S:359ee0ccd6914707e7aa0ce67a9108894dcc32e6,", - "theme4.accent.5": "S:884b7a95a2276c57e14fc25445c5a0052c78dd13,", - "theme4.accent.6": "S:4ed71b6f2a6d5bb3cbc25d642923e337364ce403,", - "theme4.accent.7": "S:3ced5d1103238ccb4e9db8eb70bd87b0004ce121,", - "theme4.accent.8": "S:478af605cb5669224ea3fafa4a5c7e66ba2301fd,", - "theme4.accent.9": "S:f93633d7444b59e3df5c43979c2a285702d9760a,", - "theme4.accent.10": "S:b4df1eaa449bfae6937f806c26345ffbe61b1fb7,", - "theme4.accent.11": "S:a6d84fc456dc7ee8816e743fec5e9a068af4320d,", - "theme4.accent.12": "S:87d5058a491ebd861d4a1f6714ca1780ed554c9c,", - "theme4.accent.13": "S:ef6ca6e70a80ef6f566b20aa574c713debc6a600,", - "theme4.accent.15": "S:0cc00ac0be1fbb4c323defe78ba9ac5f2f2bc23b,", - "theme4.accent.16": "S:48877079e6bc54925fef632321e90dbfd2c1c952,", - "theme4.neutral.1": "S:204b76f3e3a2144668bf6749bf64079ff163edac,", - "theme4.neutral.2": "S:469a2cfe3651def5bfb939ae067ed888d0f44906,", - "theme4.neutral.3": "S:43e2d3b27dee1e29ddb97c47726996490244f403,", - "theme4.neutral.4": "S:3b98ccec6f107554d8088229702eb0f3ca17b9f6,", - "theme4.neutral.5": "S:dd69efcfcc15b82df8794909fe2cdca690b9bf8f,", - "theme4.neutral.6": "S:575a7d2cd8fb61ea8987b89017cbe4334f8c7c97,", - "theme4.neutral.7": "S:69af6fc39cc614ff4b780eac507482a5009e1618,", - "theme4.neutral.8": "S:47e72792b471be855b6fa65ab8f5b40c42c035f1,", - "theme4.neutral.9": "S:463e1dfb94a418180c46a935ec7031a296244dff,", - "theme4.neutral.10": "S:9c4eb3e3e6a751f597eafe4400e83ef7a96f8a34,", - "theme4.neutral.11": "S:2a87b7ca1fb687b402832c6d2a3ca4db1ccdad9a,", - "theme4.neutral.12": "S:411f411899e0ddb13c195bdcbb453fbc77679ec9,", - "theme4.neutral.13": "S:9649ed4fabfd0f4af71efa20c514d087c4678a02,", - "theme4.neutral.15": "S:80bad494c58f7e9661b54d69d37897aa5fc61ec8,", - "theme4.neutral.16": "S:bc73168f1bff1bab73ae427be56e03c79a061875,", - "theme4.brand1.1": "S:3064b2136ae83565b277c54a87efef6a60a44888,", - "theme4.brand1.2": "S:5b0c94c5194086e1a0096ac272fb1615dc96fec6,", - "theme4.brand1.3": "S:1c2d65bfcfe86d53a89b29969765b25fb961f86b,", - "theme4.brand1.4": "S:61ef33ba2438d5d4fa515a68b986022be180b0c9,", - "theme4.brand1.5": "S:68632030847895dbda94d708a969ee41ac8285e9,", - "theme4.brand1.6": "S:462c5278859ee706c0f114fc6e2fe7503b5609d8,", - "theme4.brand1.7": "S:bcfcb5346882c58bf014b1e20b63380d48818f3f,", - "theme4.brand1.8": "S:d7df68531f7ba505302d612cd8525f946683adfb,", - "theme4.brand1.9": "S:355a24d78b673a3daf4eb6edf05a8196f00aa903,", - "theme4.brand1.10": "S:5c0d2ca02dab1254623b03ef4cb6ba3c2935da27,", - "theme4.brand1.11": "S:e2cad55374f8ae8cb10e94ab581c3ed9cce95355,", - "theme4.brand1.12": "S:1d1f41a66ee4cfe9fef74bc36bdfcd8144d06f7f,", - "theme4.brand1.13": "S:95d6b7bac476bac9131544670db313d56283c9a2,", - "theme4.brand1.15": "S:0f9bee01ef4016a9409fdfad658ab22a165c9327,", - "theme4.brand1.16": "S:6552bb76d854871d34a13b1f2fbaaec95b90adf7,", - "theme4.brand2.1": "S:3a2ff79b5330df37d5fc17c8ef5727d1380d3ee7,", - "theme4.brand2.2": "S:834b3027dc81b39ce678e18c07c2050bd1e31925,", - "theme4.brand2.3": "S:952882b753c40aa7dcd0146077c5f2e85c8082cf,", - "theme4.brand2.4": "S:72df5f7b0c09dd25c8e575e2f9db924669d8d5f9,", - "theme4.brand2.5": "S:e3483a5d5ce7295d84530515a191c9079606df15,", - "theme4.brand2.6": "S:a2dcfc7514262fdbcfa3ca1c2f831af11530599a,", - "theme4.brand2.7": "S:bfffefd40dca7ec4bff3cbccd00a413e08a105a7,", - "theme4.brand2.8": "S:4abb873bdc4850434935d06858daafe7c87e8b74,", - "theme4.brand2.9": "S:6f253bf48db74602eaa375a3272c0150567647b8,", - "theme4.brand2.10": "S:02855ffef8c138cbab61f50d9ab344e6c886bfe3,", - "theme4.brand2.11": "S:c07211fcebb424dba153618ad3b4750ee84a872a,", - "theme4.brand2.12": "S:00077833b197f2a9a8fa517ac238b1b401742886,", - "theme4.brand2.13": "S:1d36b03522a48ac39ba96e9610a8d8090ff2d478,", - "theme4.brand2.15": "S:a7ee26a5257a2d47e30ea24d061c6d8d4cee93ca,", - "theme4.brand2.16": "S:e3783d367eedb44fbff839b0d8f6a085e55cb0c7,", - "theme4.brand3.1": "S:8e3a3e7cfd40658a3c3e0ebac42678541fff5743,", - "theme4.brand3.2": "S:e5a951e1a5b3e4d97047f55d58bdf81680964911,", - "theme4.brand3.3": "S:87a7bdc40ea36674820cab41fb61fde74ae74a32,", - "theme4.brand3.4": "S:d36393c0b4511470660cc355a71c430831ad9c61,", - "theme4.brand3.5": "S:403e1863e136dc15ec2936e00d894a403b5fa36a,", - "theme4.brand3.6": "S:3e5aab9db0d87ee5a638699655a2578e702edfe6,", - "theme4.brand3.7": "S:03ef071c54b5e2d7cff33e450181bce13193057e,", - "theme4.brand3.8": "S:ee23196a067a38959c216766e746ac6b02bb92b5,", - "theme4.brand3.9": "S:d35df58f7304649aa950dc0744cbe2dff128771d,", - "theme4.brand3.10": "S:b97b691adfa8d8cafda6723392e467cbbfe87826,", - "theme4.brand3.11": "S:37ece96d12646df526fa581d9f640058d6c425f6,", - "theme4.brand3.12": "S:e1281b90002718f2cb6880e8c7d22f81b3a25f12,", - "theme4.brand3.13": "S:dc89212e0bcc68614c467e93b63af8374c3f52c7,", - "theme4.brand3.15": "S:e3ee4a4c05202f9e973a5a77f27c7109c238df16,", - "theme4.brand3.16": "S:fdd1ece82a86704a12f27bbb6964d4bc5e63faac,", - "focus.outer": "S:544c0a24225aebd09cf60ab32ef9d90054cfae35,", - "focus.inner": "S:4b74102c425dc79dca763d220f748c9dd8fe67fa,", - "color.accent.background-default": "S:a279b88bb2ce95b70adea89d5a452eddfcb27064,", - "color.accent.background-tinted": "S:1d4568b5eaf4f70f36af00b61f7fab2c5d8dd28b,", - "color.accent.surface-tinted": "S:621fd453be59d697a1fb30d7583e55d9b5bc1bbf,", - "color.accent.surface-hover": "S:e933ab9d7969daa6912dad89c647a27d56cc6041,", - "color.accent.surface-active": "S:60ca0139b40319858fe9fe8e247e7120d87a33f1,", - "color.accent.border-subtle": "S:3773f273f056d5bb0882021dfbd008f70cbf138a,", - "color.accent.border-default": "S:fcb4537af88cbe78fe8c46c1479e57180e3f0a99,", - "color.accent.border-strong": "S:1fe66bbe6acab3d870cf70eb54783f12ada8c436,", - "color.accent.base-default": "S:501d0f557c68140568c9b0835a939ebb7767be25,", - "color.accent.base-hover": "S:86312a6775058749ef3a09482c49545bdd4525f4,", - "color.accent.base-active": "S:299329b34abf189c76a30061b9772f79ef4ce5ca,", - "color.accent.text-subtle": "S:e070c7394f547e993ef4bdba36d123ca27af5e04,", - "color.accent.text-default": "S:96bbb1a13f13eeba7cd80f1d71abcd2fc6bbf1c1,", - "color.accent.base-contrast-default": "S:326ef1b33a492c8270142d92dde01949ed838772,", - "color.accent.base-contrast-subtle": "S:871c959e34b646bf04e80422cd2d3dfeea154ef6,", - "color.neutral.background-default": "S:275455a95e09f67cccc64d0e5c8181556f33d490,", - "color.neutral.background-tinted": "S:f597ff30bf9c0e2392856b890fd456c3fa35228f,", - "color.neutral.surface-tinted": "S:36e32d08b5437b8958812e6be2e1b589e19a9bb2,", - "color.neutral.surface-hover": "S:48a5861e8099bced3aba543929fe0fdbf205d300,", - "color.neutral.surface-active": "S:e2eba9090dd49ab2103dedb18f7292bcd5a8b0b7,", - "color.neutral.border-subtle": "S:2f5b3c3030f6632598c5562adb213f07976cdfc3,", - "color.neutral.border-default": "S:310ddba73cd891a70e1ee8c6d99c06ebaeb12192,", - "color.neutral.border-strong": "S:cdc536b7f554a330c22582599f164176091afb9e,", - "color.neutral.base-default": "S:5aa571057718a028be1621b3b26ea81a1aeb7c31,", - "color.neutral.base-hover": "S:db468db2829d3f1c12bf3fac6a423f7018867833,", - "color.neutral.base-active": "S:17e0b74558ac2a092184e97559d5d907dc523f18,", - "color.neutral.text-subtle": "S:38d232cf270a355ef80fe7fc6d4704051d6a7b8b,", - "color.neutral.text-default": "S:69c09330b10f7fbdaad6c9e27b9e3075fc849969,", - "color.neutral.base-contrast-default": "S:962d0b5d2d62d6575c457bccaef63a8a47aa486c,", - "color.neutral.base-contrast-subtle": "S:9ffbd0152aabe9328775f371a54308f78def6344,", - "color.brand1.background-default": "S:1472197036612292fc24af0814c019ba1de66707,", - "color.brand1.background-tinted": "S:8ba6aa4e0c7b3090a5d1d1337c2eb1cb45db4e8c,", - "color.brand1.surface-tinted": "S:1a3d74253844ae1d7b608348dac0ec99d22a928b,", - "color.brand1.surface-hover": "S:edb1a5fff4d03ef29e2a05a476e787ec320c66e2,", - "color.brand1.surface-active": "S:3b3b6f67b7b0f1297f79f68d74e68bebdeee03b3,", - "color.brand1.border-subtle": "S:86cd0b2971de525e676e82a0c6dc50c68a0f58ca,", - "color.brand1.border-default": "S:220ea2d4eeb58cd739afc52d7f182583ea483dfd,", - "color.brand1.border-strong": "S:acc23a141316a3abb1387c62594f218695a5ccda,", - "color.brand1.base-default": "S:4832be8574e6796bdd459d51f66203ce03d21c55,", - "color.brand1.base-hover": "S:3c53f4ae8b6b9d6e82cafe80360b50d4e574507c,", - "color.brand1.base-active": "S:991d150dd1af5f31023bd54634ceb94c6d02416c,", - "color.brand1.text-subtle": "S:21ea19042a04e3d542770f0b1f31a23097527356,", - "color.brand1.text-default": "S:12edb89c4e24b0631e0fe98d3fe8ee84f044b28a,", - "color.brand1.base-contrast-default": "S:a6a773d78dca9e0141a24dfe1c1d1a52410a8002,", - "color.brand1.base-contrast-subtle": "S:15e43ce5a1a3181c89f353381f136c6be8498497,", - "color.brand2.background-default": "S:e82ee222a9c6ee36e223c4b7de9871def76e53a0,", - "color.brand2.background-tinted": "S:4894e462e21e81cb610c6f73e573af5f93aab3ef,", - "color.brand2.surface-tinted": "S:5a7c749db3d4ef8185a430fe139b8448ed79f760,", - "color.brand2.surface-hover": "S:5b5514ce96a637925a8a18a6f007f439c5a3ace3,", - "color.brand2.surface-active": "S:cf55fa91f0d306dbd9f69ffdbf0040380d4e980a,", - "color.brand2.border-subtle": "S:f392133f5071069e12625cd18f15a567197e7014,", - "color.brand2.border-default": "S:603a76829cd3a68b1b37925395f7c5bd67efb97c,", - "color.brand2.border-strong": "S:24268aabb5f5b6afefce71ca31015c716ac88f34,", - "color.brand2.base-default": "S:ec9f4a909fdb2506a9ec96450f49dbf651019ef5,", - "color.brand2.base-hover": "S:420347777b567e6800d82b09d9d04492b853f29a,", - "color.brand2.base-active": "S:f27622ed41614775761ed80e2cb95505eddc791e,", - "color.brand2.text-subtle": "S:f1fa838c2d942f1c43f91a1e80b4510e800b0814,", - "color.brand2.text-default": "S:d140345938290231f92171973bb5d6b957e76773,", - "color.brand2.base-contrast-default": "S:8e341f12e91f15500be2212e7871348491ff5e98,", - "color.brand2.base-contrast-subtle": "S:f918f387a53ba778fe749738f313de50e9a0cfbb,", - "color.brand3.background-default": "S:bad65ffb47dbbeebc6ba479dedc14d3c9773bc0c,", - "color.brand3.background-tinted": "S:02cda0a2aaaee5686d3768fc1dbd447496cf0a38,", - "color.brand3.surface-tinted": "S:9166292a21736b2ae37f2489122965378c39260f,", - "color.brand3.surface-hover": "S:1aa80845daea2a082e7392732d225378915c5f1b,", - "color.brand3.surface-active": "S:75b8aef4390b8c10691a921858a11d7c309db526,", - "color.brand3.border-subtle": "S:447ea3540b31de3144252c2b1ae9adc1704d5ebe,", - "color.brand3.border-default": "S:ac3d098fd80cc19791f603c5e7bdc75fb8149325,", - "color.brand3.border-strong": "S:63b19efd06a05bbcad32feadcec1fb8aee170751,", - "color.brand3.base-default": "S:41d7d3ccd9a8c231f27a168c083a855c5c6836bb,", - "color.brand3.base-hover": "S:0c57f6bbfb6f40a4962491165caa5c2766c39608,", - "color.brand3.base-active": "S:24fec77f575f5b0bce378ab76e48d5f42798d7ee,", - "color.brand3.text-subtle": "S:1bd33b3c9aa9cded5cdf156a0d6b17116acb4828,", - "color.brand3.text-default": "S:a1e8a2eaec7c3711a3b806ce861036a045b01dd6,", - "color.brand3.base-contrast-default": "S:1015cd239cc8b8953e105b14825afedb1bca6dc2,", - "color.brand3.base-contrast-subtle": "S:7c546d789f8b0b29673fbfd55232e23bbc9747a5,", - "color.success.background-default": "S:ac7456aa5dbd5ca6d9514a01742dc5eb3dcfa877,", - "color.success.background-tinted": "S:2ec8b5d79ab5c952b5bd92767c14162fb2cae317,", - "color.success.surface-tinted": "S:161b0e28be484ec03852b54a656b1267cb7f182f,", - "color.success.surface-hover": "S:0c39f45c823f16a8b5cb066149e3593027334bc6,", - "color.success.surface-active": "S:0532941c904e93af3ff28c0f1268127f86817c4f,", - "color.success.border-subtle": "S:2f9c0d953a81790f39240008e17d8d77b4cd74e8,", - "color.success.border-default": "S:d0f5ef2e8afeb4bc52710bffbf049fa32604107e,", - "color.success.border-strong": "S:79be728929610d7a354e983c6c8d92ac2262722f,", - "color.success.base-default": "S:94fae8e54c174fd71939a1ac64c258c26151b341,", - "color.success.base-hover": "S:22336f930b2efa7eee0c11399f307e033b3637af,", - "color.success.base-active": "S:0c7313151ee129dd21ccca81fd91902ddc38c468,", - "color.success.text-subtle": "S:5e3a2e871b9b0a7d0fdc5510943e5b76e8512070,", - "color.success.text-default": "S:a820cbfe1dea1f3f44271518f1388ea21f73be03,", - "color.success.base-contrast-default": "S:604ab86c2a022f5ea6804bb9651029b264b2a27a,", - "color.success.base-contrast-subtle": "S:53517095835dd9e73c09b3be505fe2a64b06d00e,", - "color.danger.background-default": "S:e4cc43d2d0ab1bcbfdeadae3bce71f820ffbf193,", - "color.danger.background-tinted": "S:f2bbcafc9ed6178764a3fe5f401fb2625215a9ae,", - "color.danger.surface-tinted": "S:3901f4577917e2a7a1a51a3a978a31332613941d,", - "color.danger.surface-hover": "S:c2ce7b8e32ef47a9330df5d01d79496cc2d9b6de,", - "color.danger.surface-active": "S:4292118819f7ee1d2f0ab8b4d9e660d8b3e24860,", - "color.danger.border-subtle": "S:1c82b35c781da3c252f66ac19aaaed3286b032fd,", - "color.danger.border-default": "S:030178bfbd2b0ef93f6ad38acf9f902d72f20b92,", - "color.danger.border-strong": "S:272e0a423042cd9f9889d72d51f632786e427a79,", - "color.danger.base-default": "S:99fbc26c7f17ed82af499f4266c4814fbe041c57,", - "color.danger.base-hover": "S:4288ab799249e5ea257fda96a768eff50e51aac3,", - "color.danger.base-active": "S:f90f7a12b47a9198d1a1e764571558093cf3978d,", - "color.danger.text-subtle": "S:16f8cef63d5db322a417a0e55fc4181ce4c1ae9e,", - "color.danger.text-default": "S:ccc84acfc5cb43feb25b59baf3b4a0dad1200cad,", - "color.danger.base-contrast-default": "S:4dac5ab1579b885ac02db56b7f6a55e6c680cbfa,", - "color.danger.base-contrast-subtle": "S:6612d1b5c53ae020ca420326b9a3baa241fabaac,", - "color.info.background-default": "S:b086dd46c0ff8bcf632da96dca9b9cbb0bdbfcea,", - "color.info.background-tinted": "S:f05854c8b97a652b5d41f1bb9335c70c393ee7a4,", - "color.info.surface-tinted": "S:d0df27f27ed34f774e6227a3c161c5cd91947431,", - "color.info.surface-hover": "S:4c6c5398a31fdf01382648fafb2a0fd83882eb11,", - "color.info.surface-active": "S:4644440333cb46ac03d66d609d4a06451d65c364,", - "color.info.border-subtle": "S:da03a25e834eca8e0f8a67188e29f1e3ba479177,", - "color.info.border-default": "S:98013ed420cebaab598404a5b0376d7376c97d99,", - "color.info.border-strong": "S:f139b57fd306bbebd1507cc6821c4b7cd9890c40,", - "color.info.base-default": "S:00eb0f8492952648e2b692dd57220940904504ab,", - "color.info.base-hover": "S:ce686756c8de849a31e3543b599ed643345d75e9,", - "color.info.base-active": "S:9b7d3d044cdcc2534fee60c19072855925b27556,", - "color.info.text-subtle": "S:28bcbf1a3496a22a20eb0065ada3f173bbc3a502,", - "color.info.text-default": "S:17b47c62ae61d72aadaad7d248986e3128fc667f,", - "color.info.base-contrast-default": "S:2da6bb8da7607671ff4f0158672055a46d39cab7,", - "color.info.base-contrast-subtle": "S:563d7bb00cd085490712cca0a8aedb85ff63a728,", - "color.warning.background-default": "S:7a8104d02f405188e7f94127837b43c9cf4bb8f1,", - "color.warning.background-tinted": "S:f50634325dac534dc2887fd64e27981db2be7775,", - "color.warning.surface-tinted": "S:d7b679696d6fba53145bf3fa05ef9a0627916ee9,", - "color.warning.surface-hover": "S:8ac0b38181d268f4ea10b3af3fb2cba17b3ff726,", - "color.warning.surface-active": "S:ad56052a3831b6eb30572436413405671f240554,", - "color.warning.border-subtle": "S:c951ad9eba4eb2ec7418e840fc253ec5846b1deb,", - "color.warning.border-default": "S:5205374e6cfbfae0793b205fc1ae78afd2ef644b,", - "color.warning.border-strong": "S:fb7b6fd45421c4b40d0f43f300707643714bbde7,", - "color.warning.base-default": "S:a31c1bbec8ea83ca57f164243ad07a4df622dea3,", - "color.warning.base-hover": "S:d8f1ce3f0262395fcf10e4a27dcbd843e3752897,", - "color.warning.base-active": "S:78a246824dbc87f0a5eaab3536468821335635a9,", - "color.warning.text-subtle": "S:d06da9391358ce0af4a68995377347ff8374c9b6,", - "color.warning.text-default": "S:6b03b2b4ff1a5b89257db7074362ac5132cbfdac,", - "color.warning.base-contrast-default": "S:9074781839f41e4c47ab4430d615d92fc5037ac1,", - "color.warning.base-contrast-subtle": "S:817882711910b09e78721645177e8ba5d435b9c0,", - "typography.heading.2xl": "S:6522dc4b8ed783367ffae3547373fe4065d05105,", - "typography.heading.xl": "S:83a17fe1cc6aefa0f3d092e96390370cb3bf1097,", - "typography.heading.lg": "S:93d79f54c0354e0a279bfd28787a183dc77e1ecb,", - "typography.heading.md": "S:8ebbdd29662f381a95d35c7a4a6db9891df8cb09,", - "typography.heading.sm": "S:e54841dac88e0ed9e898a6f966368e88d895b8ea,", - "typography.heading.xs": "S:2a570071064ed835a0c7d289f37521159faabc80,", - "typography.heading.2xs": "S:b5abfc732446845d9455623a97f34818015c08f2,", - "typography.ingress.lg": "S:83831e01fd4a0bd0fa750faed5adb5a581146c32,", - "typography.ingress.md": "S:e63cbe3df0b5302b6c16b4a76239235153657136,", - "typography.ingress.sm": "S:e1dd707b2c12e8dec44017d4d392243943df66b8,", - "typography.ingress.xs": "S:4330c83074703a3f94fe42a2c75ba147ecea8b3f,", - "typography.label.lg": "S:0a9a73db75283ca15102af8379aa1fc4698b1631,", - "typography.label.md": "S:013ebfe63afe0f5f493e5c4cc9612ebd861c80b4,", - "typography.label.sm": "S:e3217acdf6b709ad3db3cc35e1fd0d1113abc917,", - "typography.label.xs": "S:16acc1d4df5331464b2851bb81ee10595ae66b13,", - "shadow.xs": "S:68833c67f087ef68689954086aa5bd0e3795b2f0,", - "shadow.sm": "S:b7286217fe5289daee61ccf27cd51922fdd5286c,", - "shadow.md": "S:49798562263a61ec01ba30bc55f9053f2ed7509d,", - "shadow.lg": "S:2ceec623e64a35f598edfe1600d05365ec0b8bf7,", - "shadow.xl": "S:12d1833dd64569353680aa00c9d340d6f770698f,", - "typography.body.lg": "S:188fc29fa1547bf9ff180706c8bc7c296af575cc,", - "typography.body.md": "S:414e112e6819cd3c61feadcfca6532affb779c01,", - "typography.body.sm": "S:452b9c26bb22f6b68256a3b75795e1f50066a585,", - "typography.body.xs": "S:6edcba037a0bf500511e7c40f5f588ca667d74a9,", - "typography.body.short.lg": "S:94f4a9b737d2b71f3363b0eddef4b53742aed7f8,", - "typography.body.short.md": "S:e6a0759e7af3ee3e5c2b6a442fbd0e526fa4cc3a,", - "typography.body.short.sm": "S:8d9de779ef7aa79b3e89479a1dc998e89486abef,", - "typography.body.short.xs": "S:c6c70f953f1735f48387392e72d94ec3862c39ed,", - "typography.body.long.lg": "S:5ba08ddf4ee6498385488d0228e472afca85522e,", - "typography.body.long.md": "S:18aefff9ddec8029ec0ae001ee97aa164bc6554d,", - "typography.body.long.sm": "S:603bcd72b616e8445868391db2cf8df56d0ce089,", - "typography.body.long.xs": "S:93373fc52448743b8ac7e808af08efa4611308b4,", - "typography.validation-message.lg": "S:1f7d3080c41baedad69414396af2a1ce0d244deb,", - "typography.validation-message.md": "S:5301b7905d590400c357d448bda4414aaa51fa2f,", - "typography.validation-message.sm": "S:64173c2eee1b4faf16d8f6967fcaf84b09e0c6df,", - "typography.validation-message.xs": "S:529e6d2b64aadcc3edec73830f11e8cf38ba3721," - }, - "selectedTokenSets": { - "themes/portal": "enabled" - }, - "$figmaCollectionId": "VariableCollectionId:36528:61712", - "$figmaModeId": "40960:9", - "$figmaVariableReferences": { - "color.accent.1": "d57e9b1b26f7ec0af7a590ebcc81414ec4c9dedd", - "color.accent.2": "de3963c909e278c1442f0f746002763506bdc3f3", - "color.accent.3": "f20e35c5c0229b54a8a7a3c656dea1948b2750b4", - "color.accent.4": "6ca5193143ecedb87966d55482cd754c31b80382", - "color.accent.5": "c557bada980622750ae29bbbf685505587c31fa4", - "color.accent.6": "885fe85f40884fea07f87859c3fe8939d808e33c", - "color.accent.7": "a391ced167abf6b10a9a35705507761dd9256a67", - "color.accent.8": "1373dd7a8a00fb2a0e4e49dcd1128f788c02214a", - "color.accent.9": "198e233c4e85adca1483b9221d6cfc12ab6ef3d4", - "color.accent.10": "7350ab90fca66ae7c9bdb3106532bdd110415669", - "color.accent.11": "153245fd66c8d8ce55f8017e2376c3168a9d547b", - "color.accent.12": "2d7025a144106aa3c54e9fe84d9d0d716701dd4b", - "color.accent.13": "ae0f3073e6acc5d8da8ea854779b79d64cdd8e91", - "color.accent.14": "e6707edb3ec60edde84fe341e0a19a03c2a176b8", - "color.accent.15": "ddc1c50254633de2e5a78e65a17db3d86a6f0cfe", - "color.accent.16": "2e9a64d28cec56c1f4ade66a88809eb21954fcfc", - "color.neutral.1": "f943fe804a635e951ea5f3b18c336b94d1ced599", - "color.neutral.2": "f2a916f3c3bd96e0d64fe62702e30877b3d19136", - "color.neutral.3": "8d54f45aef90401d3bea38fa2523a831bc006cb6", - "color.neutral.4": "84bb3e674bb40e8e9637adb19a227c8651e025ba", - "color.neutral.5": "afebc11336fac619672ddba1b483c402f78c93a6", - "color.neutral.6": "eef38f4886935887f7c5baa39a978fbb8dfe4be5", - "color.neutral.7": "d066cfef2a53014313d0b46295ded18ae71fe70e", - "color.neutral.8": "196277919b1c8989cb48d64669ecb3b8a078c1df", - "color.neutral.9": "212fe4731bd0cb224a4b2e4c8c2d92b460afca86", - "color.neutral.10": "03ba954f0063c6559435d7cd4c4dbc6a1a10f55d", - "color.neutral.11": "4772ca780405fbdda5cb1625c8cb7a10cf0417dd", - "color.neutral.12": "30b1838bcfe59c82f64f04f98a9ccaeb704a8412", - "color.neutral.13": "4e8e8df56aa5f03ea656a71efc353876d001947b", - "color.neutral.14": "ffd7f08672b3c0279c512830d325e93d964e6163", - "color.neutral.15": "f20564539bd756fa841c98f3b52bf0fe05e1ec13", - "color.neutral.16": "6c748de83d2148555e00f26d1dd3ebc71bfe0ede", - "color.brand1.1": "30544dbd7c178f2b72a2c2fbf0ea1276e18f037e", - "color.brand1.2": "5060c8828379ec1adf652b31f5c2ae4690a1e024", - "color.brand1.3": "3230c2ba7bf52fd0c429ec81c857aebb46496f2a", - "color.brand1.4": "6576d5212c0d0378ef57c4edec16fa8a176e3be8", - "color.brand1.5": "10e252f6922ac5bbe1f72e439d394a3ce84c93a4", - "color.brand1.6": "84b3e5cc897f35a223de2b01e2eda4fb15e11631", - "color.brand1.7": "77694e097bd34d4a25888be0ca113a8fe02ede16", - "color.brand1.8": "a83d0826876f839f9dc5627220764c734e978a87", - "color.brand1.9": "acd169a4d73a501980675431ce23b57a98d6b0cd", - "color.brand1.10": "8310acfbdb5cef3731bdf8faba3fbf10c0cd6c66", - "color.brand1.11": "45746549fa426171180413d990023fa8c1c60eb4", - "color.brand1.12": "50378981d7ebb638fe058ad39cb7c688a631109e", - "color.brand1.13": "a2edc2db18b135675e32db3cf90fe50253440cec", - "color.brand1.14": "e9d1335542ea8ec87683184b079f8492b8d98b36", - "color.brand1.15": "43f0b5cbce3e75a647d527906306e48533025768", - "color.brand1.16": "6c20bf21b03696de2bc8f0455be55e671ef3b56c", - "color.brand2.1": "fc8fdeb8820145da52224b88b291ef88bc890e55", - "color.brand2.2": "12d9f6d498398621d2dc9b416110b5af6538a2a5", - "color.brand2.3": "9a62bb1426e9f76535fc069d92095c2376d52454", - "color.brand2.4": "1ae643be25f27d318418830e503fccae2f6a5e80", - "color.brand2.5": "fbbf04c09d55b3ae872cc1bce7e126738494e259", - "color.brand2.6": "5d1afc7dd9f8b2ee8fa39c732ae006fdf9b8b214", - "color.brand2.7": "7c47ea9ad43ae0144db373baac73102b4f8dcae2", - "color.brand2.8": "648e47a7cd96d49c0a125c6296a97634b730784a", - "color.brand2.9": "2621e2ebac70764ea3bfb686730434908bd0327b", - "color.brand2.10": "e79b44b0ff43729fb6cbd1b50adac2fc597470f0", - "color.brand2.11": "49a79dcb670ec93eb9166441803254d757b94da6", - "color.brand2.12": "914b0986fedc41fd2d29390d34a17d53f1024692", - "color.brand2.13": "754bfcd9e21a9e06c6734c619e8e25e81914915e", - "color.brand2.14": "da961adbaa9ea197f75eec6e28b40270ada01c1e", - "color.brand2.15": "5871ed180680ffea0daaabd78052610a513cb8d3", - "color.brand2.16": "1b9e87679ef1553d0f1724a13b051aef0e45f77f", - "color.brand3.1": "5071a0ae81ab5bdcefc8ef86b561f698d842878a", - "color.brand3.2": "45d5c9e753c173757161e3526064c79ba2e43800", - "color.brand3.3": "413bc192ec41b1766fb00517c3ade123a00f0148", - "color.brand3.4": "32ff692b53565a413c43d0041b77dc7e0581b02a", - "color.brand3.5": "a87d187b5964c4c9e9809b3f7ecd1548ffdf2838", - "color.brand3.6": "dd2325e32e34b154de2af87db33f23da526d6965", - "color.brand3.7": "86e9ce4f29014334ae0dc007f73382038c1b3069", - "color.brand3.8": "569b4608622bcdba7174d9f2e7e39333b8d2203b", - "color.brand3.9": "b88890541720aed26c694cbbae82fd35656fe46f", - "color.brand3.10": "4dad7b7a4336a116d3ab5591d31d915c709ed7b8", - "color.brand3.11": "e5b1f59a67184ce3aa2e4caf2b6af5cf390663d2", - "color.brand3.12": "bef58c17112627f6d67ce188d0ab68c2c682abb3", - "color.brand3.13": "fbc9c17885e8248cd59157b6d07a8fe3a9386c55", - "color.brand3.14": "4800bfc73d2fb46383e7d16ab5531e8a9419e9ec", - "color.brand3.15": "6bcf7be039ae7e1fae1bd2bd37c850e43273477d", - "color.brand3.16": "0cfbc6301ffe1e7bcc7cfb9dbc39765ccceaeb94", - "font-weight.medium": "d48aac48a9fecf0dbe2e5c7b68427961007eac36", - "font-weight.semibold": "d684180ad99ad0b200080b18529a25476554343f", - "font-weight.regular": "82250a86efe7517071ff39e79b2579c5b57a6083", - "border-radius.1": "430e4e34456fbd05b0a5a818a553626419608b2b", - "border-radius.2": "d5832eb066c8b0a3dc25cded408a4d9f445432e2", - "border-radius.3": "785c1cfff3d8b21a3a29744f5a0f45f1f3ec0827", - "border-radius.4": "84a4998341610ba4b0013144a7f14d9d2533cb9d", - "border-radius.5": "c1d38a59c2eb078642aafd112e1a23cc3107e2b1", - "border-radius.6": "ec8f63c551a3feed56576a1030e284ea0efe7ed9", - "border-radius.base": "80b5d08a35a320b9bd2d4ecdbe2ccf0086315b88", - "border-radius.scale": "692a8c1f2038457a196ba0e077cdc70c6bad5e77", - "font-family": "32f399ee0e608727f1c4d02e8ceb892a6c3e79e0" - }, - "group": "Theme" - }, - { - "id": "541629445ef90ad5363f9e88f52a1ccb617e6f84", - "name": "Semantic", - "$figmaStyleReferences": { - "typography.heading.2xl": "S:25216af21a5e11bb86329e19b8816c2f71dd5b68,", - "typography.heading.xl": "S:e17f16aba334c6eea3d0b4cbe47859500e0a2018,", - "typography.heading.lg": "S:7a128bed08569912da8ca9b44b381ab941917e34,", - "typography.heading.md": "S:816c4fba6146f4a2c6129bf4d3bd51015696e71c,", - "typography.heading.sm": "S:5e864c2b70508c966c687ab7c3ab99df73cd131e,", - "typography.heading.xs": "S:bd9ed34ab139345ca55d684177fb3149cb42e876,", - "typography.heading.2xs": "S:9b1cebab040d686bf6673eab8221df4dcbff6e97,", - "typography.ingress.lg": "S:9037768d79b5bdbc3fc890ba11992e1522c105d1,", - "typography.ingress.md": "S:3ab2a5a35b1d1ba00b3b2ad0b4e499dca262d26d,", - "typography.ingress.sm": "S:f6daf4018e1fa3736ec070e8c04c8441474ba7f4,", - "typography.ingress.xs": "S:f5b8a079944bd06aecd1233eb7962352a6322e88,", - "typography.label.lg": "S:a648c3cc909e06de019c03dc4f0fe9b632f133c8,", - "typography.label.md": "S:0b62f2c8a74888d1eb798014280bc3ecabc6e104,", - "typography.label.sm": "S:d1864bfa5e9bec09d7f0f6ea711caa1ada82cad7,", - "typography.label.xs": "S:0652ab75d388540fb362274838118fb253d37f04,", - "typography.body.lg": "S:42d3202aa348967d4d4046be746682b1318e8826,", - "typography.body.md": "S:5e8d3a4bd3997abdc4a8a76082e0d949c5891e2c,", - "typography.body.sm": "S:de31401c8d7f73467955d800490fab0bf172c482,", - "typography.body.xs": "S:26167e4e2b321a4844fa38f364005235950841b1,", - "typography.body.short.lg": "S:7dad346ebcaa03090132ed5fd62898c0daabd25e,", - "typography.body.short.md": "S:0a06e65c767198aa82639640cb71db59b9aab1c2,", - "typography.body.short.sm": "S:5c98110f9bd67c47333848c1958aaf77d3a40fa7,", - "typography.body.short.xs": "S:4fc178eb7023119c4352f0668f6cab7e5431d835,", - "typography.body.long.lg": "S:9c7c3d2db94806ed5154997d1e2891cb561fce22,", - "typography.body.long.md": "S:6c1e607695a6580e03cbfafc19d1ccd0cf101975,", - "typography.body.long.sm": "S:130b4703250b813d4caa3a80cf6c99298e9751fe,", - "typography.body.long.xs": "S:11866ebed76712786f3d96b29a24f4a582bc85d0,", - "typography.body.xl": "S:1a95070f47e0fba591efbefe237e2ba65410008c,", - "typography.body.short.xl": "S:ac182b4d24bf241219aa8846020a9d2941074aa1,", - "typography.body.long.xl": "S:a8ea778d52402dfe5ee1cabd6ae616d886e9ee2c,", - "shadow.xs": "S:fad58e5da8549c4fde08fdfabcdfd1fb247c1b98,", - "shadow.sm": "S:ec2937cebc52017b48438781f6fb08b776dac5c2,", - "shadow.md": "S:470554e98250b3824ac658b750030b80eca0323c,", - "shadow.lg": "S:b71bfff7a6be076c2185269aadc5cbb1a327f927,", - "shadow.xl": "S:6bc192c3dd214186531ec16708354edb928dffc6,", - "typography.validation-message.lg": "S:7a8e15cd0b2fda15a7c0387e072d033dd3ad9302,", - "typography.validation-message.md": "S:8cc49aad88fbe5a12945831e32faeaa1efccf109,", - "typography.validation-message.sm": "S:b3f6ec0db77e8ac849e0bc8eca5eb24578b49571,", - "typography.validation-message.xs": "S:07aa5d335158c30271227a5c18780b15e1840de2," - }, - "selectedTokenSets": { - "semantic/style": "enabled", - "semantic/color": "enabled", - "primitives/globals": "source" - }, - "$figmaCollectionId": "VariableCollectionId:34811:5976", - "$figmaModeId": "34811:5", - "$figmaVariableReferences": { - "color.accent.background-default": "66c251d95021cbe5b4637c3a5ae207332f5837cc", - "color.accent.background-tinted": "a2f1ed081e377e79c001ad43116e6f0c8499a38b", - "color.accent.surface-default": "69625ee2a8b486c80c99bbfc9c0f35f759a19659", - "color.accent.surface-tinted": "7c238950d0ffd3e2981889d9ae76d73091daf3a4", - "color.accent.surface-hover": "db062df391a602d0d1a51190d7689769a673aab1", - "color.accent.surface-active": "3049055bdf19f8deb8cfb76c95c44dd988b83508", - "color.accent.border-subtle": "921c4cf372d04b7700eae984c8b26575d8ae354c", - "color.accent.border-default": "35e12d2ba2c4f4e879e1e3ff45a7df2d4e403e70", - "color.accent.border-strong": "e95942abac0bc93a9ae6fafa5515ac1dd374b229", - "color.accent.text-subtle": "3bbd197b66cc66bbd3d2900744851388be4b72ea", - "color.accent.text-default": "89c3f327c6cc20255cfeaa457dc77c9a44cd0555", - "color.accent.base-default": "38cbe65bbe3cfb034b8967c8c386745106ef9ae7", - "color.accent.base-hover": "7da14d831efb79dd5b98bba555b5a65b522daa00", - "color.accent.base-active": "dbf60c3000071d90a423895b2382b8908501e8ab", - "color.accent.base-contrast-subtle": "c4ecc93f40a4724c3840977a5d1dfd546d2ddd4f", - "color.accent.base-contrast-default": "fa3f09b27fdafc843530a2251462b1f77b8ab251", - "color.neutral.background-default": "a14d8e1346e348ee1be85410149c19e584899964", - "color.neutral.background-tinted": "b059c374e82aa3e339fc323e6a83db552d3c7968", - "color.neutral.surface-default": "3a571bdb528e780365f961872a6fa3f7e9a47378", - "color.neutral.surface-tinted": "099a511e5c8ea126a8273e92930e978f18c64065", - "color.neutral.surface-hover": "37e22bf3f1d830720d49e733d952ea2b077e1fb7", - "color.neutral.surface-active": "fddf14a7e2deaef8988f5ab45f0bf50ca0aef977", - "color.neutral.border-subtle": "5be93e75750ef2a5f640cc6a7404b7a2ccb90c3a", - "color.neutral.border-default": "ccc01af38a2b91e7758242e1eadaf1a755a9e9b3", - "color.neutral.border-strong": "959c32c89390bb423014cee8e547a0e1da721dbf", - "color.neutral.text-subtle": "da42f02ad3dc2c442a8c668d21c8d28dd270cb0a", - "color.neutral.text-default": "51c3c7e277e3eb002b570a2570a8cb732d5db4a4", - "color.neutral.base-default": "f09cf9d8cb875eb731f4aa191a7dc2db7d8bad59", - "color.neutral.base-hover": "f780175ea1372f615d1567f0bb397284ac64e4d0", - "color.neutral.base-active": "667d7e21dc171b6eb0683b610c58c47c44622326", - "color.neutral.base-contrast-subtle": "43448c41aa963679dc3d548bd0ccbfa402d74043", - "color.neutral.base-contrast-default": "2e68685b1271425be19b202b3d5ba4622337eb9a", - "color.brand1.background-default": "73d773aa6ab6d7a4001710974ed2ae4e5b4d4dea", - "color.brand1.background-tinted": "12838f40de64e9a8a158291376878d511f471124", - "color.brand1.surface-default": "2a140ffc192ff3d36c5606d914f8d46903cecbab", - "color.brand1.surface-tinted": "84f026c5c7f6e393de59660e84af9c908832f62a", - "color.brand1.surface-hover": "298bf20662330889cbdc4f0dcdb811581ea41ae3", - "color.brand1.surface-active": "3a32e777d515ba58db04298a7873366cc510ea0b", - "color.brand1.border-subtle": "45db94769aecd7c8ad94efc5e324c11826060b90", - "color.brand1.border-default": "326af5585ae9d7d99ce1678290ce5f96da940cd1", - "color.brand1.border-strong": "f52c94f6123beba9b11fd213f6dcd1e9ec70b252", - "color.brand1.text-subtle": "3b60d9bf398baa6237d43f2d7bff5b5cadf559b5", - "color.brand1.text-default": "53809d4b416a36b60d7bca35a02b519b7023e3b8", - "color.brand1.base-default": "485cfaf467d4836411697a9026e6a39f6d278e41", - "color.brand1.base-hover": "b9906747d0ba47f6f3c6ca3388b38555434fd6bf", - "color.brand1.base-active": "a0e90e1c9a2b08cdcffc56071c7a0a9cbca86ae8", - "color.brand1.base-contrast-subtle": "fb3e9c06af93acfefb6849622a5803bad388d117", - "color.brand1.base-contrast-default": "a633c2e98b11f0230d75fe414ec279b978c6a8bb", - "color.brand2.background-default": "debb911b43b14ba32c857a8631a686c821ff8e1a", - "color.brand2.background-tinted": "5a3d464fa9cd7b9300b21c588868c4dbeef2c984", - "color.brand2.surface-default": "eeebfd8811581be18047a675023d938a091ffe73", - "color.brand2.surface-tinted": "13afd12e87c4aba5f6099d94cc5e328ba806b97d", - "color.brand2.surface-hover": "f98c24c1bdf2cec85c1dcfa13c688b140102a463", - "color.brand2.surface-active": "05d9d0fa8aa67dbfcde76d9ac0169ace038a3c4b", - "color.brand2.border-subtle": "3fbf2fd3ae6dc2f08303006d2a62e594e4c3cca9", - "color.brand2.border-default": "4122faec7f97ae6a7ea984523a92bb4162f7277c", - "color.brand2.border-strong": "05e2cf3bfa822a26a52562b9eac8550dbcce6740", - "color.brand2.text-subtle": "c1aceba99760fba360791e6c82aabf37dd438535", - "color.brand2.text-default": "ee9de0142ee0ddfbde31c8a8574da4e711d439ce", - "color.brand2.base-default": "87957522a4114a16bc1f4423fbdd4e91dc9441d4", - "color.brand2.base-hover": "3a7cd9fab4b14a7e2efa1e5170ddc1b85567a3a5", - "color.brand2.base-active": "777859efebd75dcdf2b6361f62b917f5da5b7c5a", - "color.brand2.base-contrast-subtle": "c7ad5188a72f7f27bbefeb94ab1a984b0e0295f1", - "color.brand2.base-contrast-default": "9bf8de2d66b75ee276405df1fe2ff6f1c4892ed4", - "color.brand3.background-default": "8c9a903d152a10227296dcde025422f3dbbb92c1", - "color.brand3.background-tinted": "85ccd36d46b652b631d39e3b2228a237aeb8164a", - "color.brand3.surface-default": "b32f32b9a420241a5e167fa8a015c5278db13ab6", - "color.brand3.surface-tinted": "7c436164280f689d766d356996a92696ccc27de6", - "color.brand3.surface-hover": "232948bd98dddd0f88d545f1635730be173f9123", - "color.brand3.surface-active": "1507c48a662ebbaf2c50701b2d2f5b2310f43d80", - "color.brand3.border-subtle": "fb4d7a26e0232159d7c3bf62ff5bdc5e9e4674dc", - "color.brand3.border-default": "df8d094b36d903399a6ec179ccfde126783b25b5", - "color.brand3.border-strong": "2809dda2b6abaff224999f8e093160e3a9f91924", - "color.brand3.text-subtle": "5b15adf9dac2101dd116d072a44fc84388939913", - "color.brand3.text-default": "1b799658b64445c0da0ad06290c2fbc8eb05e1bf", - "color.brand3.base-default": "ffcb94d90e5e13d4bf5ae0a750c0e93767ebc920", - "color.brand3.base-hover": "94e996642bdc4aa1e9bb2b1fa44340efe34ccdc7", - "color.brand3.base-active": "234a0c65c34d913231c6fdd789295357b01c6ba1", - "color.brand3.base-contrast-subtle": "403287e2fe083d594828a6aff27198a6ce67ba4c", - "color.brand3.base-contrast-default": "9b12ad3d91e9141043b115fd078a7f68c208659e", - "color.success.background-default": "3ceba0df8a643ce1b4e837d43c404d6de26d4de9", - "color.success.background-tinted": "52863dd8c98275b4c407f89dd4904319735ad522", - "color.success.surface-default": "f75e8e3d4795e7f7f87b95e9e5a3e96cc0e0d147", - "color.success.surface-tinted": "27b8203a7d882771922916639d39480b1983564f", - "color.success.surface-hover": "af6ccbd049931d4fc522ea043c279d829dc5ba21", - "color.success.surface-active": "cfc21d99bfad388345eed3fc5c1f7e4837a70cc3", - "color.success.border-subtle": "683928dcb1b06c0356109399563232aa4a68d1b8", - "color.success.border-default": "040fd6ac84243c18792ee1d5598373d8027373f3", - "color.success.border-strong": "3dc165d5189acd77df27c8a9480ee499bb0612b4", - "color.success.text-subtle": "67587ca42f04d11dffb12f6dbce1760b18a157c4", - "color.success.text-default": "49a31f6095fd75d4a3a36378f62f8a2789494917", - "color.success.base-default": "f616aa19217d3e83d6df9cd30dc28e2a7e656a2a", - "color.success.base-hover": "e2be90f26ba5e3b395cfd987878fd17969272f3e", - "color.success.base-active": "0a54a342f41c8f894b66c409b44e6b4c141fcdc6", - "color.success.base-contrast-subtle": "c7cc75502bd1c7813c03eee29da050d2014fc5f0", - "color.success.base-contrast-default": "bd062599c0d058161c5c7bb29eeede7dc876befd", - "color.danger.background-default": "3194ec8ad659d59d435cd58827b8c827aa3301cf", - "color.danger.background-tinted": "267ae0499bdc74fcc791c131c69565f55b10429b", - "color.danger.surface-default": "32f3a551f22dbd333cc85e41c0570f8940724f3f", - "color.danger.surface-tinted": "7400f5d25c05c68ba9a039ed5b08c5562a5cd994", - "color.danger.surface-hover": "0561b7bcb37ce638403eb04b117734eec1ca5ca0", - "color.danger.surface-active": "caf64c5e05ab286bba71a178638717dc8e886702", - "color.danger.border-subtle": "36991a1abbb5fc74b52713fa4172e9c726ac8107", - "color.danger.border-default": "659c4d5adc45304a585ec470abeeee569e71e8be", - "color.danger.border-strong": "96718dd9d79684713bf62fd71673e5a684de4a11", - "color.danger.text-subtle": "e5fd38d47890f34bbee7412cad76dc7b90243d20", - "color.danger.text-default": "33e5f472d3b5fe130205d3066717abbc28ce6d65", - "color.danger.base-default": "625c866ee6cccefbd9b87e55949bfc3dfd5042f4", - "color.danger.base-hover": "77444f414064689dc36b09769f24e045c5fcb8f7", - "color.danger.base-active": "5900b4260bb4f15b0c61c084fadf02ce460ddd34", - "color.danger.base-contrast-subtle": "2fc3dcbb4218d387eece257a8b155ada3e029cf7", - "color.danger.base-contrast-default": "88f5cd336fe710432188750706bb00bac226a9ab", - "color.info.background-default": "02b63f18e8bbdcc0f0504fbee86ca9648b2deba4", - "color.info.background-tinted": "f718aca85f2448496c0dc530285c86a9f47f89fc", - "color.info.surface-default": "07a6a56c00ff2e48deffc453f1f4553d34f728d4", - "color.info.surface-tinted": "004c4e39590f3abb7450bc3df2b3c12c36d5b34e", - "color.info.surface-hover": "a68f7bef48ab04ccb2e7a745a616f7b538ab7f64", - "color.info.surface-active": "ae3e87f9597b0a64794006c45647c2732c56e1a9", - "color.info.border-subtle": "1ffe5b7397c8c48e8d0fb6fd0eeb59285b28f98e", - "color.info.border-default": "9fb559c8d69aafd6041b6adf27ee4b5150b23135", - "color.info.border-strong": "206eff3e32f6af6d26335a280d850158b755e2ec", - "color.info.text-subtle": "07dee568fa3099152d013b09cd5d402f65097ac1", - "color.info.text-default": "21ae56444ff058938849b5f5c08d03bb67bddc87", - "color.info.base-default": "feb210508bae532bf42216079e751fc65f4da3d5", - "color.info.base-hover": "ecaef5c4585fc82252e08b16564edd49f9f062aa", - "color.info.base-active": "cc66305f6468e696f3a6c7979562297260246e54", - "color.info.base-contrast-subtle": "311fee45f4dc4c1da777e8466a7804fc01e1cba0", - "color.info.base-contrast-default": "068e1de6e216e5867756c595768cc19c88a72fb3", - "color.warning.background-default": "8a24ea3a30c6e03949d6987a73d9edbe19845a63", - "color.warning.background-tinted": "886ac34f2b62bad18ff6d1db1d21b244de75d39a", - "color.warning.surface-default": "b700b4367e9fa3911cb62b1fbaf4716e98a137f3", - "color.warning.surface-tinted": "df6f221752893a5b07aec9a8bfe8daffc4f55701", - "color.warning.surface-hover": "36c1d0b22d55a954f09c871597c5b3452758c814", - "color.warning.surface-active": "48020179179256549802a6e6ec84c134a2311aad", - "color.warning.border-subtle": "ae15a8dcba3c24264c7dcc3384c225bcdf3cedf3", - "color.warning.border-default": "e9704a59f7b73f3d6ee23249f8060436bac2921b", - "color.warning.border-strong": "83e16e373c2ddcb3265848d8ba2420c5fe7381eb", - "color.warning.text-subtle": "7d85d91b3fbc7cb0749d7e928b305c74e62e69f0", - "color.warning.text-default": "11f3f1d983db49b036aacb16dc5d3ca5e0143da0", - "color.warning.base-default": "def95b13b807f2f8b6202875cf419d0bb044d8e4", - "color.warning.base-hover": "c4ee486b084195feeb822eec2de63bfdec2652bb", - "color.warning.base-active": "31de29f6538369494931e147a88cd941ebe77927", - "color.warning.base-contrast-subtle": "efb708d66f25610b35df2fe9bd9088e80e31a0a3", - "color.warning.base-contrast-default": "3d38f3079fb9fd155567ec24c7fde25f68c40f42", - "color.focus.inner": "1ec8f76f658042889b1eb4b08f3ce9bca1b7e603", - "color.focus.outer": "09e04f0bfff8fdc309db58a0131b5d07dae6b4f8", - "border-width.default": "ac5b6181d17de3d25249c91674dce4fef8711216", - "border-width.highlight": "dd40bb1cb729138762c0bfa29d26adb58b726354", - "border-radius.sm": "7b2af5d22e01253d20184bf5c3f872a18d41a315", - "border-radius.md": "76f37e1c3307e179fa0144249c3b801d1c23e748", - "border-radius.lg": "ac79c81ad8072fd4377a13a6e856d494c693fcf3", - "border-radius.xl": "678038f59e99a7b14ed9c23dbafb7a76894b3d21", - "border-radius.default": "7b61c03456ebcf335bed7486c7897986b688765b", - "border-radius.full": "402d1c89e9770719d5da3e2379344604f3021569", - "size.0": "7f989a9833b657d9482f0c231fc6a8aafefcd0ed", - "size.1": "3227b231723372e17e045c610e4c4ec456cd3f6f", - "size.2": "afcdfd16d035bfc4d5840c5bdeff1ff6210192e2", - "size.3": "8d4409fe30f5ffd90e980b8fab79ce987141e67e", - "size.4": "94528eee8bff6fd6b4a109ac67f5b279a0698d24", - "size.5": "4cd6241a4198b55fce56f72ff9d9bd1b814a5293", - "size.6": "2484cad321e2f2a5cae897b839506c7d4c4b552b", - "size.7": "1342b364107e009d6bf7fb445ee44d337a315d98", - "size.8": "dcb2a6266145b71d3201263764d6b13fd62e1bbe", - "size.9": "8205f95b5de47c52abb7a810861a0d8056fd44d8", - "size.10": "0a995e8df1896b0b9dd842a8b399bbb19e5c38cd", - "size.11": "8a1d028f6b4d99c991cacb92cc7ea990c5290804", - "size.12": "a6dd72c06f3a1b417c03320ae1575564371e80c8", - "size.13": "433e977e40df106235d4097cc2658a846d9b51a9", - "size.14": "fb235853a6c9f4cd06f92522e3a31611b18432fc", - "size.15": "6217f6879c17045b1c8abe1b23ff01c431538cc9", - "size.18": "803716e7a1ab4f0ed08180713a5ddc53f5a80a13", - "size.22": "f0e62cce260051ffae97ed9709e77fb22e2dac2e", - "size.26": "a42e9a42d13ce2453de8005b58147b9a9b9b5dde", - "size.30": "600d545445deae2077866ba3953a64000a123606", - "opacity.disabled": "d94940d06b80e1cb6184ae12c5793a1ef95420ba" - }, - "group": "Semantic" - }, - { - "id": "e8db1eb9cc7955a97a90cd91b3dc07707c531770", - "name": "accent", - "$figmaStyleReferences": {}, - "selectedTokenSets": { - "semantic/modes/main-color/accent": "enabled" - }, - "$figmaCollectionId": "VariableCollectionId:40350:32139", - "$figmaModeId": "40350:0", - "$figmaVariableReferences": { - "color.main.background-default": "0a6ad35fe30454f287b7cf388e64315cc902bb4c", - "color.main.background-tinted": "78bc727d050dcc5b0952f7901626fb199f2f87f4", - "color.main.surface-default": "fe03e17768ce690beb199f7d45a6d364076c08b5", - "color.main.surface-tinted": "a432815673549e151957bd5d49b78f7cb971d622", - "color.main.surface-hover": "a56c3b3cfcc5112eb07a8d2ad7f9b93eddadf3e6", - "color.main.surface-active": "2b1830d8d7a7a51be3bd9587ba260ce8756ff929", - "color.main.border-subtle": "6f53b5326a5a79fb4f0c96dfd0109cf01d83c6d1", - "color.main.border-default": "f1521b408dc6f67bfc0bfbbd10679666492165cd", - "color.main.border-strong": "41a68e2fb9c867308fe5ad31183272298320da8f", - "color.main.text-subtle": "62e360c36696f4983a8ed15bd547ea5702cb19f5", - "color.main.text-default": "ef9660a13e35a55854e126d2a7c067143166b3ef", - "color.main.base-default": "bc66dee872e0befa128a200c2885c31e0a22de5a", - "color.main.base-hover": "bf676d0b25ddece71adfdbcf611ee6554c023449", - "color.main.base-active": "193bbca2082ccf08241e1b1ff6154cc34d47c30d", - "color.main.base-contrast-subtle": "feba2c59290c5f6c539e3b551142648c5e1fbd5c", - "color.main.base-contrast-default": "97d860819aaede41c469d46328abdb5e6a5db5a6" - }, - "group": "Main color" - }, - { - "id": "596501d7-2669-46cf-bce2-29327b877f8b", - "name": "brand1", - "$figmaStyleReferences": {}, - "selectedTokenSets": { - "semantic/modes/support-color/brand1": "enabled" - }, - "$figmaCollectionId": "VariableCollectionId:40350:32140", - "$figmaModeId": "40350:1", - "$figmaVariableReferences": { - "color.support.background-default": "8a973afc42271bf411a442a85612816370e5c222", - "color.support.background-tinted": "d7f84312d0bc8aab36708600932b26fd52ac098d", - "color.support.surface-default": "509190192dd7c65028ed83cd6d2a108007ea500e", - "color.support.surface-tinted": "362e2658e4c3c10ee8850cd3f305b64a622659c5", - "color.support.surface-hover": "30db7f31ed9593b343b0ebe2cd532d79d768c579", - "color.support.surface-active": "9bb2ea18b99220ed41ff3419f05bbcac196c866d", - "color.support.border-subtle": "4d05223b2e2336d45f3478ad6e5a5a17566d820b", - "color.support.border-default": "4239e3243c8b63e7ad45a139c65b5dcb0e442809", - "color.support.border-strong": "09478d88dda44e9e7a5b2b82399bb1e7246e5e45", - "color.support.text-subtle": "658e78e96fcdeea5ece7f0a9c9cf03d1422cbe5e", - "color.support.text-default": "763bf9318e6067e0296bf01b0967a6e60833b16b", - "color.support.base-default": "587249058cf4e129046d70fe54026a1d14ccc2d1", - "color.support.base-hover": "7adfb2935e085bb8ceee2a8233004574ce8fcfc8", - "color.support.base-active": "4acdc752cc05ffbc3b2f6773f5a2acecc8f25852", - "color.support.base-contrast-subtle": "7dd2e5cabe00e4ae4aeaafcb120addb5c8453d82", - "color.support.base-contrast-default": "3da37e6c20293ac738dfb654094df59eb16475ae" - }, - "group": "Support color" - }, - { - "id": "8e1913e5-92aa-40ca-917c-9f458ec6d31d", - "name": "brand2", - "$figmaStyleReferences": {}, - "selectedTokenSets": { - "semantic/modes/support-color/brand2": "enabled" - }, - "$figmaCollectionId": "VariableCollectionId:40350:32140", - "$figmaModeId": "40350:2", - "$figmaVariableReferences": { - "color.support.background-default": "8a973afc42271bf411a442a85612816370e5c222", - "color.support.background-tinted": "d7f84312d0bc8aab36708600932b26fd52ac098d", - "color.support.surface-default": "509190192dd7c65028ed83cd6d2a108007ea500e", - "color.support.surface-tinted": "362e2658e4c3c10ee8850cd3f305b64a622659c5", - "color.support.surface-hover": "30db7f31ed9593b343b0ebe2cd532d79d768c579", - "color.support.surface-active": "9bb2ea18b99220ed41ff3419f05bbcac196c866d", - "color.support.border-subtle": "4d05223b2e2336d45f3478ad6e5a5a17566d820b", - "color.support.border-default": "4239e3243c8b63e7ad45a139c65b5dcb0e442809", - "color.support.border-strong": "09478d88dda44e9e7a5b2b82399bb1e7246e5e45", - "color.support.text-subtle": "658e78e96fcdeea5ece7f0a9c9cf03d1422cbe5e", - "color.support.text-default": "763bf9318e6067e0296bf01b0967a6e60833b16b", - "color.support.base-default": "587249058cf4e129046d70fe54026a1d14ccc2d1", - "color.support.base-hover": "7adfb2935e085bb8ceee2a8233004574ce8fcfc8", - "color.support.base-active": "4acdc752cc05ffbc3b2f6773f5a2acecc8f25852", - "color.support.base-contrast-subtle": "7dd2e5cabe00e4ae4aeaafcb120addb5c8453d82", - "color.support.base-contrast-default": "3da37e6c20293ac738dfb654094df59eb16475ae" - }, - "group": "Support color" - }, - { - "id": "ef789a3b-a857-4c48-ba89-23d8560ccd73", - "name": "brand3", - "$figmaStyleReferences": {}, - "selectedTokenSets": { - "semantic/modes/support-color/brand3": "enabled" - }, - "$figmaCollectionId": "VariableCollectionId:40350:32140", - "$figmaModeId": "40350:3", - "$figmaVariableReferences": { - "color.support.background-default": "8a973afc42271bf411a442a85612816370e5c222", - "color.support.background-tinted": "d7f84312d0bc8aab36708600932b26fd52ac098d", - "color.support.surface-default": "509190192dd7c65028ed83cd6d2a108007ea500e", - "color.support.surface-tinted": "362e2658e4c3c10ee8850cd3f305b64a622659c5", - "color.support.surface-hover": "30db7f31ed9593b343b0ebe2cd532d79d768c579", - "color.support.surface-active": "9bb2ea18b99220ed41ff3419f05bbcac196c866d", - "color.support.border-subtle": "4d05223b2e2336d45f3478ad6e5a5a17566d820b", - "color.support.border-default": "4239e3243c8b63e7ad45a139c65b5dcb0e442809", - "color.support.border-strong": "09478d88dda44e9e7a5b2b82399bb1e7246e5e45", - "color.support.text-subtle": "658e78e96fcdeea5ece7f0a9c9cf03d1422cbe5e", - "color.support.text-default": "763bf9318e6067e0296bf01b0967a6e60833b16b", - "color.support.base-default": "587249058cf4e129046d70fe54026a1d14ccc2d1", - "color.support.base-hover": "7adfb2935e085bb8ceee2a8233004574ce8fcfc8", - "color.support.base-active": "4acdc752cc05ffbc3b2f6773f5a2acecc8f25852", - "color.support.base-contrast-subtle": "7dd2e5cabe00e4ae4aeaafcb120addb5c8453d82", - "color.support.base-contrast-default": "3da37e6c20293ac738dfb654094df59eb16475ae" - }, - "group": "Support color" - } - ], - "$metadata": { - "tokenSetOrder": [ - "primitives/globals", - "primitives/modes/size/small", - "primitives/modes/size/medium", - "primitives/modes/size/large", - "primitives/modes/size/global", - "primitives/modes/typography/size/small", - "primitives/modes/typography/size/medium", - "primitives/modes/typography/size/large", - "primitives/modes/typography/primary/digdir", - "primitives/modes/typography/primary/altinn", - "primitives/modes/typography/primary/uutilsynet", - "primitives/modes/typography/primary/portal", - "primitives/modes/typography/secondary/digdir", - "primitives/modes/typography/secondary/altinn", - "primitives/modes/typography/secondary/uutilsynet", - "primitives/modes/typography/secondary/portal", - "primitives/modes/color-scheme/dark/global", - "primitives/modes/color-scheme/dark/digdir", - "primitives/modes/color-scheme/dark/altinn", - "primitives/modes/color-scheme/dark/uutilsynet", - "primitives/modes/color-scheme/dark/portal", - "primitives/modes/color-scheme/light/global", - "primitives/modes/color-scheme/light/digdir", - "primitives/modes/color-scheme/light/altinn", - "primitives/modes/color-scheme/light/uutilsynet", - "primitives/modes/color-scheme/light/portal", - "themes/digdir", - "themes/altinn", - "themes/uutilsynet", - "themes/portal", - "semantic/color", - "semantic/modes/main-color/accent", - "semantic/modes/support-color/brand1", - "semantic/modes/support-color/brand2", - "semantic/modes/support-color/brand3", - "semantic/style" - ] - } -} \ No newline at end of file