@font-face {
  font-family: "Cubic_11";
  src: url("./fonts/Cubic_11.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
.heart-count {
  font-family: "Cubic_11", sans-serif !important;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

.s-page-1 .s-section-1 .s-section {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.btn.heart {
  background-color: #e74c3c !important;
  border-radius: 50px;
  color: #fff;
}
.btn.heart i {
  color: #fff;
}

.btn {
  min-width: 80px;
}

.btn.user {
  background-color: #2980b9 !important;
  border-radius: 50px;
  color: #fff;
}
.btn.user i {
  color: #fff;
}/*# sourceMappingURL=index.css.map */