html,
body,
#root {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

body {
  font-family: "Manrope", "Segoe UI", system-ui, -apple-system, sans-serif;
}

a {
  color: inherit;
}
