/* Sopify_Refactored/css/components/footer.css */

footer {
    background: #1a1a1a; /* Dark background for footer */
    color: var(--text-color-light);
    text-align: center;
    padding: 2rem 0;
    font-size: var(--font-size-sm);
}

footer p {
    opacity: 0.8; /* Slightly soften the text */
}