:root {
  --theme-font-stack: system-ui, sans-serif;
}
html, body { font-family: var(--theme-font-stack), system-ui, sans-serif !important; }
