/* Poppins Font Face Definition */
@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Applica Poppins a tutti gli elementi MudBlazor */
.mud-typography,
.mud-typography-default,
.mud-typography-h1,
.mud-typography-h2,
.mud-typography-h3,
.mud-typography-h4,
.mud-typography-h5,
.mud-typography-h6,
.mud-typography-body1,
.mud-typography-body2,
.mud-typography-subtitle1,
.mud-typography-subtitle2,
.mud-typography-caption,
.mud-typography-button,
.mud-button,
.mud-input,
.mud-select,
.mud-chip,
.mud-card,
.mud-table,
.mud-drawer,
.mud-appbar {
    font-family: 'Poppins', 'Helvetica', 'Arial', sans-serif !important;
}

/* Se hai altre varianti del font Poppins (Bold, Light, etc.), aggiungile qui */
/* Esempio per Bold:
@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
*/
