/* Custom Styles */
:root {
    --gradient-background: url("https://theboutiquehub.com/wp-content/uploads/2025/05/bg-lighter.png");
}

.btn {
    margin: 0;
}

.heading.heading {
    font-size: 28px;
    
    @media (min-width: 767px) {
        font-size: 48px;
    }
}

a.c-link.c-link {
    color: #000;
    font-weight: bold;
    text-decoration-color: #000;
    
    &:visited {
        color: #000;
        text-decoration-color: #000;
    }
        
    &:active {
        color: #FF61C9;
        text-decoration-color: #FF61C9;
    }
    
    &:hover {
        color: #FF61C9;
        text-decoration-color: #FF61C9;
    }

}

