/**
 * General application styles used to override the user-agent styles.
 * These styles are applied at a high level to help ensure consistency throughout the application.
 */
a {
  color: inherit;
}

input,
select,
textarea,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  display: flex;
  font-family: "Segoe UI", "-apple-system", BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Ubuntu, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
  padding: 0;
  margin: 0;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

/*# sourceMappingURL=override.css.map */
