/* SeaLife Indonesia - Custom Styles */

/* Additional custom styles can be added here */
/* Most styles are already included in the layout template */

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Custom utility classes */
.text-primary-custom {
    color: #1e40af !important;
}

.bg-primary-custom {
    background-color: #1e40af !important;
}

/* Responsive helpers */
@media (max-width: 768px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
