:root {
    --font-sans: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --text-body: #252f4a;
    --text-muted: #78829d;
}

html {
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body,
.form-label,
.form-control,
.form-select,
.btn,
input,
textarea,
select,
table,
.dropdown-menu,
.dropdown-item,
.breadcrumb,
.card,
.modal,
.alert,
h1, h2, h3, h4, h5, h6,
p, a, label,
.menu-title,
.app-nav-link,
.app-btn-primary,
.detail-field-label,
.detail-field-value,
.stat-card-label,
.stat-card-value {
    font-family: var(--font-sans) !important;
}

body {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--text-body);
    letter-spacing: -0.01em;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #071437;
}

h4, .h4 {
    font-size: 1.125rem;
}

h5, .h5 {
    font-size: 1rem;
}

h6, .h6 {
    font-size: 0.875rem;
}

.btn {
    font-weight: 500;
    letter-spacing: -0.01em;
}

.form-label {
    font-size: 12px;
    font-weight: 500;
    color: var(--text-muted);
    letter-spacing: 0;
}

.form-control,
.form-select {
    font-size: 13px;
    font-weight: 400;
    color: var(--text-body);
}

.table {
    font-size: 13px;
}

.table thead th {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-muted);
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.text-muted,
.text-secondary {
    color: var(--text-muted) !important;
}

.breadcrumb-item,
.breadcrumb-item a {
    font-size: 13px;
    font-weight: 500;
}

.page-breadcrumb .breadcrumb-title {
    font-size: 14px;
    font-weight: 600;
    color: #071437;
}

.app-nav-link {
    font-weight: 500;
    letter-spacing: -0.01em;
}

.app-nav-link.active {
    font-weight: 600;
}

.app-btn-primary {
    font-weight: 600;
    letter-spacing: -0.01em;
}

.detail-section-title,
.stat-card-label {
    font-weight: 600;
    letter-spacing: 0.04em;
}

.detail-field-label {
    font-weight: 600;
    letter-spacing: 0.04em;
}

.detail-field-value {
    font-weight: 500;
}

.stat-card-value {
    font-weight: 700;
    letter-spacing: -0.03em;
}

.bx,
i.bx,
[class^="bx-"],
[class*=" bx-"] {
    font-family: 'boxicons' !important;
    font-weight: normal !important;
    font-style: normal !important;
}

.page-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    font-family: 'boxicons' !important;
    content: "\ea50";
}
