* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body,
#root {
  background: #ffffff !important;
  color: #000000 !important;
  min-height: 100vh;
  font-family: system-ui, -apple-system, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000 !important;
  font-family: Georgia, "Times New Roman", serif;
}
p,
span,
li,
label {
  color: #000000 !important;
}
a {
  text-decoration: none;
  color: #000000 !important;
}
input,
textarea,
select {
  font-family: system-ui, -apple-system, sans-serif;
}
button {
  cursor: pointer;
  font-family: system-ui, -apple-system, sans-serif;
}
