@tailwind base;
@tailwind components;
@tailwind utilities;

/* Add these utility classes if not already present */
.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mt-2 {
    margin-top: 0.5rem;
}
