:root {
  --mdc-theme-primary: #E97F31;
  --mdc-theme-on-primary:  #f0be2d;
  --mdc-theme-secondary: #848584;
  --mdc-theme-on-secondary:  #ffffff;
  --mdc-theme-error:  #b00020;
  --mdc-theme-on-error:  #ffffff;
  --mdc-theme-surface: #ffffff;
  --mdc-theme-on-surface:  #000000;
  --mdc-theme-background: #5bafe1;
  --mdc-shape-small: 12px;
  --mdc-shape-medium: 5px;
  --mdc-shape-large: 16px;
  --mdc-typography-font-family: 'Work Sans', sans-serif, 'Miltonian Tattoo', cursive;
}