@layer grist-custom {
  :root {
    --icon-GristLogo: url("ui-icons/Logo/GristLogo.svg");
  }

  /* Hide unwanted UI elements */
  [class*="video-tour"],
  [class*="user-sign-up"],
  #grist-resources-heading {
    display: none;
  }

  [class*="intro-cards"] {
    grid-template-rows: unset !important;
  }
}
