:root {
  --pink: #b20f94;
  --pink-medium: #842f82;
  --white: #fff;
  --purple: #592b80;
  --danger: #f64e60;
  --success: #2e656a;
  --success-background: #e6fffa;
  --warning: #ffa800;
  --black: #1e1e1e;
  font-size: 14px;
}

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

html, body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, strong, b {
  font-weight: 700;
}

input, select, button {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
}

button {
  cursor: pointer;
  background-color: transparent;
  border: 0;
}

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