html {
--border-radius-none: none;
--border-radius-sm: 2px;
--border-radius-md: 4px;
--border-radius-lg: 8px;
--border-radius-pill: 400px;
--border-width-none: none;
--border-width-sm: 1px;
--border-width-md: 2px;
--border-width-lg: 4px;
--border-width-xl: 8px;
--color-feedback-info-lightest: #e3e9f7;
--color-feedback-info-lighter: #b0c1e8;
--color-feedback-info-light: #7996d7;
--color-feedback-info-base: #23489f;
--color-feedback-info-dark: #173782;
--color-feedback-info-darker: #0f2557;
--color-feedback-info-darkest: #081536;
--color-feedback-negative-lightest: #f6e6e5;
--color-feedback-negative-lighter: #e3aeab;
--color-feedback-negative-light: #d58581;
--color-feedback-negative-base: #be3e37;
--color-feedback-negative-dark: #9b2d27;
--color-feedback-negative-darker: #72211d;
--color-feedback-negative-darkest: #4a1512;
--color-feedback-positive-lightest: #def7ed;
--color-feedback-positive-lighter: #7ecead;
--color-feedback-positive-light: #41b483;
--color-feedback-positive-base: #107048;
--color-feedback-positive-dark: #0f5236;
--color-feedback-positive-darker: #083a25;
--color-feedback-positive-darkest: #002415;
--color-feedback-warning-lightest: #fcf6e3;
--color-feedback-warning-lighter: #f7dd97;
--color-feedback-warning-light: #f1cd6a;
--color-feedback-warning-base: #efba2a;
--color-feedback-warning-dark: #d8a20e;
--color-feedback-warning-darker: #705200;
--color-feedback-warning-darkest: #473400;
--shadow-none: 0 0 0 rgb(255, 255, 255);
--shadow-sm: 0 1px 4px 0 rgba(0, 0, 0, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.1);
--shadow-md: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.1);
--shadow-lg: 0 6px 12px 0 rgba(0, 0, 0, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.1);
--shadow-xl: 0 16px 24px 0 rgba(0, 0, 0, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.1);
--spacing-squish-2xs: 2px 4px;
--spacing-squish-xs: 4px 8px;
--spacing-squish-sm: 6px 12px;
--spacing-squish-md: 8px 16px;
--spacing-squish-lg: 12px 24px;
--spacing-squish-xl: 16px 24px;
--spacing-squish-2xl: 24px 40px;
--spacing-squish-3xl: 32px 48px;
--letter-spacing-auto: auto;
--letter-spacing-sp1: 0.15em;
--letter-spacing-sp2: 0.25em;
--letter-spacing-sp3: 0.5em;
--letter-spacing-sp4: 1.25em;
--letter-spacing-sp5: 1.5em;
--letter-spacing-sp-neg-1: -0.15em;
--letter-spacing-sp-neg-2: -0.25em;
--letter-spacing-sp-neg-3: -0.5em;
--letter-spacing-sp-neg-4: -1.25em;
--letter-spacing-sp-neg-5: -1.5em;
--line-height-auto: auto;
--line-height-none: 100%;
--line-height-3xs: 110%;
--line-height-2xs: 120%;
--line-height-xs: 130%;
--line-height-sm: 140%;
--line-height-md: 150%;
--line-height-lg: 160%;
--line-height-xl: 170%;
--line-height-2xl: 180%;
--line-height-3xl: 190%;
--line-height-4xl: 200%;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-default: 1rem;
--font-size-md: 1.25rem;
--font-size-lg: 1.5rem;
--font-size-xl: 2rem;
--font-size-2xl: 2.5rem;
--font-size-3xl: 3rem;
--font-weight-normal: 400;
--font-weight-semibold: 600;
--font-weight-bold: 700;

}