/* Aperçu site-wide — police Anton (Google Fonts) */
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");

html body,
html body :where(
  h1, h2, h3, h4, h5, h6,
  p, a, span, li, button, input, select, textarea, label, summary, div
) {
  font-family: "Anton", sans-serif !important;
}
