/**
 * Do not edit directly, this file was auto-generated.
 */

:root {
  --border-radius-sm: 4px;
  --border-radius-md: 6px;
  --border-radius-lg: 8px;
  --border-radius-xlg: 16px;
  --border-radius-xxlg: 24px;
  --border-style-default: solid;
  --border-style-dashed: dashed;
  --border-width-sm: 1px;
  --border-width-md: 2px;
  --border-width-lg: 4px;
  --breakpoints-xs: 0px;
  --breakpoints-sm: 490px;
  --breakpoints-md: 768px;
  --breakpoints-lg: 1040px;
  --breakpoints-xl: 1440px;
  --color-chart-categorical-1: #ffffff;
  --color-chart-categorical-2: #ffffff;
  --color-chart-categorical-3: #ffffff;
  --color-chart-categorical-4: #ffffff;
  --color-chart-categorical-5: #ffffff;
  --color-chart-categorical-6: #ffffff;
  --color-chart-categorical-7: #ffffff;
  --color-chart-categorical-8: #ffffff;
  --color-chart-categorical-9: #ffffff;
  --color-chart-categorical-10: #ffffff;
  --color-white: #ffffff;
  --color-overlay: rgba(0, 0, 0, 0.25);
  --color-blue-50: #f1f7fe;
  --color-blue-100: #d4e4fc;
  --color-blue-200: #a8c9f4;
  --color-blue-300: #7daced;
  --color-blue-400: #4a88d2;
  --color-blue-500: #0d4b8a;
  --color-blue-600: #0c3f75;
  --color-blue-700: #0a3260;
  --color-blue-800: #08264c;
  --color-blue-900: #0f172a;
  --color-blue-950: #00101f;
  --color-slate-50: #f8fafc;
  --color-slate-100: #f1f5f9;
  --color-slate-200: #e2e8f0;
  --color-slate-300: #cbd5e1;
  --color-slate-400: #94a3b8;
  --color-slate-500: #52647d;
  --color-slate-600: #46556b;
  --color-slate-700: #3b475a;
  --color-slate-800: #2f3a49;
  --color-slate-900: #1e2733;
  --color-slate-950: #13181f;
  --color-red-50: #fde8e8;
  --color-red-100: #fbc9c9;
  --color-red-200: #f7a5a5;
  --color-red-300: #f47a7a;
  --color-red-400: #f05151;
  --color-red-500: #de350b;
  --color-red-600: #b92e0a;
  --color-red-700: #942409;
  --color-red-800: #701c07;
  --color-red-900: #501405;
  --color-red-950: #2e0a03;
  --color-orange-50: #fff4e8;
  --color-orange-100: #ffe4c1;
  --color-orange-200: #ffd199;
  --color-orange-300: #ffb96e;
  --color-orange-400: #ffa344;
  --color-orange-500: #f18803;
  --color-orange-600: #c96d03;
  --color-orange-700: #a15502;
  --color-orange-800: #7a4001;
  --color-orange-900: #522b01;
  --color-orange-950: #2d1700;
  --color-green-50: #f0fdf4;
  --color-green-100: #d9fbd6;
  --color-green-200: #b3f8b3;
  --color-green-300: #8cf58f;
  --color-green-400: #5ee16f;
  --color-green-500: #22c55e;
  --color-green-600: #1ba44c;
  --color-green-700: #15823b;
  --color-green-800: #106229;
  --color-green-900: #0b451b;
  --color-green-950: #052710;
  --color-gray-50: #f9fafa;
  --color-gray-100: #ededed;
  --color-gray-200: #d2d2d2;
  --color-gray-300: #b8b8b8;
  --color-gray-400: #9f9f9f;
  --color-gray-500: #6f6f6f;
  --color-gray-600: #595959;
  --color-gray-700: #434343;
  --color-gray-800: #2e2e2e;
  --color-gray-900: #1b1b1b;
  --color-gray-950: #0f0f0f;
  --color-primary-50: #f1f7fe;
  --color-primary-100: #d4e4fc;
  --color-primary-200: #a8c9f4;
  --color-primary-300: #7daced;
  --color-primary-400: #4a88d2;
  --color-primary-500: #0d4b8a;
  --color-primary-600: #0c3f75;
  --color-primary-700: #0a3260;
  --color-primary-800: #08264c;
  --color-primary-900: #0f172a;
  --color-primary-950: #00101f;
  --color-secondary-50: #f8fafc;
  --color-secondary-100: #f1f5f9;
  --color-secondary-200: #e2e8f0;
  --color-secondary-300: #cbd5e1;
  --color-secondary-400: #94a3b8;
  --color-secondary-500: #52647d;
  --color-secondary-600: #46556b;
  --color-secondary-700: #3b475a;
  --color-secondary-800: #2f3a49;
  --color-secondary-900: #1e2733;
  --color-secondary-950: #13181f;
  --color-alert-50: #fde8e8;
  --color-alert-100: #fbc9c9;
  --color-alert-200: #f7a5a5;
  --color-alert-300: #f47a7a;
  --color-alert-400: #f05151;
  --color-alert-500: #de350b;
  --color-alert-600: #b92e0a;
  --color-alert-700: #942409;
  --color-alert-800: #701c07;
  --color-alert-900: #501405;
  --color-alert-950: #2e0a03;
  --color-warning-50: #fff4e8;
  --color-warning-100: #ffe4c1;
  --color-warning-200: #ffd199;
  --color-warning-300: #ffb96e;
  --color-warning-400: #ffa344;
  --color-warning-500: #f18803;
  --color-warning-600: #c96d03;
  --color-warning-700: #a15502;
  --color-warning-800: #7a4001;
  --color-warning-900: #522b01;
  --color-warning-950: #2d1700;
  --color-success-50: #f0fdf4;
  --color-success-100: #d9fbd6;
  --color-success-200: #b3f8b3;
  --color-success-300: #8cf58f;
  --color-success-400: #5ee16f;
  --color-success-500: #22c55e;
  --color-success-600: #1ba44c;
  --color-success-700: #15823b;
  --color-success-800: #106229;
  --color-success-900: #0b451b;
  --color-success-950: #052710;
  --color-disabled-50: #f9fafa;
  --color-disabled-100: #ededed;
  --color-disabled-200: #d2d2d2;
  --color-disabled-300: #b8b8b8;
  --color-disabled-400: #9f9f9f;
  --color-disabled-500: #6f6f6f;
  --color-disabled-600: #595959;
  --color-disabled-700: #434343;
  --color-disabled-800: #2e2e2e;
  --color-disabled-900: #1b1b1b;
  --color-disabled-950: #0f0f0f;
  --color-border-default: #d2d2d2; /* For basic elements' border */
  --font-family-sans: ui-sans-serif, system-ui, sans-serif, Roboto;
  --font-family-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;;
  --font-family-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;;
  --font-size-xxs: 10px;
  --font-size-xs: 12px;
  --font-size-sm: 14px;
  --font-size-md: 16px;
  --font-size-lg: 24px;
  --font-size-xl: 32px;
  --font-size-xxl: 40px;
  --font-size-xxxl: 64px;
  --font-weight-thin: 100;
  --font-weight-extra-light: 200;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extra-bold: 800;
  --font-weight-black: 900;
  --font-line-height-xs: 100%;
  --font-line-height-sm: 120%;
  --font-line-height-md: 150%;
  --font-line-height-lg: 175%;
  --font-line-height-xl: 200%;
  --font-line-height-xxl: 250%;
  --font-letter-spacing-tight: 0rem;
  --font-letter-spacing-normal: 0rem;
  --font-letter-spacing-wide: 0rem;
  --motion-delay-0: 0ms;
  --motion-delay-100: 100ms;
  --motion-delay-150: 150ms;
  --motion-delay-200: 200ms;
  --motion-delay-250: 250ms;
  --motion-delay-300: 300ms;
  --motion-delay-350: 350ms;
  --motion-delay-400: 400ms;
  --motion-delay-450: 450ms;
  --motion-delay-500: 500ms;
  --motion-delay-1000: 1000ms;
  --motion-duration-0: 0ms;
  --motion-duration-100: 100ms;
  --motion-duration-150: 150ms;
  --motion-duration-200: 200ms;
  --motion-duration-250: 250ms;
  --motion-duration-300: 300ms;
  --motion-duration-350: 350ms;
  --motion-duration-400: 400ms;
  --motion-duration-450: 450ms;
  --motion-duration-500: 500ms;
  --motion-duration-1000: 1000ms;
  --motion-transition-ease-linear: linear;
  --motion-transition-ease-in: cubic-bezier(0.4, 0, 1, 1);
  --motion-transition-ease-out: cubic-bezier(0, 0, 0.2, 1);
  --motion-transition-ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);;
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);;
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --height-0-5: 0.125rem;
  --height-1: 0.25rem;
  --height-2: 0.5rem;
  --height-3: 0.75rem;
  --height-4: 1rem;
  --height-5: 1.25rem;
  --height-6: 1.5rem;
  --height-7: 1.75rem;
  --height-8: 2rem;
  --height-9: 2.25rem;
  --height-10: 2.5rem;
  --height-11: 2.75rem;
  --height-12: 3rem;
  --height-14: 3.5rem;
  --height-16: 4rem;
  --height-20: 5rem;
  --height-24: 6rem;
  --height-28: 7rem;
  --height-32: 8rem;
  --height-36: 9rem;
  --height-40: 10rem;
  --height-44: 11rem;
  --height-48: 12rem;
  --height-52: 13rem;
  --height-56: 14rem;
  --height-60: 15rem;
  --height-64: 16rem;
  --height-72: 18rem;
  --height-80: 20rem;
  --height-96: 24rem;
  --width-1: 0.25rem;
  --width-2: 0.5rem;
  --width-3: 0.75rem;
  --width-4: 1rem;
  --width-5: 1.25rem;
  --width-6: 1.5rem;
  --width-7: 1.75rem;
  --width-8: 2rem;
  --width-9: 2.25rem;
  --width-10: 2.5rem;
  --width-11: 2.75rem;
  --width-12: 3rem;
  --width-14: 3.5rem;
  --width-16: 4rem;
  --width-20: 5rem;
  --width-24: 6rem;
  --width-28: 7rem;
  --width-32: 8rem;
  --width-36: 9rem;
  --width-40: 10rem;
  --width-44: 11rem;
  --width-48: 12rem;
  --width-52: 13rem;
  --width-56: 14rem;
  --width-60: 15rem;
  --width-64: 16rem;
  --width-72: 18rem;
  --width-80: 20rem;
  --width-96: 24rem;
  --spacing-0: 0rem;
  --spacing-1: 0.25rem;
  --spacing-2: 0.5rem;
  --spacing-3: 0.75rem;
  --spacing-4: 1rem;
  --spacing-5: 1.25rem;
  --spacing-6: 1.5rem;
  --spacing-7: 1.75rem;
  --spacing-8: 2rem;
  --spacing-9: 2.25rem;
  --spacing-10: 2.5rem;
  --spacing-11: 2.75rem;
  --spacing-12: 3rem;
  --spacing-14: 3.5rem;
  --spacing-16: 4rem;
  --spacing-20: 5rem;
  --spacing-24: 6rem;
  --spacing-28: 7rem;
  --spacing-32: 8rem;
  --spacing-36: 9rem;
  --spacing-40: 10rem;
  --spacing-44: 11rem;
  --spacing-48: 12rem;
  --spacing-52: 13rem;
  --spacing-56: 14rem;
  --spacing-60: 15rem;
  --spacing-64: 16rem;
  --spacing-72: 18rem;
  --spacing-80: 20rem;
  --spacing-96: 24rem;
  --space-between-0: 0rem;
  --space-between-1: 0.25rem;
  --space-between-2: 0.5rem;
  --space-between-3: 0.75rem;
  --space-between-4: 1rem;
  --space-between-5: 1.25rem;
  --space-between-6: 1.5rem;
  --space-between-7: 1.75rem;
  --space-between-8: 2rem;
  --space-between-9: 2.25rem;
  --space-between-10: 2.5rem;
  --space-between-11: 2.75rem;
  --space-between-12: 3rem;
  --space-between-14: 3.5rem;
  --space-between-16: 4rem;
  --space-between-20: 5rem;
  --space-between-24: 6rem;
  --space-between-28: 7rem;
  --space-between-32: 8rem;
  --space-between-36: 9rem;
  --space-between-40: 10rem;
  --space-between-44: 11rem;
  --space-between-48: 12rem;
  --space-between-52: 13rem;
  --space-between-56: 14rem;
  --space-between-60: 15rem;
  --space-between-64: 16rem;
  --space-between-72: 18rem;
  --space-between-80: 20rem;
  --space-between-96: 24rem;
  --z-index-50: 50;
  --z-index-100: 100;
  --z-index-200: 200;
  --z-index-300: 300;
  --z-index-400: 400;
  --z-index-500: 500;
  --z-index-600: 600;
  --z-index-700: 700;
  --z-index-800: 800;
  --z-index-900: 900;
  --z-index-950: 950;
}
