/* Custom CSS tambahan untuk Aplikasi Lomba Bonsai */
@layer base {
    body {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    }
}

/* Efek transisi halus untuk card atau tombol */
.transition-smooth {
    transition: all 0.2s ease-in-out;
}