html, body, #root {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  /* Global app font: Montserrat Regular (400) */
  font-family: 'Montserrat', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}
