body{
  /* AXA STYLING */
  /* background color for body */
  /* --mui-palette-background-default: #F9FAFA; */
  font-family: 'Source Sans Pro', sans-serif;

  .MuiTypography-root, .MuiButton-root {
    font-family: 'Source Sans Pro', sans-serif;
  }
}

:root {
  --mui-palette-text-primary: #000;
  --mui-palette-primary-main: #00008F;
  --mui-palette-text-secondary: #000;
  --mui-palette-divider: rgba(0, 0, 0, 0.5);
  --mui-palette-black-main: #000;
  --mui-palette-background-paper: #C29C2F;
}

/* side navigation colors */
.brandable.sidenav  {
  /* background color */
  --mui-palette-background-paper: #000;
  /* header background color*/
  --brandable-sidenav-header: #262626;
  /* selected nav item */
  --brandable-sidenav-active-item: #262626;
  --brandable-sidenav-active-selected: #033863;
}