h1 { font-family: Arial, Helvetica, sans-serif; }

/* Disabled input styling */
input:disabled, select:disabled, textarea:disabled {
    background-color: #f3f4f6 !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
}

select option:disabled {
    color: #9ca3af !important;
    font-style: italic !important;
}