
body {
  /*font-family: "Octarine";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;*/
  background-color: #fff;
}

/*** FONTS ***/
/*** Color Utility Styles ***/
.text--secondary {
  color: #6E6E73;
}

.stroke--text--secondary {
  stroke: #6E6E73;
}

.stroke--warning {
  stroke: #f5576c;
}

.stroke--accept {
  stroke: #0F7173;
}

/*** Background UTILITY STYLES ***/
.bg--container {
  background-color: #ffffff;
  color: #030404;
}

.bg--text--primary {
  background-color: #030404;
  color: #ffffff;
}
.bg--text--primary .button--outline {
  color: #ffffff;
}
.bg--text--primary .button--outline:hover {
  color: #030404;
}

.gradient-text {
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.gradient--sunset {
  background-image: linear-gradient(45deg, #f77062 0%, #fe5196 100%);
  color: #ffffff;
}

.gradient--lime {
  background-image: linear-gradient(45deg, #43e97b 0%, #38f9d7 100%);
}

/*** Modules ***/
.navbar {
  background-color: #fff;
  color: #030404;
}

.navbar-search-bar {
  background-color: #f5f5f7;
  color: #030404;
}

X.item--full {
  background-image: linear-gradient(45deg, #D5DEE7 0%, #E8EBF2 50%, #E2E7ED 100%), linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 50%, rgba(255, 255, 255, 0.02) 61%, rgba(0, 0, 0, 0.02) 73%), linear-gradient(33deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-blend-mode: normal, color-burn;
}

.card {
  border-radius: 20px;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.0784313725);
}

.button {
  border-radius: 50vh;
}

.button--outline {
  border: 2px solid #b8b8b8;
}

.button--outline:hover {
  background-color: #b8b8b8;
}

.hero-disclaimer {
  color: #6E6E73;
}

/*# sourceMappingURL=theme-shope.css.map */
