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

body {
  margin: 0;
  background: #ffffff;
  color: #1a1a19;
  font-family:
    'Hanken Grotesk',
    'Segoe UI',
    -apple-system,
    BlinkMacSystemFont,
    system-ui,
    sans-serif;
}
