:root {
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  color: #132033;
  background: linear-gradient(180deg, #dfe6ed 0%, #c8d2dc 100%);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body,
#root {
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
}

body {
  overflow: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}
