:root {--v-primary: 212 165 57; --v-secondary: 196 145 68; --v-background: 79 57 53; }

.v-hero-text .text-gradient {
   background-image: linear-gradient(0deg,rgba(17,24,39,0),#4F3935 1rem);
}
.v-hero-text {
    background-image: linear-gradient(to bottom right, transparent 10%, #4F3935);
}

