/**
 * Police générale du site
 */

:root {
    --site-font: Helvetica, Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea {
    font-family: var(--site-font);
}

/* Forcer également la police sur les titres et les éléments du thème */
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
label,
li,
td,
th {
    font-family: var(--site-font);
}