
/*
Theme Name: Cocoon Child Vibanote
Template: cocoon-master
Version: 1.0
*/

/* Vibanote Custom Styles (optional enhancements) */

/* Override default link hover for buttons */
a:hover, button:hover {
    opacity: 0.9;
}

/* Hero section custom background */
.hero {
    background: linear-gradient(to right, #fffaf0, #ffe5d0);
}
