/**
 * FECAVOLLEY / VIS — typographie unifiée (Inter)
 * Charger avant admin.css, login.css ou public-pro-max.css
 */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,400;0,14..32,500;0,14..32,600;0,14..32,700;0,14..32,800;1,14..32,400&display=swap');

:root {
    --font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-size-base: 0.9375rem;
    --font-size-sm: 0.8125rem;
    --font-size-lg: 1.0625rem;
    --line-height-base: 1.55;
    --line-height-tight: 1.3;
    --line-height-heading: 1.18;
    --letter-spacing-body: -0.011em;
    --letter-spacing-label: 0.02em;
    --letter-spacing-heading: -0.028em;
    --letter-spacing-display: -0.045em;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-sans);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-normal);
    line-height: var(--line-height-base);
    letter-spacing: var(--letter-spacing-body);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--font-sans);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-heading);
    letter-spacing: var(--letter-spacing-heading);
}

.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
    letter-spacing: var(--letter-spacing-display);
    font-weight: var(--font-weight-extrabold);
}

p, li, dd, dt, label, .form-label, .form-text, .small, small {
    font-family: inherit;
}

.btn, .form-control, .form-select, .input-group-text, .dropdown-menu, .nav-link, .navbar-brand {
    font-family: var(--font-sans);
    letter-spacing: var(--letter-spacing-body);
}

.btn {
    font-weight: var(--font-weight-semibold);
}

.form-label, label {
    font-weight: var(--font-weight-medium);
    letter-spacing: var(--letter-spacing-label);
}

.table {
    font-size: var(--font-size-base);
}

.table thead th {
    font-weight: var(--font-weight-semibold);
    letter-spacing: var(--letter-spacing-label);
    text-transform: none;
}

.badge {
    font-weight: var(--font-weight-semibold);
    letter-spacing: 0.01em;
}

.card-header, .modal-title, .offcanvas-title {
    font-weight: var(--font-weight-bold);
    letter-spacing: var(--letter-spacing-heading);
}

code, kbd, pre, samp, .font-monospace {
    font-family: ui-monospace, "Cascadia Code", "Segoe UI Mono", Consolas, monospace;
    font-size: 0.9em;
    letter-spacing: 0;
}

.fw-black {
    font-weight: var(--font-weight-extrabold) !important;
}
