html {
    font-family: 'Inter', sans-serif;
}

.subtitle {
    font-family: 'Paytone One', sans-serif;
}

.btn {
    padding: 10px 20px;
    font-weight: 600;
    color: #1e293b;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 30px;
    border: 1px solid #f1f5f9;
    display: inline-block;
    background: #f1f5f9;
  }
.btn:hover {
  border: 1px solid #e2e8f0;
}

.active {
  color: #7e22ce;
  padding: 10px 20px;
  font-weight: bold;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #7e22ce;
  background: #fff;
}
.active:hover {
  background: #7e22ce;
  color: #fff;
}

.gallery {
    display: none;
}