@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

/* Sumber tunggal tipografi Tripcetera. Ubah di sini untuk mengganti font seluruh situs. */
:root {
    --tripcetera-sans: 'Plus Jakarta Sans', 'Segoe UI', system-ui, -apple-system, Arial, sans-serif;
}

body,
.btn, input, button, select, textarea,
.footer-links h2, .booking-box h2,
h1, h2, h3, h4, h5, h6,
.hero h1, .brand {
    font-family: var(--tripcetera-sans) !important;
}

.hero h1, h1, h2 { letter-spacing: -.6px; }
