@import url('../dist/web-components/umd/web-components.css');

body {
  display: none;
  font-family: 'Segoe UI', 'SegoeUI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: var(--ds-theme-background-base-fade);
}

body.appear {
  display: block;
}

footer .c-uhff {
  margin-top: 0rem !important;
}

header {
  min-height: 54px;
}
