/* Application Styles */

/* Import statements must come first */
@import '@fortawesome/fontawesome-free/css/all.min.css';

/* Bootstrap CSS is loaded via Vite in resources/js/app.js */

/* Custom styles for the application */
body {
    font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

/* Dashboard specific styles */
.content-wrapper {
    min-height: calc(100vh - 56px);
}

/* Custom utility classes */
.text-primary {
    color: #007bff !important;
}

/* Add any additional custom CSS for your dashboard */
