/* PWA Style Fixes - Minimal changes only */
body {
    font-family: 'Open Sans', sans-serif !important;
    direction: rtl !important;
}

/* PWA Mode Specific Styles */
body.pwa-mode {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
}

body.pwa-mode .hero-section {
    padding-top: 20px !important;
    min-height: calc(100vh - 20px) !important;
}

/* Only essential PWA fixes */
