body{font-family:'Poppins',sans-serif;}
.font-display{font-family:'Cormorant Garamond',serif;}
html{scroll-behavior:smooth;}

.reveal{opacity:0;transform:translateY(24px);transition:all .8s cubic-bezier(.4,0,.2,1);}
.reveal.show{opacity:1;transform:translateY(0);}

.card-img{transition:transform .6s ease;}
.card:hover .card-img{transform:scale(1.08);}

.wa-float{transition:transform .3s ease;}
.wa-float:hover{transform:scale(1.1);}

.accordion-content{max-height:0;overflow:hidden;transition:max-height .4s ease;}
.accordion-item.open .accordion-content{max-height:400px;}
.accordion-item.open .accordion-icon{transform:rotate(45deg);}
.accordion-icon{transition:transform .3s ease;}

#topBar{max-height:44px;opacity:1;overflow:hidden;transition:max-height .35s ease, opacity .3s ease, padding .35s ease;}
#topBar.topbar-hidden{max-height:0;opacity:0;padding-top:0;padding-bottom:0;border-bottom-width:0;}
