/* assets/css/custom.css */

/* Adjust the navbar brand font */
.navbar-brand {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
	font-size:22px;
}

/* Style for the dashboard cards */
.card-header {
    font-size: 1.2rem;
}

.card-title {
    font-size: 2rem;
    font-weight: bold;
}

/* Additional custom styles can be added here */

.nav-link { font-size:130%; }

h1 { font-size:28px; }
h2 { font-size:24px; }
h3 { font-size:20px; }