/* Base Style Overrides */
body { 
  font-family: 'Plus Jakarta Sans', sans-serif;
  -webkit-tap-highlight-color: transparent; 
}

/* Simulate Native Application Touch Micro-interactions */
.ios-tap:active { 
  transform: scale(0.98); 
  transition: transform 0.1s ease; 
}

/* Smooth Scroll anchor physics */
html {
  scroll-behavior: smooth;
}