 body { font-family: 'Tajawal', sans-serif; }
  .font-display { font-family: 'Tajawal', sans-serif; }
  .gradient-hero {
    background: radial-gradient(circle at 15% 20%, rgba(201,160,99,0.25), transparent 45%),
                radial-gradient(circle at 85% 10%, rgba(201,160,99,0.15), transparent 45%),
                #4A3628;
  }
  .blob {
    filter: blur(60px);
  }
  ::selection { background: #C9A063; color: white; }


  input:focus, textarea:focus, select:focus { 
    outline: none; box-shadow: 0 0 0 3px rgba(201,160,99,0.25); border-color: #C9A063; 
}

    
 
.filter-btn.active {
    background-color: #C9A063;
    color: white;
  }
  #lightbox.open { display: flex; }