:root {
  color-scheme: dark;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background: #181818;
  color: #f7f4ec;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
}

body {
  overflow: hidden;
  background: #181818;
}

.meeting {
  width: 100vw;
  height: 100vh;
  display: grid;
  place-items: center;
  background: #181818;
}

.meeting iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.loading {
  max-width: min(32rem, calc(100vw - 32px));
  margin: 0;
  color: #d8d2c6;
  line-height: 1.5;
  text-align: center;
}
