/* Kastamonu Taksi - Custom Styles */
/* Tailwind CDN kullanılıyor, bu dosya ek stiller için */

body {
    font-family: 'Inter', system-ui, sans-serif;
}

.container {
    max-width: 1280px;
}

/* Safe area for mobile bottom bar */
.safe-area-bottom {
    padding-bottom: env(safe-area-inset-bottom, 0);
}

/* Google Places Autocomplete z-index fix */
.pac-container {
    z-index: 99999 !important;
}

