/* Police globale Trebuchet MS pour tout le projet */

/* Règle globale pour tous les éléments */


/* Éléments spécifiques */
html, body {
  font-family: "Trebuchet MS", "Trebuchet", Arial, sans-serif !important;
}

/* Tous les éléments de texte */
h1, h2, h3, h4, h5, h6, p, span, div, a, button, input, textarea, select, label, li, td, th {
  font-family: "Trebuchet MS", "Trebuchet", Arial, sans-serif !important;
}

/* Éléments de formulaire */
input, textarea, select, button, label {
  font-family: "Trebuchet MS", "Trebuchet", Arial, sans-serif !important;
}

/* Classes Tailwind et Argon */
.font-sans, .font-normal, .font-semibold, .font-bold, .font-light {
  font-family: "Trebuchet MS", "Trebuchet", Arial, sans-serif !important;
}

/* Éléments de navigation et menus */
nav, nav *, .navbar, .navbar *, .menu, .menu * {
  font-family: "Trebuchet MS", "Trebuchet", Arial, sans-serif !important;
}

/* Cartes et composants */
.card, .card *, .btn, .btn *, .alert, .alert * {
  font-family: "Trebuchet MS", "Trebuchet", Arial, sans-serif !important;
}

/* Modales et popups */
.modal, .modal *, .popup, .popup * {
  font-family: "Trebuchet MS", "Trebuchet", Arial, sans-serif !important;
}

/* Tableaux */
table, table *, .table, .table * {
  font-family: "Trebuchet MS", "Trebuchet", Arial, sans-serif !important;
}

/* Footer et header */
header, header *, footer, footer * {
  font-family: "Trebuchet MS", "Trebuchet", Arial, sans-serif !important;
}

/* Éléments spécifiques aux cartes bancaires */
.card-bank, .card-bank *, .card-bank-details, .card-bank-details * {
  font-family: "Trebuchet MS", "Trebuchet", Arial, sans-serif !important;
}

/* Éléments de transaction */
.transaction-table, .transaction-table *, .info-card, .info-card * {
  font-family: "Trebuchet MS", "Trebuchet", Arial, sans-serif !important;
}

/* Formulaires personnalisés */
.form-section, .form-section *, .form-input, .form-label {
  font-family: "Trebuchet MS", "Trebuchet", Arial, sans-serif !important;
}

/* Éléments de progression et graphiques */
.progress-section, .progress-section *, .chart-container, .chart-container * {
  font-family: "Trebuchet MS", "Trebuchet", Arial, sans-serif !important;
}

/* Override pour les icônes et éléments spéciaux */
.fa, .fas, .far, .fab, .icon, .nucleo-icon {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands", "Trebuchet MS", "Trebuchet", Arial, sans-serif !important;
}

/* Éléments de code et monospace */
code, pre, kbd, samp {
  font-family: "Trebuchet MS", "Trebuchet", "Courier New", monospace !important;
} 