:host {
  line-height: initial;
  font-family: var(--dyte-font-family, sans-serif);

  font-feature-settings: normal;
  font-variation-settings: normal;
}

p {
  margin: var(--dyte-space-0, 0px);
  padding: var(--dyte-space-0, 0px);
}


:host {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ctr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--dyte-space-8, 32px);
}

dyte-logo.loaded {
  height: var(--dyte-space-12, 48px);
}

dyte-spinner {
  height: var(--dyte-space-12, 48px);
  width: var(--dyte-space-12, 48px);
  --tw-text-opacity: 1;
  color: rgba(var(--dyte-colors-brand-500, 33 96 253) / var(--tw-text-opacity));
}
