@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;600;700&family=Quicksand:wght@400;500;600;700&family=Azeret+Mono:wght@400&display=swap');

body {
    background: #f4f6f8;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}

/* ── Headings ─────────────────────────────────────────────────── */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    line-height: 1.25;
    margin-top: 0;
}

h1 { font-size: 2rem;    color: #2e7d8c; letter-spacing: -0.02em; }
h2 { font-size: 1.5rem;  color: #2e7d8c; letter-spacing: -0.01em; }
h3 { font-size: 1.25rem; color: #2e7d8c; }
h4 { font-size: 1.05rem; color: #2e7d8c; }
h5 { font-size: 0.95rem; color: #37909a; }
h6 { font-size: 0.85rem; color: #546e7a; letter-spacing: 0.03em; text-transform: uppercase; }
/* ─────────────────────────────────────────────────────────────── */

/* Full-height fixed sidebar */
.sidenav-fixed {
    width: 260px !important;
}

/* Glass Dashboard Cards */
.glass-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    border-radius: 10px;
    padding: 10px;
    color: teal !important;
}

.card {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 10px;
}

.badge {
    display: inline-block;
    min-width: 2.25rem;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.85rem;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}

.badge-red {
    background-color: #d32f2f88;
}

.badge-orange {
    background-color: #f57c0088;
}

.badge-yellow {
    background-color: #f57c0088;
}

.badge-green {
    background-color: #fbc02d88;
}

.badge-muted {
    background-color: #43a04788;
}

/* Adjust for mobile screens */
@media (max-width: 992px) {
    main {
        margin-left: 0 !important;
    }
}
