@font-face {
  font-family: "MarkProLight";
  src: url("../fonts/MarkPro-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Papyrus";
  src: url("../fonts/Papyrus.ttf") format("truetype");
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.2s;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.body--dark {
  background: #262525 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.text-right {
  text-align: left !important;
}

.mm-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}

.q-field {
  margin-top: 5px;
}

.mm-device-mockup {
  height: 675px;
  width: 335px;
  background-size: cover;
  background-repeat: no-repeat;
}

.mm-markdown-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 95%;
  flex-direction: column;
  color: black;
  text-align: center;
}

.markdown-parent {
  font-family: "MarkProLight";
  text-align: center;
  font-size: 24;
  line-height: 1.25;
  padding: 12.5%;
}

.premiumPapyrus {
  font-family: "Papyrus";
  font-size: 22px;
  font-weight: 300;
}

.markdown-parent-premium {
  font-family: "MarkProLight";
  text-align: center;
  padding: 11%;
  width: 380px;
}

.markdown-parent-premium p {
  font-family: "MarkProLight";
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

.divider {
  width: 100%;
  height: 2.5px;
  border-radius: 50%;
  margin: 7.5px 0px 10px 0px;
  background-color: #5c5c5c;
}

.seperatedPieces {
  display: flex;
  justify-content: space-between;
}
