/* ============================================
   Gostan Client - Styles globaux
   ============================================ */

/* Polices : gérées par le thème MudBlazor (OrganicTheme) —
   Figtree pour le corps, Poppins pour les titres (H1-H6).
   Ne pas forcer de famille ici. */
body,
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Classes utilitaires personnalisées Gostan */
.font-weight-light {
    font-weight: 300;
}

.font-weight-regular {
    font-weight: 400;
}

.font-weight-medium {
    font-weight: 500;
}

.font-weight-semibold {
    font-weight: 600;
}

.font-weight-bold {
    font-weight: 700;
}
