/* MoveFlow Base Styles */
body {
    font-family: 'Inter', sans-serif;
}

.mf-button {
    @apply px-4 py-2 bg-blue-600 text-white rounded hover:bg-blue-700 transition colors;
}

.mf-form-group {
    @apply mb-4;
}

.mf-form-group label {
    @apply block text-sm font-medium text-gray-700 mb-1;
}

.mf-form-group input, 
.mf-form-group select {
    @apply w-full px-3 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500;
}
