
  :root:not([loaded]) body {
    display: none;
  }

  :root[loaded] body {
    display: block !important;
  }
