/* Custom CSS for IT Documentation System */

/* Remove any custom styling conflicts */
.toast-container {
    z-index: 9999 !important;
}

/* Fix for missing CSS file */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}