@import url("/assets/fonts-3a3c987c.css");
@import url("/assets/hello/window_chrome-e41790d6.css");
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-angle-left:before {
  content: "\f104";
}

.fa-check:before {
  content: "\f00c";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-circle:before {
  content: "\f111";
}

.fa-clock:before {
  content: "\f017";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-heart:before {
  content: "\f004";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-star:before {
  content: "\f005";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-times:before {
  content: "\f00d";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-user:before {
  content: "\f007";
}

.fa-wrench:before {
  content: "\f0ad";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/webfonts/fa-regular-400-38b9bccb.eot");
  src: url("/assets/webfonts/fa-regular-400-38b9bccb.eot?#iefix") format("embedded-opentype"), url("/assets/webfonts/fa-regular-400-81c8ad8c.woff2") format("woff2"), url("/assets/webfonts/fa-regular-400-28552e11.woff") format("woff"), url("/assets/webfonts/fa-regular-400-50bc1278.ttf") format("truetype"), url("/assets/webfonts/fa-regular-400-289c06c8.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/assets/webfonts/fa-solid-900-f8be00ef.eot");
  src: url("/assets/webfonts/fa-solid-900-f8be00ef.eot?#iefix") format("embedded-opentype"), url("/assets/webfonts/fa-solid-900-729f0fb9.woff2") format("woff2"), url("/assets/webfonts/fa-solid-900-2fc776f4.woff") format("woff"), url("/assets/webfonts/fa-solid-900-7f125dfe.ttf") format("truetype"), url("/assets/webfonts/fa-solid-900-d9839def.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.turbo-progress-bar {
  height: 4px;
  background-color: #9C89B8;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

label {
  display: inline-block;
}

ul {
  list-style: none;
}

html {
  background-color: #200B27;
  font-size: 18px;
}

body {
  color: #F0E6EF;
  font-family: system-ui, -apple-system;
  line-height: 1.5;
}

h1, h2, h3 {
  color: #EFC3E6;
  font-weight: lighter;
  margin-bottom: 0.5rem;
}
h1 small, h2 small, h3 small {
  font-weight: lighter;
}

h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  margin-top: 4rem;
}

h3 {
  margin-top: 2rem;
  font-weight: 400;
  font-size: 1.4rem;
}

p {
  line-height: 1.5;
}

a {
  text-decoration: underline;
  text-decoration-color: #9C89B8;
  text-underline-offset: 0.25rem;
  color: #F0E6EF;
}
a:hover {
  color: white;
}

 pre {
  border: 1px solid var(--bs-border-color);
  color: var(--bs-body-color);
  background-color: #230A29;
  padding: 0.5rem;
  border-radius: 4px;
}

pre {
  margin: 1rem 0;
  white-space: pre-wrap;
}

.scroll-wrapper {
  overflow: hidden;
}

.container {
  max-width: 992px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
}

.lead {
  font-size: 1.33rem;
}

@media screen and (min-width: 576px) {
  .row {
    display: flex;
  }
  .row > * {
    flex: 1 1 0;
  }
}
.d-none,
.btn-close {
  display: none;
}

.d-flex {
  display: flex;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-evenly {
  justify-content: space-evenly;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.gap-3 {
  gap: 1rem;
}

.gap-4 {
  gap: 4rem;
}

.text-center {
  text-align: center;
}

.mt-1 {
  margin-top: 0.25rem;
}

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mt-4 {
  margin-top: 4rem;
}

.my-8 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.list-unstyled {
  margin-trim: block;
}
.list-unstyled li {
  margin: 2rem 0;
}

.w-100 {
  width: 100%;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav li {
  padding: 0.5rem;
}
.nav a {
  text-decoration: none;
}

::placeholder {
  color: rgb(104.2857142857, 82.2698412698, 136.7301587302);
}

.form-control,
.btn {
  border-radius: 4px;
  outline: 0;
  padding: 0.25rem 0.5rem;
  border: 1px solid transparent;
  line-height: 1.75rem;
  text-decoration: none;
}

.form-control {
  color: #F0E6EF;
  border-color: rgb(104.2857142857, 82.2698412698, 136.7301587302);
  background-color: #200B27;
  width: 100%;
}

.text-body-secondary,
.form-text {
  color: rgb(201.75, 166.25, 198.2);
}

.form-text {
  font-size: 0.8rem;
  line-height: 1.5rem;
}

.btn-primary {
  cursor: pointer;
  background-color: #550E60;
  border-color: #550E60;
  color: #F0E6EF;
}

.starve-hero {
  --m: 4rem;
  max-width: 500px;
  margin-top: var(--m);
  margin-bottom: var(--m);
}
@media screen and (min-width: 576px) {
  .starve-hero {
    --m: 8rem;
  }
}

.starve-heading {
  font-family: "Bree Serif", serif;
}
.starve-heading h1 {
  color: var(--bs-emphasis-color);
}
.starve-heading p {
  color: #EFC3E6;
}

.starve-logo {
  border-radius: 3px;
  border: 1px solid #F0E6EF;
}

.feature-copy {
  padding-top: 4rem;
  margin-trim: block;
}

.feature-image {
  margin-top: 2rem;
}
.feature-image img {
  width: 100%;
}

.feature-left .feature-image {
  float: right;
}

@media screen and (min-width: 576px) {
  .feature-list li {
    max-width: 30%;
  }
  .feature-left > :nth-child(1) {
    order: 1;
    width: 40%;
  }
  .feature-left > :nth-child(2) {
    order: 0;
    width: 60%;
  }
  .feature-right .feature-copy {
    text-align: right;
  }
  .feature-right > :nth-child(1) {
    width: 40%;
  }
  .feature-right > :nth-child(2) {
    width: 60%;
  }
}
@media screen and (min-width: 576px) {
  .feature-copy {
    padding-top: 8rem;
  }
  .feature-image {
    margin-top: 6rem;
  }
}
.highlight, .alt-bg {
  background-color: #2D0836;
}

.alt-bg {
  border-top: 1px solid rgba(156, 137, 184, 0.2);
  border-bottom: 1px solid rgba(156, 137, 184, 0.2);
}

.devise header {
  text-align: center;
  margin: 70px 0 50px 0;
}
.devise .container {
  max-width: 400px;
  margin: 50px auto;
}

.nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #550E60;
  border-radius: 6px;
}

.badge {
  font-size: 0.8rem;
  font-weight: bolder;
  border-radius: 6px;
  background-color: #9C89B8;
  color: #200B27;
  display: inline-block;
  padding: 0.2rem 0.4rem;
}

.footer,
.footer a {
  text-decoration: none;
  background-color: #230A29;
  color: #9C89B8;
}

.footer {
  padding: 4rem 0;
}
