body {
    margin: 0;
    background: #1a1a1a;
    font-family: 'Inter', sans-serif';
  }
@font-face {
  font-family: 'Renoric';
  src: url('../fonts/renoric/Renoric.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}  
  .footer {
    background: #0f0f0f;
    color: #ccc;
    padding: 2rem;
  }
  
  .footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #333;
    padding-bottom: 2rem;
  }
  
  .footer-left .logo {
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    font-family: 'Renoric';
  }
  
  .tagline {
    font-size: 0.8rem;
    margin-top: -0.5rem;
    color: #aaa;
  }
  
  .social-icons a img,
  .store-buttons a img {
    height: 50px;
    margin: 0.5rem 0.5rem 0 0;
  }
  
  .footer-center {
    flex: 2;
    text-align: right;
    padding-right: 20px;
  }
  
  .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    gap: 1rem;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .footer-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.85rem;
  }
  
  .legal-links {
    margin-top: 1rem;
    font-size: 0.75rem;
    color: #999;
  }
  
  .footer-right {
    display: flex;
    align-items: center;
    justify-content: right;
  }
  
  .give-btn {
    background: #222;
    color: white;
    padding: 0.75rem 1rem;
    border: none;
    font-weight: bold;
    cursor: pointer;
  }
  
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 1rem;
    padding-top: 1rem;
  }
  
  .bottom-left {
    color: #ccc;
  }
  
  .bottom-logo {
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
    font-family: 'Renoric';
  }
  
  .powered-by {
    margin-left: 1rem;
    font-size: 0.9rem;
  }
  
  .design-credit {
    font-size: 0.75rem;
    color: #888;
  }
  
  .find-gym-btn {
    background: #fff;
    color: #000;
    /* padding: 0.6rem 1rem; */
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
  }
  