/*
 * BentoApp Custom Styles
 * This file contains basic CSS styles for the application.
 * Bootstrap is loaded via CDN in the layout file.
 */

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.navbar-brand {
  font-weight: bold;
}

.alert {
  margin-bottom: 0;
}

/* Custom styles for the application */
.card {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.btn {
  font-weight: 500;
}
