:root {
  /*____palette____*/
  --palette_primary_main: #f7931e;
  --palette_primary_contrastText: #fff;
  --palette_primary_light: #ffb51e;
  --palette_primary_dark: #f7931e;

  --palette_secondary_main: #76cabb;
  --palette_secondary_contrastText: #414142;
  --palette_secondary_light: #94ffec;
  --palette_secondary_dark: #76cabb;

  --palette_text_primary: #414142;
  --palette_text_secondary: #676768;
  --palette_text_tertiary: #7a7a7b;
  --palette_text_disabled: #8d8d8e;
  --palette_text_inverse: #ececec;
  --palette_text_inverseLight: #b3b3b3;

  --palette_background_paper: #fff;
  --palette_background_default: #f5f5f5;
  --palette_background_neutral: #e0e0e0;
  --palette_background_darker: #bdbdbd;
  --palette_background_primary: #f1faf8;
  --palette_background_secondary: #f1faf8;

  --palette_border_dark: #bfbfbf;
  --palette_border_main: #dfdfdf;
  --palette_border_light: #efefef;

  --palette_info_main: #e5f6fd;
  --palette_info_contrastText: #4bace0;

  --palette_error_main: #fdeded;
  --palette_error_contrastText: #d74242;

  --palette_warning_main: #fff4e5;
  --palette_warning_contrastText: #ef7918;

  --palette_success_main: #edf7ed;
  --palette_success_contrastText: #418944;

  /*____borderRadius____*/
  --borderRadius_small: 4px;
  --borderRadius_medium: 8px;
  --borderRadius_large: 12px;
  --borderRadius_circle: 50%;

  /*____shadows____*/
  --shadow_card: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  --shadow_cardHover: 0px 5px 6px 0px rgba(0, 0, 0, 0.08);
  --shadow_cardInside: 0px 0px 15px 4px rgba(0, 0, 0, 0.03);
  --shadow_cardInsideHover: 0px 0px 15px 4px rgba(0, 0, 0, 0.06);

  /*____spacing____*/
  --spacing_xs: 4px;
  --spacing_sm: 8px;
  --spacing_md: 16px;
  --spacing_lg: 24px;
  --spacing_xl: 32px;
  --spacing_xxl: 40px;

  /*____typography____*/
  --typography_fontWeight_h1: 600;
  --typography_lineHeight_h1: 1.7;
  --typography_fontSize_h1: 2.5rem;
  --typography_letterSpacing_h1: 2px;

  --typography_fontWeight_h2: 600;
  --typography_lineHeight_h2: 1.6;
  --typography_fontSize_h2: 2rem;

  --typography_fontWeight_h3: 600;
  --typography_lineHeight_h3: 1.5;
  --typography_fontSize_h3: 1.5rem;

  --typography_fontWeight_h4: 600;
  --typography_lineHeight_h4: 1.4;
  --typography_fontSize_h4: 1.25rem;

  --typography_fontWeight_h5: 600;
  --typography_lineHeight_h5: 1.5;
  --typography_fontSize_h5: 1.125rem;

  --typography_fontWeight_h6: 600;
  --typography_lineHeight_h6: 28 / 18;
  --typography_fontSize_h6: 0.875rem;

  --typography_fontWeight_subtitle1: 600;
  --typography_lineHeight_subtitle1: 1.5;
  --typography_fontSize_subtitle1: 1.125rem;

  --typography_fontWeight_subtitle2: 600;
  --typography_lineHeight_subtitle2: 22 / 14;
  --typography_fontSize_subtitle2: 0.875rem;

  --typography_lineHeight_body1: 20px;
  --typography_fontSize_body1: 1rem;

  --typography_lineHeight_body2: 16px;
  --typography_fontSize_body2: 0.9375rem;

  --typography_fontWeight_button: 600;
  --typography_lineHeight_button: 20px;
  --typography_fontSize_button: 1rem;
  --typography_textTransform_button: none;

  /*____additional____*/
  --additional_button_height: 48px;
  --additional_input_height: 54px;
  --additional_background_contrast_color: #414142;
}
