body {
  --mud-ripple-color: var(--mud-palette-text-primary);
  --mud-ripple-opacity: 0.1;
  --mud-ripple-opacity-secondary: 0.2;
  --mud-default-borderradius: 4px;
  --mud-drawer-width-left: 345px !important;
  --mud-drawer-width-right: 345px !important;
  --mud-drawer-width-mini-left: 56px;
  --mud-drawer-width-mini-right: 56px;
  --mud-appbar-height: auto;
  --mud-zindex-drawer: 1100;
  --mud-zindex-appbar: 1300;
  --mud-zindex-dialog: 1400;
  --mud-zindex-popover: 1200;
  --mud-zindex-snackbar: 1500;
  --mud-zindex-tooltip: 1600;
  --mud-palette-primary: #FF6C0E;
  --mud-palette-primary-hover: #FF6C0E1a;
  --mud-palette-table-lines: #F1F1F1;
  --mud-palette-text-primary: #131516;
  --mud-palette-text-table-header: #555F61;
  --mud-palette-text-table-header-border: #8C979A;
  --mud-palette-dark-text: #fff;
  --mud-palette-gray-darker: #555F61;
  --mud-palette-error: #DF0000;
  --mud-palette-success: #1C8D00;
  --mud-typography-h1-family: Jost, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --mud-typography-h2-family: var(--mud-typography-h1-family);
  --mud-typography-h3-family: var(--mud-typography-h1-family);
  --mud-typography-h4-family: var(--mud-typography-h1-family);
  --mud-typography-h5-family: var(--mud-typography-h1-family);
  --mud-typography-h6-family: var(--mud-typography-h1-family);
  --hover-dropshadow: drop-shadow(0px 4px 6px 0px #0000001F);
  --mud-typography-input-lineheight: 22px;
  --color-primary: #008D5A;
  --color-white: #FFFFFF;
  --color-transparent: transparent;
  --color-basic-100: #F1F1F1;
  --color-basic-300: #DADEDF;
  --color-basic-500: #8C979A;
  --color-basic-700: #555F61;
  --color-basic-900: #131516;
  --color-secondary: #FF6C0E;
}
