/* General styles to ensure proper rendering */body { font-size: 16px; /* Use relative units for better accessibility */ line-height: 1.5; margin: 0; padding: 0; overflow-x: hidden; /* Prevent horizontal scrolling */}/* Ensure touch gestures like pinch-to-zoom work */html, body { touch-action: manipulation; /* Allows pinch-to-zoom by default */}/* For media queries, ensure scaling behavior works */@media (max-width: 768px) { body { font-size: 1rem; /* Adjust font size for readability */ }}