/* Custom Styles for RSUD Jayapura */
body {
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* Map responsiveness */
iframe {
    border: 0;
}

/* Mobile Menu Transitions */
#mobile-menu {
    transition: transform 0.3s ease-in-out;
}

#mobile-overlay {
    transition: opacity 0.3s ease-in-out;
}

/* Utility for aspect ratio if needed */
.aspect-square-custom {
    aspect-ratio: 1 / 1;
}