:root {
  --growim-base: #F29F5C;
  --growim-base-rgb: toRGB(#F29F5C);
  --growim-secondary: #794192;
  --growim-secondary-rgb: toRGB(#794192);
  --growim-primary: #fbb900;
  --growim-primary-rgb: toRGB(#fbb900);
}

.sec-title__tagline {
  background: linear-gradient(90deg, var(--growim-base, #fbb900) 0%, var(--growim-secondary, #794192) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*# sourceMappingURL=growim-color-1.css.map */
