

/* file: /mnt/data/wiz/project/main/build/src/styles.scss */
html,
body {
  min-height: 100%;
  margin: 0;
  background: #f5f8f7;
  color: #17221f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

app-root {
  display: block;
  min-height: 100vh;
}