:root {--v-primary: 128 83 83; --v-secondary: 128 83 83; --v-background: 227 213 205; }

.v-hero-text {
    background-image: linear-gradient(to bottom right, transparent 50%, #ffe3e380);
}

.v-card {
    background-image: linear-gradient(to right, #ffe3e380, transparent 50%);
}

.v-label-from { display: none; }