@glance-networks/agent-plugin
Version:
Glance Networks Agent Plugin
1,460 lines (1,284 loc) • 40.5 kB
CSS
/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
box-sizing: border-box;
/* 1 */
border-width: 0;
/* 2 */
border-style: solid;
/* 2 */
border-color: #e5e7eb;
/* 2 */
}
::before,
::after {
--tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
line-height: 1.5;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
-moz-tab-size: 4;
/* 3 */
-o-tab-size: 4;
tab-size: 4;
/* 3 */
font-family: Inter, sans-serif, system-ui, ui-sans-serif;
/* 4 */
font-feature-settings: normal;
/* 5 */
font-variation-settings: normal;
/* 6 */
-webkit-tap-highlight-color: transparent;
/* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
margin: 0;
/* 1 */
line-height: inherit;
/* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
height: 0;
/* 1 */
color: inherit;
/* 2 */
border-top-width: 1px;
/* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
color: inherit;
text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
/* 1 */
font-feature-settings: normal;
/* 2 */
font-variation-settings: normal;
/* 3 */
font-size: 1em;
/* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
text-indent: 0;
/* 1 */
border-color: inherit;
/* 2 */
border-collapse: collapse;
/* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
/* 1 */
font-feature-settings: inherit;
/* 1 */
font-variation-settings: inherit;
/* 1 */
font-size: 100%;
/* 1 */
font-weight: inherit;
/* 1 */
line-height: inherit;
/* 1 */
letter-spacing: inherit;
/* 1 */
color: inherit;
/* 1 */
margin: 0;
/* 2 */
padding: 0;
/* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
-webkit-appearance: button;
/* 1 */
background-color: transparent;
/* 2 */
background-image: none;
/* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
-webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
margin: 0;
}
fieldset {
margin: 0;
padding: 0;
}
legend {
padding: 0;
}
ol,
ul,
menu {
list-style: none;
margin: 0;
padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1;
/* 1 */
color: #9ca3af;
/* 2 */
}
input::placeholder,
textarea::placeholder {
opacity: 1;
/* 1 */
color: #9ca3af;
/* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: block;
/* 1 */
vertical-align: middle;
/* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
max-width: 100%;
height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
display: none;
}
@font-face {
font-family: Inter;
font-weight: 100 900;
font-style: normal;
src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format('woff2');
font-display: swap;
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: Inter;
font-weight: 100 900;
font-style: normal;
src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format('woff2');
font-display: swap;
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: Inter;
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face {
font-family: Inter;
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
font-family: Inter;
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
font-family: Inter;
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: Inter;
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: Fira Code;
font-style: normal;
font-weight: 300 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/firacode/v22/uU9NCBsR6Z2vfE9aq3bh0NSDqFGedCMX.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: Fira Code;
font-style: normal;
font-weight: 300 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/firacode/v22/uU9NCBsR6Z2vfE9aq3bh2dSDqFGedCMX.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: Fira Code;
font-style: normal;
font-weight: 300 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/firacode/v22/uU9NCBsR6Z2vfE9aq3bh0dSDqFGedCMX.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
@font-face {
font-family: Fira Code;
font-style: normal;
font-weight: 300 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/firacode/v22/uU9NCBsR6Z2vfE9aq3bh3tSDqFGedCMX.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
font-family: Fira Code;
font-style: normal;
font-weight: 300 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/firacode/v22/uU9NCBsR6Z2vfE9aq3bh09SDqFGedCMX.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: Fira Code;
font-style: normal;
font-weight: 300 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/firacode/v22/uU9NCBsR6Z2vfE9aq3bh3dSDqFGedA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*, ::before, ::after {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
--tw-contain-size: ;
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style: ;
}
::backdrop {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
--tw-contain-size: ;
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style: ;
}
.relative {
position: relative;
}
.-ml-0 {
margin-left: -0px;
}
.-ml-0\.5 {
margin-left: -0.125rem;
}
.inline-flex {
display: inline-flex;
}
.items-center {
align-items: center;
}
.gap-1 {
gap: 0.25rem;
}
.leading-\[inherit\] {
line-height: inherit;
}
.text-error-on-surface-bright {
--tw-text-opacity: 1;
color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-neutral-on-surface-text-default {
--tw-text-opacity: 1;
color: rgb(24 32 43 / var(--tw-text-opacity));
}
.text-neutral-on-surface-text-disabled {
--tw-text-opacity: 1;
color: rgb(184 193 204 / var(--tw-text-opacity));
}
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.typography-body-regular-body30 {
font-family: Inter, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 1rem;
letter-spacing: 0rem;
text-indent: 0rem;
}
.typography-body-regular-body20 {
font-family: Inter, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 0.875rem;
letter-spacing: 0rem;
text-indent: 0rem;
}
.typography-body-regular-body10 {
font-family: Inter, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 0.75rem;
letter-spacing: 0rem;
text-indent: 0rem;
}
.typography-body-semibold-body30 {
font-family: Inter, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 1rem;
letter-spacing: 0rem;
text-indent: 0rem;
}
.typography-body-semibold-body20 {
font-family: Inter, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 0.875rem;
letter-spacing: 0rem;
text-indent: 0rem;
}
.typography-body-semibold-body10 {
font-family: Inter, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 0.75rem;
letter-spacing: 0rem;
text-indent: 0rem;
}
.typography-body-medium-body30 {
font-family: Inter, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 1rem;
letter-spacing: 0rem;
text-indent: 0rem;
}
.typography-body-medium-body20 {
font-family: Inter, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 0.875rem;
letter-spacing: 0rem;
text-indent: 0rem;
}
.typography-body-medium-body10 {
font-family: Inter, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 0.75rem;
letter-spacing: 0rem;
text-indent: 0rem;
}
.typography-body-regular-body05 {
font-family: Inter, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 0.625rem;
letter-spacing: 0rem;
text-indent: 0rem;
}
.typography-body-medium-body05 {
font-family: Inter, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 0.625rem;
letter-spacing: 0rem;
text-indent: 0rem;
}
.typography-body-semibold-body05 {
font-family: Inter, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 0.625rem;
letter-spacing: 0rem;
text-indent: 0rem;
}
:root {
--gds-color-inherit: inherit;
--gds-color-current: currentColor;
--gds-color-transparent: transparent;
--gds-color-black: #000;
--gds-color-white: #fff;
--gds-color-slate-0: #ffffff;
--gds-color-slate-10: #fafbfc;
--gds-color-slate-50: #f8fafc;
--gds-color-slate-60: #f4f6f9;
--gds-color-slate-100: #e7edf3;
--gds-color-slate-200: #d7dfea;
--gds-color-slate-300: #b8c1cc;
--gds-color-slate-400: #90a0b6;
--gds-color-slate-500: #626e80;
--gds-color-slate-600: #4a5666;
--gds-color-slate-700: #364152;
--gds-color-slate-800: #273140;
--gds-color-slate-900: #14161C;
--gds-color-slate-950: #0f141b;
--gds-color-slate-1000: #000000;
--gds-color-gray-50: #f9fafb;
--gds-color-gray-100: #f3f4f6;
--gds-color-gray-200: #e5e7eb;
--gds-color-gray-300: #d1d5db;
--gds-color-gray-400: #9ca3af;
--gds-color-gray-500: #6b7280;
--gds-color-gray-600: #4b5563;
--gds-color-gray-700: #374151;
--gds-color-gray-800: #1f2937;
--gds-color-gray-900: #111827;
--gds-color-gray-950: #030712;
--gds-color-zinc-50: #fafafa;
--gds-color-zinc-100: #f4f4f5;
--gds-color-zinc-200: #e4e4e7;
--gds-color-zinc-300: #d4d4d8;
--gds-color-zinc-400: #a1a1aa;
--gds-color-zinc-500: #71717a;
--gds-color-zinc-600: #52525b;
--gds-color-zinc-700: #3f3f46;
--gds-color-zinc-800: #27272a;
--gds-color-zinc-900: #18181b;
--gds-color-zinc-950: #09090b;
--gds-color-neutral-50: #fafafa;
--gds-color-neutral-100: #f5f5f5;
--gds-color-neutral-200: #e5e5e5;
--gds-color-neutral-300: #d4d4d4;
--gds-color-neutral-400: #a3a3a3;
--gds-color-neutral-500: #737373;
--gds-color-neutral-600: #525252;
--gds-color-neutral-700: #404040;
--gds-color-neutral-800: #262626;
--gds-color-neutral-900: #171717;
--gds-color-neutral-950: #0a0a0a;
--gds-color-stone-50: #fafaf9;
--gds-color-stone-100: #f5f5f4;
--gds-color-stone-200: #e7e5e4;
--gds-color-stone-300: #d6d3d1;
--gds-color-stone-400: #a8a29e;
--gds-color-stone-500: #78716c;
--gds-color-stone-600: #57534e;
--gds-color-stone-700: #44403c;
--gds-color-stone-800: #292524;
--gds-color-stone-900: #1c1917;
--gds-color-stone-950: #0c0a09;
--gds-color-red-50: #fef2f2;
--gds-color-red-100: #fcebea;
--gds-color-red-200: #fecaca;
--gds-color-red-300: #ffa6a6;
--gds-color-red-400: #f86363;
--gds-color-red-500: #ef4444;
--gds-color-red-600: #dc2626;
--gds-color-red-700: #b91c1c;
--gds-color-red-800: #991b1b;
--gds-color-red-900: #7d1c1c;
--gds-color-red-950: #500c0c;
--gds-color-orange-10: #fdfaf7;
--gds-color-orange-50: #fff5ea;
--gds-color-orange-100: #ffeddb;
--gds-color-orange-200: #ffd4a9;
--gds-color-orange-300: #ffb872;
--gds-color-orange-400: #ff9b38;
--gds-color-orange-500: #f07800;
--gds-color-orange-600: #e27303;
--gds-color-orange-700: #c25700;
--gds-color-orange-800: #ab4700;
--gds-color-orange-900: #803304;
--gds-color-orange-950: #491e04;
--gds-color-amber-50: #fffbeb;
--gds-color-amber-100: #fef3c7;
--gds-color-amber-200: #fde68a;
--gds-color-amber-300: #fcd34d;
--gds-color-amber-400: #fbbf24;
--gds-color-amber-500: #f59e0b;
--gds-color-amber-600: #d97706;
--gds-color-amber-700: #b45309;
--gds-color-amber-800: #92400e;
--gds-color-amber-900: #78350f;
--gds-color-amber-950: #451a03;
--gds-color-yellow-50: #fefce8;
--gds-color-yellow-100: #fef9c3;
--gds-color-yellow-200: #fef08a;
--gds-color-yellow-300: #fde047;
--gds-color-yellow-400: #facc15;
--gds-color-yellow-500: #F87F01;
--gds-color-yellow-600: #ca8a04;
--gds-color-yellow-700: #a16207;
--gds-color-yellow-800: #854d0e;
--gds-color-yellow-900: #663910;
--gds-color-yellow-950: #462206;
--gds-color-lime-50: #f7fee7;
--gds-color-lime-100: #ecfccb;
--gds-color-lime-200: #d9f99d;
--gds-color-lime-300: #bef264;
--gds-color-lime-400: #a3e635;
--gds-color-lime-500: #84cc16;
--gds-color-lime-600: #65a30d;
--gds-color-lime-700: #4d7c0f;
--gds-color-lime-800: #3f6212;
--gds-color-lime-900: #365314;
--gds-color-lime-950: #1a2e05;
--gds-color-green-50: #f0fdf4;
--gds-color-green-100: #dcfce7;
--gds-color-green-200: #bbf7d0;
--gds-color-green-300: #86efac;
--gds-color-green-400: #4ade80;
--gds-color-green-500: #22c55e;
--gds-color-green-600: #03C99B;
--gds-color-green-700: #15803d;
--gds-color-green-800: #166534;
--gds-color-green-900: #14532d;
--gds-color-green-950: #052e16;
--gds-color-emerald-50: #ecfdf5;
--gds-color-emerald-100: #d1fae5;
--gds-color-emerald-200: #a7f3d0;
--gds-color-emerald-300: #6ee7b7;
--gds-color-emerald-400: #34d399;
--gds-color-emerald-500: #10b981;
--gds-color-emerald-600: #059669;
--gds-color-emerald-700: #047857;
--gds-color-emerald-800: #065f46;
--gds-color-emerald-900: #064e3b;
--gds-color-emerald-950: #022c22;
--gds-color-teal-10: #f8fcfa;
--gds-color-teal-20: #e2ede7;
--gds-color-teal-50: #cee5da;
--gds-color-teal-100: #a6dec4;
--gds-color-teal-200: #5ccc98;
--gds-color-teal-300: #36b278;
--gds-color-teal-400: #1f9960;
--gds-color-teal-500: #13804d;
--gds-color-teal-600: #116f43;
--gds-color-teal-700: #0d5936;
--gds-color-teal-800: #093d25;
--gds-color-teal-900: #08331f;
--gds-color-teal-950: #062919;
--gds-color-cyan-50: #ecfeff;
--gds-color-cyan-100: #cffafe;
--gds-color-cyan-200: #a5f3fc;
--gds-color-cyan-300: #67e8f9;
--gds-color-cyan-400: #22d3ee;
--gds-color-cyan-500: #06b6d4;
--gds-color-cyan-600: #0891b2;
--gds-color-cyan-700: #0e7490;
--gds-color-cyan-800: #155e75;
--gds-color-cyan-900: #164e63;
--gds-color-cyan-950: #083344;
--gds-color-sky-10: #f4fafd;
--gds-color-sky-20: #ecf6fb;
--gds-color-sky-25: #dcf0f9;
--gds-color-sky-30: #e6f2f8;
--gds-color-sky-50: #d4eef8;
--gds-color-sky-100: #aaddf2;
--gds-color-sky-200: #80ccec;
--gds-color-sky-300: #55bbe6;
--gds-color-sky-400: #2baae0;
--gds-color-sky-500: #019ada;
--gds-color-sky-600: #0080b5;
--gds-color-sky-700: #006691;
--gds-color-sky-800: #004d6d;
--gds-color-sky-900: #003348;
--gds-color-sky-950: #002a3d;
--gds-color-blue-50: #eff6ff;
--gds-color-blue-100: #dbeafe;
--gds-color-blue-200: #bfdbfe;
--gds-color-blue-300: #93c5fd;
--gds-color-blue-400: #60a5fa;
--gds-color-blue-500: #3b82f6;
--gds-color-blue-600: #019ADA;
--gds-color-blue-700: #1d4ed8;
--gds-color-blue-800: #1e40af;
--gds-color-blue-900: #193071;
--gds-color-blue-950: #101a3c;
--gds-color-indigo-50: #eef2ff;
--gds-color-indigo-100: #e0e7ff;
--gds-color-indigo-200: #c7d2fe;
--gds-color-indigo-300: #a5b4fc;
--gds-color-indigo-400: #818cf8;
--gds-color-indigo-500: #6366f1;
--gds-color-indigo-600: #0C46AB;
--gds-color-indigo-700: #4338ca;
--gds-color-indigo-800: #3730a3;
--gds-color-indigo-900: #312e81;
--gds-color-indigo-950: #1e1b4b;
--gds-color-violet-50: #f5f3ff;
--gds-color-violet-100: #ede9fe;
--gds-color-violet-200: #ddd6fe;
--gds-color-violet-300: #c4b5fd;
--gds-color-violet-400: #a78bfa;
--gds-color-violet-500: #8b5cf6;
--gds-color-violet-600: #7c3aed;
--gds-color-violet-700: #6d28d9;
--gds-color-violet-800: #5b21b6;
--gds-color-violet-900: #4c1d95;
--gds-color-violet-950: #2e1065;
--gds-color-purple-50: #f1e5fc;
--gds-color-purple-100: #e4d1f7;
--gds-color-purple-200: #d8bef2;
--gds-color-purple-300: #ccaaed;
--gds-color-purple-400: #c097e8;
--gds-color-purple-500: #b483e3;
--gds-color-purple-600: #a870df;
--gds-color-purple-700: #8c54c3;
--gds-color-purple-800: #642e89;
--gds-color-purple-900: #331155;
--gds-color-purple-950: #1a0033;
--gds-color-fuchsia-50: #fdf4ff;
--gds-color-fuchsia-100: #fae8ff;
--gds-color-fuchsia-200: #f5d0fe;
--gds-color-fuchsia-300: #f0abfc;
--gds-color-fuchsia-400: #e879f9;
--gds-color-fuchsia-500: #d946ef;
--gds-color-fuchsia-600: #c026d3;
--gds-color-fuchsia-700: #a21caf;
--gds-color-fuchsia-800: #86198f;
--gds-color-fuchsia-900: #701a75;
--gds-color-fuchsia-950: #4a044e;
--gds-color-pink-50: #fdf2f8;
--gds-color-pink-100: #fce7f3;
--gds-color-pink-200: #fbcfe8;
--gds-color-pink-300: #f9a8d4;
--gds-color-pink-400: #f472b6;
--gds-color-pink-500: #ec4899;
--gds-color-pink-600: #db2777;
--gds-color-pink-700: #be185d;
--gds-color-pink-800: #9d174d;
--gds-color-pink-900: #831843;
--gds-color-pink-950: #500724;
--gds-color-rose-50: #fff1f2;
--gds-color-rose-100: #ffe4e6;
--gds-color-rose-200: #fecdd3;
--gds-color-rose-300: #fda4af;
--gds-color-rose-400: #fb7185;
--gds-color-rose-500: #f43f5e;
--gds-color-rose-600: #e11d48;
--gds-color-rose-700: #be123c;
--gds-color-rose-800: #9f1239;
--gds-color-rose-900: #881337;
--gds-color-rose-950: #4c0519;
--gds-color-neutral-0: #FFFFFF;
--gds-color-slate-75: #E4E8F0;
--gds-color-viewer-slate-100: #F1F5F9;
--gds-color-slate-175: #B2B5BB;
--gds-color-charcoal-0: #ffffff;
--gds-color-charcoal-50: #f7f7f7;
--gds-color-charcoal-100: #f2f2f2;
--gds-color-charcoal-200: #d9d9d9;
--gds-color-charcoal-300: #bfbfbf;
--gds-color-charcoal-400: #a6a6a6;
--gds-color-charcoal-500: #8c8c8c;
--gds-color-charcoal-600: #737373;
--gds-color-charcoal-700: #595959;
--gds-color-charcoal-800: #383838;
--gds-color-charcoal-900: #2d2d2d;
--gds-color-charcoal-950: #1a1a1a;
--gds-color-charcoal-1000: #000000;
--gds-color-warning-surface-default: #c25700;
--gds-color-warning-surface-bright: #e27303;
--gds-color-warning-surface-cloudy: #ab4700;
--gds-color-warning-surface-dim: #803304;
--gds-color-warning-surface-subtle: #fff5ea;
--gds-color-warning-surface-weakest: #fdfaf7;
--gds-color-warning-surface-weaker: #fff5ea;
--gds-color-warning-surface-weak: #ffeddb;
--gds-color-warning-surface-inverse: #803304;
--gds-color-warning-surface-disabled: #ffd4a9;
--gds-color-warning-on-surface-text-default: #c25700;
--gds-color-warning-on-surface-text-cloudy: #ab4700;
--gds-color-warning-on-surface-default: #c25700;
--gds-color-warning-on-surface-bright: #e27303;
--gds-color-warning-on-surface-cloudy: #ab4700;
--gds-color-warning-on-surface-dim: #ab4700;
--gds-color-warning-on-surface-disabled: #ffb872;
--gds-color-warning-on-surface-inverse: #ffffff;
--gds-color-warning-on-surface-fixed-light: #ffffff;
--gds-color-warning-border-dim: #f07800;
--gds-color-warning-border-cloudy: #f07800;
--gds-color-warning-border-bright: #ff9b38;
--gds-color-warning-border-subtle: #ffb872;
--gds-color-warning-border-default: #ff9b38;
--gds-color-warning-border-disabled: #ffeddb;
--gds-color-warning-border-ring: #ff9b38;
--gds-color-alpha-white-10: #ffffff1a;
--gds-color-alpha-white-15: #ffffff26;
--gds-color-alpha-white-25: #ffffff40;
--gds-color-alpha-white-40: #ffffff66;
--gds-color-alpha-white-50: #ffffff80;
--gds-color-alpha-white-65: #ffffffa6;
--gds-color-alpha-white-80: #ffffffcc;
--gds-color-alpha-white-85: #ffffffd9;
--gds-color-alpha-white-90: #ffffffe5;
--gds-color-alpha-white-05: #ffffff0d;
--gds-color-alpha-black-10: #0000001a;
--gds-color-alpha-black-15: #00000026;
--gds-color-alpha-black-25: #0000004d;
--gds-color-alpha-black-40: #00000066;
--gds-color-alpha-black-50: #00000080;
--gds-color-alpha-black-65: #000000a6;
--gds-color-alpha-black-80: #000000cc;
--gds-color-alpha-black-85: #000000d9;
--gds-color-alpha-black-90: #000000e5;
--gds-color-alpha-black-05: #0000000d;
--gds-color-info-surface-default: #1d4ed8;
--gds-color-info-surface-bright: #60a5fa;
--gds-color-info-surface-cloudy: #3b82f6;
--gds-color-info-surface-subtle: #dbeafe;
--gds-color-info-surface-dim: #1e40af;
--gds-color-info-surface-disabled: #bfdbfe;
--gds-color-info-surface-inverse: #193071;
--gds-color-info-border-default: #60a5fa;
--gds-color-info-border-bright: #60a5fa;
--gds-color-info-border-cloudy: #3b82f6;
--gds-color-info-border-subtle: #93c5fd;
--gds-color-info-border-dim: #2563eb;
--gds-color-info-on-surface-text-default: #1d4ed8;
--gds-color-info-on-surface-text-cloudy: #1e40af;
--gds-color-info-on-surface-default: #1d4ed8;
--gds-color-info-on-surface-bright: #2563eb;
--gds-color-info-on-surface-cloudy: #1e40af;
--gds-color-info-on-surface-dim: #193071;
--gds-color-info-on-surface-disabled: #bfdbfe;
--gds-color-info-on-surface-inverse: #ffffff;
--gds-color-info-on-surface-fixed-light: #ffffff;
--gds-color-tertiary-on-surface-text-default: #13804d;
--gds-color-tertiary-on-surface-text-cloudy: #116f43;
--gds-color-tertiary-on-surface-default: #13804d;
--gds-color-tertiary-on-surface-bright: #36b278;
--gds-color-tertiary-on-surface-cloudy: #116f43;
--gds-color-tertiary-on-surface-dim: #0d5936;
--gds-color-tertiary-on-surface-disabled: #a6dec4;
--gds-color-tertiary-on-surface-inverse: #ffffff;
--gds-color-tertiary-on-surface-fixed-light: #ffffff;
--gds-color-tertiary-border-default: #1f9960;
--gds-color-tertiary-border-bright: #36b278;
--gds-color-tertiary-border-cloudy: #13804d;
--gds-color-tertiary-border-dim: #116f43;
--gds-color-tertiary-border-subtle: #5ccc98;
--gds-color-tertiary-border-ring: #019ada;
--gds-color-tertiary-surface-default: #13804d;
--gds-color-tertiary-surface-bright: #1f9960;
--gds-color-tertiary-surface-cloudy: #116f43;
--gds-color-tertiary-surface-dim: #0d5936;
--gds-color-tertiary-surface-subtle: #a6dec4;
--gds-color-tertiary-surface-weakest: #f8fcfa;
--gds-color-tertiary-surface-weaker: #e2ede7;
--gds-color-tertiary-surface-weak: #cee5da;
--gds-color-tertiary-surface-disabled: #cee5da;
--gds-color-tertiary-surface-inverse: #5ccc98;
--gds-color-error-border-default: #f86363;
--gds-color-error-border-bright: #ffa6a6;
--gds-color-error-border-cloudy: #ef4444;
--gds-color-error-border-dim: #dc2626;
--gds-color-error-border-subtle: #ffa6a6;
--gds-color-error-border-disabled: #fecaca;
--gds-color-error-border-ring: #f86363;
--gds-color-error-on-surface-text-default: #dc2626;
--gds-color-error-on-surface-text-cloudy: #b91c1c;
--gds-color-error-on-surface-default: #dc2626;
--gds-color-error-on-surface-bright: #ef4444;
--gds-color-error-on-surface-cloudy: #dc2626;
--gds-color-error-on-surface-dim: #b91c1c;
--gds-color-error-on-surface-disabled: #fecaca;
--gds-color-error-on-surface-inverse: #ffffff;
--gds-color-error-on-surface-fixed-light: #ffffff;
--gds-color-error-surface-default: #dc2626;
--gds-color-error-surface-bright: #ef4444;
--gds-color-error-surface-cloudy: #b91c1c;
--gds-color-error-surface-dim: #991b1b;
--gds-color-error-surface-subtle: #fcebea;
--gds-color-error-surface-weakest: #fef2f2;
--gds-color-error-surface-weaker: #fcebea;
--gds-color-error-surface-weak: #fecaca;
--gds-color-error-surface-inverse: #7d1c1c;
--gds-color-error-surface-disabled: #fecaca;
--gds-color-success-on-surface-text-default: #15803d;
--gds-color-success-on-surface-text-cloudy: #166534;
--gds-color-success-on-surface-default: #15803d;
--gds-color-success-on-surface-bright: #16a34a;
--gds-color-success-on-surface-cloudy: #15803d;
--gds-color-success-on-surface-dim: #166534;
--gds-color-success-on-surface-disabled: #86efac;
--gds-color-success-on-surface-inverse: #ffffff;
--gds-color-success-on-surface-fixed-light: #ffffff;
--gds-color-success-border-default: #4ade80;
--gds-color-success-border-bright: #4ade80;
--gds-color-success-border-cloudy: #22c55e;
--gds-color-success-border-dim: #16a34a;
--gds-color-success-border-subtle: #86efac;
--gds-color-success-surface-default: #15803d;
--gds-color-success-surface-bright: #4ade80;
--gds-color-success-surface-cloudy: #22c55e;
--gds-color-success-surface-dim: #16a34a;
--gds-color-success-surface-subtle: #dcfce7;
--gds-color-success-surface-weak: #f0fdf4;
--gds-color-success-surface-disabled: #bbf7d0;
--gds-color-success-surface-inverse: #14532d;
--gds-color-navy-10: #f7f9fd;
--gds-color-navy-20: #f1f5fd;
--gds-color-navy-30: #eaf1fd;
--gds-color-navy-50: #ccdfff;
--gds-color-navy-100: #96bbfa;
--gds-color-navy-200: #5c8ee5;
--gds-color-navy-300: #336bcc;
--gds-color-navy-400: #1d5bc4;
--gds-color-navy-500: #134fb9;
--gds-color-navy-600: #0f419a;
--gds-color-navy-700: #08327b;
--gds-color-navy-800: #06255c;
--gds-color-navy-900: #051d48;
--gds-color-navy-950: #041739;
--gds-color-link-active: #134fb9;
--gds-color-link-hover: #0f419a;
--gds-color-link-visited: #08327b;
--gds-color-link-enabled: #18202b;
--gds-color-link-disabled: #b8c1cc;
--gds-color-brand-monotone: #000000;
--gds-color-brand-accent: #019ada;
--gds-color-brand-primary: #134fb9;
--gds-color-brand-secondary: #019ada;
--gds-color-brand-tertiary: #13804d;
--gds-color-brand-neutral: #626e80;
--gds-color-brand-fixed-light: #ffffff;
--gds-color-brand-fixed-dark: #000000;
--gds-color-primary-border-default: #336bcc;
--gds-color-primary-border-bright: #5c8ee5;
--gds-color-primary-border-cloudy: #1d5bc4;
--gds-color-primary-border-dim: #134fb9;
--gds-color-primary-border-subtle: #5c8ee5;
--gds-color-primary-border-disabled: #96bbfa;
--gds-color-primary-border-ring: #019ada;
--gds-color-primary-surface-default: #134fb9;
--gds-color-primary-surface-bright: #336bcc;
--gds-color-primary-surface-cloudy: #0f419a;
--gds-color-primary-surface-dim: #08327b;
--gds-color-primary-surface-subtle: #96bbfa;
--gds-color-primary-surface-weakest: #f7f9fd;
--gds-color-primary-surface-weaker: #f1f5fd;
--gds-color-primary-surface-weak: #eaf1fd;
--gds-color-primary-surface-disabled: #ccdfff;
--gds-color-primary-surface-inverse: #ccdfff;
--gds-color-primary-on-surface-text-default: #134fb9;
--gds-color-primary-on-surface-text-cloudy: #0f419a;
--gds-color-primary-on-surface-default: #134fb9;
--gds-color-primary-on-surface-bright: #1d5bc4;
--gds-color-primary-on-surface-cloudy: #0f419a;
--gds-color-primary-on-surface-dim: #08327b;
--gds-color-primary-on-surface-disabled: #96bbfa;
--gds-color-primary-on-surface-inverse: #ffffff;
--gds-color-primary-on-surface-fixed-light: #ffffff;
--gds-color-secondary-surface-default: #019ada;
--gds-color-secondary-surface-bright: #2baae0;
--gds-color-secondary-surface-cloudy: #006691;
--gds-color-secondary-surface-dim: #004d6d;
--gds-color-secondary-surface-disabled: #80ccec;
--gds-color-secondary-surface-subtle: #d4eef8;
--gds-color-secondary-surface-weakest: #f4fafd;
--gds-color-secondary-surface-weaker: #ecf6fb;
--gds-color-secondary-surface-weak: #e6f2f8;
--gds-color-secondary-surface-inverse: #aaddf2;
--gds-color-secondary-on-surface-text-default: #0080b5;
--gds-color-secondary-on-surface-text-cloudy: #006691;
--gds-color-secondary-on-surface-default: #0080b5;
--gds-color-secondary-on-surface-bright: #019ada;
--gds-color-secondary-on-surface-cloudy: #0080b5;
--gds-color-secondary-on-surface-dim: #006691;
--gds-color-secondary-on-surface-disabled: #aaddf2;
--gds-color-secondary-on-surface-inverse: #ffffff;
--gds-color-secondary-on-surface-fixed-light: #ffffff;
--gds-color-secondary-border-dim: #0080b5;
--gds-color-secondary-border-bright: #60a5fa;
--gds-color-secondary-border-cloudy: #019ada;
--gds-color-secondary-border-subtle: #55bbe6;
--gds-color-secondary-border-default: #2baae0;
--gds-color-secondary-border-ring: #019ada;
--gds-color-opacity-surface-weakest: #ffffff0d;
--gds-color-opacity-surface-weaker: #ffffff1a;
--gds-color-opacity-surface-weak: #ffffff26;
--gds-color-opacity-surface-reverse-strong: #000000cc;
--gds-color-opacity-surface-strongest: #ffffffe5;
--gds-color-opacity-surface-stronger: #ffffffd9;
--gds-color-opacity-surface-strong: #ffffffcc;
--gds-color-opacity-surface-reverse-weakest: #0000000d;
--gds-color-opacity-surface-reverse-weaker: #0000001a;
--gds-color-opacity-surface-reverse-weak: #00000026;
--gds-color-opacity-surface-reverse-strongest: #000000e5;
--gds-color-opacity-surface-reverse-stronger: #000000d9;
--gds-color-opacity-surface-fixed-light: #ffffffcc;
--gds-color-opacity-surface-fixed-dark: #000000d9;
--gds-color-opacity-border-default: #00000066;
--gds-color-monotone-surface-default: #f7f7f7;
--gds-color-monotone-surface-bright: #595959;
--gds-color-monotone-surface-cloudy: #383838;
--gds-color-monotone-surface-dim: #2d2d2d;
--gds-color-monotone-surface-fixed-light: #f2f2f2;
--gds-color-monotone-surface-reverse: #ffffff;
--gds-color-monotone-surface-inverse: #2d2d2d;
--gds-color-monotone-on-surface-text-default: #ffffff;
--gds-color-monotone-on-surface-text-dim: #383838;
--gds-color-monotone-on-surface-text-cloudy: #595959;
--gds-color-monotone-on-surface-text-bright: #595959;
--gds-color-monotone-on-surface-default: #1a1a1a;
--gds-color-monotone-on-surface-disabled: #bfbfbf;
--gds-color-monotone-on-surface-fixed-light: #ffffff;
--gds-color-monotone-on-surface-fixed-dark: #1a1a1a;
--gds-color-monotone-on-surface-reverse: #ffffff;
--gds-color-monotone-on-surface-inverse: #2d2d2d;
--gds-color-monotone-border-default: #a6a6a6;
--gds-color-monotone-border-fixed-light: #a6a6a6;
--gds-color-neutral-border-default: #b8c1cc;
--gds-color-neutral-border-bright: #d7dfea;
--gds-color-neutral-border-cloudy: #90a0b6;
--gds-color-neutral-border-dim: #626e80;
--gds-color-neutral-border-subtle: #e7edf3;
--gds-color-neutral-border-disabled: #d7dfea;
--gds-color-neutral-border-ring: #019ada;
--gds-color-neutral-surface-default: #ffffff;
--gds-color-neutral-surface-dim: #b8c1cc;
--gds-color-neutral-surface-bright: #e7edf3;
--gds-color-neutral-surface-cloudy: #d7dfea;
--gds-color-neutral-surface-weakest: #fafbfc;
--gds-color-neutral-surface-weaker: #f8fafc;
--gds-color-neutral-surface-weak: #f4f6f9;
--gds-color-neutral-surface-subtle: #f8fafc;
--gds-color-neutral-surface-disabled: #d7dfea;
--gds-color-neutral-surface-inverse: #273140;
--gds-color-neutral-surface-inverse-bright: #4a5666;
--gds-color-neutral-surface-inverse-dim: #0f141b;
--gds-color-neutral-on-surface-text-default: #18202b;
--gds-color-neutral-on-surface-text-dim: #364152;
--gds-color-neutral-on-surface-text-cloudy: #4a5666;
--gds-color-neutral-on-surface-text-bright: #626e80;
--gds-color-neutral-on-surface-text-disabled: #b8c1cc;
--gds-color-neutral-on-surface-text-reverse: #e7edf3;
--gds-color-neutral-on-surface-default: #364152;
--gds-color-neutral-on-surface-dim: #4a5666;
--gds-color-neutral-on-surface-cloudy: #90a0b6;
--gds-color-neutral-on-surface-bright: #d7dfea;
--gds-color-neutral-on-surface-disabled: #b8c1cc;
--gds-color-neutral-on-surface-inverse: #1a1a1a;
--gds-color-neutral-on-surface-fixed-light: #ffffff;
--gds-color-tertiary-border-disabled: #E2E8F0;
}
.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *) {
text-align: right;
}