@import url('./main-layout.css');
   html {
      --lumo-base-color: rgb(242, 242, 242);
      --lumo-primary-color: rgb(35, 60, 101);
      --lumo-primary-color-50pct: rgba(35, 60, 101, 0.5);
      --lumo-primary-color-10pct: rgba(35, 60, 101, 0.1);
      --lumo-body-text-color: rgb(35, 60, 101);

    }
