/* Critical fallback — loaded before styles.css so it applies even if the full
   stylesheet is slow or fails to load. Keeps hidden views from stacking and
   inline icons from ballooning. styles.css (loaded next, more specific)
   overrides all of this. Kept in its own file so dropping 'unsafe-inline' from
   the Content-Security-Policy (see firebase.json) doesn't block it. */
html {
  background: #070a12;
}

.hidden {
  display: none !important;
}

svg {
  width: 20px;
  height: 20px;
}
