@font-face {
  font-family: "quicksand";
  src: url("../fonts/quicksand/Quicksand_Book.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "akaya";
  src: url("../fonts/Mansalva/Mansalva-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "chewy";
  src: url("../fonts/quicksand/Quicksand_Bold.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  outline: none;
  font-family: "quicksand", "arial", sans-serif, serif;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

img {
  max-width: initial;
  height: initial;
}

.font-chewy {
  font-family: "chewy";
}

.font-akaya {
  font-family: "akaya";
}

.btn-pink, .btn-blue {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "chewy";
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  border: 2px dashed transparent;
  padding: 0.5rem 4rem 0.5rem 4rem;
  font-size: 2rem;
  line-height: 2.25rem;
  text-decoration-line: none;
  transition: 150ms cubic-bezier(0.4, 0, 0.2, 1) all;
  background-color: #EE7FA7;
  color: rgb(255, 255, 255);
  border-radius: 10rem;
  font-weight: 800;
  box-shadow: inset 0 -0.6rem 0 rgba(242, 138, 175, 0.2), 0 0.4rem 0 rgb(202, 110, 144), 0 0.7rem 0 rgb(144, 93, 112);
}
.btn-pink > span, .btn-blue > span {
  margin-top: 0.5rem;
}
.btn-pink:hover, .btn-blue:hover {
  background-color: #fc99bd;
  transform: scale(1.05);
}

.btn-blue {
  background-color: #2A5389;
  box-shadow: inset 0 -0.3rem 0 rgba(36, 78, 135, 0.2), 0 0.4rem 0 rgb(31, 71, 124), 0 0.7rem 0 rgb(23, 62, 114);
}
.btn-blue:hover {
  background-color: #285692;
}

@media screen and (min-width: 1900px) {
  body {
    font-size: 2.2rem;
  }
}
.swal2-container {
  transform: scale(1.6) !important;
}

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