/* src/styles.scss */
@font-face {
  font-family: "Inter";
  src: url("./media/Inter-Black.ttf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./media/Inter-ExtraBold.ttf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./media/Inter-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./media/Inter-Bold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./media/Inter-ExtraLight.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./media/Inter-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./media/Inter-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./media/Inter-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./media/Inter-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./media/Inter-Thin.ttf");
  font-weight: 100;
  font-style: normal;
}
body {
  background-color: #F6F6F6;
  margin: 0;
}
.btn-primary {
  border-radius: 8px;
  width: 100%;
  padding: 12px;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.096px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-primary.solid {
  background-color: #EE007C;
  border: 1px solid #EE007C;
  color: #FCFCFC;
}
.btn-primary.solid:not(:disabled):active {
  background: #ca0068;
}
.btn-primary:disabled {
  background-color: #E7E7E7;
  border: 1px solid #E7E7E7;
  color: #B0B0B0;
  cursor: not-allowed;
}
.btn-secondary {
  border-radius: 8px;
  width: 100%;
  padding: 12px;
  text-align: center;
  font-family: Inter;
  font-size: clamp(14px, 2.4vw, 16px);
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.096px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.btn-secondary.solid {
  background-color: transparent;
  border: 1px solid #D1D1D1;
  color: #1A1A1A;
}
.btn-secondary.solid:active {
  background: #e7e7e7;
}
.btn-secondary .icon {
  flex-shrink: 0;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
