:root {
  --site-font-family: Arial, Helvetica, sans-serif;
}

html,
body,
body *,
button,
input,
textarea,
select,
table,
canvas {
  font-family: var(--site-font-family) !important;
}

::placeholder {
  font-family: var(--site-font-family) !important;
}
