/* Custom styles for Registar Masina */
/* Most styling is handled by Tailwind CSS via CDN */

/* Smooth transitions */
* {
    transition-property: color, background-color, border-color;
    transition-duration: 150ms;
}

/* Prevent layout shift on scrollbar */
html {
    overflow-y: scroll;
}
