/**
 * Mural da Vila — Gestão admin typography
 * Single professional font stack for login + entire gestor.
 */
:root {
    --gestao-font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-family-sans-serif: var(--gestao-font-sans);
}

html {
    font-family: var(--gestao-font-sans);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea,
.btn,
.form-control,
.dropdown-menu,
.sidebar,
.topbar,
.card,
.table,
.navbar,
.badge,
.modal,
.alert {
    font-family: var(--gestao-font-sans);
}

body {
    font-size: 0.9375rem; /* 15px — readable admin body */
    font-weight: 400;
    line-height: 1.5;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.sidebar-brand-text,
.card-header,
.dropdown-header {
    font-family: var(--gestao-font-sans);
    font-weight: 700;
    letter-spacing: -0.02em;
}

label,
.form-label,
.nav-link,
.btn,
.font-weight-bold {
    font-weight: 600;
}

small,
.small,
.text-muted {
    font-weight: 400;
}

.table th {
    font-weight: 600;
    letter-spacing: 0.01em;
}

.sidebar .nav-link {
    font-weight: 500;
}
