/* dwbrand.css - Digital Wellness Brand Styles */

.dw-brand {
    font-weight: 700;
    background: linear-gradient(90deg, #1e1f6e 0%, #4f51c4 50%, #a5b4fc 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.dw-brand:hover {
    opacity: 0.8;
}
