@font-face {
    font-family: 'Edo';
    src: url('edo.ttf') format('truetype');
}

@font-face {
    font-family: 'Trebuchet MS';
    src: url('trebuc.ttf') format('truetype');
}

body {
    font-family: 'Trebuchet MS', sans-serif !important;
    font-size: 14px;
    line-height: 1.5;
}

table {
    font-size: 13px !important;
}

.card-title {
    font-size: 15px !important;
}

.btn-sm {
    font-size: 12px !important;
}

/* Page Title styling with EDO font */
#page-title-text {
    font-family: 'Edo', sans-serif !important;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 1px;
}

/* Ensure Breadcrumb also uses Trebuchet */
.breadcrumb-item, .page-title {
    font-family: 'Trebuchet MS', sans-serif;
}

/* Profile Photo styling */
#sidebar-user-img, .header-profile-user {
    object-fit: cover;
    object-position: center;
}

#page-topbar {
    z-index: 1001;
}

/* Center all table headers globally across all devices */
.table thead th, table th {
    text-align: center !important;
    vertical-align: middle !important;
}

/* Default footer position for desktop with sidebar */
.footer {
    left: 280px;
}





