   body{
      font-family: 'Inter', sans-serif;
      background:#F8F5F2;
      color:#1F1F1F;
    }
    .font-display{
      font-family:'Playfair Display', serif;
    }

    html{
  scroll-behavior:smooth;
}

.reveal{
  opacity:0;
  transform:translateY(40px);
  transition:all 0.8s ease;
}

.reveal.active{
  opacity:1;
  transform:translateY(0);
}

header.scrolled{
  background:rgba(255,255,255,0.95);
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

::-webkit-scrollbar{
  width:10px;
}

::-webkit-scrollbar-track{
  background:#F8F5F2;
}

::-webkit-scrollbar-thumb{
  background:#D6A77A;
  border-radius:999px;
}

::-webkit-scrollbar-thumb:hover{
  background:#B8895A;
}

