@import url('./main-layout.css');
@import url('./views/gridwith-filters-view.css');    html {
      --lumo-primary-color: hsl(214, 73%, 36%);
      --lumo-primary-color-50pct: hsla(214, 73%, 36%, 0.5);
      --lumo-primary-color-10pct: hsla(214, 73%, 36%, 0.1);

    }

    [theme~="dark"] {
      --lumo-body-text-color: hsla(214, 0%, 83%, 0.9);

    }
