/* Main CSS file for MFO Django application */
/* This file ensures static files are being served correctly */

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.static-test {
    color: #667eea;
    font-weight: bold;
}

/* Additional utility classes */
.text-center {
    text-align: center;
}

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

.mb-2 {
    margin-bottom: 1rem;
}
