/* Police par défaut du site */
html{
  font-family: Arial, sans-serif; /* remplace par ta police */
}

/* Assure que les formulaires héritent */
body, button, input, select, textarea{
  font-family: inherit;
}