@font-face {
  font-family: "Neuehaasdisplaymediu";
  src: url("/assets/fonts/NeueHaasDisplayMediu.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neuehaasdisplay";
  src: url("/assets/fonts/NeueHaasDisplay-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neuehaasdisplay-Bold";
  src: url("/assets/fonts/NeueHaasDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html.retail-circle,
body.retail-circle {
  height: -moz-fit-content;
  height: fit-content;
  background-color: #333336;
}

@media (max-width: 655px) {
  html.retail-circle,
  body.retail-circle {
    padding: 0 15px;
  }
}

html.retail-circle *,
body.retail-circle * {
  color: #fff;
  font-family: "Neuehaasdisplay";
}

html.retail-circle h1,
body.retail-circle h1 {
  font-family: "Neuehaasdisplaymediu";
}

html.retail-circle button,
body.retail-circle button {
  background-color: #785ef7;
}

html.retail-circle input,
body.retail-circle input {
  background-color: #484853;
  color: #fff;
}

html.retail-circle input::-moz-placeholder, body.retail-circle input::-moz-placeholder {
  color: #fff;
}

html.retail-circle input:-ms-input-placeholder, body.retail-circle input:-ms-input-placeholder {
  color: #fff;
}

html.retail-circle input::placeholder,
body.retail-circle input::placeholder {
  color: #fff;
}

html.retail-circle .input-ct .PhoneInputCountry,
body.retail-circle .input-ct .PhoneInputCountry {
  background-color: #484853;
  color: #fff;
}

html.retail-circle p,
body.retail-circle p {
  color: #fff;
}

html.retail-circle a,
body.retail-circle a {
  color: #fff;
}

html.retail-circle .select__menu,
html.retail-circle .select-container .select__control .select__placeholder,
html.retail-circle .select__single-value,
html.retail-circle .select-container .select__control,
body.retail-circle .select__menu,
body.retail-circle .select-container .select__control .select__placeholder,
body.retail-circle .select__single-value,
body.retail-circle .select-container .select__control {
  background-color: #484853;
  color: #fff;
}

html.retail-circle .select__menu .select__option--is-focused,
body.retail-circle .select__menu .select__option--is-focused {
  background-color: #8f8fa5;
}

html.retail-circle .select__menu .select__option--is-selected,
body.retail-circle .select__menu .select__option--is-selected {
  background-color: #694ef7;
}

html.retail-circle p.small-text a,
html.retail-circle .terms label a,
body.retail-circle p.small-text a,
body.retail-circle .terms label a {
  color: #fff;
  font-family: "Neuehaasdisplay-Bold";
  font-size: 14px;
}

html.retail-circle .create-account-step-3,
body.retail-circle .create-account-step-3 {
  background-color: #484853;
  width: -moz-fit-content;
  width: fit-content;
}

html.retail-circle .alert,
body.retail-circle .alert {
  margin-bottom: 20px !important;
}

html.retail-circle .alert h3,
html.retail-circle .alert p,
html.retail-circle .alert,
body.retail-circle .alert h3,
body.retail-circle .alert p,
body.retail-circle .alert {
  background-color: #484853;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff !important;
}

html.retail-circle #authentication .action-row,
body.retail-circle #authentication .action-row {
  margin: 32px 0;
}

.input-ct input[type=text] {
  width: 100%;
}

