/**
 * ==================================================================
 * Project      : Shops
 * File         : css/footer.css
 * Author       : Erica Mae Yeban
 * Created Date : 2026-05-30
 *
 * Copyright (c) 2026 Chomp.
 * All Rights Reserved.
 *
 * NOTICE:
 * This source code contains proprietary information owned by
 * Chomp Organization. The contents of this file may not be copied,
 * modified, distributed, disclosed, or used without express
 * written authorization from the copyright holder.
 * ==================================================================
 */

footer {
    background: var(--gradient-dark) !important;
    margin-top: auto;
}

footer a:hover {
    color: var(--white) !important;
}
