:root {
  --mui-palette-mode: dark;
  --mui-palette-error-main: #d34548;
  --mui-palette-error-light: rgb(219, 106, 108);
  --mui-palette-error-dark: rgb(147, 48, 50);
  --mui-palette-error-contrast-text: #fff;
  --mui-palette-warning-main: #fba50d;
  --mui-palette-warning-light: rgb(251, 183, 61);
  --mui-palette-warning-dark: rgb(175, 115, 9);
  --mui-palette-warning-contrast-text: rgba(0, 0, 0, 0.87);
  --mui-palette-info-main: #4285f4;
  --mui-palette-info-light: rgb(103, 157, 246);
  --mui-palette-info-dark: rgb(46, 93, 170);
  --mui-palette-info-contrast-text: #fff;
  --mui-palette-success-main: #3dc47f;
  --mui-palette-success-light: rgb(99, 207, 152);
  --mui-palette-success-dark: rgb(42, 137, 88);
  --mui-palette-success-contrast-text: rgba(0, 0, 0, 0.87);
  --mui-palette-common-white: #ffffff;
  --mui-palette-common-black: #000000;
  --mui-palette-grey-50: #f5f5f5;
  --mui-palette-grey-100: #eee;
  --mui-palette-grey-200: #ddd;
  --mui-palette-grey-300: #e0e0e0;
  --mui-palette-grey-400: #bdbdbd;
  --mui-palette-grey-500: #888;
  --mui-palette-grey-600: #757575;
  --mui-palette-grey-700: #616161;
  --mui-palette-grey-800: #424242;
  --mui-palette-grey-900: #212121;
  --mui-palette-grey--a100: #f5f5f5;
  --mui-palette-grey--a200: #eeeeee;
  --mui-palette-grey--a400: #bdbdbd;
  --mui-palette-grey--a700: #616161;
  --mui-palette-divider: #ddd;
  --mui-palette-action-active: #555555;
  --mui-palette-action-hover: #ff7f66;
  --mui-palette-action-selected: #ffb2a3;
  --mui-palette-action-disabled: #888;
  --mui-palette-action-disabled-background: #f5f5f5;
  --mui-palette-action-hover-opacity: 0.08;
  --mui-palette-action-selected-opacity: 0.16;
  --mui-palette-action-disabled-opacity: 0.38;
  --mui-palette-action-focus: rgba(255, 255, 255, 0.12);
  --mui-palette-action-focus-opacity: 0.12;
  --mui-palette-action-activated-opacity: 0.24;
  --mui-palette-primary-main: #ff6042;
  --mui-palette-primary-light: #ff947f;
  --mui-palette-primary-dark: #ff4f30;
  --mui-palette-primary-contrast-text: #ffffff;
  --mui-palette-secondary-main: #0062a1;
  --mui-palette-secondary-light: #8dbef9;
  --mui-palette-secondary-dark: #ff5d66;
  --mui-palette-secondary-contrast-text: #ffffff;
  --mui-palette-text-primary: #ffffff;
  --mui-palette-text-secondary: #ffffff;
  --mui-palette-text-disabled: #888;
  --mui-palette-text-inverted: #000000;
  --mui-palette-text-icon: rgba(255, 255, 255, 0.5);
  --mui-palette-background-base: #0d0d0d;
  --mui-palette-background-inverted: #ffffff;
  --mui-palette-background-paper: #1b1b1c;
  --mui-palette-background-default: #141414;
  --mui-palette-background-alternative: #141414;
  --mui-palette-background-accent: #4D5BE5;
  --mui-palette-surface-default: #303030;
  --mui-palette-surface-default-on-dark: #ffffff;
  --mui-palette-surface-alternative-strong: #404040;
  --mui-palette-surface-alternative: #404040;
  --mui-palette-surface-accent: #2639de;
  --mui-palette-surface-accent-weak: #daddfb;
  --mui-palette-surface-strongest: #ffffff;
  --mui-palette-surface-strongest-on-light: #141414;
  --mui-palette-surface-strong: #e0dfdf;
  --mui-palette-surface-strong-on-light: #5e5e5e;
  --mui-palette-surface-neutral: #ededed;
  --mui-palette-surface-weaker: #888787;
  --mui-palette-surface-weaker-on-dark: #f5f5f5;
  --mui-palette-surface-disabled20: #aeadad33;
  --mui-palette-surface-disabled-strong30: #aeadad66;
  --mui-palette-surface-feedback-info: #daddfb;
  --mui-palette-surface-feedback-success: #07d16f;
  --mui-palette-surface-feedback-error: #ff6042;
  --mui-palette-surface-feedback-warning: #ffc7ab;
  --mui-palette-surface-feedback-warning-strong: #fd9c6c;
  --mui-palette-surface-feedback-success-strong: #07d16f;
  --mui-palette-surface-primary-neutral: #ff4f30;
  --mui-palette-surface-primary-weak: #ff826a;
  --mui-palette-surface-primary-strong: #ff6042;
  --mui-palette-surface-primary-weakest: #ffb4a3;
  --mui-palette-surface-socials-google: #ffffff;
  --mui-palette-surface-socials-facebook: #1877f2;
  --mui-palette-surface-socials-apple: #000000;
  --mui-palette-surface-socials-spotify100: #1DB954;
  --mui-palette-foreground-primary: #ff6042;
  --mui-palette-foreground-strong: #ffffff;
  --mui-palette-foreground-neutral: #e0dfdf;
  --mui-palette-foreground-weak: #aeadad;
  --mui-palette-foreground-on-dark: #ffffff;
  --mui-palette-foreground-on-dark-neutral: #e0dfdf;
  --mui-palette-foreground-on-light-strong: #141414;
  --mui-palette-foreground-on-light: #5e5e5e;
  --mui-palette-foreground-info: #daddfb;
  --mui-palette-foreground-info-on-light: #2639de;
  --mui-palette-foreground-on-warning: #fd9c6c;
  --mui-palette-foreground-success-strong: #07d16f;
  --mui-palette-foreground-success: #07d16f;
  --mui-palette-foreground-error: #ff6042;
  --mui-palette-foreground-on-disabled: #888787;
  --mui-palette-foreground-strong-inverted: #141414;
  --mui-palette-border-stronger: #ffffff;
  --mui-palette-border-strong: #f5f5f5;
  --mui-palette-border-neutral: #aeadad;
  --mui-palette-border-weak: #aeadad;
  --mui-palette-border-weaker: #888787;
  --mui-palette-border-weakest: #888787;
  --mui-palette-border-primary: #ff6042;
  --mui-palette-border-error: #ff6042;
  --mui-palette-border-success: #07d16f;
  --mui-palette-border-warning: #ffc7ab;
  --mui-palette-illustration-ice200: #cfe6ff;
  --mui-palette-illustration-ice100: #e0eeff;
  --mui-palette-illustration-ice800: #2c8df6;
  --mui-palette-illustration-lavender200: #c1ccff;
  --mui-palette-illustration-lavender400: #8094ff;
  --mui-palette-illustration-orange200: #FDEFCA;
  --mui-palette-illustration-orange600: #FBD477;
  --mui-palette-illustration-peach100: #ffe8da;
  --mui-palette-illustration-tangerine400: #ffb4a3;
  --mui-palette-illustration-tangerine600: #ff826a;
  --mui-palette-illustration-tangerine800: #ff4f30;
  --mui-palette-illustration-blueberry200: #daddfb;
  --mui-palette-illustration-blueberry600: #2639de;
  --mui-palette-illustration-blueberry800: #1a268e;
  --mui-palette-illustration-emerald100: #bfffe2;
  --mui-palette-illustration-emerald200: #92fecc;
  --mui-palette-illustration-emerald600: #07d16f;
  --mui-palette-illustration-emerald700: #05a95c;
  --mui-palette-contrast-threshold: 3;
  --mui-palette-tonal-offset: 0.2;
}
