*{

margin:0;

padding:0;

box-sizing:border-box;

}

html{

scroll-behavior:smooth;

}

body{

font-family:var(--font-primary);

font-size:16px;

line-height:1.7;

color:var(--gray-800);

background:#fff;

}

img{

max-width:100%;

height:auto;

display:block;

}

a{

text-decoration:none;

color:inherit;

}

ul{

list-style:none;

}

/* Hide mobile-only elements by default on desktop/tablet views */
.mobile-header,
.mobile-bottom-nav,
.mobile-whatsapp-btn,
.mobile-menu-drawer {
    display: none !important;
}