@font-face {
  font-family: "Gotham Rounded Medium";
  src: url("../fonts/Gotham Rounded Medium.otf");
}
@font-face {
  font-family: "Gotham Rounded Bold";
  src: url("../fonts/Gotham Rounded Bold.otf");
}
@font-face {
  font-family: "Gotham Rounded Light";
  src: url("../fonts/Gotham Rounded Light.otf");
}
:root {
  --pink-light: #da007f;
  --pink-heavy: #840d78;
  --yellow: #fcca43;
  --gray: #6f6f6f;
  --purple: #5e1761;
  --white: #fff;
  font-size: 14px;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}

html, body {
  font-family: "Gotham Rounded Light";
}

button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: 1.15rem;
  font-family: "Gotham Rounded Medium";
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, strong, b {
  font-family: "Gotham Rounded Bold";
}

p, span, i, a {
  font-family: "Gotham Rounded Light";
}

input, select {
  font-family: "Gotham Rounded Medium";
}

/*# sourceMappingURL=global.css.map */
