:root {
  --site-font: "Helvetica Neue", Arial, system-ui, sans-serif;
  --display: var(--site-font);
  --ui: var(--site-font);
  --sans: var(--site-font);
  font-family: var(--site-font);
}

html, body, button, input, select, textarea {
  font-family: var(--site-font);
}
