:root {
  --font-family-heading: "Staatliches", serif;
  --font-family-general: "Plus Jakarta Sans", sans-serif;
  --color-orange-50: #fef5e8;
  --color-orange-100: #fbe0b7;
  --color-orange-200: #f9d194;
  --color-orange-300: #f6bc64;
  --color-orange-400: #f4af45;
  --color-orange-500: #f19b17;
  --color-orange-600: #db8d15;
  --color-orange-700: #ab6e10;
  --color-orange-800: #85550d;
  --color-orange-900: #65410a;
  --color-neutral-50: #e7e7e7;
  --color-neutral-100: #b6b6b6;
  --color-neutral-200: #929292;
  --color-neutral-300: #616161;
  --color-neutral-400: #424242;
  --color-neutral-500: #131313;
  --color-neutral-op1: #262626;
  --color-red-500: #a80909;
}

.font-normal {
  font-weight: 300;
}

.font-semi {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.font-heading-4xl {
  font-size: 56px;
  line-height: 60px;
  font-family: var(--font-family-heading);
}
@media (max-width: 992px) {
  .font-heading-4xl {
    font-size: 40px;
    line-height: 48px;
  }
}

.font-heading-3xl {
  font-size: 44px;
  line-height: 48px;
  font-family: var(--font-family-heading);
}
@media (max-width: 992px) {
  .font-heading-3xl {
    font-size: 36px;
    line-height: 40px;
  }
}

.font-heading-2xl {
  font-size: 36px;
  line-height: 40px;
  font-family: var(--font-family-heading);
}
@media (max-width: 992px) {
  .font-heading-2xl {
    font-size: 32px;
    line-height: 36px;
  }
}

.font-heading-xl {
  font-size: 32px;
  line-height: 36px;
  font-family: var(--font-family-heading);
}
@media (max-width: 992px) {
  .font-heading-xl {
    font-size: 28px;
    line-height: 32px;
  }
}

.font-heading-lg {
  font-size: 28px;
  line-height: 32px;
  font-family: var(--font-family-heading);
}
@media (max-width: 992px) {
  .font-heading-lg {
    font-size: 24px;
    line-height: 28px;
  }
}

.font-heading-md {
  font-size: 24px;
  line-height: 28px;
  font-family: var(--font-family-heading);
}
@media (max-width: 992px) {
  .font-heading-md {
    font-size: 20px;
    line-height: 24px;
  }
}

.font-heading-sm {
  font-size: 20px;
  line-height: 24px;
  font-family: var(--font-family-heading);
}
@media (max-width: 992px) {
  .font-heading-sm {
    font-size: 16px;
    line-height: 20px;
  }
}

.font-heading-xs {
  font-size: 16px;
  line-height: 20px;
  font-family: var(--font-family-heading);
}
@media (max-width: 992px) {
  .font-heading-xs {
    font-size: 14px;
    line-height: 18px;
  }
}

.font-body-lg {
  font-size: 18px;
  line-height: 26px;
  font-family: var(--font-family-general);
}

.font-body-md {
  font-size: 16px;
  line-height: 24px;
  font-family: var(--font-family-general);
}

.font-body-sm {
  font-size: 14px;
  line-height: 20px;
  font-family: var(--font-family-general);
}

.font-caption-md {
  font-size: 12px;
  line-height: 18px;
  font-family: var(--font-family-general);
}

.font-caption-md-bold {
  font-size: 12px;
  line-height: 18px;
  font-family: var(--font-family-heading);
}

.font-caption-sm {
  font-size: 10px;
  line-height: 14px;
  font-family: var(--font-family-general);
}

.font-caption-sm-bold {
  font-size: 10px;
  line-height: 14px;
  font-family: var(--font-family-heading);
}

.remark-splash {
  background: url(https://staging.thesoundsproject.com/frontend/assets/img/partial/splash-brush-orange.svg);
  background-size: 100% 100%;
  padding: 0 10px;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.2s;
}
.remark-splash.remark-splash-sm {
  background: url(https://staging.thesoundsproject.com/frontend/assets/img/partial/splash-brush-orange-sm.svg);
}
.remark-splash.remark-splash-lg {
  background: url(https://staging.thesoundsproject.com/frontend/assets/img/partial/splash-brush-orange.svg);
  background-size: cover;
}

.remark-badge {
  background: url(https://staging.thesoundsproject.com/frontend/assets/img/partial/splash-brush-red.svg);
  background-size: cover;
  padding: 2px 8px;
  position: absolute;
  bottom: -28%;
  right: 4%;
  transform: translate(-55%, 0%);
  width: -moz-max-content;
  width: max-content;
  transform: rotate(-1.8deg);
}
@media (min-width: 320px) and (max-width: 480px) {
  .remark-badge {
    bottom: -32%;
    transform: rotate(-2deg);
  }
}/*# sourceMappingURL=core.css.map */