button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

textarea {
  resize: vertical;
}

* {
  box-sizing: border-box;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
button {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: unset;
  background-color: unset;
  outline: transparent;
  font-size: 1rem;
  display: block;
  font-weight: unset;
}

button {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  border: unset;
}

svg,
i {
  font-size: 1rem;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.bold-italic {
  font-weight: bold;
  font-style: italic;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  color: #2b2b2b;
  font-size: 16px;
  font-family: "Segoe UI", Tahoma, sans-serif;
}/*# sourceMappingURL=styles.css.map */