/* Override Bootstrap defaults */
:root {
    --bs-font-sans-serif: 'Nunito', sans-serif;
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 0.9rem;
    --bs-body-line-height: 1.6;
}

body {
    font-family: 'Nunito', sans-serif !important;
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
}

/* Form Controls - IMPORTANT */
.form-control,
.form-select,
.form-control-sm,
.form-select-sm,
.form-control-lg,
.form-select-lg,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="number"],
select,
textarea {
    font-size: 0.9rem !important;
    font-family: 'Nunito', sans-serif !important;
}

/* Buttons - IMPORTANT */
.btn,
.btn-sm,
.btn-lg,
button {
    font-size: 0.9rem !important;
    font-family: 'Nunito', sans-serif !important;
}

/* Input Groups */
.input-group-text {
    font-size: 0.9rem !important;
}

/* Dropdowns */
.dropdown-item,
.dropdown-menu {
    font-size: 0.9rem !important;
}

/* Small elements should be proportional */
.form-text,
.small,
small {
    font-size: 0.8rem !important; /* 88.89% of 0.9rem */
}

/* Tables */
.table {
    font-size: 0.9rem !important;
}

/* Badges */
.badge {
    font-size: 0.75rem !important; /* 83.33% of 0.9rem */
}

/* Navigation */
.nav-link,
.navbar-brand,
.navbar-nav {
    font-size: 0.9rem !important;
}

/* Cards */
.card,
.card-header,
.card-body {
    font-size: 0.9rem !important;
}

/* Modals */
.modal-content,
.modal-header,
.modal-body,
.modal-footer {
    font-size: 0.9rem !important;
}

/* Pagination */
.page-link {
    font-size: 0.9rem !important;
}

/* Sidebar Brand - Logo góc trên trái */
.sidebar .p-3.text-center h4 {
    font-size: 1.4rem !important; /* Scale down from default */
    font-family: 'Nunito', sans-serif !important;
}

.sidebar .p-3.text-center small {
    font-size: 0.8rem !important; /* 88.89% of 0.9rem */
}

/* Topbar Title - "Orders" */
.top-navbar h4 {
    font-size: 1.4rem !important; /* Scale down from default h4 */
    font-family: 'Nunito', sans-serif !important;
}

/* Sidebar menu items */
.sidebar .nav-link {
    font-size: 0.9rem !important;
    font-family: 'Nunito', sans-serif !important;
}

/* User dropdown */
.navbar .dropdown-toggle {
    font-size: 0.9rem !important;
    font-family: 'Nunito', sans-serif !important;
}

/* Cards and other headers */
.card-header h5 {
    font-size: 1.1rem !important;
}

/* Modal title */
.modal-title {
    font-size: 1.1rem !important;
}

/* All headings - proportional scaling */
h1 { font-size: 1.8rem !important; }
h2 { font-size: 1.5rem !important; }
h3 { font-size: 1.25rem !important; }
h4 { font-size: 1.1rem !important; }
h5 { font-size: 1rem !important; }
h6 { font-size: 0.9rem !important; }