/* Sitewide Inter font override.
   Uses !important to win over the legacy Verdana/Arial declarations
   scattered across liste.css, header.css, footer.css, etc. */
html, body, button, input, select, textarea, table, td, th, a, p, h1, h2, h3, h4, h5, h6, span, div, li, ul, font {
	font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif !important;
}
