/* Kustomisasi Tambahan Tema SIM XPRESS */
:root {
    --color-maroon-800: #5a0000;
    --color-gold-500: #d4af37;
    --bg-cream: #f4f1ea;
}

body {
    background-color: var(--bg-cream);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

/* Animasi halus untuk transisi hasil pencarian */
#resultSection {
    transition: all 0.3s ease-in-out;
}