.theme-light {
   /* customizable */
   --mdc-theme-primary: #0b5439;
   --mdc-theme-secondary: #0b5439;
   --mdc-theme-on-primary: #ffffff; /* text on blue */
   --mdc-theme-on-secondary: #ffffff; /* text on blue not currently used */
}

.theme-dark {
   /* customizable */
   --mdc-theme-primary: #0b5439;
   --mdc-theme-secondary: #0b5439;
   --mdc-theme-on-primary: #eee; /* text on blue */
   --mdc-theme-on-secondary: #eee; /* text on blue not currently used */
}
